summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Include/Library
Commit message (Expand)AuthorAgeFilesLines
* UefiCpuPkg/MtrrLib: Add CacheInvalid enum type to MtrrLib.hRuiyu Ni2017-03-311-1/+2
* UefiCpuPkg/MtrrLib: Correct typo in comments and remove TABsRuiyu Ni2017-03-311-7/+7
* UefiCpuPkg/RegisterCpuFeaturesLib: Fix the function header issuesJeff Fan2017-03-281-29/+31
* UefiCpuPkg/RegisterCpuFeaturesLib: Define Index to UINT64Jeff Fan2017-03-271-2/+2
* UefiCpuPkg/Include/Library: Add Register CPU Features LibraryJeff Fan2017-03-221-0/+516
* UefiCpuPkg: Make the comments align with the functionsDandan Bi2016-12-141-2/+2
* UefiCpuPkg/Include: Add MicrocodeFlashAccessLib header.Jiewen Yao2016-11-081-0/+39
* UefiCpuPkg/LocalApicLib: Add EFIAPI for GetProcessorLocationByApicId()Jeff Fan2016-11-021-0/+1
* UefiCpuPkg/LocalApicLib: Rename GetProcessorLocation()Jeff Fan2016-11-021-1/+1
* UefiCpuPkg: Move GetProcessorLocation() to LocalApicLib libraryLeo Duran2016-11-011-0/+20
* UefiCpuPkg: Fix typos in commentsGary Lin2016-10-241-1/+1
* UefiCpuPkg/MpInitLib: Add MP Initialize library class definitionJeff Fan2016-08-171-0/+353
* UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()Michael Kinney2015-12-081-0/+31
* UefiCpuPkg/MtrrLib: Fix some typo and clean up code formatMichael Kinney2015-12-081-31/+39
* UefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVariableMtrrsJeff Fan2015-12-081-1/+2
* UefiCpuPkg/PiSmmCpu: Add 2 APIs in SmmCpuFeaturesLib.Yao, Jiewen2015-11-271-0/+35
* Revert "Add 2 APIs in SmmCpuFeaturesLib."Laszlo Ersek2015-11-271-35/+0
* Add 2 APIs in SmmCpuFeaturesLib.Yao, Jiewen2015-11-261-0/+35
* UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bitMichael Kinney2015-10-301-1/+15
* UefiCpuPkg: Add SmmCpuPlatformHookLibMichael Kinney2015-10-191-0/+109
* UefiCpuPkg: Add SmmCpuFeaturesLibMichael Kinney2015-10-191-0/+366
* UefiCpuPkg: Add PlatformSecLibMichael Kinney2015-10-191-0/+70
* 1. Save/restore ICR high 32bit value and check Delivery Status before sending...Jeff Fan2014-07-111-1/+4
* 1. Read 32bit CPU Init APIC ID from CPUID leaf B in XAPIC mode.Jeff Fan2013-09-161-2/+2
* 1. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff2012-08-231-1/+27
* 1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff2011-10-281-1/+13
* Add generic HPET Timer DXE Driver and support librariesmdkinney2011-09-021-1/+50
* Add DisableLvtInterrupts() for the Local APIC library class.rsun32010-08-271-0/+11
* Improve Local APIC library class. Add new library APIs: GetApicVersion(), Sen...rsun32010-08-261-12/+54
* Add Local APIC Library class defining APIs for common Local APIC operations. ...rsun32010-08-231-0/+270
* Code refinement.xli242010-07-131-0/+1
* Update the copyright notice formathhtian2010-04-242-4/+4
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-161-0/+4
* Add Checking for MTRR existence.xli242010-03-101-0/+12
* Revert incompatible change:jyao12010-02-051-17/+19
* Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...jyao12010-02-051-12/+49
* Remove unused structuremdkinney2010-01-281-11/+1
* Introduce UefiCpuLib library class in UefiCpuPkg and add one instance of Base...qhuang82009-11-251-0/+38
* Add MTRR library for IA32 & X64 processor architectures.jljusten2009-05-271-0/+288