From 84fef892dd2ec034668442609a15dd8971efdafb Mon Sep 17 00:00:00 2001 From: Marshall Dawson Date: Fri, 5 Aug 2022 12:13:49 -0600 Subject: 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 Change-Id: I49bbf1335606567735e36ed9bda1314bfc6247d6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66464 Tested-by: build bot (Jenkins) Reviewed-by: Fred Reitberger Reviewed-by: Felix Held --- src/soc/amd/sabrina/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3