Edward O'Callaghan (eocallaghan@alterapraxis.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5795
-gerrit
commit 939a38bbdb8376a2e09d1a037499e92b907cfd30 Author: Edward O'Callaghan eocallaghan@alterapraxis.com Date: Wed May 21 00:27:18 2014 +1000
payloads/external/SeaBIOS: Bump version to 1.7.5-rc1
NOTFORMERGE - _yet_ waiting on 1.7.5 proper.
Change-Id: I43fd860eab8a6e770741c749a1a67de3ed5cbde0 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 042df0a..edf1eaa 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)=b1d4dc908401719c5de78c25313cf82c7cd1d602
unexport KCONFIG_AUTOHEADER unexport KCONFIG_AUTOCONFIG diff --git a/src/Kconfig b/src/Kconfig index 53a23bb..32e7f98 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -599,7 +599,7 @@ choice depends on PAYLOAD_SEABIOS
config SEABIOS_STABLE - bool "1.7.2.1" + bool "1.7.5-rc1" help Stable SeaBIOS version config SEABIOS_MASTER