audk/UefiCpuPkg/Library/MpInitLib/X64
Guo Dong edd74ad3ad UefiCpuPkg/MpInitLib: Fix a hang in above 4GB case
This patch fixed the hang in UEFICpuPkg when it is dispatched above 4GB.
In UEFI BIOS case CpuInfoInHob is provided to DXE under 4GB from PEI.
When using UEFI payload and bootloaders, CpuInfoInHob will be allocated
above 4GB since it is not provided from bootloader. so we need update
the code to make sure this hob could be accessed correctly in this case.

Signed-off-by: Guo Dong <guo.dong@intel.com>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Ray Ni <ray.ni@intel.com>
2021-01-12 06:35:30 +00:00
..
MpEqu.inc UefiCpuPkg: Allow AP booting under SEV-ES 2020-08-17 02:46:39 +00:00
MpFuncs.nasm UefiCpuPkg/MpInitLib: Fix a hang in above 4GB case 2021-01-12 06:35:30 +00:00