]> git.proxmox.com Git - mirror_edk2.git/commit
OvmfPkg: Add SecPeiCcProbeLib
authorMin M Xu <min.m.xu@intel.com>
Thu, 7 Jul 2022 02:47:31 +0000 (10:47 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 6 Sep 2022 06:03:45 +0000 (06:03 +0000)
commitc4bc1a9498f4e176cefaeba3211287b444a53882
treede8d899df7a801ac54dfb82ce493a6bba5cb161d
parentc05a218a9758225ddf94eedb365633f2154551da
OvmfPkg: Add SecPeiCcProbeLib

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

SecPeiCcProbeLib is designed to probe the Confidential Computing guest
type in SEC/PEI phase. The CC guest type was set by each CC guest at
the beginning of boot up and saved in PcdOvmfWorkArea.

Cc: Erdem Aktas <erdemaktas@google.com>
Cc: James Bottomley <jejb@linux.ibm.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Tom Lendacky <thomas.lendacky@amd.com>
Signed-off-by: Min Xu <min.m.xu@intel.com>
Acked-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
OvmfPkg/Library/CcProbeLib/SecPeiCcProbeLib.c [new file with mode: 0644]
OvmfPkg/Library/CcProbeLib/SecPeiCcProbeLib.inf [new file with mode: 0644]