diff options
| author | Brijesh Singh <brijesh.singh@amd.com> | 2022-04-26 18:04:38 +0000 |
|---|---|---|
| committer | Suravee Suthikulpanit <suravee.suthikulpanit@amd.com> | 2022-07-13 17:27:26 -0500 |
| commit | 414fdbedf80352fa5a026a8c1676e3fd714c715e (patch) | |
| tree | dc94fe6e2270c18b0b15ce5abb5b0a3f1ce85c71 /include/uapi | |
| parent | bf9ac8c4471fd5c9b98828fc1a3cb6b4cd29344a (diff) | |
| download | cachepc-linux-414fdbedf80352fa5a026a8c1676e3fd714c715e.tar.gz cachepc-linux-414fdbedf80352fa5a026a8c1676e3fd714c715e.zip | |
crypto: ccp: Add the SNP_PLATFORM_STATUS command
The command can be used by the userspace to query the SNP platform status
report. See the SEV-SNP spec for more details.
Signed-off-by: Brijesh Singh <brijesh.singh@amd.com>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/psp-sev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/psp-sev.h b/include/uapi/linux/psp-sev.h index bed65a891223..ffd60e8b0a31 100644 --- a/include/uapi/linux/psp-sev.h +++ b/include/uapi/linux/psp-sev.h @@ -28,6 +28,7 @@ enum { SEV_PEK_CERT_IMPORT, SEV_GET_ID, /* This command is deprecated, use SEV_GET_ID2 */ SEV_GET_ID2, + SNP_PLATFORM_STATUS, SEV_MAX, }; |
