public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v1 0/7] *** SUBJECT HERE ***
@ 2022-03-02  9:18 Yu Pu
  2022-03-02  9:18 ` [PATCH v1 1/7] UefiCpuPackage: Add APIs for CPU physical address mask calculation Yu Pu
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Yu Pu @ 2022-03-02  9:18 UTC (permalink / raw)
  To: devel; +Cc: Yu Pu

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3394

Signed-off-by: Yu Pu <yu.pu@intel.com>
*** BLURB HERE ***

Yu Pu (7):
  UefiCpuPackage: Add APIs for CPU physical address mask calculation
  MdeModulePkg: Invoke GetPhysicalAddressBits() and remove the
    duplicated code
  IntelFsp2Pkg: Invoke GetPhysicalAddressBits() and remove the
    duplicated code
  StandaloneMmPkg: Invoke GetPhysicalAddressBits() and remove the
    duplicated code
  OvmfPkg: Invoke GetPhysicalAddressBits() and remove the duplicated
    code
  EmulatorPkg: fixed a bug caused by Invoking GetPhysicalAddressBits()
  UefiPayloadPkg: Invoke GetPhysicalAddressBits() and remove the
    duplicated code

 IntelFsp2Pkg/Library/BaseCacheLib/CacheLib.c                                | 10 +----
 MdeModulePkg/Core/DxeIplPeim/X64/VirtualMemory.c                            |  9 +---
 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/X64/SetIdtEntry.c         | 14 +-----
 MdeModulePkg/Universal/CapsulePei/X64/X64Entry.c                            | 14 +-----
 OvmfPkg/XenPlatformPei/MemDetect.c                                          | 11 +----
 StandaloneMmPkg/Library/StandaloneMmMemLib/X86StandaloneMmMemLibInternal.c  | 10 +----
 UefiCpuPkg/CpuDxe/CpuDxe.c                                                  | 16 +------
 UefiCpuPkg/Library/BaseUefiCpuLib/BaseUefiCpuLib.c                          | 47 ++++++++++++++++++++
 UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmStm.c                               |  9 +---
 UefiCpuPkg/PiSmmCpuDxeSmm/X64/PageTbl.c                                     |  9 +---
 UefiCpuPkg/Universal/Acpi/S3Resume2Pei/S3Resume.c                           |  9 +---
 UefiPayloadPkg/UefiPayloadEntry/UefiPayloadEntry.c                          | 10 +----
 UefiPayloadPkg/UefiPayloadEntry/X64/VirtualMemory.c                         |  9 +---
 EmulatorPkg/EmulatorPkg.dsc                                                 |  1 +
 IntelFsp2Pkg/Library/BaseCacheLib/BaseCacheLib.inf                          |  2 +
 MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf                                     |  2 +
 MdeModulePkg/MdeModulePkg.dsc                                               |  1 +
 MdeModulePkg/Universal/Acpi/BootScriptExecutorDxe/BootScriptExecutorDxe.inf |  2 +
 MdeModulePkg/Universal/CapsulePei/CapsuleX64.inf                            |  2 +
 StandaloneMmPkg/Library/StandaloneMmMemLib/StandaloneMmMemLib.inf           |  2 +
 StandaloneMmPkg/StandaloneMmPkg.dsc                                         |  1 +
 UefiCpuPkg/Include/Library/UefiCpuLib.h                                     | 17 +++++++
 22 files changed, 99 insertions(+), 108 deletions(-)

-- 
2.30.0.windows.2


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2022-03-11  1:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-02  9:18 [PATCH v1 0/7] *** SUBJECT HERE *** Yu Pu
2022-03-02  9:18 ` [PATCH v1 1/7] UefiCpuPackage: Add APIs for CPU physical address mask calculation Yu Pu
2022-03-02  9:18 ` [PATCH v1 2/7] MdeModulePkg: Invoke GetPhysicalAddressBits() and remove the duplicated code Yu Pu
2022-03-07  3:54   ` [edk2-devel] " Ni, Ray
2022-03-10  8:47     ` Pu, Yu
2022-03-11  1:02       ` 回复: " gaoliming
2022-03-02  9:18 ` [PATCH v1 3/7] IntelFsp2Pkg: " Yu Pu
2022-03-02  9:26   ` Chiu, Chasel
2022-03-02  9:18 ` [PATCH v1 4/7] StandaloneMmPkg: " Yu Pu
2022-03-03  9:58   ` Ard Biesheuvel
2022-03-04  7:39     ` [edk2-devel] " Ni, Ray
2022-03-02  9:18 ` [PATCH v1 5/7] OvmfPkg: " Yu Pu
2022-03-02  9:18 ` [PATCH v1 6/7] EmulatorPkg: fixed a bug caused by Invoking GetPhysicalAddressBits() Yu Pu
2022-03-02  9:18 ` [PATCH v1 7/7] UefiPayloadPkg: Invoke GetPhysicalAddressBits() and remove the duplicated code Yu Pu
2022-03-04 18:09   ` Guo Dong
     [not found]   ` <16D93FE5C3E39310.28436@groups.io>
2022-03-05  3:43     ` [edk2-devel] " Guo Dong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox