]> git.proxmox.com Git - mirror_edk2.git/commit - OvmfPkg/IntelTdx/IntelTdxX64.dsc
SecurityPkg: Move TdTcg2Dxe from OvmfPkg to SecurityPkg
authorMin M Xu <min.m.xu@intel.com>
Wed, 4 Jan 2023 13:14:05 +0000 (21:14 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 6 Jan 2023 09:55:14 +0000 (09:55 +0000)
commit5654ce1d2cf98cbfeeeac79a4d3aad02fd2a1d86
tree37844999593dc3087ee3609a80acd4687755ba5a
parent0aca5901e34489573c4e9558729704f76869e3d0
SecurityPkg: Move TdTcg2Dxe from OvmfPkg to SecurityPkg

BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=4194

The TdTcg2Dxe lives in the OvmfPkg instead of the SecurityPkg. Having
the TdTcg2Dxe at the same place as Tcg2Dxe will be easier for platforms to
consume.

Definition of PcdCcEventlogAcpiTableLaml and PcdCcEventlogAcpiTableLasa
are also moved from OvmfPkg.dec to SecurityPkg.dec.

Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Cc: Arti Gupta <ARGU@microsoft.com>
Signed-off-by: Min Xu <min.m.xu@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
OvmfPkg/IntelTdx/IntelTdxX64.dsc
OvmfPkg/IntelTdx/IntelTdxX64.fdf
OvmfPkg/IntelTdx/TdTcg2Dxe/MeasureBootPeCoff.c [deleted file]
OvmfPkg/IntelTdx/TdTcg2Dxe/TdTcg2Dxe.c [deleted file]
OvmfPkg/IntelTdx/TdTcg2Dxe/TdTcg2Dxe.inf [deleted file]
OvmfPkg/OvmfPkg.dec
SecurityPkg/SecurityPkg.dec
SecurityPkg/SecurityPkg.dsc
SecurityPkg/Tcg/TdTcg2Dxe/MeasureBootPeCoff.c [new file with mode: 0644]
SecurityPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.c [new file with mode: 0644]
SecurityPkg/Tcg/TdTcg2Dxe/TdTcg2Dxe.inf [new file with mode: 0644]