diff options
| author | Levi Yun <yeoreum.yun@arm.com> | 2025-06-19 13:42:58 +0100 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2026-02-24 13:49:35 +0000 |
| commit | 507c956316e63e53738b484a9a08b73e119fcd73 (patch) | |
| tree | 8db46a4d5fe5ab5a7542c300d14d3978f5104586 /.gitmodules | |
| parent | abf4467708ab32d4b2cb159d9c9b3b1c51257742 (diff) | |
| download | edk2-507c956316e63e53738b484a9a08b73e119fcd73.tar.gz edk2-507c956316e63e53738b484a9a08b73e119fcd73.zip | |
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 <yeoreum.yun@arm.com>
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
