aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/fsp/picasso
diff options
context:
space:
mode:
authorMartin Roth <martinroth@chromium.org>2020-09-28 14:34:22 -0600
committerPaul Fagerburg <pfagerburg@chromium.org>2020-10-01 00:47:58 +0000
commit7128063ecc8099932a4bef8d2e28101b7f652804 (patch)
tree21dcf6dc442bb49061bd267bf071bd5b0ac7315c /src/vendorcode/amd/fsp/picasso
parent0cf0849cff485d635028e92ed9677f1ddccf9c92 (diff)
vc/amd/fsp/picasso: Add bit definitions for PSP info in transfer block
BUG=b:168895748 TEST=None BRANCH=Zork Signed-off-by: Martin Roth <martinroth@chromium.org> Change-Id: I299fdd0f007f7e4a8f597931a52f68dc98acc9ac Reviewed-on: https://review.coreboot.org/c/coreboot/+/45804 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode/amd/fsp/picasso')
-rw-r--r--src/vendorcode/amd/fsp/picasso/include/bl_uapp/bl_syscall_public.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vendorcode/amd/fsp/picasso/include/bl_uapp/bl_syscall_public.h b/src/vendorcode/amd/fsp/picasso/include/bl_uapp/bl_syscall_public.h
index 69ada3490a..7cc9fd4396 100644
--- a/src/vendorcode/amd/fsp/picasso/include/bl_uapp/bl_syscall_public.h
+++ b/src/vendorcode/amd/fsp/picasso/include/bl_uapp/bl_syscall_public.h
@@ -54,6 +54,11 @@
#define SVC_SHA 0x46
#define SVC_RSAPKCS_VERIFY 0x47
+/* Bit definitions for the psp_info field in the PSP transfer_info_struct */
+#define PSP_INFO_PRODUCTION_MODE 0x00000001UL
+#define PSP_INFO_PRODUCTION_SILICON 0x00000002UL
+#define PSP_INFO_VALID 0x80000000UL
+
typedef struct _RSAPSS_VERIFY_PARAMS_T
{
char *pHash; // Message digest to verify the RSA signature