Update "STABLE" SeaBIOS selection to release 1.6.3
authorStefan Reinauer <reinauer@chromium.org>
Wed, 12 Oct 2011 21:05:49 +0000 (14:05 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Thu, 13 Oct 2011 17:59:59 +0000 (19:59 +0200)
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>
payloads/external/SeaBIOS/Makefile.inc

index e04ffeaa1822562965a8fce137aaf08342b10bd7..99d402c4e060e30165d8514a7195f803a4aca80e 100644 (file)
@@ -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