summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library
AgeCommit message (Expand)AuthorFilesLines
2010-04-24Update the copyright notice formathhtian7-14/+14
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a1-0/+2
2010-03-10Add Checking for MTRR existence.xli241-1/+88
2010-03-04Add array index check to avoid potential buffer overflow.xli241-0/+6
2010-02-231. Correct File header to ## @filelgao42-5/+5
2010-02-14Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWr...mdkinney1-20/+14
2010-02-05Revert incompatible change:jyao11-33/+14
2010-02-05Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...jyao11-27/+97
2010-01-26Clean up MtrrLib to remove unnecessary package dependencyqhuang81-5/+2
2010-01-08Fixed incorrect syntax for immediate HEX value.geekboy15a2-5/+3
2010-01-08Removed use of pre-initialized global data in this file as it was causing pro...geekboy15a1-25/+28
2009-12-16BaseUefiCpuLib: Preserve EBX register in InitializeFloatingPointUnitsjljusten2-40/+49
2009-11-30Update x64 version of InitializeFpu.asm to use raw op-codes instead of 'finit...qhuang81-1/+4
2009-11-25Introduce UefiCpuLib library class in UefiCpuPkg and add one instance of Base...qhuang85-0/+302
2009-05-27Add MTRR library for IA32 & X64 processor architectures.jljusten2-0/+1430