Support Intel SCH (Poulsbo) and add iwave/iWRainbowG6 board
which uses it. Compiles, but not boot tested lately. Many things missing (eg. SMM support, proper ACPI, ...) Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6198 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
#include "../../../southbridge/intel/i82801gx/i82801gx.h"
|
||||
#elif defined(CONFIG_SOUTHBRIDGE_INTEL_I82801DX)
|
||||
#include "../../../southbridge/intel/i82801dx/i82801dx.h"
|
||||
#elif defined(CONFIG_SOUTHBRIDGE_INTEL_SCH)
|
||||
#include "../../../southbridge/intel/sch/sch.h"
|
||||
#else
|
||||
#error "Southbridge needs SMM handler support."
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user