summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2022-08-05 12:13:49 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-08-08 16:59:30 +0000
commit84fef892dd2ec034668442609a15dd8971efdafb (patch)
tree1c2d0b2282956190e9aa2e89fe0830152d021de5
parent336e25a3b766de8f0ed9a9c580a8b4378f99a77a (diff)
downloadcoreboot-84fef892dd2ec034668442609a15dd8971efdafb.tar.gz
coreboot-84fef892dd2ec034668442609a15dd8971efdafb.tar.bz2
coreboot-84fef892dd2ec034668442609a15dd8971efdafb.zip
soc/amd/sabrina: Rename PSP whitelist default
Change the name of the whitelist file from the 'cezanne' placeholder to a mendocino path/to/file. Also, as whitelist files won't be pushed into a public repo, modify the path to point to site-local. Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: I49bbf1335606567735e36ed9bda1314bfc6247d6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66464 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
-rw-r--r--src/soc/amd/sabrina/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/sabrina/Kconfig b/src/soc/amd/sabrina/Kconfig
index e87fc8090b03..4b14b6c2a4c9 100644
--- a/src/soc/amd/sabrina/Kconfig
+++ b/src/soc/amd/sabrina/Kconfig
@@ -399,7 +399,7 @@ config HAVE_PSP_WHITELIST_FILE
config PSP_WHITELIST_FILE
string "Debug whitelist file path"
depends on HAVE_PSP_WHITELIST_FILE
- default "3rdparty/amd_blobs/cezanne/PSP/wtl-czn.sbin"
+ default "site-local/3rdparty/amd_blobs/mendocino/PSP/wtl-mdn.sbin"
config HAVE_SPL_FILE
bool "Have a mainboard specific SPL table file"