|
[PATCH 3/3] UefiPayloadPkg: Hook up MICROSOFT_RECOMMENDED macro to PcdFollowMicrosoftRecommended.
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes <sean@...>
---
UefiPayloadPkg/UefiPayloadPkg.dsc | 2 ++
1 file changed, 2 insertions(+)
diff
Cc: Guo Dong <guo.dong@...>
Cc: Ray Ni <ray.ni@...>
Signed-off-by: Sean Rhodes <sean@...>
---
UefiPayloadPkg/UefiPayloadPkg.dsc | 2 ++
1 file changed, 2 insertions(+)
diff
|
By
Sean Rhodes
·
#94319
·
|
|
[PATCH 1/3] MdeModulePkg/BootLogoLib: Add option to follow Microsoft Recommendations
Add an option to position the logo 38.2% from the top of the screen,
which follows the recommendations from Microsoft. These can be
Add an option to position the logo 38.2% from the top of the screen,
which follows the recommendations from Microsoft. These can be
|
By
Sean Rhodes
·
#94318
·
|
|
Re: [PATCH] NetworkPkg: Add WiFi profile sync protocol support
Hi Zachary,
I don't understand this change, StrLen returns the length of a Null-terminated Unicode string, it means "Profile->Password[StrLen (Profile->Password)]" should always be 0. Did you see
Hi Zachary,
I don't understand this change, StrLen returns the length of a Null-terminated Unicode string, it means "Profile->Password[StrLen (Profile->Password)]" should always be 0. Did you see
|
By
Heng Luo
·
#94317
·
|
|
Re: The principles of EDK2 module reconstruction for archs
[AMD Official Use Only - General]
Thanks for the reply Mike,
>>> I think it would be good to clarify when a difference in implementation is due to a CPU Arch difference or a Vendor implementation
[AMD Official Use Only - General]
Thanks for the reply Mike,
>>> I think it would be good to clarify when a difference in implementation is due to a CPU Arch difference or a Vendor implementation
|
By
Chang, Abner
·
#94316
·
|
|
Re: [PATCH V5 0/4] CryptoPkg: Add EC support
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Merged https://github.com/tianocore/edk2/pull/3403, with minor typo fix.
Reviewed-by: Jiewen Yao <Jiewen.yao@...>
Merged https://github.com/tianocore/edk2/pull/3403, with minor typo fix.
|
By
Yao, Jiewen
·
#94315
·
|
|
Re: CryptoPkg OpensslLib INF files
Mike,
I don't see any change to process_files.pl in your PR, have you made these changes by hand? We would either need changes to the perl script to support generating the unified INF or an
Mike,
I don't see any change to process_files.pl in your PR, have you made these changes by hand? We would either need changes to the perl script to support generating the unified INF or an
|
By
Christopher Zurcher
·
#94314
·
|
|
回复: [edk2-devel] [PATCH v2 03/34] FatPkg: Add LOONGARCH64 architecture for EDK2 CI.
This change is good to me. Reviewed-by: Liming Gao <gaoliming@...>
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Chao Li
发送时间: 2022年9月23日 15:02
收件人: Ray Ni
This change is good to me. Reviewed-by: Liming Gao <gaoliming@...>
发件人: devel@edk2.groups.io <devel@edk2.groups.io> 代表 Chao Li
发送时间: 2022年9月23日 15:02
收件人: Ray Ni
|
By
gaoliming
·
#94313
·
|
|
[PATCH 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
·
#94312
·
|
|
[PATCH 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
·
#94311
·
|
|
[PATCH 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
·
#94310
·
|
|
[PATCH 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
·
#94309
·
|
|
Re: CryptoPkg OpensslLib INF files
Hi Christopher,
I have the following PR that has some proposed ideas to combine all the
optimized opensll libs into one new INF. It also addresses some
missing CI test coverage and host based unit
Hi Christopher,
I have the following PR that has some proposed ideas to combine all the
optimized opensll libs into one new INF. It also addresses some
missing CI test coverage and host based unit
|
By
Michael D Kinney
·
#94308
·
|
|
回复: [edk2-devel] [PATCH 6/6] BaseTools/VolInfo: Update copyright information
Reviewed-by: Liming Gao <gaoliming@...>
Reviewed-by: Liming Gao <gaoliming@...>
|
By
gaoliming
·
#94307
·
|
|
回复: [edk2-devel] [PATCH 5/6] BaseTools/VolInfo: Parse apriori files
Reviewed-by: Liming Gao <gaoliming@...>
SectionLength))
Reviewed-by: Liming Gao <gaoliming@...>
SectionLength))
|
By
gaoliming
·
#94306
·
|
|
回复: [edk2-devel] [PATCH 4/6] BaseTools/VolInfo: Update file and section type strings
Reviewed-by: Liming Gao <gaoliming@...>
Reviewed-by: Liming Gao <gaoliming@...>
|
By
gaoliming
·
#94305
·
|
|
回复: [edk2-devel] [PATCH 3/6] BaseTools/VolInfo: Increase GUID base name string
Reviewed-by: Liming Gao <gaoliming@...>
Reviewed-by: Liming Gao <gaoliming@...>
|
By
gaoliming
·
#94304
·
|
|
Re: Questions about MicroPython and CPython in shell environment
Hi, Pedro:
Thanks for your reply!
How about UEFI MicroPython?
Is it deprecated? Or maintained in other github branch?
Thanks
发件人: Pedro Falcato <pedro.falcato@...>
发送时间:
Hi, Pedro:
Thanks for your reply!
How about UEFI MicroPython?
Is it deprecated? Or maintained in other github branch?
Thanks
发件人: Pedro Falcato <pedro.falcato@...>
发送时间:
|
By
Tiger Liu(BJ-RD)
·
#94303
·
|
|
回复: [PATCH v2 32/34] MdeModulePkg/DxeIplPeim : LoongArch DxeIPL implementation.
Reviewed-by: Liming Gao <gaoliming@...>
发件人: chao li <lichao@...>
发送时间: 2022年9月23日 15:24
收件人: Liming Gao <gaoliming@...>; Guomin Jiang <guomin.jiang@...>; Baoqi Zhang
Reviewed-by: Liming Gao <gaoliming@...>
发件人: chao li <lichao@...>
发送时间: 2022年9月23日 15:24
收件人: Liming Gao <gaoliming@...>; Guomin Jiang <guomin.jiang@...>; Baoqi Zhang
|
By
gaoliming
·
#94302
·
|
|
回复: [PATCH v2 04/34] FmpDevicePkg: Add LOONGARCH64 architecture for EDK2 CI.
Reviewed-by: Liming Gao <gaoliming@...>
发件人: chao li <lichao@...>
发送时间: 2022年9月23日 15:04
收件人: Liming Gao <gaoliming@...>; Michael D Kinney <michael.d.kinney@...>; Guomin
Reviewed-by: Liming Gao <gaoliming@...>
发件人: chao li <lichao@...>
发送时间: 2022年9月23日 15:04
收件人: Liming Gao <gaoliming@...>; Michael D Kinney <michael.d.kinney@...>; Guomin
|
By
gaoliming
·
#94301
·
|
|
Re: Questions about MicroPython and CPython in shell environment
Hi Tiger,
CPython is already supported, see edk2-libc.
Thanks,
Pedro
Hi Tiger,
CPython is already supported, see edk2-libc.
Thanks,
Pedro
|
By
Pedro Falcato
·
#94300
·
|