summaryrefslogtreecommitdiff
path: root/UefiCpuPkg
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-04UefiCpuPkg:Relocate AP to new safe buffer in PeiMpLibDun Tan3-2/+161
2024-06-04UefiCpuPkg: Install gEdkiiEndOfS3ResumeGuid in S3ResumeDun Tan1-0/+13
2024-06-04UefiCpuPkg:Move some code in DxeMpLib to common placeDun Tan3-148/+198
2024-06-04UefiCpuPkg:Abstract some DxeMpLib code to functionDun Tan1-82/+140
2024-06-04UefiCpuPkg: Disable PG in IA32 ApLoopCodeDun Tan1-1/+5
2024-06-04UefiCpuPkg: Remove code to set register tableDun Tan1-423/+0
2024-06-04UefiCpuPkg:Set PcdCpuFeaturesInitOnS3Resume to TRUEDun Tan1-2/+2
2024-06-04UefiCpuPkg: Remove code to load mtrr settingDun Tan1-33/+1
2024-06-04UefiCpuPkg: LoadMtrrData for all cpu in S3ResumeDun Tan2-2/+53
2024-06-04UefiCpuPkg: Save MTRR by lockbox in CpuS3DataDxeDun Tan2-2/+15
2024-06-04UefiCpuPkg: Add locbox lib instance in DSCDun Tan1-1/+2
2024-05-27UefiCpuPkg/MpLib:Do not assume BSP is #0.Ning Feng1-18/+31
2024-05-08UefiCpuPkg/Library: Support to get processor extended infoJiaxin Wu2-4/+4
2024-05-08UefiCpuPkg/PiSmmCpuDxeSmm: Remove SmBases relocation logicJiaxin Wu11-856/+40
2024-05-08UefiCpuPkg/SmmRelocationLib: Add library instance for AMDJiaxin Wu3-0/+186
2024-05-08UefiCpuPkg/SmmRelocationLib: Remove unnecessary CpuIndexJiaxin Wu5-23/+3
2024-05-08UefiCpuPkg/SmmRelocationLib: Remove unnecessary global variableJiaxin Wu1-56/+32
2024-05-08UefiCpuPkg/SmmRelocationLib: Avoid unnecessary memory allocationJiaxin Wu1-111/+90
2024-05-08UefiCpuPkg/SmmRelocationLib: Rename global variablesJiaxin Wu4-35/+35
2024-05-08UefiCpuPkg/SmmRelocationLib: Add SmmRelocationLib library instanceJiaxin Wu9-0/+1396
2024-05-08UefiCpuPkg: Add SmmRelocationLib classJiaxin Wu2-0/+45
2024-05-07UefiCpuPkg/PiSmmCpuDxeSmm: Handle the NULL gMpInformation2HobGuidRay Ni2-3/+87
2024-04-30UefiCpuPkg/Library: Cleanup debug message in LmceSupportJiaxin Wu1-4/+1
2024-04-17UefiCpuPkg/MpInitLib: AP creation support under an SVSMTom Lendacky1-9/+19
2024-04-17UefiCpuPkg/MpInitLib: Use AmdSvsmSnpVmsaRmpAdjust() to set/clear VMSATom Lendacky5-81/+9
2024-04-17UefiCpuPkg/AmdSvsmLib: Create the AmdSvsmLib library to support an SVSMTom Lendacky6-1/+255
2024-04-17UefiCpuPkg/MpInitLib: Always use AP Create if GhcbApicIds HOB is presentTom Lendacky8-14/+133
2024-04-16UefiCpuPkg/UefiCpuPkg.dsc: Add CpuMmio2Dxe.inf to LoongArch64 fieldChao Li1-0/+1
2024-04-16UefiCpuPkg: Add CpuDxe driver for LoongArch64Chao Li5-4/+1527
2024-04-16UefiCpuPkg: Add multiprocessor library for LoongArch64Chao Li6-12/+2871
2024-04-16UefiCpuPkg: Add a new GUID to store the processors resourceChao Li2-0/+32
2024-04-16UefiCpuPkg: Add CpuMmuLib to UefiCpuPkgChao Li9-0/+1008
2024-04-16UefiCpuPkg: Added a new PCD named PcdLoongArchExceptionVectorBaseAddressChao Li1-0/+6
2024-04-16UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkgChao Li2-0/+45
2024-04-16UefiCpuPkg: Add CPU exception library for LoongArchChao Li8-9/+1273
2024-04-16UefiCpuPkg: Add LoongArch64 CPU Timer instanceChao Li3-2/+266
2024-04-16UefiCpuPkg/CpuDxe: Reorder the INF file alphabeticallyChao Li1-8/+8
2024-04-16UefiCpuPkg/MpInitLib: Reorder the INF files alphabeticallyChao Li2-26/+28
2024-04-16UefiCpuPkg/CpuExceptionHandlerLib: Reorder the INF files alphabeticallyChao Li4-32/+32