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:
parent
1b284012b8
commit
d381d33a39
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue