aboutsummaryrefslogtreecommitdiff
path: root/payloads/external
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@chromium.org>2011-10-12 14:05:49 -0700
committerStefan Reinauer <stefan.reinauer@coreboot.org>2011-10-13 19:59:59 +0200
commitaf2c538ee5b3adae6a51bd0e5c725a6a18688554 (patch)
tree9493724f4b678187c059a68d09e0d84539723d25 /payloads/external
parenta251dee1eeff3345e6498c6a90607d223acb9ae3 (diff)
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 <reinauer@google.com> Reviewed-on: http://review.coreboot.org/253 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'payloads/external')
-rw-r--r--payloads/external/SeaBIOS/Makefile.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc
index e04ffeaa18..99d402c4e0 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