[edk2] [PATCH v3 0/3] Enable X2APIC after MP service is ready

Jeff Fan posted 3 patches 6 years, 11 months ago
Failed in applying to current master (apply log)
.../CpuCommonFeaturesLib/CpuCommonFeatures.h       | 15 +++++
.../CpuCommonFeaturesLib/CpuCommonFeaturesLib.c    |  2 +-
UefiCpuPkg/Library/CpuCommonFeaturesLib/X2Apic.c   | 72 +++++++++++++++++++---
UefiCpuPkg/Library/MpInitLib/MpLib.c               | 32 ++++++++--
4 files changed, 104 insertions(+), 17 deletions(-)
[edk2] [PATCH v3 0/3] Enable X2APIC after MP service is ready
Posted by Jeff Fan 6 years, 11 months ago
https://bugzilla.tianocore.org/show_bug.cgi?id=575

v2:
  Updated #1 comments

v3:
  1. Remove ASSERT() in #1 if X2APIC enable but user configuration is FALSE.
  2. Add #3 to force X2APIC mode if CPU number > 255.


Jeff Fan (3):
  UefiCpuPkg/CpuCommonFeaturesLib: Support X2APIC enable
  UefiCpuPkg/MpInitLib: Check APIC mode change around AP function
  UefiCpuPkg/MpInitLib: Force to enable X2APIC if CPU number > 255

 .../CpuCommonFeaturesLib/CpuCommonFeatures.h       | 15 +++++
 .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.c    |  2 +-
 UefiCpuPkg/Library/CpuCommonFeaturesLib/X2Apic.c   | 72 +++++++++++++++++++---
 UefiCpuPkg/Library/MpInitLib/MpLib.c               | 32 ++++++++--
 4 files changed, 104 insertions(+), 17 deletions(-)

-- 
2.9.3.windows.2

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
Re: [edk2] [PATCH v3 0/3] Enable X2APIC after MP service is ready
Posted by Dong, Eric 6 years, 11 months ago
Please remove the extra space in patch 1/3 when you check in.

Reviewed-by: Eric Dong <eric.dong@intel.com>

-----Original Message-----
From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jeff Fan
Sent: Friday, May 26, 2017 9:12 PM
To: edk2-devel@lists.01.org
Subject: [edk2] [PATCH v3 0/3] Enable X2APIC after MP service is ready

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

v2:
  Updated #1 comments

v3:
  1. Remove ASSERT() in #1 if X2APIC enable but user configuration is FALSE.
  2. Add #3 to force X2APIC mode if CPU number > 255.


Jeff Fan (3):
  UefiCpuPkg/CpuCommonFeaturesLib: Support X2APIC enable
  UefiCpuPkg/MpInitLib: Check APIC mode change around AP function
  UefiCpuPkg/MpInitLib: Force to enable X2APIC if CPU number > 255

 .../CpuCommonFeaturesLib/CpuCommonFeatures.h       | 15 +++++
 .../CpuCommonFeaturesLib/CpuCommonFeaturesLib.c    |  2 +-
 UefiCpuPkg/Library/CpuCommonFeaturesLib/X2Apic.c   | 72 +++++++++++++++++++---
 UefiCpuPkg/Library/MpInitLib/MpLib.c               | 32 ++++++++--
 4 files changed, 104 insertions(+), 17 deletions(-)

-- 
2.9.3.windows.2

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel