History log of /arch/m68k/include/asm/m53xxsim.h
Revision Date Author Comments
42feae20fe3f0053790e4f0d70270120e9fc25ff 25-Jan-2013 Greg Ungerer <gerg@uclinux.org> m68knommu: fix ColdFire 5373/5329 QSPI base address

The base address of the QSPI hardware module should be 0xFC05C000.
Fix its definition.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
6eac402783441543ffc582f5e6c942d488d848b0 04-Nov-2012 Greg Ungerer <gerg@uclinux.org> 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>