[coreboot] New patch to review for coreboot: 7c934a0 Update "STABLE" SeaBIOS selection to release 1.6.3

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Thu Oct 13 00:48:55 CEST 2011


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/253

-gerrit

commit 7c934a0665195ffb523cdc05366492e7acfb0ff0
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed Oct 12 14:05:49 2011 -0700

    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 at google.com>
---
 payloads/external/SeaBIOS/Makefile.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc
index e04ffea..99d402c 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




More information about the coreboot mailing list