diff options
author | Raul E Rangel <rrangel@chromium.org> | 2020-05-13 16:46:57 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-05-18 07:31:35 +0000 |
commit | f39dab1b953077ebcc3652bc126196cfaec2672c (patch) | |
tree | 5628535ae77cd91c610e5b92b0e7e10b60333424 /src | |
parent | 68975b15cf51902d8dbd5b868b23011c9ee58ac9 (diff) | |
download | coreboot-f39dab1b953077ebcc3652bc126196cfaec2672c.tar.xz |
soc/amd/picasso: Switch to using amd_blobs
BUG=b:147042464
TEST=build trembyle and boot to OS
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Change-Id: Ie6ac8b0701ac27733dd9724873664f5f17fcfa29
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41435
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/soc/amd/picasso/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig index 4795211dc6..7173b6c06f 100644 --- a/src/soc/amd/picasso/Kconfig +++ b/src/soc/amd/picasso/Kconfig @@ -94,7 +94,7 @@ config VGA_BIOS_ID config VGA_BIOS_FILE string - default "3rdparty/blobs/soc/amd/picasso/PicassoGenericVbios.bin" + default "3rdparty/amd_blobs/picasso/PicassoGenericVbios.bin" config S3_VGA_ROM_RUN bool @@ -297,7 +297,7 @@ comment "AMD Firmware Directory Table set to location for 16MB ROM" config AMD_PUBKEY_FILE string - default "3rdparty/blobs/soc/amd/picasso/PSP/AmdPubKeyRV.bin" + default "3rdparty/amd_blobs/picasso/PSP/AmdPubKeyRV.bin" config PSP_APCB_FILE string @@ -383,7 +383,7 @@ config HAVE_PSP_WHITELIST_FILE config PSP_WHITELIST_FILE string "Debug whitelist file name" depends on HAVE_PSP_WHITELIST_FILE - default "3rdparty/blobs/soc/amd/picasso/PSP/wtl-rvn.sbin" + default "3rdparty/amd_blobs/picasso/PSP/wtl-rvn.sbin" config PSP_UNLOCK_SECURE_DEBUG bool "Unlock secure debug" |