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>
This commit is contained in:
parent
68975b15cf
commit
f39dab1b95
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue