From d315f2621740175c6b52f17a1c781d19f6eedac7 Mon Sep 17 00:00:00 2001 From: Martin Kepplinger Date: Tue, 1 Jul 2025 10:50:36 +0200 Subject: [PATCH] payload/seabios: Update from 1.16.3 to 1.17.0 from the project's Releases.md file: * Prefer PCI IO allocations above 4Gig on 64bit capable machines. * Multiple simultaneous USB keyboard and mouse support. * Legacy support for internally generated ACPI tables has been removed. * SeaVGABIOS support for VBE get/set palette data. * Several bug fixes and code cleanups. TEST=Successfully booted lenovo/t530 Change-Id: Ie1f0620ce46ebdafc84e8e13a79aa21c0526c235 Signed-off-by: Martin Kepplinger Reviewed-on: https://review.coreboot.org/c/coreboot/+/88256 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- payloads/external/SeaBIOS/Kconfig | 2 +- payloads/external/SeaBIOS/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/payloads/external/SeaBIOS/Kconfig b/payloads/external/SeaBIOS/Kconfig index b12af46a14..38c7f7f36a 100644 --- a/payloads/external/SeaBIOS/Kconfig +++ b/payloads/external/SeaBIOS/Kconfig @@ -17,7 +17,7 @@ choice default SEABIOS_STABLE config SEABIOS_STABLE - bool "1.16.3" + bool "1.17.0" help Stable SeaBIOS version config SEABIOS_MASTER diff --git a/payloads/external/SeaBIOS/Makefile b/payloads/external/SeaBIOS/Makefile index 7926f3fb90..bd31f52c72 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)=a6ed6b701f0a57db0569ab98b0661c12a6ec3ff8 +TAG-$(CONFIG_SEABIOS_STABLE)=b52ca86e094d19b58e2304417787e96b940e39c6 TAG-$(CONFIG_SEABIOS_REVISION)=$(CONFIG_SEABIOS_REVISION_ID) project_git_repo=https://review.coreboot.org/seabios.git