[edk2-devel] [PATCH 0/5] Put APs in 64 bit mode before handoff to OS

2023-02-19 Thread Yuanhao Xie
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

[edk2-devel] [PATCH 0/5] Put APs in 64 bit mode before handoff to OS.

2023-02-07 Thread Yuanhao Xie
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