summaryrefslogtreecommitdiffstats
path: root/payloads
diff options
context:
space:
mode:
authorFelix Singer <felixsinger@posteo.net>2024-01-18 00:15:50 +0100
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-21 06:03:26 +0000
commitdf0fac1eb184ec4539a9b4363d4d3259bb48ec56 (patch)
tree9c46c5061912245bc27baa27e6c79f019fe32354 /payloads
parentb88d7dc34da6cb809427195696c21ce16b85c070 (diff)
downloadcoreboot-df0fac1eb184ec4539a9b4363d4d3259bb48ec56.tar.gz
coreboot-df0fac1eb184ec4539a9b4363d4d3259bb48ec56.tar.bz2
coreboot-df0fac1eb184ec4539a9b4363d4d3259bb48ec56.zip
payload/seabios: Update from 1.16.2 to 1.16.3
Change-Id: Idfe479272abf2db93f8fc4bc1ba02d8b8072fcfe Signed-off-by: Felix Singer <felixsinger@posteo.net> Reviewed-on: https://review.coreboot.org/c/coreboot/+/80018 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nicholas Chin <nic.c3.14@gmail.com>
Diffstat (limited to 'payloads')
-rw-r--r--payloads/external/SeaBIOS/Kconfig2
-rw-r--r--payloads/external/SeaBIOS/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig
index d7812191e442..31b9989e5b92 100644
--- a/payloads/external/SeaBIOS/Kconfig
+++ b/payloads/external/SeaBIOS/Kconfig
@@ -15,7 +15,7 @@ choice
default SEABIOS_STABLE
config SEABIOS_STABLE
- bool "1.16.2"
+ bool "1.16.3"
help
Stable SeaBIOS version
config SEABIOS_MASTER
diff --git a/payloads/external/SeaBIOS/Makefile b/payloads/external/SeaBIOS/Makefile
index 4e613903addb..7926f3fb90ad 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)=ea1b7a0733906b8425d948ae94fba63c32b1d425
+TAG-$(CONFIG_SEABIOS_STABLE)=a6ed6b701f0a57db0569ab98b0661c12a6ec3ff8
TAG-$(CONFIG_SEABIOS_REVISION)=$(CONFIG_SEABIOS_REVISION_ID)
project_git_repo=https://review.coreboot.org/seabios.git