summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg
Commit message (Expand)AuthorAgeFilesLines
* 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
* UefiCpuPkg: Add CpuMmuLib to UefiCpuPkgChao Li2024-04-169-0/+1008
* UefiCpuPkg: Added a new PCD named PcdLoongArchExceptionVectorBaseAddressChao Li2024-04-161-0/+6
* UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkgChao Li2024-04-162-0/+45
* UefiCpuPkg: Add CPU exception library for LoongArchChao Li2024-04-168-9/+1273
* UefiCpuPkg: Add LoongArch64 CPU Timer instanceChao Li2024-04-163-2/+266
* UefiCpuPkg/CpuDxe: Reorder the INF file alphabeticallyChao Li2024-04-161-8/+8
* UefiCpuPkg/MpInitLib: Reorder the INF files alphabeticallyChao Li2024-04-162-26/+28
* UefiCpuPkg/CpuExceptionHandlerLib: Reorder the INF files alphabeticallyChao Li2024-04-164-32/+32