summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Include/Library
AgeCommit message (Expand)AuthorFilesLines
2021-04-09UefiCpuPkg: Add MicrocodeLib for loading microcodeRay Ni1-0/+120
2021-03-17UefiCpuPkg/CpuCacheInfoLib: Collect cache associative typeLou, Yun1-2/+13
2021-02-03UefiCpuPkg/CpuCacheInfoLib: Add MpService dependencyLou, Yun1-2/+0
2021-01-19UefiCpuPkg/CpuCacheInfoLib: Add new CpuCacheInfoLib.Lou, Yun1-0/+76
2020-11-10UefiCpuPkg, OvmfPkg: Disable interrupts when using the GHCBTom Lendacky1-4/+10
2020-11-10UefiCpuPkg/VmgExitLib: Add interfaces to set/read GHCB ValidBitmap bitsTom Lendacky1-0/+37
2020-08-16UefiCpuPkg: Implement library support for VMGEXITTom Lendacky1-0/+103
2020-07-14UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetFixedMtrr()Ray Ni1-15/+0
2020-07-14UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetVariableMtrr()Ray Ni1-15/+0
2020-07-14UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrGetVariableMtrr()Ray Ni1-16/+1
2020-07-07UefiCpuPkg: Move StandardSignatureIsAuthenticAMD to BaseUefiCpuLibKirkendall, Garrett1-0/+14
2020-02-14UefiCpuPkg/CpuFeature: Introduce First to indicate 1st unit.Ray Ni1-0/+36
2020-02-14UefiCpuPkg/RegisterCpuFeaturesLib: Delete CPU_FEATURE_[BEFORE|AFTER]Ray Ni1-12/+3
2020-02-10UefiCpuPkg/Smm: Fix various typosAntoine Coeur1-2/+2
2019-11-13UefiCpuPkg/RegisterCpuFeature: Remove CPU_FEATURE_XD macroRay Ni1-1/+1
2019-08-21UefiCpuPkg/RegisterCpuFeaturesLib: Add "Test Then Write" Macros.Dong, Eric1-0/+91
2019-08-09UefiCpuPkg: Update code to include register definitions from MdePkgNi, Ray2-2/+2
2019-07-29UefiCpuPkg/Include/MpInitLib.h: Add MpInitLibStartupAllCPUs API.Eric Dong1-1/+35
2019-06-13UefiCpuPkg RegisterCpuFeaturesLib.h: Fix typo 'STRICK' to 'STRIKE'Star Zeng1-1/+1
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney8-56/+8
2019-04-08UefiCpuPkg/LocalApicLib: Add GetProcessorLocation2ByApicId() APIRay Ni1-1/+28
2019-04-04UefiCpuPkg/RegisterCpuFeaturesLib: Remove useless functions.Eric Dong1-35/+1
2019-02-28UefiCpuPkg/PiSmmCpu: Add Shadow Stack Support for X86 SMM.Jiewen Yao1-2/+21
2018-10-22UefiCpuPkg/RegisterCpuFeaturesLib.h: Add new dependence types.Eric Dong1-4/+17
2018-06-28UefiCpuPkg: Clean up source filesLiming Gao1-23/+23
2018-01-24UefiCpuPkg/MtrrLib: Add comments to recommend to use batch-set APIRuiyu Ni1-0/+10
2018-01-24UefiCpuPkg/MtrrLib: Update the comments for RETURN_BUFFER_TOO_SMALLRuiyu Ni1-3/+7
2017-12-27Revert "UefiCpuPkg: Check invalid RegisterCpuFeature parameter"Eric Dong1-5/+0
2017-12-13UefiCpuPkg: Check invalid RegisterCpuFeature parameterSong, BinX1-0/+5
2017-11-30IntelSiliconPkg: Move MicrocodeUpdate from UefiCpuPkgStar Zeng1-39/+0
2017-10-24UefiCpuPkg/MtrrLib: Make comments align with functionDandan Bi1-1/+1
2017-10-16UefiCpuPkg/MtrrLib: Update algorithm to calculate optimal settingsRuiyu Ni1-2/+43
2017-08-07UefiCpuPkg MtrrLib: Remove deprecated micro.Eric Dong1-27/+0
2017-08-04UefiCpuPkg: Add Processor Trace feature definition.Eric Dong1-0/+1
2017-08-04UefiCpuPkg: Add definition for LMCE feature.Eric Dong1-0/+1
2017-07-20UefiCpuPkg: Remove deprecated CPU feature.Eric Dong1-1/+0
2017-07-20UefiCpuPkg: Add feature definition for PPIN.Eric Dong1-0/+1
2017-04-07UefiCpuPkg/CpuFeatures: Change CPU features name to follow IA32 SDMJeff Fan1-2/+2
2017-04-05UefiCpuPkg/CpuFeatures: Change files format to DOSJeff Fan1-518/+518
2017-03-31UefiCpuPkg/MtrrLib: Add CacheInvalid enum type to MtrrLib.hRuiyu Ni1-1/+2
2017-03-31UefiCpuPkg/MtrrLib: Correct typo in comments and remove TABsRuiyu Ni1-7/+7
2017-03-28UefiCpuPkg/RegisterCpuFeaturesLib: Fix the function header issuesJeff Fan1-29/+31
2017-03-27UefiCpuPkg/RegisterCpuFeaturesLib: Define Index to UINT64Jeff Fan1-2/+2
2017-03-22UefiCpuPkg/Include/Library: Add Register CPU Features LibraryJeff Fan1-0/+516
2016-12-14UefiCpuPkg: Make the comments align with the functionsDandan Bi1-2/+2
2016-11-08UefiCpuPkg/Include: Add MicrocodeFlashAccessLib header.Jiewen Yao1-0/+39
2016-11-02UefiCpuPkg/LocalApicLib: Add EFIAPI for GetProcessorLocationByApicId()Jeff Fan1-0/+1
2016-11-02UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation()Jeff Fan1-1/+1
2016-11-01UefiCpuPkg: Move GetProcessorLocation() to LocalApicLib libraryLeo Duran1-0/+20
2016-10-24UefiCpuPkg: Fix typos in commentsGary Lin1-1/+1