]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
m68knommu: platform code merge for 68000 core cpus
authorLuis Alves <ljalvs@gmail.com>
Tue, 4 Dec 2012 23:04:49 +0000 (23:04 +0000)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 5 Dec 2012 00:48:47 +0000 (10:48 +1000)
commit99e083747df366eb4689a550c4344bae63082de8
treeb043ac0eecbbb27dddc72605cfd560c7cae2b019
parentb69f0859dc8e633c5d8c06845811588fe17e68b3
m68knommu: platform code merge for 68000 core cpus

This patch merges all 68000 core cpus into one directory.
There is a lot of common code in the 68328, 68EZ328 and 68VZ328 directories.

This will also facilitate easy development of support for original stand
alone MC68000 CPU machines.

Signed-off-by: Luis Alves <ljalvs@gmail.com>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>
19 files changed:
arch/m68k/Makefile
arch/m68k/platform/68000/Makefile [new file with mode: 0644]
arch/m68k/platform/68000/bootlogo-vz.h [moved from arch/m68k/platform/68VZ328/bootlogo.h with 100% similarity]
arch/m68k/platform/68000/bootlogo.h [moved from arch/m68k/platform/68328/bootlogo.h with 100% similarity]
arch/m68k/platform/68000/entry.S [moved from arch/m68k/platform/68328/entry.S with 100% similarity]
arch/m68k/platform/68000/head.S [new file with mode: 0644]
arch/m68k/platform/68000/ints.c [moved from arch/m68k/platform/68328/ints.c with 98% similarity]
arch/m68k/platform/68000/m68328.c [moved from arch/m68k/platform/68328/config.c with 97% similarity]
arch/m68k/platform/68000/m68EZ328.c [moved from arch/m68k/platform/68EZ328/config.c with 97% similarity]
arch/m68k/platform/68000/m68VZ328.c [moved from arch/m68k/platform/68VZ328/config.c with 98% similarity]
arch/m68k/platform/68000/romvec.S [moved from arch/m68k/platform/68328/romvec.S with 94% similarity]
arch/m68k/platform/68000/timers.c [moved from arch/m68k/platform/68328/timers.c with 98% similarity]
arch/m68k/platform/68328/Makefile [deleted file]
arch/m68k/platform/68328/head-de2.S [deleted file]
arch/m68k/platform/68328/head-pilot.S [deleted file]
arch/m68k/platform/68328/head-ram.S [deleted file]
arch/m68k/platform/68328/head-rom.S [deleted file]
arch/m68k/platform/68EZ328/Makefile [deleted file]
arch/m68k/platform/68VZ328/Makefile [deleted file]