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>
Showing
- arch/x86/Kconfig 13 additions, 0 deletionsarch/x86/Kconfig
- arch/x86/include/asm/setup.h 6 additions, 0 deletionsarch/x86/include/asm/setup.h
- arch/x86/kernel/Makefile 1 addition, 0 deletionsarch/x86/kernel/Makefile
- arch/x86/kernel/head32.c 3 additions, 0 deletionsarch/x86/kernel/head32.c
- arch/x86/kernel/mrst.c 24 additions, 0 deletionsarch/x86/kernel/mrst.c
Loading
Please register or sign in to comment