diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-05-26 18:25:33 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-06-09 00:10:16 +0000 |
commit | d4440dd7bb4ce9a6bfbdc348d606f4e7aae5acd7 (patch) | |
tree | 0fc2c47abb58897796d2dafef928f56504e59d50 | |
parent | ed6c99990439b51a7b3b03dd5d4d122b69ddbc58 (diff) |
soc/amd/phoenix/Kconfig: temporary drop VGA_BIOS_FILE
The file VGA_BIOS_FILE points to is right now the Mendocino VBIOS. Since
the default value probably shouldn't point to a location in site-local,
drop this for now, but leave a TODO to put that back once the correct
VBIOS files are available in 3rdparty/amd_blobs.
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ifbc6cbe1e371d8d247f86555a5361ed237897dea
Reviewed-on: https://review.coreboot.org/c/coreboot/+/75484
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
-rw-r--r-- | src/soc/amd/phoenix/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/soc/amd/phoenix/Kconfig b/src/soc/amd/phoenix/Kconfig index 611b8a399c..942c93139e 100644 --- a/src/soc/amd/phoenix/Kconfig +++ b/src/soc/amd/phoenix/Kconfig @@ -255,9 +255,7 @@ config VGA_BIOS_ID 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" +# TODO: add VGA_BIOS_FILE default once the correct VBIOS binaries are available in amd_blobs config CONSOLE_UART_BASE_ADDRESS depends on CONSOLE_SERIAL && AMD_SOC_CONSOLE_UART |