| Commit message (Expand) | Author | Age | Files | Lines |
* | UefiCpuPkg/MpInitLib: Copy SEV-ES save area pointer during APIC ID sorting | Tom Lendacky | 2023-11-28 | 1 | -1/+7 |
* | UefiCpuPkg/MpInitLib: Enable execute disable bit. | Yuanhao Xie | 2023-11-27 | 1 | -3/+11 |
* | UefiCpuPkg/MpInitLib: Wait for all APs to finish initialization | Yuanhao Xie | 2023-10-26 | 1 | -2/+7 |
* | UefiCpuPkg:Wake up APs after power-up or RESET through SIPI. | YuanhaoXie | 2023-08-14 | 1 | -1/+8 |
* | UefiCpuPkg: Decouple the SEV-ES functionality. | YuanhaoXie | 2023-07-27 | 1 | -1/+4 |
* | UefiCpuPkg: Eliminate the second INIT-SIPI-SIPI sequence. | Xie, Yuanhao | 2023-07-11 | 1 | -2/+136 |
* | UefiCpuPkg: ApWakeupFunction directly use CpuMpData. | Xie, Yuanhao | 2023-07-11 | 1 | -9/+3 |
* | UefiCpuPkg: Create MpHandOff. | Xie, Yuanhao | 2023-07-11 | 1 | -13/+70 |
* | UefiCpuPkg: Refactor the logic for placing APs in Mwait/Runloop. | Xie, Yuanhao | 2023-07-11 | 1 | -33/+50 |
* | UefiCpuPkg: Refactor the logic for placing APs in HltLoop. | Xie, Yuanhao | 2023-07-11 | 1 | -11/+24 |
* | UefiCpuPkg: Update code to be more C11 compliant by using __func__ | Rebecca Cran | 2023-04-10 | 1 | -1/+1 |
* | OvmfPkg/UefiCpuPkg/UefiPayloadPkg: Rename VmgExitLib to CcExitLib | Min M Xu | 2022-11-14 | 1 | -1/+1 |
* | UefiCpuPkg: Use Top of each AP's stack to save CpuMpData | Yuanhao Xie | 2022-08-31 | 1 | -9/+28 |
* | UefiCpuPkg/MpInitLib: Simplify logic in SwitchBsp | Liu, Zhiguang | 2022-08-31 | 1 | -1/+34 |
* | MpInitLib: Move the Above1Mb vector allocation to MpInitLibInitialize | Ray Ni | 2022-06-10 | 1 | -24/+29 |
* | MpInitLib: Only allocate below 1MB memory for 16bit code | Ray Ni | 2022-06-10 | 1 | -50/+44 |
* | MpInitLib: Put SEV logic in separate file | Ray Ni | 2022-06-10 | 1 | -9/+4 |
* | MpInitLib: Allocate code buffer for PEI phase | Ray Ni | 2022-06-10 | 1 | -1/+1 |
* | UefiCpuPkg: Revert "UefiCpuPkg: Enable Tdx support in MpInitLib" | Min M Xu | 2022-05-11 | 1 | -58/+5 |
* | UefiCpuPkg: Enable Tdx support in MpInitLib | Min Xu | 2022-04-02 | 1 | -5/+58 |
* | UefiCpuPkg/MpInitLib: Use SEV-SNP AP Creation NAE event to launch APs | Tom Lendacky | 2021-12-09 | 1 | -19/+40 |
* | UefiCpuPkg/MpInitLib: use BSP to do extended topology check | Michael Roth | 2021-12-09 | 1 | -0/+7 |
* | UefiCpuPkg/MpLib: add support to register GHCB GPA when SEV-SNP is enabled | Brijesh Singh | 2021-12-09 | 1 | -5/+7 |
* | UefiCpuPkg/MpInitLib: use PcdConfidentialComputingAttr to check SEV status | Brijesh Singh | 2021-12-09 | 1 | -3/+70 |
* | UefiCpuPkg/MpInitLib: move SEV specific routines in AmdSev.c | Brijesh Singh | 2021-12-09 | 1 | -223/+1 |
* | UefiCpuPkg: Apply uncrustify changes | Michael Kubacki | 2021-12-07 | 1 | -353/+408 |
* | UefiCpuPkg: Change complex DEBUG_CODE() to DEBUG_CODE_BEGIN/END() | Michael D Kinney | 2021-12-07 | 1 | -2/+2 |
* | UefiCpuPkg: Change OPTIONAL keyword usage style | Michael D Kinney | 2021-12-07 | 1 | -3/+3 |
* | UefiCpuPkg/MpInitLib: Allocate a separate SEV-ES AP reset stack area | Lendacky, Thomas | 2021-05-29 | 1 | -16/+33 |
* | UefiCpuPkg/MpInitLib: Properly cast from PCD to SEV-ES jump table pointer | Lendacky, Thomas | 2021-05-11 | 1 | -1/+1 |
* | UefiCpuPkg/MpInitLib: avoid printing debug messages in AP | Ray Ni | 2021-03-17 | 1 | -0/+25 |
* | UefiCpuPkg/MpInitLib: Remove unused Lock from MP_CPU_EXCHANGE_INFO | Ray Ni | 2021-03-08 | 1 | -1/+0 |
* | UefiCpuPkg/MpInitLib: Don't increase CpuCount in ApWakeupFunction | Ray Ni | 2021-01-29 | 1 | -11/+5 |
* | UefiCpuPkg/Library/MpInitLib: Fix AP VolatileRegisters race condition | Michael D Kinney | 2021-01-26 | 1 | -13/+18 |
* | UefiCpuPkg/MpInitLib: For SEV-ES guest, set stack based on processor number | Tom Lendacky | 2020-11-10 | 1 | -1/+6 |
* | UefiCpuPkg, OvmfPkg: Disable interrupts when using the GHCB | Tom Lendacky | 2020-11-10 | 1 | -3/+4 |
* | UefiCpuPkg/MpInitLib: Reduce reset vector memory pressure | Tom Lendacky | 2020-10-19 | 1 | -19/+17 |
* | UefiCpuPkg/MpInitLib: Always initialize the DoDecrement variable | Tom Lendacky | 2020-08-24 | 1 | -3/+1 |
* | UefiCpuPkg: Allow AP booting under SEV-ES | Tom Lendacky | 2020-08-17 | 1 | -11/+325 |
* | UefiCpuPkg/MpInitLib: Add CPU MP data flag to indicate if SEV-ES is enabled | Tom Lendacky | 2020-08-17 | 1 | -0/+1 |
* | UefiCpuPkg: Move StandardSignatureIsAuthenticAMD to BaseUefiCpuLib | Kirkendall, Garrett | 2020-07-07 | 1 | -23/+0 |
* | UefiCpuPkg/MpService: GetProcessorInfo returns 6-level topology | Ray Ni | 2020-05-15 | 1 | -0/+19 |
* | UefiCpuPkg/MpInitLib: Avoid ApInitReconfig in PEI. | Dong, Eric | 2020-04-30 | 1 | -2/+11 |
* | UefiCpuPkg/MpInitLib: Restore IDT context for APs. | Eric Dong | 2020-04-30 | 1 | -11/+23 |
* | UefiCpuPkg/MpInitLib: Skip reading PlatformId on AMD processors.edk2-stable202002 | Leo Duran | 2020-03-02 | 1 | -2/+33 |
* | UefiCpuPkg/MpInitLib: Not pass microcode info between archs in CPU_MP_DATA | Hao A Wu | 2020-02-11 | 1 | -9/+11 |
* | UefiCpuPkg/MpInitLib: Fix possible uninitialized 'InitFlag' field | Hao A Wu | 2020-01-19 | 1 | -1/+5 |
* | UefiCpuPkg: Shadow microcode patch according to FIT microcode entry. | Siyuan Fu | 2020-01-10 | 1 | -2/+2 |
* | UefiCpuPkg/MpInitLib: Produce EDKII microcode patch HOB | Hao A Wu | 2020-01-02 | 1 | -2/+6 |
* | UefiCpuPkg/MpInitLib: Reduce the size when loading microcode patches | Hao A Wu | 2020-01-02 | 1 | -62/+28 |