summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarshall Dawson <marshalldawson3rd@gmail.com>2022-08-05 12:44:03 -0600
committerFelix Held <felix-coreboot@felixheld.de>2022-08-08 16:59:30 +0000
commit26d7d737c1453b6d10257ae0c184fb1facd87aa2 (patch)
tree3cda7e642071c3fa4b1d6dd1cf774fdcaf4c1d3c
parent84fef892dd2ec034668442609a15dd8971efdafb (diff)
downloadcoreboot-26d7d737c1453b6d10257ae0c184fb1facd87aa2.tar.gz
coreboot-26d7d737c1453b6d10257ae0c184fb1facd87aa2.tar.bz2
coreboot-26d7d737c1453b6d10257ae0c184fb1facd87aa2.zip
soc/amd/sabrina: Rename PSP SPL default
Change the SPL file from the 'cezanne' placeholder to a mendocino filename. Also, move the default location to blobs/mainboard since it's not board-agnostic. BUG=b:241543152 BUILD=Enable feature and build amd/chausie Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com> Change-Id: I47647c5d926484e25e3f893e72c671554e277a56 Reviewed-on: https://review.coreboot.org/c/coreboot/+/66465 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Fred Reitberger <reitbergerfred@gmail.com>
-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 4b14b6c2a4c9..14ae5b09e984 100644
--- a/src/soc/amd/sabrina/Kconfig
+++ b/src/soc/amd/sabrina/Kconfig
@@ -416,7 +416,7 @@ config HAVE_SPL_FILE
config SPL_TABLE_FILE
string "SPL table file"
depends on HAVE_SPL_FILE
- default "3rdparty/amd_blobs/cezanne/PSP/TypeId0x55_SplTableBl_CZN.sbin"
+ default "3rdparty/blobs/mainboard/\$(CONFIG_MAINBOARD_DIR)/TypeId0x55_SplTableBl_MDN.sbin"
config PSP_SOFTFUSE_BITS
string "PSP Soft Fuse bits to enable"