Reviewed-by: Jiewen Yao <jiewen....@intel.com> > -----Original Message----- > From: Li, Yi1 <yi1...@intel.com> > Sent: Thursday, September 23, 2021 10:03 AM > To: devel@edk2.groups.io > Cc: Li, Yi1 <yi1...@intel.com>; Yao, Jiewen <jiewen....@intel.com>; Kinney, > Michael D <michael.d.kin...@intel.com>; Liming Gao > <gaolim...@byosoft.com.cn>; Liu, Zhiguang <zhiguang....@intel.com> > Subject: [PATCH 1/1] MdePkg: Fix DEVICE_SECURITY_EVENT_DATA_HEADER > version definition > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3646 > > According to latest TCG PFP spec 1.05 revision 23, > (https://trustedcomputinggroup.org/resource/pc-client-specific > -platform-firmware-profile-specification/), > 10.2.7 DEVICE_SECURITY_EVENT_DATA Structure, > the version should be 1. > > Cc: Jiewen Yao <jiewen....@intel.com> > Cc: Michael D Kinney <michael.d.kin...@intel.com> > Cc: Liming Gao <gaolim...@byosoft.com.cn> > Cc: Zhiguang Liu <zhiguang....@intel.com> > > Signed-off-by: yi1 li <yi1...@intel.com> > --- > MdePkg/Include/IndustryStandard/UefiTcgPlatform.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h > b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h > index 84023c434762..d5bc78611704 100644 > --- a/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h > +++ b/MdePkg/Include/IndustryStandard/UefiTcgPlatform.h > @@ -275,7 +275,7 @@ typedef struct tdUEFI_GPT_DATA { > } UEFI_GPT_DATA; > > #define TCG_DEVICE_SECURITY_EVENT_DATA_SIGNATURE "SPDM Device Sec" > -#define TCG_DEVICE_SECURITY_EVENT_DATA_VERSION 0 > +#define TCG_DEVICE_SECURITY_EVENT_DATA_VERSION 1 > > #define TCG_DEVICE_SECURITY_EVENT_DATA_DEVICE_TYPE_NULL 0 > #define TCG_DEVICE_SECURITY_EVENT_DATA_DEVICE_TYPE_PCI 1 > -- > 2.33.0.windows.2
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#81003): https://edk2.groups.io/g/devel/message/81003 Mute This Topic: https://groups.io/mt/85806056/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-