]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
m68knommu: create and use a common M53xx ColdFire class of CPUs
authorGreg Ungerer <gerg@uclinux.org>
Mon, 5 Nov 2012 02:01:38 +0000 (12:01 +1000)
committerGreg Ungerer <gerg@uclinux.org>
Sun, 28 Apr 2013 23:17:58 +0000 (09:17 +1000)
commit6eac402783441543ffc582f5e6c942d488d848b0
tree8abb904035e4dc624da23e76dd4007eaa577443d
parent0d5340f93cc80418ab49af0fa1387403d0227dd5
m68knommu: create and use a common M53xx ColdFire class of CPUs

The current CONFIG_M532x support definitions are actually common to a larger
set of version 3 ColdFire CPU types. In the future we want to add support for
the 537x family. It is very similar to the 532x internally, and will be able
to use most of the same definitions.

Create a CONFIG_M53xx option that is enabled to support any of the common
532x and 537x CPU types. Convert the current users of CONFIG_M532x to use
CONFIG_M53xx instead.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
arch/m68k/Kconfig.cpu
arch/m68k/include/asm/dma.h
arch/m68k/include/asm/m53xxacr.h
arch/m68k/include/asm/m53xxsim.h [moved from arch/m68k/include/asm/m532xsim.h with 99% similarity]
arch/m68k/include/asm/mcfgpio.h
arch/m68k/include/asm/mcfsim.h
arch/m68k/include/asm/mcftimer.h
arch/m68k/platform/coldfire/timers.c