summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Include
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg: Add SmmCpuPlatformHookBeforeMmiHandlerJiaxin Wu2024-10-121-1/+16
* UefiCpuPkg: RiscV64: initialize FPUHeinrich Schuchardt2024-10-041-0/+21
* UefiCpuPkg: Add ACPI S3 Enable HOB definitionJiaxin Wu2024-08-281-0/+34
* UefiCpuPkg: Add MM CPU Sync Config definitionsJiaxin Wu2024-08-281-0/+53
* UefiCpuPkg: Add MM Profile related definitionsJiaxin Wu2024-08-281-0/+35
* UefiCpuPkg: Add Unblock Region HOB definitionYuanhao Xie2024-08-281-0/+42
* UefiCpuPkg/MtrrLib.h: use cache type #defines from ArchitecturalMsr.hGerd Hoffmann2024-06-261-12/+14
* UefiCpuPkg: Add SmmRelocationLib classJiaxin Wu2024-05-081-0/+42
* UefiCpuPkg/AmdSvsmLib: Create the AmdSvsmLib library to support an SVSMTom Lendacky2024-04-171-0/+101
* UefiCpuPkg/MpInitLib: Always use AP Create if GhcbApicIds HOB is presentTom Lendacky2024-04-171-0/+17
* UefiCpuPkg: Add a new GUID to store the processors resourceChao Li2024-04-161-0/+29
* UefiCpuPkg: Add CpuMmuLib.h to UefiCpuPkgChao Li2024-04-161-0/+41
* UefiCpuPkg: Fix issue that IsModified is wrongly set in PageTableMapZhiguang Liu2024-02-221-1/+3
* UefiCpuPkg/CpuPageTableLib: Enhance function header for PageTableMap()Zhiguang Liu2024-02-221-0/+1
* UefiCpuPkg: Add more Paging mode enumerationDun Tan2024-02-061-1/+7
* UefiCpuPkg: change name of gMpInformationHobGuid2Dun Tan2024-01-151-1/+1
* UefiCpuPkg: set EXTENDED_PROCESSOR_INFORMATION to 0duntan2024-01-091-0/+2
* UefiCpuPkg: Adds SmmCpuSyncLib library classJiaxin Wu2023-12-201-0/+290
* UefiCpuPkg: Add a new field in MpInfo2 HOBDun Tan2023-12-121-0/+2
* UefiCpuPkg: Create gMpInformationHobGuid2 in UefiCpuPkgDun Tan2023-12-121-0/+56
* UefiCpuPkg/MtrrLib: Add API MtrrGetMemoryAttributesInMtrrSettings.YuanhaoXie2023-10-091-0/+23
* UefiCpuPkg/MtrrLib: Fix MtrrSetAllMtrrs to handle absent fixed MTRRs.Ray Ni2023-10-091-3/+6
* UefiCpuPkg: Add SendStartupIpiAllExcludingSelfYuanhao Xie2023-08-141-1/+16
* UefiCpuPkg: RISC-V: Support MMU with SV39/48/57 modeTuan Phan2023-07-151-0/+68
* UefiCpuPkg: Removes SmmCpuFeaturesReadSaveStateRegisterAbdul Lateef Attar2023-07-031-52/+0
* UefiCpuPkg: Adds MmSaveStateLib library classAbdul Lateef Attar2023-07-031-0/+74
* UefiCpuLib: Remove UefiCpuLib.Yu Pu2023-04-121-16/+0
* UefiCpuPkg: Fix IA32 build failure in CpuPageTableLib.infZhiguang Liu2023-03-271-16/+16
* UefiCpuPkg/CpuPageTableLib: Add OUTPUT IsModified parameter.Dun Tan2023-03-271-1/+3
* UefiCpuPkg/CpuPageTableLib:Add check for Mask and AttrDun Tan2023-03-271-0/+4
* UefiCpuPkg/CpuPageTableLib: Add check for input LengthDun Tan2023-03-271-2/+2
* MdePkg: Move API and implementation from UefiCpuLib to CpuLibYu Pu2023-03-101-49/+0
* UefiCpuPkg/SmmBaseHob.h: Add SMM Base HOB DataWu, Jiaxin2023-03-061-0/+75
* UefiCpuPkg: Add RISCV_EFI_BOOT_PROTOCOL related definitionsSunil V L2023-02-161-0/+34
* UefiCpuPkg: Remove unused API in SmmCpuFeaturesLib.hTan, Dun2022-12-211-25/+0
* OvmfPkg/UefiCpuPkg: Add CcExit prefix to the APIs of CcExitLibMin M Xu2022-11-141-8/+8
* OvmfPkg/UefiCpuPkg/UefiPayloadPkg: Rename VmgExitLib to CcExitLibMin M Xu2022-11-141-5/+8
* UefiCpuPkg: Create CpuPageTableLib for manipulating X86 paging structsRay Ni2022-08-091-0/+129
* MdePkg: add SmmCpuRendezvousLib.h and SmmCpuRendezvousLibNull implement.Li, Zhihao2022-05-091-27/+0
* UefiCpuPkg: Extend VmgExitLibNull to handle #VE exceptionMin Xu2022-04-021-0/+28
* UefiCpuPkg: Extend SMM CPU Service with rendezvous support.Li, Zhihao2022-03-042-1/+62
* UefiCpuPkg: Apply uncrustify changesMichael Kubacki2021-12-0723-303/+292
* UefiCpuPkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-072-6/+6
* UefiCpuPkg/UefiCpuLib: Add GetCpuFamilyModel and GetCpuSteppingIdNi, Ray2021-11-101-1/+22
* UefiCpuPkg: Refactor initialization of CPU features during S3 resumeLou, Yun2021-09-161-35/+54
* UefiCpuPkg/CpuCacheInfoLib: Sort CpuCacheInfo arrayLou, Yun2021-08-091-1/+1
* UefiCpuPkg: Add MicrocodeLib for loading microcodeRay Ni2021-04-091-0/+120
* UefiCpuPkg/CpuCacheInfoLib: Collect cache associative typeLou, Yun2021-03-171-2/+13
* UefiCpuPkg/CpuCacheInfoLib: Add MpService dependencyLou, Yun2021-02-031-2/+0
* UefiCpuPkg/AcpiCpuData: update comments on register table fieldsLaszlo Ersek2021-01-201-0/+4