|
[PATCH] OvmfPkg: Set PciLib for TdxDxe driver
Hi If TdxDxe breaks SEV, should we skip the TdxDxe in SEV path? I don't understand why we need use Cfg8. Thank you Yao Jiewen
Hi If TdxDxe breaks SEV, should we skip the TdxDxe in SEV path? I don't understand why we need use Cfg8. Thank you Yao Jiewen
|
By
Yao, Jiewen
· #89044
·
|
|
[PATCH V4 0/7] Introduce CcProbe in MdePkg
Thanks Min. Merged - https://github.com/tianocore/edk2/pull/2790
Thanks Min. Merged - https://github.com/tianocore/edk2/pull/2790
|
By
Yao, Jiewen
· #89040
·
|
|
[PATCH 1/4] CryptoPkg: Add instrinsics to support building ECC on IA32 windows
Hi I am confused. This patch set has already been merged. Why it is sent again? Have you rebased to latest tree, before you send out patch? Thank you Yao Jiewen
Hi I am confused. This patch set has already been merged. Why it is sent again? Have you rebased to latest tree, before you send out patch? Thank you Yao Jiewen
|
By
Yao, Jiewen
· #89037
·
|
|
[PATCH V3 0/9] Enable RTMR based measurement and measure boot for Td guest
Thanks for the update. With CCEL Rsvd changed to 2 bytes, the series reviewed-by: Jiewen Yao <Jiewen.yao@...>
Thanks for the update. With CCEL Rsvd changed to 2 bytes, the series reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
· #88994
·
|
|
[PATCH V3 7/9] MdePkg: Define CC Measure EventLog ACPI Table
+typedef struct { + EFI_ACPI_DESCRIPTION_HEADER Header; + EFI_CC_TYPE CcType; + UINT32 Rsvd; <== HERE! + UINT64 Laml; + UINT64 Lasa; +} EFI_CC_EVENTLOG_ACPI_TABLE; Would you please double check the sp
+typedef struct { + EFI_ACPI_DESCRIPTION_HEADER Header; + EFI_CC_TYPE CcType; + UINT32 Rsvd; <== HERE! + UINT64 Laml; + UINT64 Lasa; +} EFI_CC_EVENTLOG_ACPI_TABLE; Would you please double check the sp
|
By
Yao, Jiewen
· #88993
·
|
|
[PATCH V3 0/7] Introduce CcProbe in MdePkg
Series reviewed-by: Jiewen Yao <Jiewen.yao@...>
Series reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
· #88979
·
|
|
[edk2-discuss] GSoC Proposal
Exactly. Lacking of doc from different compilers is very painful. The Asan or UBsan support is just a hack - https://github.com/jyao1/SecurityEx/blob/master/StackCheckPkg/Library/StackCheckLib/ASanStu
Exactly. Lacking of doc from different compilers is very painful. The Asan or UBsan support is just a hack - https://github.com/jyao1/SecurityEx/blob/master/StackCheckPkg/Library/StackCheckLib/ASanStu
|
By
Yao, Jiewen
· #88944
·
|
|
[PATCH v1 1/1] CryptoPkg/TlsLibNull: Remove MU_CHANGE comment markers
Merged - https://github.com/tianocore/edk2/pull/2779
Merged - https://github.com/tianocore/edk2/pull/2779
|
By
Yao, Jiewen
· #88911
·
|
|
[PATCH v1 1/1] CryptoPkg/TlsLibNull: Remove MU_CHANGE comment markers
Ah, thanks for the reminder. I overlooked this one. Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Ah, thanks for the reminder. I overlooked this one. Reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
· #88910
·
|
|
[PATCH 0/3] CryptoPkg: Enable ECC in openssllib by a customize-able way
Thanks. The v2 series merged - https://github.com/tianocore/edk2/pull/2777
Thanks. The v2 series merged - https://github.com/tianocore/edk2/pull/2777
|
By
Yao, Jiewen
· #88900
·
|
|
[PATCH 0/4] Introduce TdProbe in MdePkg
Thank you very much, James and Min, for the quick response. I have one small concern on the naming - TdProbeLib. Would it be better if we create a generic CcProbeLib, and just return the CC_GUEST_TYPE
Thank you very much, James and Min, for the quick response. I have one small concern on the naming - TdProbeLib. Would it be better if we create a generic CcProbeLib, and just return the CC_GUEST_TYPE
|
By
Yao, Jiewen
· #88868
·
|
|
[PATCH 0/3] CryptoPkg: Enable ECC in openssllib by a customize-able way
Thanks for the contribution. Great progress on adding ECC. With PcdLib removed and "no-ec" removed, the series is reviewed-by: Jiewen Yao <Jiewen.yao@...>
Thanks for the contribution. Great progress on adding ECC. With PcdLib removed and "no-ec" removed, the series is reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
· #88851
·
|
|
[PATCH 2/3] CryptoPkg: Reconfigure OpensslLib to add EC algorithms
I think you can remove the no-ec directly. No need to comment it. - "no-ec", + # "no-ec", Thank you Yao Jiewen
I think you can remove the no-ec directly. No need to comment it. - "no-ec", + # "no-ec", Thank you Yao Jiewen
|
By
Yao, Jiewen
· #88850
·
|
|
[PATCH 1/3] CryptoPkg: Add instrinsics to support building ECC on IA32 windows
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
· #88849
·
|
|
[PATCH 3/3] CryptoPkg: Make EC source file config-able
Since this PcdEcEnabled is static, you don't need add PcdLib in the INF. Thank you Yao Jiewen
Since this PcdEcEnabled is static, you don't need add PcdLib in the INF. Thank you Yao Jiewen
|
By
Yao, Jiewen
· #88848
·
|
|
[PATCH v3 0/8] CryptoPkg updates for openssl 3.0
Thanks for the contribution. Merged https://github.com/tianocore/edk2/pull/2766
Thanks for the contribution. Merged https://github.com/tianocore/edk2/pull/2766
|
By
Yao, Jiewen
· #88785
·
|
|
[PATCH v2 7/8] CryptoPkg/CrtLibSupport: fix strcpy
OK. Having implementation in .h is not allowed in EDKII. Sorry, I missed that. Please move it to CrtWrapper.c and drop inline.
OK. Having implementation in .h is not allowed in EDKII. Sorry, I missed that. Please move it to CrtWrapper.c and drop inline.
|
By
Yao, Jiewen
· #88688
·
|
|
[PATCH v2 7/8] CryptoPkg/CrtLibSupport: fix strcpy
Can we remove inline keyword? I don't think it is really needed in EDKII project. Thank you Yao Jiewen
Can we remove inline keyword? I don't think it is really needed in EDKII project. Thank you Yao Jiewen
|
By
Yao, Jiewen
· #88636
·
|
|
[PATCH v2 0/8] CryptoPkg updates for openssl 3.0
With inline keyword removed in patch-7/8, Series reviewed-by: Jiewen Yao <Jiewen.yao@...>
With inline keyword removed in patch-7/8, Series reviewed-by: Jiewen Yao <Jiewen.yao@...>
|
By
Yao, Jiewen
· #88635
·
|
|
[PATCH V2 4/8] OvmfPkg/IntelTdx: Measure Td HobList and Configuration FV
Can we use a SecMeasurementLib here? Instead of implementing all things in Startup.
Can we use a SecMeasurementLib here? Instead of implementing all things in Startup.
|
By
Yao, Jiewen
· #88597
·
|