|
[PATCH 2/4] PrmPkg: Use new API to replace MtrrLibInitializeMtrrMask
Minor comment in code below. Reviewed-by: Michael Kubacki <michael.kubacki@...> Since the library class list was already sorted, can you please sort CpuLib within the list?
Minor comment in code below. Reviewed-by: Michael Kubacki <michael.kubacki@...> Since the library class list was already sorted, can you please sort CpuLib within the list?
|
By
Michael Kubacki
· #105936
·
|
|
[PATCH 2/4] PrmPkg: Use new API to replace MtrrLibInitializeMtrrMask
/PrmSampleHardwareAccessModule.inf | 1 + 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/PrmPkg/Samples/PrmSampleHardwareAccessModule/PrmSampleHardwareAccessModule.c
/PrmSampleHardwareAccessModule.inf | 1 + 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/PrmPkg/Samples/PrmSampleHardwareAccessModule/PrmSampleHardwareAccessModule.c
|
By
Zhiguang Liu
· #105910
·
|
|
[Patch V5 13/14] UefiCpuPkg: Refinement to smm runtime InitPaging() code
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2
|
By
duntan
· #105906
·
|
|
[Patch V5 00/14] Use CpuPageTableLib to create and update smm page table
In V5 patch set: 1.Remove duplicated patches to add CpuPageTableLib into some DSC files. 2.Seperate the DEBUG_CODE of ConvertMemoryPageAttributes() to a new patch 'Add DEBUG_CODE for
In V5 patch set: 1.Remove duplicated patches to add CpuPageTableLib into some DSC files. 2.Seperate the DEBUG_CODE of ConvertMemoryPageAttributes() to a new patch 'Add DEBUG_CODE for
|
By
duntan
· #105893
·
|
|
[PATCH] UefiCpuPkg/SmmCpu: Add PcdSmmApPerfLogEnable control AP perf-logging
So, this patch adds a new PCD PcdSmmApPerfLogEnable (default TRUE) to allow platform to turn off perf-logging on APs.
So, this patch adds a new PCD PcdSmmApPerfLogEnable (default TRUE) to allow platform to turn off perf-logging on APs.
|
By
Ni, Ray
· #105852
·
|
|
[PATCH v1] StandaloneMmPkg: Add StandaloneMmIplPei driver.
module type. 3rd patch loads SMM CORE with mode switch if sizeof (UINTN) == 4 but SMM core module type is 64bit. 4th patch Deadloop() when sizeof (UINTN) == 8 but SMM core module type
module type. 3rd patch loads SMM CORE with mode switch if sizeof (UINTN) == 4 but SMM core module type is 64bit. 4th patch Deadloop() when sizeof (UINTN) == 8 but SMM core module type
|
By
Ni, Ray
· #105834
·
|
|
[PATCH v14 0/8] Adds AmdSmmCpuFeaturesLib and MmSaveStateLib
Re-arranged patch order.
By
Abdul Lateef Attar
· #105758
·
|
|
[PATCH v1 0/3] use XHCI to replace EHCI
/SbsaQemuPlatformDxe.inf | 2 +=0D Silicon/Qemu/SbsaQemu/SbsaQemu.dec | 4 +-=0D 6 files changed, 53 insertions(+), 128 deletions(-)=0D =0D -- =0D 2.34.1=0D =0D
/SbsaQemuPlatformDxe.inf | 2 +=0D Silicon/Qemu/SbsaQemu/SbsaQemu.dec | 4 +-=0D 6 files changed, 53 insertions(+), 128 deletions(-)=0D =0D -- =0D 2.34.1=0D =0D
|
By
Yuquan Wang
· #105726
·
|
|
[PATCH v2 0/7] Add PPI to manage PEI phase memory attributes
#4 and #5 implement the PPI for ARM and AArch64.=0D =0D Patch #6 switches ARM and AArch64 over to the generic DxeIpl.=0D =0D Patch #7 cleans up the ARM implementation of the UEFI memory
#4 and #5 implement the PPI for ARM and AArch64.=0D =0D Patch #6 switches ARM and AArch64 over to the generic DxeIpl.=0D =0D Patch #7 cleans up the ARM implementation of the UEFI memory
|
By
Ard Biesheuvel
· #105649
·
|
|
[PATCH v2 2/4] ArmVirt/PlatformBootManagerLib: factor out IsVirtio()
IsVirtioRng() becomes just a thin wrapper for IsVirtio(). This allows to add similar thin wrappers for other virtio devices in the future. Signed-off-by: Gerd Hoffmann <kraxel@...> Reviewed-by:
IsVirtioRng() becomes just a thin wrapper for IsVirtio(). This allows to add similar thin wrappers for other virtio devices in the future. Signed-off-by: Gerd Hoffmann <kraxel@...> Reviewed-by:
|
By
Gerd Hoffmann
· #105558
·
|
|
回复: [edk2-devel] [Patch v2 0/3] Address C++ keyword collisions
It also allows downstream usage of these fields > > to sync with the first 2 patches, update their field names, > > and then sync with last patch. > > > > PR: https://github.com/tianocore
It also allows downstream usage of these fields > > to sync with the first 2 patches, update their field names, > > and then sync with last patch. > > > > PR: https://github.com/tianocore
|
By
gaoliming
· #105531
·
|
|
[PATCH V2 1/6] UefiCpuPkg/CpuSmm: Add perf-logging for time-consuming BSP procedures
The patch adds perf-logging for the following potential time-consuming BSP procedures: * PiCpuSmmEntry - SmmRelocateBases * ExecuteFirstSmiInit * BSPHandler - SmmWaitForApArrival -
The patch adds perf-logging for the following potential time-consuming BSP procedures: * PiCpuSmmEntry - SmmRelocateBases * ExecuteFirstSmiInit * BSPHandler - SmmWaitForApArrival -
|
By
Ni, Ray
· #105493
·
|
|
[Patch v2 1/3] MdePkg/Include/IndustryStandard: Add Operator and Xor field names
This patch temporarily introduces an anonymous union to add Operator and Xor fields to support migration from the current field names to the new field names.
This patch temporarily introduces an anonymous union to add Operator and Xor fields to support migration from the current field names to the new field names.
|
By
Michael D Kinney
· #105466
·
|
|
[Patch v2 0/3] Address C++ keyword collisions
It also allows downstream usage of these fields to sync with the first 2 patches, update their field names, and then sync with last patch.
It also allows downstream usage of these fields to sync with the first 2 patches, update their field names, and then sync with last patch.
|
By
Michael D Kinney
· #105465
·
|
|
[edk2-redfish-client][PATCH 2/2] RedfishClientPkg: Use DEBUG_MANAGEABILITY
/Features/Bios/v1_0_9/Dxe/BiosDxe.c | 2 +- .../v1_5_0/Common/ComputerSystemCommon.c | 8 +++---- .../v1_5_0/Dxe/ComputerSystemDxe.c | 2 +- ...
/Features/Bios/v1_0_9/Dxe/BiosDxe.c | 2 +- .../v1_5_0/Common/ComputerSystemCommon.c | 8 +++---- .../v1_5_0/Dxe/ComputerSystemDxe.c | 2 +- ...
|
By
Chang, Abner
· #105425
·
|
|
[edk2-redfish-client][PATCH 1/2] RedfishClientPkg: Replace __FUNCTION__ with __func__
/RedfishResourceIdentifyLibNull.c | 2 +- .../RedfishVersionLib/RedfishVersionLib.c | 2 +- .../PrivateLibrary/RedfishLib/RedfishLib.c | 2 +- ...
/RedfishResourceIdentifyLibNull.c | 2 +- .../RedfishVersionLib/RedfishVersionLib.c | 2 +- .../PrivateLibrary/RedfishLib/RedfishLib.c | 2 +- ...
|
By
Chang, Abner
· #105424
·
|
|
[PATCH 1/3] UefiCpuPkg/CpuSmm: Add perf-logging for time-consuming BSP procedures
The patch adds perf-logging for the following potential time-consuming BSP procedures: * PiCpuSmmEntry - SmmRelocateBases * ExecuteFirstSmiInit * BSPHandler - SmmWaitForApArrival -
The patch adds perf-logging for the following potential time-consuming BSP procedures: * PiCpuSmmEntry - SmmRelocateBases * ExecuteFirstSmiInit * BSPHandler - SmmWaitForApArrival -
|
By
Ni, Ray
· #105333
·
|
|
[edk2-non-osi][PATCH 1/1] Platform/RaspberryPi: Update TF-A to v2.9 to fix rainbow screen on reboot
E=3DkeXY|fRAV6cKTpLHZmH;|yhF#4{d&!JGo$n*2`<>3Tcf?m&>!
E=3DkeXY|fRAV6cKTpLHZmH;|yhF#4{d&!JGo$n*2`<>3Tcf?m&>!
|
By
Pete Batard
· #105316
·
|
|
[RFC PATCH 00/10] Add PPI to manage PEI phase memory attributes
.=0D =0D Patches #1 to #4 are prepatory work.=0D Patch #5 proposes the memory attribute PPI protocol interface.=0D Patch #6 implements it for ARM and AARCH64.=0D Patch #7 wires it up
.=0D =0D Patches #1 to #4 are prepatory work.=0D Patch #5 proposes the memory attribute PPI protocol interface.=0D Patch #6 implements it for ARM and AARCH64.=0D Patch #7 wires it up
|
By
Ard Biesheuvel
· #105300
·
|
|
[edk2-platforms][PATCH 2/4] JadePkg: Leverage ArmPkg/Smbios (Type 0, 1, 2, 3, 13, 32)
, 2); - if (BuildDate[4] == ' ') { - // day is less then 10, SAPCE filed by compiler, SMBIOS requires 0 - SmbiosDateStr[3] = '0'; - } - - // Year - CopyMem (&SmbiosDateStr[6], &BuildDate
, 2); - if (BuildDate[4] == ' ') { - // day is less then 10, SAPCE filed by compiler, SMBIOS requires 0 - SmbiosDateStr[3] = '0'; - } - - // Year - CopyMem (&SmbiosDateStr[6], &BuildDate
|
By
...
· #105267
·
|