From 6c8a2a6ea1edde42d5f0eeb9604d1e278b80c7c3 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Thu, 19 Mar 2026 17:23:59 +0100 Subject: [PATCH] soc/amd/glinda: Use VBIOS from amd_blobs Set defaults for VGA_BIOS_FILE and VGA_BIOS_ID. TEST=Pre OS graphics init works on AMD/jaguar. Change-Id: I3bf0e81b0de87abe4a03be8e10274936cf29e628 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/91776 Tested-by: build bot (Jenkins) Reviewed-by: Maximilian Brune --- src/soc/amd/glinda/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/soc/amd/glinda/Kconfig b/src/soc/amd/glinda/Kconfig index 70a1fc6331..29b404ac3d 100644 --- a/src/soc/amd/glinda/Kconfig +++ b/src/soc/amd/glinda/Kconfig @@ -114,6 +114,17 @@ config CHIPSET_DEVICETREE string default "soc/amd/glinda/chipset.cb" +config VGA_BIOS_FILE + string + default "3rdparty/amd_blobs/strix_krackan/KRK2E_GENERIC_vbios.sbin" if SOC_AMD_FAEGAN + +config VGA_BIOS_ID + string + default "1002,1902" + help + The default VGA BIOS PCI vendor/device ID should be set to the + result of the map_oprom_vendev() function in graphics.c. + config CPU_PT_ROM_MAP_GB default 1024