]> git.proxmox.com Git - mirror_edk2.git/commit - SecurityPkg/SecurityPkg.dsc
Implement Tcg physical presence as a library instead of DXE driver in order that...
authorgdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 27 Sep 2011 08:44:33 +0000 (08:44 +0000)
committergdong1 <gdong1@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 27 Sep 2011 08:44:33 +0000 (08:44 +0000)
commit607599bf3d054da087529e58883650ad693aad3d
treef81b7e4da123248735d3bf03ac5754f753e7945a
parentf00237c1d2577a7bb297e131f29bc29d1f84bfc8
Implement Tcg physical presence as a library instead of DXE driver in order that TPM can be locked as early as possible.

Signed-off-by: gdong1
Reviewed-by: hhtian
Reviewed-by: niruiyu
Reviewed-by: xdu2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12447 6f19259b-4bc3-4df7-8a09-765794883524
13 files changed:
SecurityPkg/Include/Guid/PhysicalPresenceData.h
SecurityPkg/Include/Library/TcgPhysicalPresenceLib.h [new file with mode: 0644]
SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.c [new file with mode: 0644]
SecurityPkg/Library/DxeTcgPhysicalPresenceLib/DxeTcgPhysicalPresenceLib.inf [new file with mode: 0644]
SecurityPkg/Library/DxeTcgPhysicalPresenceLib/PhysicalPresenceStrings.uni [new file with mode: 0644]
SecurityPkg/SecurityPkg.dsc
SecurityPkg/Tcg/PhysicalPresenceDxe/PhysicalPresence.c [deleted file]
SecurityPkg/Tcg/PhysicalPresenceDxe/PhysicalPresence.h [deleted file]
SecurityPkg/Tcg/PhysicalPresenceDxe/PhysicalPresenceDxe.inf [deleted file]
SecurityPkg/Tcg/PhysicalPresenceDxe/PhysicalPresenceStrings.uni [deleted file]
SecurityPkg/Tcg/TcgConfigDxe/TcgConfig.vfr
SecurityPkg/Tcg/TcgConfigDxe/TcgConfigImpl.c
SecurityPkg/Tcg/TcgSmm/TcgSmm.c