Martin L Roth has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/74905 )
Change subject: soc/amd/phoenix: Add default vBIOS ID and location ......................................................................
soc/amd/phoenix: Add default vBIOS ID and location
Signed-off-by: Martin Roth gaumless@gmail.com Change-Id: Iadc32f4dbf8bd48d8666a213d7b5f3ba42175a90 --- M src/soc/amd/phoenix/Kconfig 1 file changed, 21 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/05/74905/1
diff --git a/src/soc/amd/phoenix/Kconfig b/src/soc/amd/phoenix/Kconfig index 6df8fe7..f1b9e63 100644 --- a/src/soc/amd/phoenix/Kconfig +++ b/src/soc/amd/phoenix/Kconfig @@ -247,6 +247,17 @@ help Maximum number of threads the platform can have.
+config VGA_BIOS_ID + string + default "1002,15BF" + 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 VGA_BIOS_FILE + string + default "3rdparty/amd_blobs/phoenix/Vbios.bin" + config CONSOLE_UART_BASE_ADDRESS depends on CONSOLE_SERIAL && AMD_SOC_CONSOLE_UART hex