|
[PATCH] EmulatorPkg: Re-enable IA32 GCC5 CI builds
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3156
This commit re-enables the EmulatorPkg IA32 GCC5 CI builds with fixing
library dependencies.
The IA32 GCC5 CI builds are broken as the CI
BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D3156
This commit re-enables the EmulatorPkg IA32 GCC5 CI builds with fixing
library dependencies.
The IA32 GCC5 CI builds are broken as the CI
|
By
Akira Moroo
·
#83216
·
|
|
Re: [Patch 4/6] SignedCapsulePkg/SignedCapsulePkg.dsc: Add RngLib mapping
Reviewed-by: Daniel Schaefer <daniel.schaefer@...>
Reviewed-by: Daniel Schaefer <daniel.schaefer@...>
|
By
Daniel Schaefer
·
#83215
·
|
|
Re: [Patch 3/6] SecurityPkg/SecurityPkg.dsc: Add missing RngLib for ARM and RISCV64
Reviewed-by: Daniel Schaefer <daniel.schaefer@...>
Reviewed-by: Daniel Schaefer <daniel.schaefer@...>
|
By
Daniel Schaefer
·
#83214
·
|
|
Re: [Patch 2/6] NetworkPkg/NetworkPkg.dsc: Add RngLib mapping for ARM and RISCV64
Perfect, thanks.
I think BaseRngLib has an implementation for ARM or perhaps only AARCH64.
I'm working one for RISCV64: https://bugzilla.tianocore.org/show_bug.cgi?id=3676
But until then this is
Perfect, thanks.
I think BaseRngLib has an implementation for ARM or perhaps only AARCH64.
I'm working one for RISCV64: https://bugzilla.tianocore.org/show_bug.cgi?id=3676
But until then this is
|
By
Daniel Schaefer
·
#83213
·
|
|
Re: [Patch 3/6] SecurityPkg/SecurityPkg.dsc: Add missing RngLib for ARM and RISCV64
Acked-by: Jiewen Yao <Jiewen.yao@...>
Need ARM/RISC-V owner to confirm.
Acked-by: Jiewen Yao <Jiewen.yao@...>
Need ARM/RISC-V owner to confirm.
|
By
Yao, Jiewen
·
#83212
·
|
|
[Patch 5/6] UefiCpuPkg/MtrrLib/UnitTest: Fix 32-bit GCC build issues
When using UT_ASSERT_EQUAL() on a pointer value, it must be
cast to UINTN. This follows the samples provided with the
UnitTestFrameworkPkg.
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni
When using UT_ASSERT_EQUAL() on a pointer value, it must be
cast to UINTN. This follows the samples provided with the
UnitTestFrameworkPkg.
Cc: Eric Dong <eric.dong@...>
Cc: Ray Ni
|
By
Michael D Kinney
·
#83211
·
|
|
[Patch 6/6] MdeModulePkg/Variable/RuntimeDxeUnitTest: Fix 32-bit GCC builds
When using will_return() on a pointer value, it must be
cast to UINTN to be compatible with 32-bit GCC builds.
This uses the same approach in samples provided in the
UnitTestFramworkPkg when passing
When using will_return() on a pointer value, it must be
cast to UINTN to be compatible with 32-bit GCC builds.
This uses the same approach in samples provided in the
UnitTestFramworkPkg when passing
|
By
Michael D Kinney
·
#83210
·
|
|
[Patch 3/6] SecurityPkg/SecurityPkg.dsc: Add missing RngLib for ARM and RISCV64
Fix SecurityPkg build breaks for ARM and RISCV64 by adding RngLib
mapping.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc: Abner Chang
Fix SecurityPkg build breaks for ARM and RISCV64 by adding RngLib
mapping.
Cc: Jian J Wang <jian.j.wang@...>
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc: Abner Chang
|
By
Michael D Kinney
·
#83209
·
|
|
[Patch 4/6] SignedCapsulePkg/SignedCapsulePkg.dsc: Add RngLib mapping
Fix build breaks for all architectures by adding RngLib mapping.
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc: Abner Chang <abner.chang@...>
Cc: Daniel Schaefer
Fix build breaks for all architectures by adding RngLib mapping.
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc: Abner Chang <abner.chang@...>
Cc: Daniel Schaefer
|
By
Michael D Kinney
·
#83208
·
|
|
[Patch 2/6] NetworkPkg/NetworkPkg.dsc: Add RngLib mapping for ARM and RISCV64
Fix NetworkPkg build breaks for ARM and RISCV64 by adding RngLib
mapping.
Cc: Jiaxin Wu <jiaxin.wu@...>
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc: Abner Chang <abner.chang@...>
Cc:
Fix NetworkPkg build breaks for ARM and RISCV64 by adding RngLib
mapping.
Cc: Jiaxin Wu <jiaxin.wu@...>
Cc: Ard Biesheuvel <ardb+tianocore@...>
Cc: Abner Chang <abner.chang@...>
Cc:
|
By
Michael D Kinney
·
#83207
·
|
|
[Patch 0/6] Fix package build issues
This patch series fixes a number of diffent package build
issues. These were discovered when evaluating the source
format changes from uncrustify and there where valid
package builds that are not
This patch series fixes a number of diffent package build
issues. These were discovered when evaluating the source
format changes from uncrustify and there where valid
package builds that are not
|
By
Michael D Kinney
·
#83206
·
|
|
[Patch 1/6] DynamicTablesPkg: Add missing BaseStackCheckLib instance
Fix ARM and AARCH64 build issues by adding the BaseStackCheckLib
instance.
Cc: Sami Mujawar <Sami.Mujawar@...>
Cc: Alexei Fedorov <Alexei.Fedorov@...>
Cc: Ard Biesheuvel
Fix ARM and AARCH64 build issues by adding the BaseStackCheckLib
instance.
Cc: Sami Mujawar <Sami.Mujawar@...>
Cc: Alexei Fedorov <Alexei.Fedorov@...>
Cc: Ard Biesheuvel
|
By
Michael D Kinney
·
#83205
·
|
|
Re: [PATCH V4 3/3] SecurityPkg: Support CcMeasurementProtocol in DxeTpmMeasurementLib
I have run the test in Intel's internal hardware platform (covering both TD and TPM).
The test all pass.
Thanks
Min
I have run the test in Intel's internal hardware platform (covering both TD and TPM).
The test all pass.
Thanks
Min
|
By
Min Xu
·
#83204
·
|
|
Re: [PATCH V4 2/3] SecurityPkg: Support CcMeasurementProtocol in DxeTpm2MeasureBootLib
I have run the test in Intel's internal hardware platform (covering both TD and TPM).
The test all pass.
Thanks
Min
I have run the test in Intel's internal hardware platform (covering both TD and TPM).
The test all pass.
Thanks
Min
|
By
Min Xu
·
#83203
·
|
|
Re: [PATCH v2 1/1] MdeModulePkg: Add MpServicesTest application to exercise MP Services
Sami,
I don't see your review. Did you review this, or just the separate patch to add EFI_MP_SERVICES_PROTOCOL for AArch64?
--
Rebecca Cran
Sami,
I don't see your review. Did you review this, or just the separate patch to add EFI_MP_SERVICES_PROTOCOL for AArch64?
--
Rebecca Cran
|
By
Rebecca Cran <rebecca@...>
·
#83202
·
|
|
回复: [PATCH v2] MdeModulePkg/DxeCapsuleLibFmp: Capsule on Disk file name capsule
Reviewed-by: Liming Gao <gaoliming@...>
capsule
+
CapsulesToProcess,
Reviewed-by: Liming Gao <gaoliming@...>
capsule
+
CapsulesToProcess,
|
By
gaoliming
·
#83201
·
|
|
Re: The arm virtual machine displays problems in QXL during the UEFI phase
Hi Gerd:
Thanks for your reply. In fact, I have no choice, only QXL in my work.
1. I wonder why the device display be normal when it hung on bus=pci.8,addr=0x0, but it is abnormal when
Hi Gerd:
Thanks for your reply. In fact, I have no choice, only QXL in my work.
1. I wonder why the device display be normal when it hung on bus=pci.8,addr=0x0, but it is abnormal when
|
By
Lange Tang
·
#83200
·
|
|
Event: TianoCore Bug Triage - APAC / NAMO - 11/02/2021
#cal-reminder
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
11/02/2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
Reminder: TianoCore Bug Triage - APAC / NAMO
When:
11/02/2021
6:30pm to 7:30pm
(UTC-07:00) America/Los
|
By
devel@edk2.groups.io Calendar <noreply@...>
·
#83199
·
|
|
回复:回复: [edk2-devel] About how to submit a new architecture called LoongArch
Liming:
Yes, I will keep going to do this work, we will conduct an internal review before submitting, and then merge it into my personal or our group repo in GitHub, if I am finish, I will let you
Liming:
Yes, I will keep going to do this work, we will conduct an internal review before submitting, and then merge it into my personal or our group repo in GitHub, if I am finish, I will let you
|
By
Chao Li
·
#83198
·
|
|
Re: [PATCH 1/2] Reconfigure OpensslLib to add elliptic curve chipher algorithms
Hello Vineel
May I know if you have send out v2?
Hello Vineel
May I know if you have send out v2?
|
By
Yao, Jiewen
·
#83197
·
|