summaryrefslogtreecommitdiffstats
path: root/src/soc
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2023-05-01 14:00:40 -0600
committerMatt DeVillier <matt.devillier@amd.corp-partner.google.com>2023-05-03 16:06:13 +0000
commitab05964b917403117b39068d5e03a617e9823158 (patch)
tree59e3be49325dcdc0b368ed6f2d752fc44c2920cb /src/soc
parent5f662e9f752314248e9b0d4e6cc0067b65730768 (diff)
downloadcoreboot-ab05964b917403117b39068d5e03a617e9823158.tar.gz
coreboot-ab05964b917403117b39068d5e03a617e9823158.tar.bz2
coreboot-ab05964b917403117b39068d5e03a617e9823158.zip
soc/amd/phoenix: Add default vBIOS ID and location
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: Iadc32f4dbf8bd48d8666a213d7b5f3ba42175a90 Reviewed-on: https://review.coreboot.org/c/coreboot/+/74905 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/phoenix/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/soc/amd/phoenix/Kconfig b/src/soc/amd/phoenix/Kconfig
index 6df8fe7771c3..f1b9e638d72a 100644
--- a/src/soc/amd/phoenix/Kconfig
+++ b/src/soc/amd/phoenix/Kconfig
@@ -247,6 +247,17 @@ config MAX_CPUS
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