summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2Yanbo Huang2024-07-054-13/+28
* Revert "UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2"Yanbo Huang2024-07-054-28/+13
* UefiCpuPkg/PiSmmCpuDxeSmm: Fix system hang when SmmProfile enableJiaxin Wu2024-07-051-10/+30
* UefiCpuPkg: Add AMD SEV-ES features supportAlexey Kardashevskiy2024-07-041-3/+9
* UefiCpuPkg/Library: Add MM_STANDALONE type for SmmCpuPlatformHookLibJiaxin Wu2024-06-281-1/+1
* UefiCpuPkg/Library: Add MM_STANDALONE type for MmSaveStateLibJiaxin Wu2024-06-281-1/+1
* UefiCpuPkg/MtrrLib.h: use cache type #defines from ArchitecturalMsr.hGerd Hoffmann2024-06-261-12/+14
* UefiCpuPkg/ExceptionHandler: Fix a context error in LoongArch64Dongyan Qian2024-06-261-0/+1
* UefiCpuPkg: Correct the count of different type of Cache.xieyuanh2024-06-211-1/+2
* UefiCpuPkg/MpInitLib: Update references to SEV-SNP header filePaul Grimes2024-06-184-4/+5
* UefiCpuPkg/SmmCpuSyncLib: Add MM_STANDALONE tag.xieyuanh2024-06-171-2/+2
* UefiCpuPkg: Refine the PCD usage commentJiaxin Wu2024-06-142-4/+4
* UefiCpuPkg/PiSmmCpuDxeSmm: Consume PcdCpuSmmApSyncTimeout2Jiaxin Wu2024-06-144-13/+28
* UefiCpuPkg: Add PcdCpuSmmApSyncTimeout2 PCDJiaxin Wu2024-06-142-1/+9
* UefiCpuPkg:fix issue when splitting paging entryDun Tan2024-06-041-2/+7
* UefiCpuPkg: Remove GetAcpiCpuData() in CpuS3.cDun Tan2024-06-043-272/+5
* UefiCpuPkg: Remove unneeded MpService2Ppi assignmentDun Tan2024-06-041-14/+0
* UefiCpuPkg:Remove code to wakeup AP and relocate apDun Tan2024-06-046-686/+12
* UefiCpuPkg:Remove code to handle APIC setting and InterruptDun Tan2024-06-041-5/+0
* UefiCpuPkg:Relocate AP to new safe buffer in PeiMpLibDun Tan2024-06-043-2/+161
* UefiCpuPkg: Install gEdkiiEndOfS3ResumeGuid in S3ResumeDun Tan2024-06-041-0/+13
* UefiCpuPkg:Move some code in DxeMpLib to common placeDun Tan2024-06-043-148/+198
* UefiCpuPkg:Abstract some DxeMpLib code to functionDun Tan2024-06-041-82/+140
* UefiCpuPkg: Disable PG in IA32 ApLoopCodeDun Tan2024-06-041-1/+5
* UefiCpuPkg: Remove code to set register tableDun Tan2024-06-041-423/+0
* UefiCpuPkg:Set PcdCpuFeaturesInitOnS3Resume to TRUEDun Tan2024-06-041-2/+2
* UefiCpuPkg: Remove code to load mtrr settingDun Tan2024-06-041-33/+1
* UefiCpuPkg: LoadMtrrData for all cpu in S3ResumeDun Tan2024-06-042-2/+53
* UefiCpuPkg: Save MTRR by lockbox in CpuS3DataDxeDun Tan2024-06-042-2/+15
* UefiCpuPkg: Add locbox lib instance in DSCDun Tan2024-06-041-1/+2
* UefiCpuPkg/MpLib:Do not assume BSP is #0.Ning Feng2024-05-271-18/+31
* UefiCpuPkg/Library: Support to get processor extended infoJiaxin Wu2024-05-082-4/+4
* UefiCpuPkg/PiSmmCpuDxeSmm: Remove SmBases relocation logicJiaxin Wu2024-05-0811-856/+40
* UefiCpuPkg/SmmRelocationLib: Add library instance for AMDJiaxin Wu2024-05-083-0/+186
* UefiCpuPkg/SmmRelocationLib: Remove unnecessary CpuIndexJiaxin Wu2024-05-085-23/+3
* UefiCpuPkg/SmmRelocationLib: Remove unnecessary global variableJiaxin Wu2024-05-081-56/+32
* UefiCpuPkg/SmmRelocationLib: Avoid unnecessary memory allocationJiaxin Wu2024-05-081-111/+90
* UefiCpuPkg/SmmRelocationLib: Rename global variablesJiaxin Wu2024-05-084-35/+35
* UefiCpuPkg/SmmRelocationLib: Add SmmRelocationLib library instanceJiaxin Wu2024-05-089-0/+1396
* UefiCpuPkg: Add SmmRelocationLib classJiaxin Wu2024-05-082-0/+45
* UefiCpuPkg/PiSmmCpuDxeSmm: Handle the NULL gMpInformation2HobGuidRay Ni2024-05-072-3/+87
* UefiCpuPkg/Library: Cleanup debug message in LmceSupportJiaxin Wu2024-04-301-4/+1
* UefiCpuPkg/MpInitLib: AP creation support under an SVSMTom Lendacky2024-04-171-9/+19
* UefiCpuPkg/MpInitLib: Use AmdSvsmSnpVmsaRmpAdjust() to set/clear VMSATom Lendacky2024-04-175-81/+9
* UefiCpuPkg/AmdSvsmLib: Create the AmdSvsmLib library to support an SVSMTom Lendacky2024-04-176-1/+255
* UefiCpuPkg/MpInitLib: Always use AP Create if GhcbApicIds HOB is presentTom Lendacky2024-04-178-14/+133
* UefiCpuPkg/UefiCpuPkg.dsc: Add CpuMmio2Dxe.inf to LoongArch64 fieldChao Li2024-04-161-0/+1
* UefiCpuPkg: Add CpuDxe driver for LoongArch64Chao Li2024-04-165-4/+1527
* UefiCpuPkg: Add multiprocessor library for LoongArch64Chao Li2024-04-166-12/+2871
* UefiCpuPkg: Add a new GUID to store the processors resourceChao Li2024-04-162-0/+32