summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library
AgeCommit message (Expand)Author
2013-02-05Fix build issue on DDK3790 tool chain.vanjeff
2012-10-10Add missing parameter in functions header.vanjeff
2012-09-27Save and disable CPU interrupt before programming MTRR settings, and restore ...vanjeff
2012-08-231. Added SetLocalApicBaseAdress() and GetLocalApicBaseAddress() APIs in Local...vanjeff
2012-07-05UefiCpuPkg BaseUefiCpuLib: Change the initialization value for x87 FPU Contro...rsun3
2012-05-31Remove CPU dead loop code from IA32 assembly codes.vanjeff
2012-04-11UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_...rsun3
2012-03-19Fix doxgen format issue.vanjeff
2012-03-15Import two CPU Exception Handler Library instances: SecPeiCpuExceptionHandler...vanjeff
2011-11-25UefiCpuPkg MTRR Library: Remove a buggy check logic in MtrrSetMemoryAttribute...rsun3
2011-10-281. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff
2011-10-27Update Base type SecPeiDxeTimerLibUefiCpu to support all module type.lgao4
2011-09-20UefiCpuPkg MTRR Library: enhance MTRR Library.rsun3
2011-09-13Enhance the MTRR lib to support the case where alignment of base address < le...rsun3
2011-09-02Add generic HPET Timer DXE Driver and support librariesmdkinney
2011-08-25Add new API GetTimeInNanoSecond() to TimerLib to convert elapsed ticks to tim...xdu2
2011-01-11Remove extra {} inside DEBUG_CODE() macromdkinney
2011-01-07Fix 32-bit build breakmdkinney
2011-01-06Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...mdkinney
2010-11-29Lost a file in last check-in.rsun3
2010-11-29Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun3
2010-10-28Fix build break when doing 32-bit build with some certain C compiler option c...rsun3
2010-08-27Add DisableLvtInterrupts() for the Local APIC library class.rsun3
2010-08-26Improve Local APIC library class. Add new library APIs: GetApicVersion(), Sen...rsun3
2010-08-23Add Local APIC Library class defining APIs for common Local APIC operations. ...rsun3
2010-08-10Add boundary check against variable MTRR count.xli24
2010-07-13Code refinement.xli24
2010-04-24Update the copyright notice formathhtian
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a
2010-03-10Add Checking for MTRR existence.xli24
2010-03-04Add array index check to avoid potential buffer overflow.xli24
2010-02-231. Correct File header to ## @filelgao4
2010-02-14Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWr...mdkinney
2010-02-05Revert incompatible change:jyao1
2010-02-05Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...jyao1
2010-01-26Clean up MtrrLib to remove unnecessary package dependencyqhuang8
2010-01-08Fixed incorrect syntax for immediate HEX value.geekboy15a
2010-01-08Removed use of pre-initialized global data in this file as it was causing pro...geekboy15a
2009-12-16BaseUefiCpuLib: Preserve EBX register in InitializeFloatingPointUnitsjljusten
2009-11-30Update x64 version of InitializeFpu.asm to use raw op-codes instead of 'finit...qhuang8
2009-11-25Introduce UefiCpuLib library class in UefiCpuPkg and add one instance of Base...qhuang8
2009-05-27Add MTRR library for IA32 & X64 processor architectures.jljusten