The purpose of this patch series is to put the AP in 64-bit mode
before handing off the boot process to the OS. To do this,
duplicate relocateApLoop for processors with SEV-ES, allocate
contiguous memory, then create page tables and keep AP in 64-bit
mode.
Yuanhao Xie (5):
UefiCpuPkg: Duplic
Ref:https://bugzilla.tianocore.org/show_bug.cgi?id=4234
Yuanhao Xie (5):
UefiCpuPkg: Duplicate RelocateApLoop for Amd x64 processors.
UefiCpuPkg: Contiguous memory allocation and code clean-up.
OvmfPkg: Add CpuPageTableLib required by MpInitLib.
UefiPayloadPkg: Add CpuPageTableLib required