Reviewed-by: Liming Gao <gaolim...@byosoft.com.cn> > -----邮件原件----- > 发件人: yi1 li <yi1...@intel.com> > 发送时间: 2021年9月23日 10:03 > 收件人: devel@edk2.groups.io > 抄送: yi1 li <yi1...@intel.com>; Jiewen Yao <jiewen....@intel.com>; Michael > D Kinney <michael.d.kin...@intel.com>; Liming Gao > <gaolim...@byosoft.com.cn>; Zhiguang Liu <zhiguang....@intel.com> > 主题: [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 (#81004): https://edk2.groups.io/g/devel/message/81004 Mute This Topic: https://groups.io/mt/85806197/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-