x86: Add Moorestown early detection
authorThomas Gleixner <tglx@linutronix.de>
Sat, 29 Aug 2009 12:54:20 +0000 (14:54 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 31 Aug 2009 09:09:40 +0000 (11:09 +0200)
commit3f4110a48a749a1aa1c54fb807afb3f32f49711c
tree5c0cab75bbb0868b59ee9a5b9f76fb2f5d325211
parent162bc7ab01a00eba1c5d614e64a51e1268ee3f96
x86: Add Moorestown early detection

Moorestown MID devices need to be detected early in the boot process
to setup and do not call x86_default_early_setup as there is no EBDA
region to reserve.

[ Copied the minimal code from Jacobs latest MRST series ]

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Jacob Pan <jacob.jun.pan@intel.com>
arch/x86/Kconfig
arch/x86/include/asm/setup.h
arch/x86/kernel/Makefile
arch/x86/kernel/head32.c
arch/x86/kernel/mrst.c [new file with mode: 0644]