summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
2024-08-28UefiCpuPkg: Add MM CPU Sync Config definitionsJiaxin Wu2-0/+56
2024-08-28UefiCpuPkg: Add MM Profile related definitionsJiaxin Wu2-0/+38
2024-08-28UefiCpuPkg: Add Unblock Region HOB definitionYuanhao Xie2-0/+45
2024-08-27UefiCpuPkg: CpuPageTableLibTestHost: Disable Random Test SuiteOliver Smith-Denny1-7/+8
2024-08-05UefiCpuPkg: rename and simplify IsAddressValid functionDun Tan3-34/+31
2024-08-05UefiCpuPkg: remove unneeded code in SmmProfilePFHandlerDun Tan1-8/+0
2024-08-05UefiCpuPkg: rename the SmiDefaultPFHandler functionDun Tan7-166/+221
2024-08-05UefiCpuPkg: Remove duplicate code in SmiPfHandlerDun Tan2-12/+6
2024-08-05UefiCpuPkg:CpuDeadLoop in SmiPFHandler if SMM profile is disabledDun Tan2-3/+4
2024-08-05UefiCpuPkg: remove unnecessary manipulation for smm page tableDun Tan1-17/+17
2024-08-05UefiCpuPkg: always create full mapping SMM page tableDun Tan2-10/+3
2024-08-05UefiCpuPkg: Revert "UefiCpuPkg/PiSmmCpuDxeSmm: Fix system..."Dun Tan1-30/+10
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Avoid use global variable in InitSmmS3Cr3Jiaxin Wu6-20/+29
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Clean redundant SmmS3Cr3 InitJiaxin Wu3-8/+3
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: clean unused PCD for S3Jiaxin Wu1-1/+0
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Iterate page table to find proper entryJiaxin Wu1-16/+29
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Remove assert check for PDE entry not existJiaxin Wu1-9/+0
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Check PDE entry exist or not before useJiaxin Wu3-5/+48
2024-08-02UefiCpuPkg/PiSmmCpuDxeSmm: Enable single step after SmmProfile startJiaxin Wu2-5/+11
2024-07-31UefiCpuPkg: remove last instances of EFI_D_Leif Lindholm1-2/+2
2024-07-29UefiCpuPkg: fix issue when SMM profile is enabledDun Tan1-10/+26
2024-07-25UefiCpuPkg/MpInitLib: Reduce compiler dependencies for LoongArchDongyan Qian1-2/+2
2024-07-24UefiCpuPkg: Removing redundant parameter in RestoreVolatileRegistersZhiguang Liu1-25/+20
2024-07-24UefiCpuPkg: Change RestoreVolatileRegisters second parameterZhiguang Liu1-4/+4
2024-07-24UefiCpuPkg: Combine the code to set ApInitDoneZhiguang Liu1-5/+1
2024-07-24UefiCpuPkg: Remove ApInitReconfig statusZhiguang Liu2-18/+12
2024-07-24UefiCpuPkg: Let AP always save/restore volatile registersZhiguang Liu1-46/+25
2024-07-24UefiCpuPkg: Sync the init timer count instead of current timer countZhiguang Liu2-24/+29
2024-07-24UefiCpuPkg: Preserve Local APIC Timer Settings During BSP SwitchZhiguang Liu1-1/+6
2024-07-24UefiCpuPkg: Also exchange CPU_AP_DATA in SortApicId()Zhiguang Liu1-14/+8
2024-07-23UefiCpuPkg: Revert "UefiCpuPkg/PiSmmCpuDxeSmm:Map SMRAM in 4K..."Dun Tan1-90/+24
2024-07-05UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2Yanbo Huang4-13/+28
2024-07-05Revert "UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2"Yanbo Huang4-28/+13
2024-07-05UefiCpuPkg/PiSmmCpuDxeSmm: Fix system hang when SmmProfile enableJiaxin Wu1-10/+30
2024-07-04UefiCpuPkg: Add AMD SEV-ES features supportAlexey Kardashevskiy1-3/+9
2024-06-28UefiCpuPkg/Library: Add MM_STANDALONE type for SmmCpuPlatformHookLibJiaxin Wu1-1/+1
2024-06-28UefiCpuPkg/Library: Add MM_STANDALONE type for MmSaveStateLibJiaxin Wu1-1/+1
2024-06-26UefiCpuPkg/MtrrLib.h: use cache type #defines from ArchitecturalMsr.hGerd Hoffmann1-12/+14
2024-06-26UefiCpuPkg/ExceptionHandler: Fix a context error in LoongArch64Dongyan Qian1-0/+1
2024-06-21UefiCpuPkg: Correct the count of different type of Cache.xieyuanh1-1/+2
2024-06-18UefiCpuPkg/MpInitLib: Update references to SEV-SNP header filePaul Grimes4-4/+5
2024-06-17UefiCpuPkg/SmmCpuSyncLib: Add MM_STANDALONE tag.xieyuanh1-2/+2
2024-06-14UefiCpuPkg: Refine the PCD usage commentJiaxin Wu2-4/+4
2024-06-14UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2Jiaxin Wu4-13/+28
2024-06-14UefiCpuPkg: Add PcdCpuSmmApSyncTimeout2 PCDJiaxin Wu2-1/+9
2024-06-04UefiCpuPkg:fix issue when splitting paging entryDun Tan1-2/+7
2024-06-04UefiCpuPkg: Remove GetAcpiCpuData() in CpuS3.cDun Tan3-272/+5
2024-06-04UefiCpuPkg: Remove unneeded MpService2Ppi assignmentDun Tan1-14/+0
2024-06-04UefiCpuPkg:Remove code to wakeup AP and relocate apDun Tan6-686/+12
2024-06-04UefiCpuPkg:Remove code to handle APIC setting and InterruptDun Tan1-5/+0