Martin Kepplinger has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37631 )
Change subject: payloads/seabios: Update stable from 1.12.1 to 1.13.0 ......................................................................
payloads/seabios: Update stable from 1.12.1 to 1.13.0
SeaBIOS 1.13.0 has been tagged on 20191209. Major changes in this release:
* Support for reading logical CHS drive information from QEMU * Workaround added for misbehaving optionroms that grab "int19" * The TPM 2 "PCR bank" option can now be set from the TPM menu * SeaVGABIOS support for QEMU "atiext" display * Several bug fixes and code cleanups
see http://seabios.org/Releases
Change-Id: I37c8a72b0819bc4d19da9f7ab8e90f907e3e4dec Signed-off-by: Martin Kepplinger martin.kepplinger@puri.sm --- M payloads/external/SeaBIOS/Kconfig M payloads/external/SeaBIOS/Makefile 2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/31/37631/1
diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig index 131c0d2..8ec7361 100644 --- a/payloads/external/SeaBIOS/Kconfig +++ b/payloads/external/SeaBIOS/Kconfig @@ -5,7 +5,7 @@ default SEABIOS_STABLE
config SEABIOS_STABLE - bool "1.12.1" + bool "1.13.0" help Stable SeaBIOS version config SEABIOS_MASTER diff --git a/payloads/external/SeaBIOS/Makefile b/payloads/external/SeaBIOS/Makefile index fd05c0c..0086775 100644 --- a/payloads/external/SeaBIOS/Makefile +++ b/payloads/external/SeaBIOS/Makefile @@ -1,5 +1,5 @@ TAG-$(CONFIG_SEABIOS_MASTER)=origin/master -TAG-$(CONFIG_SEABIOS_STABLE)=a5cab58e9a3fb6e168aba919c5669bea406573b4 +TAG-$(CONFIG_SEABIOS_STABLE)=f21b5a4aeb020f2a5e2c6503f906a9349dd2f069 TAG-$(CONFIG_SEABIOS_REVISION)=$(CONFIG_SEABIOS_REVISION_ID)
project_git_repo=https://review.coreboot.org/seabios.git
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37631 )
Change subject: payloads/seabios: Update stable from 1.12.1 to 1.13.0 ......................................................................
Patch Set 1: Code-Review+2
tested?
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37631 )
Change subject: payloads/seabios: Update stable from 1.12.1 to 1.13.0 ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37631/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/37631/1//COMMIT_MSG@17 PS1, Line 17: http https
Paul Menzel has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37631 )
Change subject: payloads/seabios: Update stable from 1.12.1 to 1.13.0 ......................................................................
Patch Set 1:
Tested with QEMU pc and SeaBIOS’ boot menu is visible.
HAOUAS Elyes has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37631 )
Change subject: payloads/seabios: Update stable from 1.12.1 to 1.13.0 ......................................................................
Patch Set 1: Code-Review+2
Nico Huber has posted comments on this change. ( https://review.coreboot.org/c/coreboot/+/37631 )
Change subject: payloads/seabios: Update stable from 1.12.1 to 1.13.0 ......................................................................
Patch Set 1:
(1 comment)
https://review.coreboot.org/c/coreboot/+/37631/1//COMMIT_MSG Commit Message:
https://review.coreboot.org/c/coreboot/+/37631/1//COMMIT_MSG@17 PS1, Line 17: http
https
Tested, works, and seems to redirect anyway.
Nico Huber has submitted this change. ( https://review.coreboot.org/c/coreboot/+/37631 )
Change subject: payloads/seabios: Update stable from 1.12.1 to 1.13.0 ......................................................................
payloads/seabios: Update stable from 1.12.1 to 1.13.0
SeaBIOS 1.13.0 has been tagged on 20191209. Major changes in this release:
* Support for reading logical CHS drive information from QEMU * Workaround added for misbehaving optionroms that grab "int19" * The TPM 2 "PCR bank" option can now be set from the TPM menu * SeaVGABIOS support for QEMU "atiext" display * Several bug fixes and code cleanups
see http://seabios.org/Releases
Change-Id: I37c8a72b0819bc4d19da9f7ab8e90f907e3e4dec Signed-off-by: Martin Kepplinger martin.kepplinger@puri.sm Reviewed-on: https://review.coreboot.org/c/coreboot/+/37631 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Nico Huber nico.h@gmx.de Reviewed-by: HAOUAS Elyes ehaouas@noos.fr --- M payloads/external/SeaBIOS/Kconfig M payloads/external/SeaBIOS/Makefile 2 files changed, 2 insertions(+), 2 deletions(-)
Approvals: build bot (Jenkins): Verified Nico Huber: Looks good to me, approved HAOUAS Elyes: Looks good to me, approved
diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig index 131c0d2..8ec7361 100644 --- a/payloads/external/SeaBIOS/Kconfig +++ b/payloads/external/SeaBIOS/Kconfig @@ -5,7 +5,7 @@ default SEABIOS_STABLE
config SEABIOS_STABLE - bool "1.12.1" + bool "1.13.0" help Stable SeaBIOS version config SEABIOS_MASTER diff --git a/payloads/external/SeaBIOS/Makefile b/payloads/external/SeaBIOS/Makefile index fd05c0c..0086775 100644 --- a/payloads/external/SeaBIOS/Makefile +++ b/payloads/external/SeaBIOS/Makefile @@ -1,5 +1,5 @@ TAG-$(CONFIG_SEABIOS_MASTER)=origin/master -TAG-$(CONFIG_SEABIOS_STABLE)=a5cab58e9a3fb6e168aba919c5669bea406573b4 +TAG-$(CONFIG_SEABIOS_STABLE)=f21b5a4aeb020f2a5e2c6503f906a9349dd2f069 TAG-$(CONFIG_SEABIOS_REVISION)=$(CONFIG_SEABIOS_REVISION_ID)
project_git_repo=https://review.coreboot.org/seabios.git