aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd')
-rw-r--r--src/soc/amd/mendocino/Kconfig10
1 files changed, 10 insertions, 0 deletions
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