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

2021-10-20 Thread Sami Mujawar
1/3] MdePkg: Introduce TdProtocol for TD- Guest firmware Hi Min, Jiewen, Thank you for this patch. I think the protocol definition can be made architecturally neutral with a few modifications marked inline as [SAMI]. I am fine with renaming the protocol to either EFI_TEE_MEASUREMENT_PROTOCOL or

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

2021-10-19 Thread Yao, Jiewen
To: devel@edk2.groups.io; Xu, Min M > Cc: Kinney, Michael D ; Liming Gao > ; Liu, Zhiguang ; Yao, > Jiewen ; Wang, Jian J ; Lu, Ken > ; nd ; Joey Gouly > Subject: Re: [edk2-devel] [PATCH V2 1/3] MdePkg: Introduce TdProtocol for TD- > Guest firmware > > Hi Min, Jiewen, >

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

2021-10-19 Thread Sami Mujawar
Hi Min, Jiewen, Thank you for this patch. I think the protocol definition can be made architecturally neutral with a few modifications marked inline as [SAMI]. I am fine with renaming the protocol to either EFI_TEE_MEASUREMENT_PROTOCOL or EFI_CCAM_PROTOCOL. Similarly, some of the data struc

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

2021-10-07 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.