audk/UefiCpuPkg/Library/MpInitLib
Jeff Fan 9ebcf0f400 UefiCpuPkg/MpInitLib: Get ApLoopMode and MointorFilter size
Firstly, get ApLoopMode from PcdCpuApLoopMode. If MonitorMwait feature is not
supported, update ApLoopMode to ApHltLoop. If MonitorMwait feature is supported,
get MointorFilter size by CPUID.[EAX=05H]:EBX.BIT0-15.

v5:
  1. Add comment block for enum AP_LOOP_MODE.

Cc: Michael Kinney <michael.d.kinney@intel.com>
Cc: Feng Tian <feng.tian@intel.com>
Cc: Giri P Mudusuru <giri.p.mudusuru@intel.com>
Cc: Laszlo Ersek <lersek@redhat.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jeff Fan <jeff.fan@intel.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Tested-by: Michael Kinney <michael.d.kinney@intel.com>
2016-08-17 19:59:06 +08:00
..
Ia32 UefiCpuPkg/MpInitLib: Add MP_ASSEMBLY_ADDRESS_MAP 2016-08-17 19:59:01 +08:00
X64 UefiCpuPkg/MpInitLib: Add MP_ASSEMBLY_ADDRESS_MAP 2016-08-17 19:59:01 +08:00
DxeMpInitLib.inf UefiCpuPkg/MpInitLib: Add AP assembly code and MP_CPU_EXCHANGE_INFO 2016-08-17 19:58:30 +08:00
DxeMpInitLib.uni
DxeMpLib.c
MpLib.c UefiCpuPkg/MpInitLib: Get ApLoopMode and MointorFilter size 2016-08-17 19:59:06 +08:00
MpLib.h UefiCpuPkg/MpInitLib: Get ApLoopMode and MointorFilter size 2016-08-17 19:59:06 +08:00
PeiMpInitLib.inf UefiCpuPkg/MpInitLib: Add AP assembly code and MP_CPU_EXCHANGE_INFO 2016-08-17 19:58:30 +08:00
PeiMpInitLib.uni
PeiMpLib.c