[coreboot-gerrit] Patch set updated for coreboot: 61ca9e5 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:14:51 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 61ca9e575b52c0b2e890f8747b7f32b94d1bebae
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 +------
 2 files changed, 2 insertions(+), 7 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



More information about the coreboot-gerrit mailing list