From af2c538ee5b3adae6a51bd0e5c725a6a18688554 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 12 Oct 2011 14:05:49 -0700 Subject: [PATCH] Update "STABLE" SeaBIOS selection to release 1.6.3 1.6.3 has a lot of benefits over the previous version, the two most important being: - working AHCI support - compiles with gcc 4.6.x Change-Id: Ie3a4d8f2624e0aa85e48ca09da53474c085838db Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/253 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones --- payloads/external/SeaBIOS/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index e04ffeaa1..99d402c4e 100644 --- a/payloads/external/SeaBIOS/Makefile.inc +++ b/payloads/external/SeaBIOS/Makefile.inc @@ -1,7 +1,7 @@ TAG-$(CONFIG_SEABIOS_MASTER)=origin/master -TAG-$(CONFIG_SEABIOS_STABLE)=1efb10b9ea30c45a8c9c6230234fefa10d2886ed +TAG-$(CONFIG_SEABIOS_STABLE)=e66fb31eac3e6be6aaab548c229af9bb1ba55c33 unexport KCONFIG_AUTOCONFIG @@ -24,6 +24,7 @@ config: checkout $(MAKE) -C seabios defconfig echo "CONFIG_COREBOOT=y" >> seabios/.config echo "CONFIG_DEBUG_SERIAL=y" >> seabios/.config + echo "CONFIG_DEBUG_SERIAL_PORT=0x3f8" >> seabios/.config echo "CONFIG_COREBOOT_FLASH=y" >> seabios/.config echo "CONFIG_LZMA=y" >> seabios/.config echo "CONFIG_FLASH_FLOPPY=y" >> seabios/.config -- 2.25.1