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 <patrick.rudolph@9elements.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91776 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com>
This commit is contained in:
parent
ff7bc7d2d1
commit
6c8a2a6ea1
1 changed files with 11 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue