From e68ddc71ef4b01c746203fd0e72d99917c022244 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 14 Feb 2023 23:02:09 +0100 Subject: [PATCH] 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 Change-Id: I09c537d3801123e7ffc01608171918b0396b7a5f Reviewed-on: https://review.coreboot.org/c/coreboot/+/73051 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- src/soc/amd/mendocino/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/soc/amd/mendocino/Kconfig b/src/soc/amd/mendocino/Kconfig index ea3a892fe8..6fc73de102 100644 --- a/src/soc/amd/mendocino/Kconfig +++ b/src/soc/amd/mendocino/Kconfig @@ -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