|
[PATCH v7 00/12] Enable New CodeQL Queries
Added R-b tag to UefiCpuPkg patch 2. Merged Rebecca's patch https://edk2.groups.io/g/devel/message/101819 into [PATCH v7 02/12] v6 series changes: 1.
Added R-b tag to UefiCpuPkg patch 2. Merged Rebecca's patch https://edk2.groups.io/g/devel/message/101819 into [PATCH v7 02/12] v6 series changes: 1.
|
By
Michael Kubacki
· #101844
·
|
|
[PATCH v6 00/12] Enable New CodeQL Queries
Simplify conditional logic in Patch 1 per Michael Brown's suggestion. v3 series changes: 1. Rebased series onto 93a21b4 (current edk2/master) 2.
Simplify conditional logic in Patch 1 per Michael Brown's suggestion. v3 series changes: 1. Rebased series onto 93a21b4 (current edk2/master) 2.
|
By
Michael Kubacki
· #101824
·
|
|
[PATCH v5 00/12] Enable New CodeQL Queries
Simplify conditional logic in Patch 1 per Michael Brown's suggestion. v3 series changes: 1. Rebased series onto 93a21b4 (current edk2/master) 2.
Simplify conditional logic in Patch 1 per Michael Brown's suggestion. v3 series changes: 1. Rebased series onto 93a21b4 (current edk2/master) 2.
|
By
Michael Kubacki
· #101800
·
|
|
[edk2-platforms][PATCH V3 0/5] Enable SoC expansion block and Virtio-P9 for RD-N2 variants
This patch series is now a combination of two patch series [1] and [2] that added Virtio-P9 support and SoC expansion block (non-discoverable) IO block for RD-N2: [edk2-platforms][PATCH
This patch series is now a combination of two patch series [1] and [2] that added Virtio-P9 support and SoC expansion block (non-discoverable) IO block for RD-N2: [edk2-platforms][PATCH
|
By
Vivek Kumar Gautam
· #101773
·
|
|
[edk2-libc Patch 1/2] Python/Python3.6.8: migration of edk2module from chipsec repo
id=4161 This patch merges the enhancements done by chipsec tool to edk2 module into edk2-libc repo.
id=4161 This patch merges the enhancements done by chipsec tool to edk2 module into edk2-libc repo.
|
By
Ajay Kadapathri
· #101759
·
|
|
[Patch V5 16/22] UefiCpuPkg: Fix IA32 build failure in CpuPageTableLib.inf
That's why when building in NOOPT mode in IA32, the below issue is noticed: unresolved external symbol __allshl This patch fix the build failure by seperate field PageTableBaseAddress
That's why when building in NOOPT mode in IA32, the below issue is noticed: unresolved external symbol __allshl This patch fix the build failure by seperate field PageTableBaseAddress
|
By
duntan
· #101741
·
|
|
[Patch V5 00/22] Fix issues in CpuPageTableLib
In 'Fix the non-1:1 mapping issue' patch, add (UINT64) for PagingEntryIndex to avoid IA32 build failure 2.
In 'Fix the non-1:1 mapping issue' patch, add (UINT64) for PagingEntryIndex to avoid IA32 build failure 2.
|
By
duntan
· #101725
·
|
|
[PATCH 6/8] BaseTools: switch from EFI_IMAGE_MACHINE_* to IMAGE_FILE_MACHINE_*
2204,7 +2204,7 @@ Routine Description: return EFI_SUCCESS; } - if (MachineType == EFI_IMAGE_MACHINE_ARMT) { + if (MachineType == IMAGE_FILE_MACHINE_ARMTHUMB_MIXED) { // ARM: Array of 4
2204,7 +2204,7 @@ Routine Description: return EFI_SUCCESS; } - if (MachineType == EFI_IMAGE_MACHINE_ARMT) { + if (MachineType == IMAGE_FILE_MACHINE_ARMTHUMB_MIXED) { // ARM: Array of 4
|
By
Gerd Hoffmann
· #101662
·
|
|
[Patch V4 15/21] UefiCpuPkg: Fix IA32 build failure in CpuPageTableLib.inf
That's why when building in NOOPT mode in IA32, the below issue is noticed: unresolved external symbol __allshl This patch fix the build failure by seperate field PageTableBaseAddress
That's why when building in NOOPT mode in IA32, the below issue is noticed: unresolved external symbol __allshl This patch fix the build failure by seperate field PageTableBaseAddress
|
By
duntan
· #101643
·
|
|
[Patch V4 00/21] Fix issues in CpuPageTableLib
Add patch to reduce the number of random test since CI may timeout 4.
Add patch to reduce the number of random test since CI may timeout 4.
|
By
duntan
· #101628
·
|
|
[edk2-staging/OpenSSL11_EOL][PATCH 2/4] CryptoPkg: remove unnecessary sig, ec and rsa prov
Signed-off-by: Yi Li <yi1.li@...> --- .../Library/OpensslLib/OpensslStub/uefiprov.c | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/CryptoPkg/Library/OpensslLib/OpensslStub
Signed-off-by: Yi Li <yi1.li@...> --- .../Library/OpensslLib/OpensslStub/uefiprov.c | 23 ------------------- 1 file changed, 23 deletions(-) diff --git a/CryptoPkg/Library/OpensslLib/OpensslStub
|
By
Li, Yi
· #101612
·
|
|
[edk2-staging/OpenSSL11_EOL][PATCH 0/4] Openssl 3.0 POC update Mar 22
Please check the patch series if interested.
Please check the patch series if interested.
|
By
Li, Yi
· #101610
·
|
|
[PATCH v1 2/6] UefiPayloadPkg: Add secureboot information HOBs
+- UefiPayloadPkg/UefiPayloadPkg.dsc | 2 + 4 files changed, 92 insertions(+), 4 deletions(-) diff --git a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c b/UefiPayloadPkg/Bl= SupportDxe/
+- UefiPayloadPkg/UefiPayloadPkg.dsc | 2 + 4 files changed, 92 insertions(+), 4 deletions(-) diff --git a/UefiPayloadPkg/BlSupportDxe/BlSupportDxe.c b/UefiPayloadPkg/Bl= SupportDxe/
|
By
Subash Lakkimsetti
· #101579
·
|
|
[PATCH v2 1/6] MdeModulePkg: Rename IS_ALIGNED macros to avoid name collisions
/Bus/Ufs/UfsPassThruDxe/UfsPassThru.h | 2 +- MdeModulePkg/Universal/EbcDxe/EbcExecute.h | 4 +-- MdeModulePkg/Bus/Ata/AhciPei/AhciMode.c | 2 +- ...
/Bus/Ufs/UfsPassThruDxe/UfsPassThru.h | 2 +- MdeModulePkg/Universal/EbcDxe/EbcExecute.h | 4 +-- MdeModulePkg/Bus/Ata/AhciPei/AhciMode.c | 2 +- ...
|
By
Gerd Hoffmann
· #101564
·
|
|
[PATCH v2 4/6] MdeModulePkg: Consume new alignment-related macros
/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c | 2 +- MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c | 4 +-- ...
/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c | 2 +- MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c | 4 +-- ...
|
By
Gerd Hoffmann
· #101563
·
|
|
[PATCH v2 2/6] OvmfPkg: Rename IS_ALIGNED macros to avoid name collisions
/BaseMemEncryptSevLib/X64/SnpPageStateChangeInternal.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OvmfPkg/AmdSevDxe/AmdSevDxe.c b/OvmfPkg/AmdSevDxe/AmdSevDxe.c
/BaseMemEncryptSevLib/X64/SnpPageStateChangeInternal.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/OvmfPkg/AmdSevDxe/AmdSevDxe.c b/OvmfPkg/AmdSevDxe/AmdSevDxe.c
|
By
Gerd Hoffmann
· #101560
·
|
|
[PATCH v2 0/6] MdePkg/Base.h: Introduce various alignment-related macros
/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c | 2 +- MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c | 4 +- ...
/Bus/Ata/AtaBusDxe/AtaPassThruExecute.c | 2 +- MdeModulePkg/Bus/Scsi/ScsiDiskDxe/ScsiDisk.c | 4 +- ...
|
By
Gerd Hoffmann
· #101559
·
|
|
[PATCH v4 0/9] Introduce ManageabilityPkg
Address Leif's comments on V3. 2. Reorganize patch 4/9, separate header file to preceding patch (3/9). In V3: 1. Address reviewers commnets on V2. 2.
Address Leif's comments on V3. 2. Reorganize patch 4/9, separate header file to preceding patch (3/9). In V3: 1. Address reviewers commnets on V2. 2.
|
By
Chang, Abner
· #101543
·
|
|
[PATCH 1/6] MdePkg: Add TME-MK related CPUID and MSR definitions
The patch adds some necessary CPUID/MSR definitions for TME-MK.
The patch adds some necessary CPUID/MSR definitions for TME-MK.
|
By
Ni, Ray
· #101519
·
|
|
[PATCH] Platform/Qemu/Sbsa: Update TF-A binaries to enable Neoverse-N1
BH_UJbaW4KkzzbDWsq`oNcgYAk{hnfkf-1VD=3D zXYN4r;hToXpg^t{wR-X^4?#gC9Q-2<i>`x3DCYs@j%ba;03MR#Mohh!+kC?
BH_UJbaW4KkzzbDWsq`oNcgYAk{hnfkf-1VD=3D zXYN4r;hToXpg^t{wR-X^4?#gC9Q-2<i>`x3DCYs@j%ba;03MR#Mohh!+kC?
|
By
Marcin Juszkiewicz
· #101492
·
|