summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
Commit message (Expand)AuthorAgeFilesLines
* sync patch r10783, r10787 from main trunk.vanjeff2011-04-191-1/+6
* Add Checking for MTRR existence.xli242010-03-101-1/+88
* Add array index check to avoid potential buffer overflow.xli242010-03-041-0/+6
* 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
* Add MTRR library for IA32 & X64 processor architectures.jljusten2009-05-271-0/+1386