Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/6900
-gerrit
commit c7e56608a893c52adb146ee0222e750d6ce94043 Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Sat Sep 13 20:43:45 2014 +1000
payloads/external/SeaBIOS: Bump version to 1.7.5
Change-Id: Ie4b58b739ea411035b1801348e3e73e607299846 Signed-off-by: Edward O'Callaghan eocallaghan@alterapraxis.com --- payloads/external/SeaBIOS/Makefile.inc | 2 +- src/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/payloads/external/SeaBIOS/Makefile.inc b/payloads/external/SeaBIOS/Makefile.inc index 02c31e3..a13857e 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)=96917a8ed761f017fc8c72ba3b9181fbac03ac59 +TAG-$(CONFIG_SEABIOS_STABLE)=e51488c
unexport KCONFIG_AUTOHEADER unexport KCONFIG_AUTOCONFIG diff --git a/src/Kconfig b/src/Kconfig index 28f1181..2e01abc 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -592,7 +592,7 @@ choice depends on PAYLOAD_SEABIOS
config SEABIOS_STABLE - bool "1.7.4" + bool "1.7.5" help Stable SeaBIOS version config SEABIOS_MASTER