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 <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91854
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Patrick Rudolph 2026-03-25 15:44:02 +01:00 committed by Matt DeVillier
commit d381d33a39

View file

@ -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.