OSDN Git Service

m68k: set appropriate machine type for m5411x SoC platforms
authorGreg Ungerer <gerg@linux-m68k.org>
Thu, 25 Aug 2016 13:10:59 +0000 (23:10 +1000)
committerGreg Ungerer <gerg@linux-m68k.org>
Mon, 26 Sep 2016 02:02:58 +0000 (12:02 +1000)
commit81d33350bab8b6889ac0f9c98bce58128be1c72d
treeda949bd8c7b3ff49dfa53c895e82e4d333c5218b
parente5f8d1f0a13dc8129bf8a0a3d715feabb0ce8c5e
m68k: set appropriate machine type for m5411x SoC platforms

Create a new machine type for platforms based around the ColdFire 5441x
SoC family. Set that machine type on startup when building for this
platform type.

Currently the ColdFire head.S hard codes a M54xx machine type at startup -
since that is the only platform type currently supported with MMU enabled.
The m5441x has an MMU and this change forms part of the support required
to run it with the MMU enabled.

Signed-off-by: Greg Ungerer <gerg@linux-m68k.org>
arch/m68k/coldfire/head.S
arch/m68k/include/asm/m5441xsim.h
arch/m68k/include/asm/m54xxsim.h
arch/m68k/include/uapi/asm/bootinfo.h
arch/m68k/kernel/setup_mm.c