summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Include
AgeCommit message (Expand)AuthorFilesLines
2015-12-18UefiCpuPkg/CpuMpPei: Add GetApLoopMode() to get AP loop modeJeff Fan1-0/+2
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-11-25UefiCpuPkg/Include: Expand description of AcpiCpuData.h structuresMichael Kinney1-13/+102
2015-10-30UefiCpuPkg: LocalApicLib: Add API to set SoftwareEnable bitMichael Kinney1-1/+15
2015-10-19UefiCpuPkg: Add CPU Hot Plug Data include fileMichael Kinney1-0/+33
2015-10-19UefiCpuPkg: Add ACPI CPU Data include fileMichael Kinney1-0/+71
2015-10-19UefiCpuPkg: Add SMRAM Save State include fileMichael Kinney1-0/+190
2015-10-19UefiCpuPkg: Add SMM CPU Service ProtocolMichael Kinney1-0/+209
2015-10-19UefiCpuPkg: Add SmmCpuPlatformHookLibMichael Kinney1-0/+109
2015-10-19UefiCpuPkg: Add SmmCpuFeaturesLibMichael Kinney1-0/+366
2015-10-19UefiCpuPkg: Add PlatformSecLibMichael Kinney1-0/+70
2015-10-19UefiCpuPkg: Add Cpuid.h include files for CPUID related definesMichael Kinney2-13/+51
2015-07-15UefiCpuPkg: Add some CPUID definitionsJeff Fan1-1/+5
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 Fan2-3/+5
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 librariesmdkinney2-2/+82
2010-10-28Fix build break when doing 32-bit build with some certain C compiler option c...rsun31-6/+7
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...rsun32-15/+72
2010-08-23Add Local APIC Library class defining APIs for common Local APIC operations. ...rsun32-0/+437
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
2010-01-28Remove unused structuremdkinney1-11/+1
2009-11-25Introduce UefiCpuLib library class in UefiCpuPkg and add one instance of Base...qhuang81-0/+38
2009-05-27Add MTRR library for IA32 & X64 processor architectures.jljusten1-0/+288