A couple of Poulsbo fixes:
- Don't include cmc.bin to the build. It's required, but we don't ship it - mptable's API changes a bit. Adapt. - Fix ACPI for new iasl versions with improved code validation Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Patrick Georgi <patrick.georgi@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6199 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
@@ -35,7 +35,8 @@ smm-$(CONFIG_HAVE_SMI_HANDLER) += smihandler.c
|
||||
|
||||
romstage-$(CONFIG_USBDEBUG) += usb_debug.c
|
||||
|
||||
cbfs-files-y += cmc.bin
|
||||
cmc.bin-name := cmc.bin
|
||||
cmc.bin-type := 0xaa
|
||||
cmc.bin-position := 0xfffd0000
|
||||
# We don't ship that, but booting without it is bound to fail
|
||||
#cbfs-files-y += cmc.bin
|
||||
#cmc.bin-name := cmc.bin
|
||||
#cmc.bin-type := 0xaa
|
||||
#cmc.bin-position := 0xfffd0000
|
||||
|
Reference in New Issue
Block a user