Age | Commit message (Expand) | Author | Files | Lines |
2023-07-11 | UefiCpuPkg: ApWakeupFunction directly use CpuMpData. | Xie, Yuanhao | 1 | -2/+1 |
2023-04-01 | UefiCpuPkg/MpInitLib: Ensure SEV-SNP VMSA allocations are not 2MB aligned | Lendacky, Thomas via groups.io | 1 | -3/+23 |
2023-04-01 | UefiCpuPkg/MpInitLib: Reuse VMSA allocation to avoid unreserved allocation | Lendacky, Thomas via groups.io | 1 | -77/+121 |
2023-03-27 | UefiCpuPkg/CpuPageTableLib: Add OUTPUT IsModified parameter. | Dun Tan | 1 | -2/+4 |
2023-03-27 | UefiCpuPkg/MpInitLib: Add code to initialize MapMask | Dun Tan | 1 | -4/+1 |
2023-03-27 | UefiCpuPkg: Solve that stack top address is not mapped in pagetable | Xie, Yuanhao | 1 | -0/+1 |
2023-03-07 | UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm | Xie, Yuanhao | 2 | -169/+170 |
2023-03-07 | UefiCpuPkg: Rename AsmRelocateApLoopStart. | Yuanhao Xie | 1 | -20/+20 |
2023-03-07 | UefiCpuPkg: Put APs in 64 bit mode before handoff to OS. | Xie, Yuanhao | 2 | -1/+138 |
2023-01-09 | Revert "UefiCpuPkg: Duplicated AsmRelocateApLoop as AsmRelocateApLoopAmd" | Yuanhao Xie | 2 | -174/+0 |
2023-01-09 | Revert "UefiCpuPkg: Has APs in 64 bit long-mode before booting to OS." | Yuanhao Xie | 2 | -102/+144 |
2022-12-20 | UefiCpuPkg: Has APs in 64 bit long-mode before booting to OS. | Xie, Yuanhao | 2 | -144/+102 |
2022-12-20 | UefiCpuPkg: Duplicated AsmRelocateApLoop as AsmRelocateApLoopAmd | Yuanhao Xie | 2 | -0/+174 |
2022-11-14 | OvmfPkg/UefiCpuPkg: Add CcExit prefix to the APIs of CcExitLib | Min M Xu | 1 | -4/+4 |
2022-11-14 | OvmfPkg/UefiCpuPkg/UefiPayloadPkg: Rename VmgExitLib to CcExitLib | Min M Xu | 1 | -1/+1 |
2022-08-31 | UefiCpuPkg: Use Top of each AP's stack to save CpuMpData | Yuanhao Xie | 1 | -0/+9 |
2022-08-31 | UefiCpuPkg/MpInitLib: Simplify logic in SwitchBsp | Liu, Zhiguang | 1 | -21/+0 |
2022-08-31 | UefiCpuPkg/MpInitLib: Fix potential issue when IDT table is at above 4G | Liu, Zhiguang | 1 | -3/+5 |
2022-06-10 | MpInitLib: Put SEV logic in separate file | Ray Ni | 2 | -154/+153 |
2022-06-10 | MpInitLib: remove unneeded global ASM_PFX | Ray Ni | 1 | -8/+2 |
2022-03-01 | UefiCpuPkg: Replace Opcode with the corresponding instructions. | Jason | 1 | -3/+3 |
2021-12-09 | UefiCpuPkg/MpInitLib: Use SEV-SNP AP Creation NAE event to launch APs | Tom Lendacky | 1 | -0/+263 |
2021-12-09 | UefiCpuPkg/MpInitLib: use BSP to do extended topology check | Michael Roth | 1 | -0/+27 |
2021-12-09 | UefiCpuPkg/MpLib: add support to register GHCB GPA when SEV-SNP is enabled | Brijesh Singh | 1 | -0/+54 |
2021-12-09 | UefiCpuPkg/MpInitLib: move SEV specific routines in AmdSev.c | Brijesh Singh | 2 | -81/+138 |
2021-03-08 | UefiCpuPkg/MpInitLib: Remove unused Lock from MP_CPU_EXCHANGE_INFO | Ray Ni | 1 | -4/+0 |
2021-03-08 | UefiCpuPkg/MpInitLib: Use NASM struc to avoid hardcode offset | Ray Ni | 2 | -91/+46 |
2021-02-26 | UefiCpuPkg/MpInitLib: Use XADD to avoid lock acquire/release | Ray Ni | 1 | -12/+6 |
2021-01-12 | UefiCpuPkg/MpInitLib: Fix a hang in above 4GB case | Guo Dong | 1 | -4/+4 |
2020-11-10 | UefiCpuPkg/MpInitLib: Set the SW exit fields when performing VMGEXIT | Tom Lendacky | 1 | -0/+6 |
2020-08-17 | UefiCpuPkg/MpInitLib: Prepare SEV-ES guest APs for OS use | Tom Lendacky | 1 | -10/+120 |
2020-08-17 | UefiCpuPkg: Allow AP booting under SEV-ES | Tom Lendacky | 2 | -1/+242 |
2019-08-09 | UefiCpuPkg/MpInitLib: Enable 5-level paging for AP when BSP's enabled | Ni, Ray | 2 | -2/+15 |
2019-04-09 | UefiCpuPkg: Replace BSD License with BSD+Patent License | Michael D Kinney | 2 | -14/+2 |
2018-06-28 | UefiCpuPkg: Clean up source files | Liming Gao | 1 | -1/+1 |
2018-03-20 | UefiCpuPkg/MpInitLib: Disable interrupt at ExitBootServices AP Mwait | Hao Wu | 1 | -1/+3 |
2018-01-18 | UefiCpuPkg/MpInitLib: split wake up buffer into two parts | Jian J Wang | 2 | -34/+58 |
2017-10-24 | UefiCpuPkg/MpInitLib: Enhance waiting for AP initialization logic. | Eric Dong | 2 | -1/+8 |
2017-10-24 | UefiCpuPkg/MpInitLib: Change AP Index variable name. | Eric Dong | 2 | -3/+3 |
2017-05-22 | UefiCpuPkg/MpInitLib: Fix X64 XCODE5/NASM compatibility issues | Michael Kinney | 2 | -5/+6 |
2016-11-28 | UefiCpuPkg/DxeMpLib: Remove unnecessary ret instruction | Jeff Fan | 1 | -1/+0 |
2016-11-28 | UefiCpuPkg/DxeMpLib: Fix bug when getting target C-State from eax | Jeff Fan | 1 | -1/+1 |
2016-11-28 | UefiCpuPkg/DxeMpLib: Make sure APs in safe loop code | Jeff Fan | 1 | -1/+3 |
2016-11-28 | UefiCpuPkg/DxeMpLib: Allocate new safe stack < 4GB | Jeff Fan | 1 | -1/+2 |
2016-11-23 | UefiCpuPkg/MpInitLib: fix feature test for Extended Topology CPUID leaf | Laszlo Ersek | 1 | -9/+12 |
2016-11-17 | UefiCpuPkg/MpInitLib: support 64-bit AP stack addresses | Laszlo Ersek | 1 | -3/+2 |
2016-11-17 | UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: fix fatal typo | Laszlo Ersek | 1 | -1/+1 |
2016-11-17 | UefiCpuPkg/MpInitLib/X64/MpFuncs.nasm: remove superfluous instruction | Laszlo Ersek | 1 | -1/+0 |
2016-11-16 | UefiCpuPkg/MpInitLib: Program AP stack in fixed address | Jeff Fan | 1 | -12/+56 |
2016-11-16 | UefiCpuPkg/MpInitLib: Add InitFlag and CpuInfo in MP_CPU_EXCHANGE_INFO | Jeff Fan | 1 | -2/+2 |