diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2019-03-18 16:48:47 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-03-21 12:17:17 +0000 |
commit | fb83ff1a8b1bae3e0e5cb8d7228f96196f26f077 (patch) | |
tree | f978667a67b30606f36b9d3af82248c828c69e78 /payloads/external | |
parent | ca9eb1a73f291eebab84d67896abb22c3d627cf2 (diff) |
payloads/seabios: Update stable from 1.12.0 to 1.12.1
The two commits below were supplied to the stable branch.
1. 7d63249 tpm: Check for TPM related ACPI tables before attempting hw
probe
2. a5cab58 (tag: rel-1.12.1, origin/1.12-stable) usb-ehci: Clear pipe
token on pipe reallocate
Change-Id: I7f1165d87950145e0538eac094c5bb9bfca4db3c
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/31957
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'payloads/external')
-rw-r--r-- | payloads/external/SeaBIOS/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig index e6df425ec2..131c0d2898 100644 --- a/payloads/external/SeaBIOS/Kconfig +++ b/payloads/external/SeaBIOS/Kconfig @@ -5,7 +5,7 @@ choice default SEABIOS_STABLE config SEABIOS_STABLE - bool "1.12.0" + bool "1.12.1" help Stable SeaBIOS version config SEABIOS_MASTER |