|
[PATCH v3 2/2] BaseTools/Plugin: Add coverage support for Unit Test
From: Gua Guo <gua.guo@...>
For GCC, use lcov to generate Unit Test code coverage
report
For VS2019, use OpenCppCoverage to generate code
coverage report
Cc: Liming Gao
From: Gua Guo <gua.guo@...>
For GCC, use lcov to generate Unit Test code coverage
report
For VS2019, use OpenCppCoverage to generate code
coverage report
Cc: Liming Gao
|
By
Guo, Gua
·
#94110
·
|
|
[PATCH v3 1/2] UnitTestFrameworkPkg: Add code coverage support for GCC
From: Gua Guo <gua.guo@...>
In order to collect code coverage after running executable
file, generate *.gcda and *.gcno file that require by lcov tool
to generate code coverage report.
Cc:
From: Gua Guo <gua.guo@...>
In order to collect code coverage after running executable
file, generate *.gcda and *.gcno file that require by lcov tool
to generate code coverage report.
Cc:
|
By
Guo, Gua
·
#94109
·
|
|
[PATCH v3 0/2] UnitTestFrameworkPkg: Add code coverage support for GCC
From: Gua Guo <gua.guo@...>
V1: Add coverage option for GCC
V2: Add ReadMe.md for how to generate coverage report
V3: Add VS2019 and GCC code coverage support
Gua Guo (2):
From: Gua Guo <gua.guo@...>
V1: Add coverage option for GCC
V2: Add ReadMe.md for how to generate coverage report
V3: Add VS2019 and GCC code coverage support
Gua Guo (2):
|
By
Guo, Gua
·
#94108
·
|
|
[PATCH v2 1/1] MdeModulePkg/Core: Fix the potential hang of calling SetTimer.
When calling SetTimer with Type is not TimerCancel and TriggerTime is 0,
gTimer is used to get the timer period. However, gTimer is NULL before
EFI_TIMER_ARCH_PROTOCOL is installed. Adding the check
When calling SetTimer with Type is not TimerCancel and TriggerTime is 0,
gTimer is used to get the timer period. However, gTimer is NULL before
EFI_TIMER_ARCH_PROTOCOL is installed. Adding the check
|
By
Ying-Tsun Huang
·
#94107
·
|
|
[PATCH v2 0/1] MdeModulePkg/Core: Fix the potential hang of calling SetTimer.
When calling SetTimer with Type is not TimerCancel and TriggerTime is 0,
gTimer is used to get the timer period. However, gTimer is NULL before
EFI_TIMER_ARCH_PROTOCOL is installed. Adding the check
When calling SetTimer with Type is not TimerCancel and TriggerTime is 0,
gTimer is used to get the timer period. However, gTimer is NULL before
EFI_TIMER_ARCH_PROTOCOL is installed. Adding the check
|
By
Ying-Tsun Huang
·
#94106
·
|
|
[PATCH v2 1/1] OvmfPkg/PlatformInitLib: q35 mtrr setup fix
Traditional q35 memory layout is 2.75 GB of low memory, leaving room
for the pcie mmconfig at 0xb0000000 and the 32-bit pci mmio window at
0xc0000000. Because of that OVMF tags the memory range
Traditional q35 memory layout is 2.75 GB of low memory, leaving room
for the pcie mmconfig at 0xb0000000 and the 32-bit pci mmio window at
0xc0000000. Because of that OVMF tags the memory range
|
By
Gerd Hoffmann
·
#94105
·
|
|
Re: [PATCH V4 00/10] Introduce Lazy-accept for Tdx guest
Hi, Liming/Jian/Zhiguang/Michael
Can you help to review below patches for the lazy-accept feature? Because you're the maintainer/reviewer of the related modules.
Any comment is welcome.
[PATCH V4
Hi, Liming/Jian/Zhiguang/Michael
Can you help to review below patches for the lazy-accept feature? Because you're the maintainer/reviewer of the related modules.
Any comment is welcome.
[PATCH V4
|
By
Min Xu
·
#94104
·
|
|
Re: [PATCH] RedfishPkg/JsonLib: Fix JsonLib build failure
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
[AMD Official Use Only - General]
Reviewed-by: Abner Chang <abner.chang@...>
|
By
Chang, Abner
·
#94103
·
|
|
Re: [PATCH 1/1] OvmfPkg: Store PageTablePool in TdxWorkArea
Hi, Gerd
Do you have any comments on this patch?
Hi, Gerd
Do you have any comments on this patch?
|
By
Min Xu
·
#94102
·
|
|
Re: [PATCH V2 1/3] CryptoPkg: Add EC support
That change to OpensslLib.inf should not have been done either.
Looks like this EC feature needs more evaluation to fit into the
structured PCD control of the lib sizes.
Mike
That change to OpensslLib.inf should not have been done either.
Looks like this EC feature needs more evaluation to fit into the
structured PCD control of the lib sizes.
Mike
|
By
Michael D Kinney
·
#94101
·
|
|
Updated Event: EDKII Open Design Meeting - Friday, September 23, 2022
#cal-invite
EDKII Open Design Meeting
When:
Friday, September 23, 2022
9:30am to 10:00am
(UTC+08:00)
EDKII Open Design Meeting
When:
Friday, September 23, 2022
9:30am to 10:00am
(UTC+08:00)
|
By
Group Notification <noreply@...>
·
#94100
·
|
|
Re: How to guard CAR's stack overflow
Hi, Johnson:
Thanks for your reply!
I tried and found it seemed causing some other problems.
It hang in eary pei stage.
It seems below code could also cause an exception if using
Hi, Johnson:
Thanks for your reply!
I tried and found it seemed causing some other problems.
It hang in eary pei stage.
It seems below code could also cause an exception if using
|
By
Tiger Liu(BJ-RD)
·
#94099
·
|
|
Re: [PATCH V2 1/3] CryptoPkg: Add EC support
Hi Mike,
Thanks for review.
Even PCD_CRYPTO_SERVICE_FAMILY_ENABLE is set to 0, CryptoEc.c will also be compiled and throw build
Hi Mike,
Thanks for review.
Even PCD_CRYPTO_SERVICE_FAMILY_ENABLE is set to 0, CryptoEc.c will also be compiled and throw build
|
By
Li, Yi
·
#94098
·
|
|
Re: [PATCH v1 0/3] CryptoPkg/OpensslLib: Add native instruction support for IA32
I have verified performance gains and functional integrity in SHA256, SHA384, and SHA512 hashing as well as AES encryption on Intel hardware as well as QEMU. The assembly implementations included with
I have verified performance gains and functional integrity in SHA256, SHA384, and SHA512 hashing as well as AES encryption on Intel hardware as well as QEMU. The assembly implementations included with
|
By
Christopher Zurcher
·
#94097
·
|
|
Re: [PATCH v1 0/3] CryptoPkg/OpensslLib: Add native instruction support for IA32
Thanks.
Would you please add more detailed description on what test you have done?
e.g. Real platform? Unit Test? Etc.
Thanks.
Would you please add more detailed description on what test you have done?
e.g. Real platform? Unit Test? Etc.
|
By
Yao, Jiewen
·
#94096
·
|
|
Re: [PATCH v5 3/4] CI: Use Fedora 35 container (Linux only)
There is probably value in having both if we want to support various flavors of containers in the future, but yes adding a container option to the template similar to vm_image.
Thanks,
Chris
There is probably value in having both if we want to support various flavors of containers in the future, but yes adding a container option to the template similar to vm_image.
Thanks,
Chris
|
By
Chris Fernald
·
#94095
·
|
|
Re: EDKII CI Failure
BaseTools: Edk2ToolsBuild: Fixing pipeline build due to path too long by kuqin12 · Pull Request #3371 · tianocore/edk2 (github.com)
[PATCH v1 0/1] Fixing BaseTool
BaseTools: Edk2ToolsBuild: Fixing pipeline build due to path too long by kuqin12 · Pull Request #3371 · tianocore/edk2 (github.com)
[PATCH v1 0/1] Fixing BaseTool
|
By
Sean
·
#94094
·
|
|
Re: [PATCH v1 1/1] BaseTools: Edk2ToolsBuild: Fixing pipeline build due to path too long
Reviewed-by: Sean Brogan <sean.brogan@...>
Reviewed-by: Sean Brogan <sean.brogan@...>
|
By
Sean
·
#94093
·
|
|
[[edk2-staging/HttpProxy] 3/3] NetworkPkg/HttpBootDxe: Add Support for HTTPS Proxy Server for HTTP Boot
Add CONNECT HTTP command to create a tunnel from Proxy to EndPoint Server.
Process the multi-URI device path in the input FilePath.
Cc: Maciej Rabeda <maciej.rabeda@...>
Cc: Wu Jiaxin
Add CONNECT HTTP command to create a tunnel from Proxy to EndPoint Server.
Process the multi-URI device path in the input FilePath.
Cc: Maciej Rabeda <maciej.rabeda@...>
Cc: Wu Jiaxin
|
By
Saloni Kasbekar
·
#94092
·
|
|
[[edk2-staging/HttpProxy] 2/3] MdeModulePkg/Library: Add support for multi-URI device path
Process device path with proxy server and endpoint server included.
Update comment for sample HTTP device path.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao
Process device path with proxy server and endpoint server included.
Update comment for sample HTTP device path.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Liming Gao
|
By
Saloni Kasbekar
·
#94091
·
|