From f39dab1b953077ebcc3652bc126196cfaec2672c Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Wed, 13 May 2020 16:46:57 -0600 Subject: soc/amd/picasso: Switch to using amd_blobs BUG=b:147042464 TEST=build trembyle and boot to OS Signed-off-by: Raul E Rangel Change-Id: Ie6ac8b0701ac27733dd9724873664f5f17fcfa29 Reviewed-on: https://review.coreboot.org/c/coreboot/+/41435 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held Reviewed-by: Furquan Shaikh --- src/soc/amd/picasso/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/soc') 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" -- cgit v1.2.3