From d381d33a392eb2c6af642037453ef9be2af4a972 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Wed, 25 Mar 2026 15:44:02 +0100 Subject: [PATCH] soc/soc/amd/glinda: Hook up STX VBIOS Hook up the VBIOS binary published on the amd_blobs submodule. TEST=Graphics init works pre OS on AMD/birman+ Change-Id: I927ea1e6dd9be0c13719cf080fc7ca7505f83eba Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/91854 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/soc/amd/glinda/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/soc/amd/glinda/Kconfig b/src/soc/amd/glinda/Kconfig index 59c7b3a277..0553034cc1 100644 --- a/src/soc/amd/glinda/Kconfig +++ b/src/soc/amd/glinda/Kconfig @@ -117,10 +117,12 @@ config CHIPSET_DEVICETREE config VGA_BIOS_FILE string default "3rdparty/amd_blobs/strix_krackan/KRK2E_GENERIC_vbios.sbin" if SOC_AMD_FAEGAN + default "3rdparty/amd_blobs/strix_krackan/StrixKrackan_Generic_VBIOS.sbin" config VGA_BIOS_ID string - default "1002,1902" + default "1002,1902" if SOC_AMD_FAEGAN + default "1002,150e" help The default VGA BIOS PCI vendor/device ID should be set to the result of the map_oprom_vendev() function in graphics.c.