Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5714
-gerrit
commit f74304842f70a844d1eccc9c0e6f3874ed446ce2 Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Sat May 10 21:27:50 2014 +1000
payloads/external/SeaBIOS: Adapt for new opt in master
SeaBIOS has some new support options, select the default values.
Change-Id: I65dd79b4683b7d8bdfbf1d4a05bf28976658ce76 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- payloads/external/SeaBIOS/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index 042df0a..e05c888 100644 --- a/payloads/external/SeaBIOS/Makefile.inc +++ b/payloads/external/SeaBIOS/Makefile.inc @@ -36,6 +36,10 @@ endif echo "CONFIG_FLASH_FLOPPY=y" >> $(OUT)/seabios/.config echo "CONFIG_VGAHOOKS=y" >> $(OUT)/seabios/.config echo "CONFIG_DEBUG_COREBOOT=y" >> $(OUT)/seabios/.config + echo "CONFIG_CBFS_LOCATION=0x0" >> $(OUT)/seabios/.config + echo "CONFIG_VGA_COREBOOT=y" >> $(OUT)/seabios/.config + echo "CONFIG_VGA_ALLOCATE_EXTRA_STACK=y" >> $(OUT)/seabios/.config + echo "CONFIG_VGA_VBE=y" >> $(OUT)/seabios/.config # This shows how to force a previously set .config option *off* #echo "# CONFIG_SMBIOS is not set" >> $(OUT)/seabios/.config