diff options
author | Dun Tan <dun.tan@intel.com> | 2024-05-23 17:30:45 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-02 03:31:31 +0000 |
commit | f9950cceecc12d40298b0287f193c6e6ddb9a14b (patch) | |
tree | a32db72a17207733cdfa3a8b8817eb2e34efaed6 | |
parent | 5ab96f5437e03ddc0288771fdfd9e916cd755aac (diff) | |
download | edk2-f9950cceecc12d40298b0287f193c6e6ddb9a14b.zip edk2-f9950cceecc12d40298b0287f193c6e6ddb9a14b.tar.gz edk2-f9950cceecc12d40298b0287f193c6e6ddb9a14b.tar.bz2 |
SecurityPkg:Add new HOB for PhysicalPresenceInterfaceVersion
Add a new gEdkiiTcgPhysicalPresenceInterfaceVerHobGuid.
This new Guid HOB contains a a string of the Version of
Physical Presence interface which is the same as
PcdTcgPhysicalPresenceInterfaceVer. The HOB is used for
StandaloneMm driver which needs to consume the dynamic
PcdTcgPhysicalPresenceInterfaceVer.
Signed-off-by: Dun Tan <dun.tan@intel.com>
-rw-r--r-- | SecurityPkg/SecurityPkg.dec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/SecurityPkg/SecurityPkg.dec b/SecurityPkg/SecurityPkg.dec index 2c2153c..65f3587 100644 --- a/SecurityPkg/SecurityPkg.dec +++ b/SecurityPkg/SecurityPkg.dec @@ -234,6 +234,10 @@ ## The GUIDed HOB contains the same value as PcdGetPtr (PcdTpmInstanceGuid).
gEdkiiTpmInstanceHobGuid = { 0x4551b023, 0xba46, 0x4584, { 0x81, 0xcd, 0x4d, 0xe8, 0x61, 0xa7, 0x28, 0xbe } }
+ ## GUID used to tag the HOB indicating the Version of Physical Presence interface.
+ ## The GUIDed HOB contains the same value as PcdGetPtr (PcdTcgPhysicalPresenceInterfaceVer).
+ gEdkiiTcgPhysicalPresenceInterfaceVerHobGuid = { 0x3979411a, 0x4e6d, 0x47e4, { 0x94, 0x4b, 0x0e, 0xcc, 0x6c, 0xf6, 0xc0, 0xcd } }
+
[Ppis]
## The PPI GUID for that TPM physical presence should be locked.
# Include/Ppi/LockPhysicalPresence.h
|