[edk2-devel] [PATCH 0/3] Remove the redundent Mp initialization

Yuanhao Xie posted 3 patches 1 year, 5 months ago
Failed in applying to current master (apply log)
UefiCpuPkg/Library/MpInitLib/MpLib.c | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------
UefiCpuPkg/Library/MpInitLib/MpLib.h |   2 +-
2 files changed, 126 insertions(+), 53 deletions(-)
[edk2-devel] [PATCH 0/3] Remove the redundent Mp initialization
Posted by Yuanhao Xie 1 year, 5 months ago
1. Removed the duplicated loading of microcode in DXE phase.
2. emoved repeated Mp initialization, taking into account the 
different bit mode (32bit/64bit) combinations of PEI and DXE stages.
3. Removed the unused MpLock.

Yuanhao (3):
  UefiCpuPkg: Remove the duplicate loading of microcode in DXE stage
  UefiCpuPkg: Skip Mp initialization in DXE phase
  UefiCpuPkg: Removed the unused MpLock

 UefiCpuPkg/Library/MpInitLib/MpLib.c | 177 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------
 UefiCpuPkg/Library/MpInitLib/MpLib.h |   2 +-
 2 files changed, 126 insertions(+), 53 deletions(-)

-- 
2.36.1.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#95882): https://edk2.groups.io/g/devel/message/95882
Mute This Topic: https://groups.io/mt/94751255/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-
Re: [edk2-devel] [PATCH 0/3] Remove the redundent Mp initialization
Posted by Ni, Ray 1 year, 5 months ago
Reviewed-by: Ray Ni <ray.ni@intel.com>

> -----Original Message-----
> From: devel@edk2.groups.io <devel@edk2.groups.io> On Behalf Of Yuanhao Xie
> Sent: Thursday, November 3, 2022 1:38 PM
> To: devel@edk2.groups.io
> Subject: [edk2-devel] [PATCH 0/3] Remove the redundent Mp initialization
> 
> 1. Removed the duplicated loading of microcode in DXE phase.
> 2. emoved repeated Mp initialization, taking into account the
> different bit mode (32bit/64bit) combinations of PEI and DXE stages.
> 3. Removed the unused MpLock.
> 
> Yuanhao (3):
>   UefiCpuPkg: Remove the duplicate loading of microcode in DXE stage
>   UefiCpuPkg: Skip Mp initialization in DXE phase
>   UefiCpuPkg: Removed the unused MpLock
> 
>  UefiCpuPkg/Library/MpInitLib/MpLib.c | 177
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> ++++++++++++++++++++++++++++++++----------------------------------------------------
>  UefiCpuPkg/Library/MpInitLib/MpLib.h |   2 +-
>  2 files changed, 126 insertions(+), 53 deletions(-)
> 
> --
> 2.36.1.windows.1
> 
> 
> 
> 
> 



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