mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-29 00:24:07 +02:00
SecurityPkg: Add a new gEdkiiTpmInstanceHobGuid
This new Guid HOB contains a TPM instance Guid which is the same as PcdTpmInstanceGuid. The HOB is used for StandaloneMm driver which needs to consume the dynamic PcdTpmInstanceGuid. Signed-off-by: Dun Tan <dun.tan@intel.com>
This commit is contained in:
parent
8bf27965db
commit
5ab96f5437
@ -230,6 +230,10 @@
|
||||
## GUID used to generate Spdm Uid
|
||||
gEfiDeviceSecuritySpdmUidGuid = {0xe37b5665, 0x5ef9, 0x4e7e, {0xb4, 0x91, 0xd6, 0x78, 0xab, 0xff, 0xfb, 0xcb }}
|
||||
|
||||
## GUID used to tag the HOB indicating the TPM instance.
|
||||
## The GUIDed HOB contains the same value as PcdGetPtr (PcdTpmInstanceGuid).
|
||||
gEdkiiTpmInstanceHobGuid = { 0x4551b023, 0xba46, 0x4584, { 0x81, 0xcd, 0x4d, 0xe8, 0x61, 0xa7, 0x28, 0xbe } }
|
||||
|
||||
[Ppis]
|
||||
## The PPI GUID for that TPM physical presence should be locked.
|
||||
# Include/Ppi/LockPhysicalPresence.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user