Paul Menzel (paulepanter@users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5093
-gerrit
commit b5eba61e5be5c78aa92ce55c2bca9732f0c3ac10 Author: Paul Menzel paulepanter@users.sourceforge.net Date: Sun Feb 2 11:23:26 2014 +0100
payloads/external/SeaBIOS/Makefile.inc: 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 ASRock E350M1.
----- [ SeaBIOS rel-1.7.4-0-g96917a8-20140201_152655-my-asrock-e350m1 ] ----- Found coreboot cbmem console @ 7dec0400 Found mainboard ASUS M2V-MX SE
Change-Id: I675a50532735b4921a664e4b24d98be17b9a1002 Signed-off-by: Paul Menzel paulepanter@users.sourceforge.net --- payloads/external/SeaBIOS/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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