mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
MdePkg: Add Confidential Computing Extension for RISC-V AP-TEE
UEFI 2.11 Specification adds RISC-V AP-TEE Confidential Computing Extension Signed-off-by: Sachin Ganesh <sachinganesh@ami.com>
This commit is contained in:
parent
12ceee664a
commit
2e6359a088
@ -33,9 +33,10 @@ typedef struct {
|
||||
//
|
||||
// EFI_CC Type/SubType definition
|
||||
//
|
||||
#define EFI_CC_TYPE_NONE 0
|
||||
#define EFI_CC_TYPE_SEV 1
|
||||
#define EFI_CC_TYPE_TDX 2
|
||||
#define EFI_CC_TYPE_NONE 0
|
||||
#define EFI_CC_TYPE_SEV 1
|
||||
#define EFI_CC_TYPE_TDX 2
|
||||
#define EFI_CC_TYPE_APTEE 3
|
||||
|
||||
typedef struct {
|
||||
UINT8 Type;
|
||||
|
Loading…
x
Reference in New Issue
Block a user