]> git.proxmox.com Git - mirror_edk2.git/history - UefiCpuPkg/Library/MtrrLib/MtrrLib.c
UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()
[mirror_edk2.git] / UefiCpuPkg / Library / MtrrLib / MtrrLib.c
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSet...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add MtrrDebugPrintAllMtrrsWorker()
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add worker functions to access...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Print MTRR settings when set fixed...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Reduce hardware init when program...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Reduce hardware init when program...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add MtrrGetMemoryAttributeInVariabl...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Make use of worker functions to...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Adjust functions order
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Add worker functions not invoke...
2015-12-08 Michael KinneyUefiCpuPkg/MtrrLib: Fix some typo and clean up code...
2015-12-08 Jeff FanUefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVaria...
2015-09-05 Jeff FanUefiCpuPkg/MtrrLib: MtrrValidBitsMask and MtrrValidAddr...
2014-01-07 Jeff FanMtrrDebugPrintAllMtrrs() should loop until the max...
2012-10-10 vanjeffAdd missing parameter in functions header.
2012-09-27 vanjeffSave and disable CPU interrupt before programming MTRR...
2012-04-11 rsun3UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set...
2011-11-25 rsun3UefiCpuPkg MTRR Library: Remove a buggy check logic...
2011-10-28 vanjeff1. Introduce the API MtrrGetDefaultMemoryType () in...
2011-09-20 rsun3UefiCpuPkg MTRR Library: enhance MTRR Library.
2011-09-13 rsun3Enhance the MTRR lib to support the case where alignmen...
2011-01-11 mdkinneyRemove extra {} inside DEBUG_CODE() macro
2011-01-07 mdkinneyFix 32-bit build break
2011-01-06 mdkinneyAdd DEBUG() macros for DEBUG_CACHE to MTRR Library...
2010-08-10 xli24Add boundary check against variable MTRR count.
2010-07-13 xli24Code refinement.
2010-04-24 hhtianUpdate the copyright notice format
2010-04-16 geekboy15aFixed GCC 4.4 build issues due to EFIAPI not being...
2010-03-10 xli24Add Checking for MTRR existence.
2010-03-04 xli24Add array index check to avoid potential buffer overflow.
2010-02-14 mdkinneyUse atomic AsmDisableCache() and AsmDisableCache()...
2010-02-05 jyao1Revert incompatible change:
2010-02-05 jyao1Original MTRR lib hardcode VARIABLE_MTRR as 8. But...
2009-05-27 jljustenAdd MTRR library for IA32 & X64 processor architectures.