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>
This commit is contained in:
Stefan Reinauer 2011-10-12 14:05:49 -07:00 committed by Stefan Reinauer
parent a251dee1ee
commit af2c538ee5
1 changed files with 2 additions and 1 deletions

View 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