]> git.karo-electronics.de Git - karo-tx-linux.git/commit
m68knommu: platform code merge for 68000 core cpus
authorLuis Alves <ljalvs@gmail.com>
Tue, 23 Oct 2012 23:45:23 +0000 (00:45 +0100)
committerGreg Ungerer <gerg@uclinux.org>
Wed, 24 Oct 2012 05:41:09 +0000 (15:41 +1000)
commitbe69d3df79f45fe56214b54e8f5314f947524ad5
tree98f7a9e1577e21a038356c0b1405074435ce94bf
parent4458a13d2d5f1b18b3fc77432a81241edf13c73d
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>
20 files changed:
arch/m68k/Kconfig.cpu
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]