soc/amd/mendocino/Kconfig: add VGA BIOS ID and file defaults
Add the correct defaults for VGA_BIOS_ID and VGA_BIOS_FILE in Mendocino's Kconfig instead of relying on the board's .config files providing the correct settings. Those settings are per-SoC and not per-board, so this is valid for all boards using the Mendocino APU. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I09c537d3801123e7ffc01608171918b0396b7a5f Reviewed-on: https://review.coreboot.org/c/coreboot/+/73051 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
This commit is contained in:
parent
30abfe5f02
commit
e68ddc71ef
|
@ -257,6 +257,16 @@ config MAX_CPUS
|
|||
help
|
||||
Maximum number of threads the platform can have.
|
||||
|
||||
config VGA_BIOS_ID
|
||||
string
|
||||
default "1002,1506" if SOC_AMD_MENDOCINO
|
||||
help
|
||||
The default VGA BIOS PCI vendor/device ID of the GPU and VBIOS.
|
||||
|
||||
config VGA_BIOS_FILE
|
||||
string
|
||||
default "3rdparty/amd_blobs/mendocino/MdnGenericVbios.bin" if SOC_AMD_MENDOCINO
|
||||
|
||||
config CONSOLE_UART_BASE_ADDRESS
|
||||
depends on CONSOLE_SERIAL && AMD_SOC_CONSOLE_UART
|
||||
hex
|
||||
|
|
Loading…
Reference in New Issue