summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Include/Library
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-17UefiCpuPkg/MpInitLib: Add MP Initialize library class definitionJeff Fan1-0/+353
2015-12-08UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()Michael Kinney1-0/+31
2015-12-08UefiCpuPkg/MtrrLib: Fix some typo and clean up code formatMichael Kinney1-31/+39
2015-12-08UefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVariableMtrrsJeff Fan1-1/+2
2015-11-27UefiCpuPkg/PiSmmCpu: Add 2 APIs in SmmCpuFeaturesLib.Yao, Jiewen1-0/+35
2015-11-27Revert "Add 2 APIs in SmmCpuFeaturesLib."Laszlo Ersek1-35/+0
2015-11-26Add 2 APIs in SmmCpuFeaturesLib.Yao, Jiewen1-0/+35
2015-10-30UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bitMichael Kinney1-1/+15
2015-10-19UefiCpuPkg: Add SmmCpuPlatformHookLibMichael Kinney1-0/+109
2015-10-19UefiCpuPkg: Add SmmCpuFeaturesLibMichael Kinney1-0/+366
2015-10-19UefiCpuPkg: Add PlatformSecLibMichael Kinney1-0/+70
2014-07-111. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan1-1/+4
2013-09-161. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.Jeff Fan1-2/+2
2012-08-231. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff1-1/+27
2011-10-281. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff1-1/+13
2011-09-02Add generic HPET Timer DXE Driver and support librariesmdkinney1-1/+50
2010-08-27Add DisableLvtInterrupts() for the Local APIC library class.rsun31-0/+11
2010-08-26Improve Local APIC library class. Add new library APIs: GetApicVersion(), Sen...rsun31-12/+54
2010-08-23Add Local APIC Library class defining APIs for common Local APIC operations. ...rsun31-0/+270
2010-07-13Code refinement.xli241-0/+1
2010-04-24Update the copyright notice formathhtian2-4/+4
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a1-0/+4
2010-03-10Add Checking for MTRR existence.xli241-0/+12
2010-02-05Revert incompatible change:jyao11-17/+19
2010-02-05Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...jyao11-12/+49