Re: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest firmware

2021-09-25 Thread Yao, Jiewen
Ken > > Subject: 回复: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD- > Guest firmware > > Jiewen: > Thanks for this information. I suggest to add this URL into the file header > comment, like > Edk2\MdePkg\Include\IndustryStandard\DmaRemappingReportingTable.h. &

回复: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest firmware

2021-09-25 Thread gaoliming
s.io; gaolim...@byosoft.com.cn; Xu, Min M > > 抄送: Kinney, Michael D ; Liu, Zhiguang > ; Wang, Jian J ; Lu, Ken > > 主题: RE: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for > TD-Guest firmware > > Hi Liming > We just published the GHCI spec version 1.0 revision 002 at > http

Re: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest firmware

2021-09-24 Thread Yao, Jiewen
Min Xu ; Michael D Kinney > > ; Liming Gao ; > > Zhiguang Liu ; Jiewen Yao ; > > Jian J Wang ; Ken Lu > > 主题: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest > > firmware > > > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3625 >

Re: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest firmware

2021-09-14 Thread Min Xu
> Cc: Kinney, Michael D ; Liu, Zhiguang > ; Yao, Jiewen ; Wang, Jian J > ; Lu, Ken > Subject: 回复: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD- > Guest firmware > > Min: > Which public spec defines this new protocol? > > Thanks > Liming > > -

回复: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest firmware

2021-09-14 Thread gaoliming
en Lu > 主题: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest > firmware > > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3625 > > If TD-Guest firmware supports measurement and an event is created, > TD-Guest firmware is designed to report the event log w

Re: [edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest firmware

2021-09-13 Thread Yao, Jiewen
I think "+ // List of events of type TCG_TD_EVENT." Shall be "+ // List of events of type TD_EVENT." With that change, reviewed-by: Jiewen Yao > -Original Message- > From: Xu, Min M > Sent: Tuesday, September 14, 2021 9:57 AM > To: devel@edk2.groups.io > Cc: Xu, Min M ; Kinney, Micha

[edk2-devel] [PATCH 1/2] MdePkg: Introduce TdProtocol for TD-Guest firmware

2021-09-13 Thread Min Xu
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3625 If TD-Guest firmware supports measurement and an event is created, TD-Guest firmware is designed to report the event log with the same data structure in TCG-Platform-Firmware-Profile specification with EFI_TCG2_EVENT_LOG_FORMAT_TCG_2 format.