From 30abfe5f02054d7a1bc36afd5348ec9ccbd9c16d Mon Sep 17 00:00:00 2001 From: Felix Held Date: Tue, 14 Feb 2023 22:39:29 +0100 Subject: soc/amd/cezanne/Kconfig: add VGA BIOS ID and file defaults Add the correct defaults for VGA_BIOS_ID and VGA_BIOS_FILE in Cezanne'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 Cezanne APU. Signed-off-by: Felix Held Change-Id: I67101d518c6b873ad89932ae39c2deb2ed6a4c29 Reviewed-on: https://review.coreboot.org/c/coreboot/+/73050 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger --- src/soc/amd/cezanne/Kconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig index e1ab7b855d..c73467a0ea 100644 --- a/src/soc/amd/cezanne/Kconfig +++ b/src/soc/amd/cezanne/Kconfig @@ -251,6 +251,17 @@ config MAX_CPUS help Maximum number of threads the platform can have. +config VGA_BIOS_ID + string + default "1002,1638" + help + The default VGA BIOS PCI vendor/device ID should be set to the + result of the map_oprom_vendev() function in grapthics.c. + +config VGA_BIOS_FILE + string + default "3rdparty/amd_blobs/cezanne/CezanneGenericVbios.bin" + config CONSOLE_UART_BASE_ADDRESS depends on CONSOLE_SERIAL && AMD_SOC_CONSOLE_UART hex -- cgit v1.2.3