summaryrefslogtreecommitdiff
path: root/src/soc/amd/picasso/Kconfig
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2020-09-01 11:04:21 -0600
committerAaron Durbin <adurbin@chromium.org>2020-09-03 16:30:37 +0000
commitfe87d76c2ffc72f28b827878c83ff8dcc66208f7 (patch)
tree1d10df24f6b776783d35fe44aa3856adde8defb0 /src/soc/amd/picasso/Kconfig
parentde49833268e51b09a56f954ea779dd02c2333a96 (diff)
downloadcoreboot-fe87d76c2ffc72f28b827878c83ff8dcc66208f7.tar.xz
soc/amd/picasso: Add config for PSP verstage signing token
This allows a platform to specify the location of the signing token for the PSP verstage, and build it into the firmware image. BUG=b:166108929 TEST=Build file into PSP firmware, verify that it's present and has the correct ID. BRANCH=Zork Signed-off-by: Martin Roth <martinroth@chromium.org> Change-Id: I182ad9b48a2776ccd29ead0f54cfe14c5bf45560 Reviewed-on: https://review.coreboot.org/c/coreboot/+/44989 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Eric Peers <epeers@google.com>
Diffstat (limited to 'src/soc/amd/picasso/Kconfig')
-rw-r--r--src/soc/amd/picasso/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index 33db89b6d7..ec5ff76c72 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -497,6 +497,13 @@ config PSP_VERSTAGE_FILE
help
Add psp_verstage file to the build & PSP Directory Table
+config PSP_VERSTAGE_SIGNING_TOKEN
+ string "Specify the PSP_verstage Signature Token file path"
+ depends on VBOOT_STARTS_BEFORE_BOOTBLOCK
+ default ""
+ help
+ Add psp_verstage signature token to the build & PSP Directory Table
+
endmenu