]> git.proxmox.com Git - mirror_edk2.git/commit
SecurityPkg: Add definition of EFI_CC_EVENT_HOB_GUID
authorMin Xu <min.m.xu@intel.com>
Mon, 16 May 2022 07:42:17 +0000 (15:42 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Fri, 3 Jun 2022 11:41:36 +0000 (11:41 +0000)
commitdc443e4437d0ec58aa0bf81ff91d11f1b30ac63f
tree026903ad1397d557717ad083d25c6eccc5ebb693
parentb1567b2e15239b06952e81f15c295574fae983e3
SecurityPkg: Add definition of EFI_CC_EVENT_HOB_GUID

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

EFI_CC_EVENT_HOB_GUID is the global ID of a GUIDed HOB used to pass
TDX_DIGEST_VALUE from SEC to a DXE Driver ( This DXE driver will
be introduced in the following commit in this patch-sets ). In that
DXE driver this GUIDed HOB will be parsed and the TDX_DIGEST_VALUE
then will be extracted. After that a EFI_CC_EVENT will be created
based on it.

Cc: Gerd Hoffmann <kraxel@redhat.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Sami Mujawar <sami.mujawar@arm.com>
Cc: Jian J Wang <jian.j.wang@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
Signed-off-by: Min Xu <min.m.xu@intel.com>
SecurityPkg/Include/Guid/CcEventHob.h [new file with mode: 0644]
SecurityPkg/SecurityPkg.dec