summaryrefslogtreecommitdiffstats
path: root/UefiCpuPkg/Library/MtrrLib
Commit message (Expand)AuthorAgeFilesLines
...
* UefiCpuPkg/MtrrLib:Initialize local variables before use themJeff Fan2015-12-101-1/+3
* UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()Michael Kinney2015-12-081-20/+120
* UefiCpuPkg/MtrrLib: Add MtrrDebugPrintAllMtrrsWorker()Michael Kinney2015-12-081-17/+43
* UefiCpuPkg/MtrrLib: Add worker functions to access MTRRs or variableMichael Kinney2015-12-081-23/+83
* UefiCpuPkg/MtrrLib: Print MTRR settings when set fixed/variable MTRRsMichael Kinney2015-12-081-0/+6
* UefiCpuPkg/MtrrLib: Reduce hardware init when program variable MTRRsMichael Kinney2015-12-081-43/+55
* UefiCpuPkg/MtrrLib: Reduce hardware init when program fixed MTRRsMichael Kinney2015-12-081-20/+70
* UefiCpuPkg/MtrrLib: Add MtrrGetMemoryAttributeInVariableMtrrWorker ()Michael Kinney2015-12-081-39/+82
* UefiCpuPkg/MtrrLib: Make use of worker functions to get MTRRs countMichael Kinney2015-12-081-25/+51
* UefiCpuPkg/MtrrLib: Adjust functions orderMichael Kinney2015-12-081-341/+339
* UefiCpuPkg/MtrrLib: Add worker functions not invoke IsMtrrSupported()Michael Kinney2015-12-081-31/+108
* UefiCpuPkg/MtrrLib: Fix some typo and clean up code formatMichael Kinney2015-12-081-80/+82
* UefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVariableMtrrsJeff Fan2015-12-082-3/+8
* UefiCpuPkg/MtrrLib: MtrrValidBitsMask and MtrrValidAddressMask wrongJeff Fan2015-09-051-3/+3
* UefiCpuPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-281-0/+0
* UefiCpuPkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-281-1/+2
* MtrrDebugPrintAllMtrrs() should loop until the max physical address is reached. Jeff Fan2014-01-072-10/+11
* Add missing parameter in functions header.vanjeff2012-10-101-3/+3
* Save and disable CPU interrupt before programming MTRR settings, and restore ...vanjeff2012-09-271-39/+50
* UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_...rsun32012-04-111-11/+27
* UefiCpuPkg MTRR Library: Remove a buggy check logic in MtrrSetMemoryAttribute...rsun32011-11-251-10/+0
* 1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff2011-10-281-7/+11
* UefiCpuPkg MTRR Library: enhance MTRR Library.rsun32011-09-201-4/+12
* Enhance the MTRR lib to support the case where alignment of base address < le...rsun32011-09-131-91/+126
* 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
* 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-242-4/+4
* 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-231-2/+2
* 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
* Add MTRR library for IA32 & X64 processor architectures.jljusten2009-05-272-0/+1430