Paul Menzel (paulepanter(a)users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5093
-gerrit
commit 7242af8d2e55252096535ad9e760e3700ace6cd1
Author: Paul Menzel <paulepanter(a)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 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(a)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
Paul Menzel (paulepanter(a)users.sourceforge.net) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5093
-gerrit
commit 3cfb0d8978632fad0883bc10cf1e6e205960560a
Author: Paul Menzel <paulepanter(a)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 Asus M2V-MX SE.
----- [ 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(a)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
the following patch was just integrated into master:
commit 5f53409fe35a68d9e43c9f8d96f352b2e4642b7a
Author: Ronald G. Minnich <rminnich(a)google.com>
Date: Tue Feb 4 17:35:44 2014 -0800
Add an xdr function for the cbfs_file header
And use it in fit.c and remove one more use of htonl.
Change-Id: Ibf18dcc0a7f08d75c2374115de0db7a4bf64ec1e
Signed-off-by: Ronald G. Minnich <rminnich(a)google.com>
See http://review.coreboot.org/5120 for details.
-gerrit