|
Re: [edk2-platforms PATCH v2] Platform/RaspberryPi: fix pci DT node address in SyncPcie()
Pushed as 3b889620a53c..ad00518399fc
Thanks all,
Pushed as 3b889620a53c..ad00518399fc
Thanks all,
|
By
Ard Biesheuvel
·
#94880
·
|
|
Re: [PATCH 2/3] MdeModulePkg/Logo: Add a PCD to control the position of the Logo
Hi Ray
Thank you, it does, and I think it will work for most splash images. However, the way it's written in my patch accounts for the Image size. This will handle splash images that are equal to, or
Hi Ray
Thank you, it does, and I think it will work for most splash images. However, the way it's written in my patch accounts for the Image size. This will handle splash images that are equal to, or
|
By
Sean Rhodes
·
#94879
·
|
|
Re: 回复: [edk2-devel] 回复: [edk2-devel] [PATCH] MdeModulePkg VariablePei: Add Variable state check when find variable in IndexTable.
Hi liming:
I checked the code, and found the root cause of the issue.
As the following code in edk2, in my code, after the first time to read the variable in PEI phase, it cached the
Hi liming:
I checked the code, and found the root cause of the issue.
As the following code in edk2, in my code, after the first time to read the variable in PEI phase, it cached the
|
By
Jiading Zhang
·
#94878
·
|
|
Re: [PATCH] Ps2KbdCtrller: Make wait for SUCCESS after BAT non-fatal
Reviewed-by: Ray Ni <ray.ni@...>
Reviewed-by: Ray Ni <ray.ni@...>
|
By
Ni, Ray
·
#94877
·
|
|
Re: [PATCH] Ps2KbdCtrller: Make wait for SUCCESS after BAT non-fatal
Quick reminder for review, thanks.
Quick reminder for review, thanks.
|
By
Sheng Lean Tan
·
#94876
·
|
|
Re: [PATCH V3 0/3] CryptoPkg: Extend Tls library
Thanks. Merged https://github.com/tianocore/edk2/pull/3458
Thanks. Merged https://github.com/tianocore/edk2/pull/3458
|
By
Yao, Jiewen
·
#94875
·
|
|
Re: [PATCH V3 0/3] CryptoPkg: Extend Tls library
Hi Jiewen,
Yes it is, based on latest commit 3c9e2f239a38590b4e3a8c1ec2304227f2af0103.
I applied them to EDKII master branch successfully, not sure why.
Attachments are the successful patch files for
Hi Jiewen,
Yes it is, based on latest commit 3c9e2f239a38590b4e3a8c1ec2304227f2af0103.
I applied them to EDKII master branch successfully, not sure why.
Attachments are the successful patch files for
|
By
Li, Yi
·
#94874
·
|
|
Re: [PATCH v1 1/1] UefiCpuPkg: Reset a parameter when BSP Exit in CPU relaxed mode.
Reviewed-by: Jiaxin Wu <jiaxin.wu@...>
Reviewed-by: Jiaxin Wu <jiaxin.wu@...>
|
By
Wu, Jiaxin
·
#94873
·
|
|
Re: [PATCH V3 0/3] CryptoPkg: Extend Tls library
Hi Yi
Is this patch based on latest EDKII?
I failed to apply the patch 2/3.
The 1/3 and 3/3 are good.
Hi Yi
Is this patch based on latest EDKII?
I failed to apply the patch 2/3.
The 1/3 and 3/3 are good.
|
By
Yao, Jiewen
·
#94872
·
|
|
Re: [PATCH 1/4] CryptoPkg: add new X509 function definition.
Sorry for confusing. This function is to format DataTimeStr to a DataTime object through DataTime buffer.
So will change the function name to X509FormatDateTime() and modify this comment to "Format
Sorry for confusing. This function is to format DataTimeStr to a DataTime object through DataTime buffer.
So will change the function name to X509FormatDateTime() and modify this comment to "Format
|
By
Qi Zhang
·
#94871
·
|
|
Re: 回复: [PATCH V4 00/10] Introduce Lazy-accept for Tdx guest
Can OS call AcceptMemory protocol for those ranges that are not accepted?
Can OS call AcceptMemory protocol for those ranges that are not accepted?
|
By
Ni, Ray
·
#94870
·
|
|
Re: 回复: [PATCH V4 00/10] Introduce Lazy-accept for Tdx guest
EfiMemoryAcceptProtocol looks like this:
typedef
EFI_STATUS
(EFIAPI *EDKII_ACCEPT_MEMORY)(
IN EDKII_MEMORY_ACCEPT_PROTOCOL *This,
IN EFI_PHYSICAL_ADDRESS StartAddress,
EfiMemoryAcceptProtocol looks like this:
typedef
EFI_STATUS
(EFIAPI *EDKII_ACCEPT_MEMORY)(
IN EDKII_MEMORY_ACCEPT_PROTOCOL *This,
IN EFI_PHYSICAL_ADDRESS StartAddress,
|
By
Min Xu
·
#94869
·
|
|
Re: [PATCH V3 1/3] MdePkg: Add Tls configuration related define
Acked-by: Michael D Kinney <michael.d.kinney@...>
Mike
Acked-by: Michael D Kinney <michael.d.kinney@...>
Mike
|
By
Michael D Kinney
·
#94868
·
|
|
Re: 回复: [edk2-devel] 回复: [edk2-devel] [edk2] [PATCH]MdeModulePkg\scsi: Coverity scan flags multiple issues in edk2-stable202205
Sivaparvathi C,
There is also a recently approved RFC to useCodeQL.
https://edk2.groups.io/g/devel/topic/93881031#94669
Michael Kubacki is leading the effort to phase in the checks
Sivaparvathi C,
There is also a recently approved RFC to useCodeQL.
https://edk2.groups.io/g/devel/topic/93881031#94669
Michael Kubacki is leading the effort to phase in the checks
|
By
Michael D Kinney
·
#94867
·
|
|
Re: [PATCH V3 0/3] CryptoPkg: Extend Tls library
Thanks for the update.
For all patches, reviewed-by: Jiewen Yao <Jiewen.yao@...>
I think we need MdePkg owner to give R-B or A-B for TLS definition in MdePkg. Mike or Liming?
Thank you
Yao
Thanks for the update.
For all patches, reviewed-by: Jiewen Yao <Jiewen.yao@...>
I think we need MdePkg owner to give R-B or A-B for TLS definition in MdePkg. Mike or Liming?
Thank you
Yao
|
By
Yao, Jiewen
·
#94866
·
|
|
Re: [PATCH V2 1/3] MdePkg: Add Tls configuration related define
Hi Jiewen and Heng,
Thanks for review, I have corrected the comments and cipher suites name.
Thanks,
Yi
Hi Jiewen and Heng,
Thanks for review, I have corrected the comments and cipher suites name.
Thanks,
Yi
|
By
Li, Yi
·
#94865
·
|
|
[PATCH V3 3/3] CryptoPkg: Add new Tls APIs to DXE and protocol
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892
The implementation provides new Tls library functions
for Crypto EFI Driver and Protocol.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892
The implementation provides new Tls library functions
for Crypto EFI Driver and Protocol.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu
|
By
Li, Yi
·
#94864
·
|
|
[PATCH V3 2/3] CryptoPkg: Extend Tls function library
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892
1. TlsSetSignatureAlgoList(): Configure the list of TLS signature algorithms
that should be used as part of the TLS session
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892
1. TlsSetSignatureAlgoList(): Configure the list of TLS signature algorithms
that should be used as part of the TLS session
|
By
Li, Yi
·
#94863
·
|
|
[PATCH V3 1/3] MdePkg: Add Tls configuration related define
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3892
Consumed by TlsSetEcCurve and TlsSetSignatureAlgoList.
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Michael D Kinney
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3892
Consumed by TlsSetEcCurve and TlsSetSignatureAlgoList.
Cc: Jiewen Yao <jiewen.yao@...>
Cc: Michael D Kinney
|
By
Li, Yi
·
#94862
·
|
|
[PATCH V3 0/3] CryptoPkg: Extend Tls library
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892
Review PR: https://github.com/tianocore/edk2/pull/3400
This patch sequence is used to extend Tls library, which are wrapped
over OpenSSL. The
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3892
Review PR: https://github.com/tianocore/edk2/pull/3400
This patch sequence is used to extend Tls library, which are wrapped
over OpenSSL. The
|
By
Li, Yi
·
#94861
·
|