[edk2-devel] [PATCH v3 0/5] MpInitLib code refactoring

Ni, Ray posted 5 patches 1 year, 11 months ago
Failed in applying to current master (apply log)
UefiCpuPkg/Library/MpInitLib/AmdSev.c         |   6 +-
UefiCpuPkg/Library/MpInitLib/DxeMpLib.c       |   2 +-
.../Library/MpInitLib/Ia32/MpFuncs.nasm       |  13 +-
UefiCpuPkg/Library/MpInitLib/MpEqu.inc        |   6 +-
UefiCpuPkg/Library/MpInitLib/MpLib.c          | 124 ++++++-------
UefiCpuPkg/Library/MpInitLib/MpLib.h          |   6 +-
UefiCpuPkg/Library/MpInitLib/PeiMpLib.c       |  15 +-
UefiCpuPkg/Library/MpInitLib/X64/AmdSev.nasm  | 148 +++++++++++++++
UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm | 169 +-----------------
9 files changed, 233 insertions(+), 256 deletions(-)
[edk2-devel] [PATCH v3 0/5] MpInitLib code refactoring
Posted by Ni, Ray 1 year, 11 months ago
v2:
  Updated 3/5: "Put SEV logic in separate file" patch.
  Added 5/5: "Move the Above1Mb vector allocation to MpInitLibInitialize" patch.

v3:
  v2 was sent to wrong mailing list "edk2-devel@lists.01.org".
  v3 is created to send to correct mailing list.
  All code changes are in https://github.com/niruiyu/edk2/tree/refactormp3.

Ray Ni (5):
  MpInitLib: Allocate code buffer for PEI phase
  MpInitLib: remove unneeded global ASM_PFX
  MpInitLib: Put SEV logic in separate file
  MpInitLib: Only allocate below 1MB memory for 16bit code
  MpInitLib: Move the Above1Mb vector allocation to MpInitLibInitialize

 UefiCpuPkg/Library/MpInitLib/AmdSev.c         |   6 +-
 UefiCpuPkg/Library/MpInitLib/DxeMpLib.c       |   2 +-
 .../Library/MpInitLib/Ia32/MpFuncs.nasm       |  13 +-
 UefiCpuPkg/Library/MpInitLib/MpEqu.inc        |   6 +-
 UefiCpuPkg/Library/MpInitLib/MpLib.c          | 124 ++++++-------
 UefiCpuPkg/Library/MpInitLib/MpLib.h          |   6 +-
 UefiCpuPkg/Library/MpInitLib/PeiMpLib.c       |  15 +-
 UefiCpuPkg/Library/MpInitLib/X64/AmdSev.nasm  | 148 +++++++++++++++
 UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm | 169 +-----------------
 9 files changed, 233 insertions(+), 256 deletions(-)

-- 
2.35.1.windows.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#89743): https://edk2.groups.io/g/devel/message/89743
Mute This Topic: https://groups.io/mt/91134921/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH v3 0/5] MpInitLib code refactoring
Posted by Dong, Eric 1 year, 10 months ago
Reviewed-by: Eric Dong <eric.dong@intel.com>  for this serial.

Thanks,
Eric

-----Original Message-----
From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Ni, Ray
Sent: Monday, May 16, 2022 3:14 PM
To: devel@edk2.groups.io
Subject: [edk2-devel] [PATCH v3 0/5] MpInitLib code refactoring

v2:
  Updated 3/5: "Put SEV logic in separate file" patch.
  Added 5/5: "Move the Above1Mb vector allocation to MpInitLibInitialize" patch.

v3:
  v2 was sent to wrong mailing list "edk2-devel@lists.01.org".
  v3 is created to send to correct mailing list.
  All code changes are in https://github.com/niruiyu/edk2/tree/refactormp3.

Ray Ni (5):
  MpInitLib: Allocate code buffer for PEI phase
  MpInitLib: remove unneeded global ASM_PFX
  MpInitLib: Put SEV logic in separate file
  MpInitLib: Only allocate below 1MB memory for 16bit code
  MpInitLib: Move the Above1Mb vector allocation to MpInitLibInitialize

 UefiCpuPkg/Library/MpInitLib/AmdSev.c         |   6 +-
 UefiCpuPkg/Library/MpInitLib/DxeMpLib.c       |   2 +-
 .../Library/MpInitLib/Ia32/MpFuncs.nasm       |  13 +-
 UefiCpuPkg/Library/MpInitLib/MpEqu.inc        |   6 +-
 UefiCpuPkg/Library/MpInitLib/MpLib.c          | 124 ++++++-------
 UefiCpuPkg/Library/MpInitLib/MpLib.h          |   6 +-
 UefiCpuPkg/Library/MpInitLib/PeiMpLib.c       |  15 +-
 UefiCpuPkg/Library/MpInitLib/X64/AmdSev.nasm  | 148 +++++++++++++++  UefiCpuPkg/Library/MpInitLib/X64/MpFuncs.nasm | 169 +-----------------
 9 files changed, 233 insertions(+), 256 deletions(-)

--
2.35.1.windows.2








-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#90437): https://edk2.groups.io/g/devel/message/90437
Mute This Topic: https://groups.io/mt/91134921/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-