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:
Patrick Georgi
2010-12-18 11:55:06 +00:00
parent be61a17351
commit a0360af0f1
3 changed files with 19 additions and 15 deletions

View File

@@ -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