Alexander Couzens (lynxis@fe80.eu) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/11467
-gerrit
commit e57f042b1a29da3027f344acc0e0bc3336c9b3e3 Author: Alexander Couzens lynxis@fe80.eu Date: Mon Aug 31 03:27:08 2015 +0200
SeaBios: add stable release 1.8.2 as default SeaBios version
1.8 is a stable release and gains several fixes. The old stable release will be still available.
Change-Id: I6c61490d25927128f53f2dcac733fcb4dba8ca94 Signed-off-by: Alexander Couzens lynxis@fe80.eu --- payloads/external/Makefile.inc | 1 + payloads/external/SeaBIOS/Kconfig | 6 +++++- payloads/external/SeaBIOS/Makefile.inc | 1 + 3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/payloads/external/Makefile.inc b/payloads/external/Makefile.inc index f34223b..be4d5c4 100644 --- a/payloads/external/Makefile.inc +++ b/payloads/external/Makefile.inc @@ -54,6 +54,7 @@ seabios: AS="$(AS_x86_32)" IASL="$(IASL)" \ CONFIG_SEABIOS_MASTER=$(CONFIG_SEABIOS_MASTER) \ CONFIG_SEABIOS_1_7=$(CONFIG_SEABIOS_1_7) \ + CONFIG_SEABIOS_1_8=$(CONFIG_SEABIOS_1_8) \ CONFIG_SEABIOS_THREAD_OPTIONROMS=$(CONFIG_SEABIOS_THREAD_OPTIONROMS) \ CONFIG_SEABIOS_VGA_COREBOOT=$(CONFIG_SEABIOS_VGA_COREBOOT) \ CONFIG_CONSOLE_SERIAL=$(CONFIG_CONSOLE_SERIAL) \ diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig index 5467c1a..40fe70b 100644 --- a/payloads/external/SeaBIOS/Kconfig +++ b/payloads/external/SeaBIOS/Kconfig @@ -2,12 +2,16 @@ if PAYLOAD_SEABIOS
choice prompt "SeaBIOS version" - default SEABIOS_1_7 + default SEABIOS_1_8
config SEABIOS_1_7 bool "1.7.5" help Stable SeaBIOS version +config SEABIOS_1_8 + bool "1.8.2" + help + Stable SeaBIOS version config SEABIOS_MASTER bool "master" help diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index 2ccd181..642128c 100644 --- a/payloads/external/SeaBIOS/Makefile.inc +++ b/payloads/external/SeaBIOS/Makefile.inc @@ -1,5 +1,6 @@ TAG-$(CONFIG_SEABIOS_MASTER)=origin/master TAG-$(CONFIG_SEABIOS_1_7)=e51488c5f8800a52ac5c8da7a31b85cca5cc95d2 +TAG-$(CONFIG_SEABIOS_1_8)=33fbe13a3e2a01e0ba1087a8feed801a0451db21
unexport KCONFIG_AUTOHEADER unexport KCONFIG_AUTOCONFIG