|
回复: [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
·
|
|
Re: [PATCH V2 1/1] CryptoPkg: Fix pem heap-buffer-overflow due to BIO_snprintf()
Merged https://github.com/tianocore/edk2/pull/3401
Merged https://github.com/tianocore/edk2/pull/3401
|
By
Yao, Jiewen
·
#94299
·
|
|
Questions about MicroPython and CPython in shell environment
Hi, Experts:
I have 2 questions about python support in shell environment.
1. MicroPython not supported in udk github base anymore?
It seemed intel colleagures had developmented a sample
Hi, Experts:
I have 2 questions about python support in shell environment.
1. MicroPython not supported in udk github base anymore?
It seemed intel colleagures had developmented a sample
|
By
Tiger Liu(BJ-RD)
·
#94298
·
|
|
[PATCH V2 1/1] CryptoPkg: Fix pem heap-buffer-overflow due to BIO_snprintf()
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4075
Fake BIO_snprintf() does not actually print anything to buf,
it should return -1 as error.
0 will be considered a correct return value, the
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4075
Fake BIO_snprintf() does not actually print anything to buf,
it should return -1 as error.
0 will be considered a correct return value, the
|
By
Li, Yi
·
#94297
·
|
|
Event: Tools, CI, Code base construction meeting series - 09/26/2022
#cal-reminder
Reminder: Tools, CI, Code base construction meeting series
When:
09/26/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
Reminder: Tools, CI, Code base construction meeting series
When:
09/26/2022
4:30pm to 5:30pm
(UTC-07:00) America/Los Angeles
Where:
https://github.com/tianocore/edk2/discussions/2614
View
|
By
Group Notification <noreply@...>
·
#94296
·
|
|
Re: CryptoPkg OpensslLib INF files
Hi Christopher,
I tried this path and the build does break for GCC5 due to NASM source files using some VS20xx specific section names.
We will keep the .S files for GCC5 compatibility.
I also
Hi Christopher,
I tried this path and the build does break for GCC5 due to NASM source files using some VS20xx specific section names.
We will keep the .S files for GCC5 compatibility.
I also
|
By
Michael D Kinney
·
#94295
·
|
|
[PATCH v1] UefiCpuPkg/Test: Add unit tests for MP service PPI and Protocol
From: Jason Lou <yun.lou@...>
The code changes add unit tests based on current UnitTestFramework.
EdkiiPeiMpServices2PpiPeiUnitTest PEIM is used to test
EdkiiPeiMpServices2Ppi and
From: Jason Lou <yun.lou@...>
The code changes add unit tests based on current UnitTestFramework.
EdkiiPeiMpServices2PpiPeiUnitTest PEIM is used to test
EdkiiPeiMpServices2Ppi and
|
By
Jason Lou
·
#94294
·
|
|
Re: [PATCH 1/1] CryptoPkg: Fix pem heap-buffer-overflow due to BIO_snprintf()
Thanks. The solution looks good.
I recommend to add more comments below:
// Because the function does not actually print anything to buf, it returns -1 as error.
// Otherwise, the consumer may think
Thanks. The solution looks good.
I recommend to add more comments below:
// Because the function does not actually print anything to buf, it returns -1 as error.
// Otherwise, the consumer may think
|
By
Yao, Jiewen
·
#94293
·
|
|
Re: [PATCH 1/1] CryptoPkg: Fix pem heap-buffer-overflow due to BIO_snprintf()
Hi Jiewen,
Can you take a look at this patch?
WPA3 Tls API fuzzing is blocked because of same pem API.
Thanks,
Yi
Hi Jiewen,
Can you take a look at this patch?
WPA3 Tls API fuzzing is blocked because of same pem API.
Thanks,
Yi
|
By
Li, Yi
·
#94292
·
|
|
[PATCH V5 4/4] CryptoPkg/Test: Add unit test for CryptoEc
Add unit test for CryptoEc.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyu1.lu@...>
Cc: Guomin Jiang <guomin.jiang@...>
Signed-off-by: Yi Li <yi1.li@...>
---
Add unit test for CryptoEc.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyu1.lu@...>
Cc: Guomin Jiang <guomin.jiang@...>
Signed-off-by: Yi Li <yi1.li@...>
---
|
By
Li, Yi
·
#94291
·
|
|
[PATCH V5 3/4] CryptoPkg: Add ECC related usage reference
Describes the use cases under which ECC needs to be enabled,
and provides the impact on memory size for developers' reference.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu
Describes the use cases under which ECC needs to be enabled,
and provides the impact on memory size for developers' reference.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu
|
By
Li, Yi
·
#94290
·
|
|
[PATCH V5 1/4] CryptoPkg: Add EC support
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3828
This patch is used to add CryptEc library, which is wrapped
over OpenSSL.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3828
This patch is used to add CryptEc library, which is wrapped
over OpenSSL.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu
|
By
Li, Yi
·
#94289
·
|
|
[PATCH V5 2/4] CryptoPkg: Add EC APIs to DXE and protocol
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3828
The implementation provides CryptEc library functions
for EFI Driveer and EFI BaseCrypt Protocol.
Cc: Jian J Wang <jian.j.wang@...>
Cc:
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3828
The implementation provides CryptEc library functions
for EFI Driveer and EFI BaseCrypt Protocol.
Cc: Jian J Wang <jian.j.wang@...>
Cc:
|
By
Li, Yi
·
#94288
·
|
|
[PATCH V5 0/4] CryptoPkg: Add EC support
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3828
Review PR: https://github.com/tianocore/edk2/pull/3398
This patch sequence is used to add CryptEc library, which are wrapped
over OpenSSL. The
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3828
Review PR: https://github.com/tianocore/edk2/pull/3398
This patch sequence is used to add CryptEc library, which are wrapped
over OpenSSL. The
|
By
Li, Yi
·
#94287
·
|
|
[PATCH 4/4] CryptoPkg: add Unit Test for X509 new function.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4082
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyu1.lu@...>
Cc: Guomin Jiang <guomin.jiang@...>
Signed-off-by: Qi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4082
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyu1.lu@...>
Cc: Guomin Jiang <guomin.jiang@...>
Signed-off-by: Qi
|
By
Qi Zhang
·
#94286
·
|
|
[PATCH 3/4] CryptoPkg: add new X509 function to Crypto Service.
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4082
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyu1.lu@...>
Cc: Guomin Jiang <guomin.jiang@...>
Signed-off-by: Qi
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3D4082
Cc: Jian J Wang <jian.j.wang@...>
Cc: Xiaoyu Lu <xiaoyu1.lu@...>
Cc: Guomin Jiang <guomin.jiang@...>
Signed-off-by: Qi
|
By
Qi Zhang
·
#94285
·
|