[coreboot-gerrit] Patch set updated for coreboot: f991e4f payloads/external/SeaBIOS: Upgrade stable from 1.7.2.2 to 1.7.4

Idwer Vollering (vidwer@gmail.com) gerrit at coreboot.org
Mon Apr 7 01:10:58 CEST 2014


Idwer Vollering (vidwer at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5093

-gerrit

commit f991e4f8458f1e344c3683c0455054cd50aa577d
Author: Paul Menzel <paulepanter at users.sourceforge.net>
Date:   Sun Feb 2 11:23:26 2014 +0100

    payloads/external/SeaBIOS: Upgrade stable from 1.7.2.2 to 1.7.4
    
    On Monday, 12/23/2013, 12:34 -0500 Kevin O'Connor wrote:
    > The 1.7.4 version of SeaBIOS has now been released. For more
    > information on the release, please see:
    >
    > http://seabios.org/Releases
    >
    >
    > New in this release:
    >
    > * Support for obtaining ACPI tables directly from QEMU.
    > * Initial support for XHCI USB controllers (initially for QEMU only).
    > * Support for booting from "pvscsi" devices on QEMU.
    > * Enhanced floppy driver - improved support for real hardware.
    > * coreboot cbmem console support.
    > * Optional support for using the 9-segment instead of the e-segment
    >   for local variables.
    > * Improved internal timer code and accuracy.
    > * SeaVGABIOS improvements
    >   * Better support for legacy X.org releases with incomplete x86emu
    >     emulation.
    >   * Support for using an internal stack to reduce caller's stack
    >     usage.
    >   * Back port of new "bochs dispi" interface video modes.
    > * Several bug fixes and code cleanups
    >   * Source code separated out into additional hardware and firmware
    >     directories.
    >   * Update to latest version of Kconfig
    >
    >
    > For information on obtaining SeaBIOS, please see:
    >
    > http://seabios.org/Download
    
    Successfully tested on the Asus M2V-MX SE.
    ----- [ SeaBIOS rel-1.7.4-0-g96917a8-20140201_152655-my-asus-m2v-mx_se ] -----
    	Found coreboot cbmem console @ 7dec0400
    	Found mainboard ASUS M2V-MX SE
    
    Change-Id: I675a50532735b4921a664e4b24d98be17b9a1002
    Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
    Signed-off-by: Idwer Vollering <vidwer at gmail.com>
---
 payloads/external/SeaBIOS/Makefile.inc | 2 +-
 src/Kconfig                            | 7 +------
 src/arch/x86/Makefile.inc              | 2 +-
 3 files changed, 3 insertions(+), 8 deletions(-)

diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc
index 84f1515..23b064c 100644
--- a/payloads/external/SeaBIOS/Makefile.inc
+++ b/payloads/external/SeaBIOS/Makefile.inc
@@ -1,5 +1,5 @@
 TAG-$(CONFIG_SEABIOS_MASTER)=origin/master
-TAG-$(CONFIG_SEABIOS_STABLE)=88cb66ea542906ffff8a80ef397b9e3adbb33116
+TAG-$(CONFIG_SEABIOS_STABLE)=96917a8ed761f017fc8c72ba3b9181fbac03ac59
 
 unexport KCONFIG_AUTOCONFIG
 
diff --git a/src/Kconfig b/src/Kconfig
index fe7dc9b..628d6f3 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -599,13 +599,8 @@ config PAYLOAD_TIANOCORE
 
 endchoice
 
-choice
-	prompt "SeaBIOS version"
-	default SEABIOS_STABLE
-	depends on PAYLOAD_SEABIOS
-
 config SEABIOS_STABLE
-	bool "1.7.2.1"
+	bool "1.7.4"
 	help
 	  Stable SeaBIOS version
 config SEABIOS_MASTER
diff --git a/src/arch/x86/Makefile.inc b/src/arch/x86/Makefile.inc
index 3b17ce3..4435703 100644
--- a/src/arch/x86/Makefile.inc
+++ b/src/arch/x86/Makefile.inc
@@ -467,7 +467,7 @@ seabios:
 			OBJCOPY="$(OBJCOPY)" STRIP="$(STRIP)" \
 			AS="$(AS)" CPP="$(CPP)" \
 			CONFIG_SEABIOS_MASTER=$(CONFIG_SEABIOS_MASTER) \
-			CONFIG_SEABIOS_STABLE=$(CONFIG_SEABIOS_STABLE) \
+			CONFIG_SEABIOS_STABLE=$(call strip_quotes,$(CONFIG_SEABIOS_STABLE)) \
 			OUT=$(abspath $(obj)) IASL="$(IASL)"
 
 filo:



More information about the coreboot-gerrit mailing list