From 507c956316e63e53738b484a9a08b73e119fcd73 Mon Sep 17 00:00:00 2001 From: Levi Yun Date: Thu, 19 Jun 2025 13:42:58 +0100 Subject: [PATCH] TcgTpmPkg: add TCG TPM 2.0 Reference Implementation Library Add TCG TPM 2.0 Reference Implementation Library [0] which could be used for implementation of software based fTPM. Links: https://github.com/TrustedComputingGroup/TPM [0] Signed-off-by: Yeoreum Yun --- .gitmodules | 3 +++ TcgTpmPkg/Library/TpmLib/TPM | 1 + 2 files changed, 4 insertions(+) create mode 160000 TcgTpmPkg/Library/TpmLib/TPM diff --git a/.gitmodules b/.gitmodules index 60cb590af8..7dd1c7a7cc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -35,3 +35,6 @@ [submodule "SecurityPkg/DeviceSecurity/SpdmLib/libspdm"] path = SecurityPkg/DeviceSecurity/SpdmLib/libspdm url = https://github.com/DMTF/libspdm.git +[submodule "TcgTpmPkg/Library/TpmLib/TPM"] + path = TcgTpmPkg/Library/TpmLib/TPM + url = https://github.com/TrustedComputingGroup/TPM diff --git a/TcgTpmPkg/Library/TpmLib/TPM b/TcgTpmPkg/Library/TpmLib/TPM new file mode 160000 index 0000000000..bc29a21d44 --- /dev/null +++ b/TcgTpmPkg/Library/TpmLib/TPM @@ -0,0 +1 @@ +Subproject commit bc29a21d44b01396223c152a4834e52318591770