]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg/IntelTdx: Add TdTcg2Dxe
authorMin Xu <min.m.xu@intel.com>
Mon, 16 May 2022 07:42:22 +0000 (15:42 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 3 Jun 2022 11:41:36 +0000 (11:41 +0000)
commit57a6ee346170c50fc5b0de49b7b2af4bdc0f2548
tree707715515ba41574111c245b05e4d1d678750070
parentf8264e130396d60dd09f1858d766610d8eb9c04b
OvmfPkg/IntelTdx: Add TdTcg2Dxe

RFC: https://bugzilla.tianocore.org/show_bug.cgi?id=3853

TdTcg2Dxe mimics the Security/Tcg/Tcg2Dxe. It does below tasks:
 - Set up and install CC_EVENTLOG ACPI table
 - Parse the GUIDed HOB (gCcEventEntryHobGuid) and create CC event log
 - Measure handoff tables, Boot##### variables etc
 - Measure Exit Boot Service failed
 - Install CcMeasurement Protocol

Cc: Brijesh Singh <brijesh.singh@amd.com>
Cc: Erdem Aktas <erdemaktas@google.com>
Cc: James Bottomley <jejb@linux.ibm.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Cc: Ken Lu <ken.lu@intel.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Min Xu <min.m.xu@intel.com>
OvmfPkg/IntelTdx/TdTcg2Dxe/MeasureBootPeCoff.c [new file with mode: 0644]
OvmfPkg/IntelTdx/TdTcg2Dxe/TdTcg2Dxe.c [new file with mode: 0644]
OvmfPkg/IntelTdx/TdTcg2Dxe/TdTcg2Dxe.inf [new file with mode: 0644]