summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library
Commit message (Expand)AuthorAgeFilesLines
* Remove extra {} inside DEBUG_CODE() macromdkinney2011-01-111-120/+118
* Fix 32-bit build breakmdkinney2011-01-071-1/+1
* Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...mdkinney2011-01-061-39/+168
* Lost a file in last check-in.rsun32010-11-291-0/+172
* Add a new Timer Library instance SecPeiDxeTimerLibUefiCpu into UefiCpuPkg. Th...rsun32010-11-292-0/+258
* Fix build break when doing 32-bit build with some certain C compiler option c...rsun32010-10-281-1/+1
* Add DisableLvtInterrupts() for the Local APIC library class.rsun32010-08-272-0/+44
* Improve Local APIC library class. Add new library APIs: GetApicVersion(), Sen...rsun32010-08-262-50/+212
* Add Local APIC Library class defining APIs for common Local APIC operations. ...rsun32010-08-234-0/+1324
* Add boundary check against variable MTRR count.xli242010-08-101-1/+6
* Code refinement.xli242010-07-131-7/+4
* Update the copyright notice formathhtian2010-04-247-14/+14
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-161-0/+2
* Add Checking for MTRR existence.xli242010-03-101-1/+88
* Add array index check to avoid potential buffer overflow.xli242010-03-041-0/+6
* 1. Correct File header to ## @filelgao42010-02-232-5/+5
* Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWr...mdkinney2010-02-141-20/+14
* Revert incompatible change:jyao12010-02-051-33/+14
* Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...jyao12010-02-051-27/+97
* Clean up MtrrLib to remove unnecessary package dependencyqhuang82010-01-261-5/+2
* Fixed incorrect syntax for immediate HEX value.geekboy15a2010-01-082-5/+3
* Removed use of pre-initialized global data in this file as it was causing pro...geekboy15a2010-01-081-25/+28
* BaseUefiCpuLib: Preserve EBX register in InitializeFloatingPointUnitsjljusten2009-12-162-40/+49
* Update x64 version of InitializeFpu.asm to use raw op-codes instead of 'finit...qhuang82009-11-301-1/+4
* Introduce UefiCpuLib library class in UefiCpuPkg and add one instance of Base...qhuang82009-11-255-0/+302
* Add MTRR library for IA32 & X64 processor architectures.jljusten2009-05-272-0/+1430