index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
UefiCpuPkg
/
Library
/
MtrrLib
Age
Commit message (
Expand
)
Author
2016-07-20
UefiCpuPkg/MtrrLib: Add notes for usage by BSP/APs
Jeff Fan
2016-07-20
UefiCpuPkg/MtrrLib: Remove MTRRs display from MtrrSetAllMtrrs()
Jeff Fan
2016-06-07
UefiCpuPkg/MtrrLib: Fixed bug if length is less than Fixed-MTRR range
Jeff Fan
2016-04-29
UefiCpuPkg/MtrrLib: Remove the loop of calculating Fixed-MTRR Mask
Jeff Fan
2016-04-29
UefiCpuPkg/MtrrLib: Remove the loop of calculating byte offset in MSR
Jeff Fan
2016-04-29
UefiCpuPkg/MtrrLib: Reduce the loop time to get fixed-MTRR MSR index
Jeff Fan
2016-03-25
UefiCpuPkg/MtrrLib: remove unused but set variable
Ard Biesheuvel
2015-12-15
UefiCpuPkg: Convert all .uni files to utf-8
Jordan Justen
2015-12-10
UefiCpuPkg/MtrrLib:Initialize local variables before use them
Jeff Fan
2015-12-08
UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Add MtrrDebugPrintAllMtrrsWorker()
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Add worker functions to access MTRRs or variable
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Print MTRR settings when set fixed/variable MTRRs
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Reduce hardware init when program variable MTRRs
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Reduce hardware init when program fixed MTRRs
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Add MtrrGetMemoryAttributeInVariableMtrrWorker ()
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Make use of worker functions to get MTRRs count
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Adjust functions order
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Add worker functions not invoke IsMtrrSupported()
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Fix some typo and clean up code format
Michael Kinney
2015-12-08
UefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVariableMtrrs
Jeff Fan
2015-09-05
UefiCpuPkg/MtrrLib: MtrrValidBitsMask and MtrrValidAddressMask wrong
Jeff Fan
2014-09-03
UefiCpuPkg: Convert non DOS format files to DOS format
Gao, Liming
2014-08-28
UefiCpuPkg: INF/DEC file updates to EDK II packages
Gao, Liming
2014-08-28
UefiCpuPkg: INF/DEC file updates to EDK II packages
Gao, Liming
2014-01-07
MtrrDebugPrintAllMtrrs() should loop until the max physical address is reached.
Jeff Fan
2012-10-10
Add missing parameter in functions header.
vanjeff
2012-09-27
Save and disable CPU interrupt before programming MTRR settings, and restore ...
vanjeff
2012-04-11
UefiCpuPkg MtrrLib: For MtrrSetAllMtrrs(), do not set FE/E bits in IA32_MTRR_...
rsun3
2011-11-25
UefiCpuPkg MTRR Library: Remove a buggy check logic in MtrrSetMemoryAttribute...
rsun3
2011-10-28
1. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.
vanjeff
2011-09-20
UefiCpuPkg MTRR Library: enhance MTRR Library.
rsun3
2011-09-13
Enhance the MTRR lib to support the case where alignment of base address < le...
rsun3
2011-01-11
Remove extra {} inside DEBUG_CODE() macro
mdkinney
2011-01-07
Fix 32-bit build break
mdkinney
2011-01-06
Add DEBUG() macros for DEBUG_CACHE to MTRR Library show all changes memory ca...
mdkinney
2010-08-10
Add boundary check against variable MTRR count.
xli24
2010-07-13
Code refinement.
xli24
2010-04-24
Update the copyright notice format
hhtian
2010-04-16
Fixed GCC 4.4 build issues due to EFIAPI not being used when required.
geekboy15a
2010-03-10
Add Checking for MTRR existence.
xli24
2010-03-04
Add array index check to avoid potential buffer overflow.
xli24
2010-02-23
1. Correct File header to ## @file
lgao4
2010-02-14
Use atomic AsmDisableCache() and AsmDisableCache() functions instead of AsmWr...
mdkinney
2010-02-05
Revert incompatible change:
jyao1
2010-02-05
Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...
jyao1
2010-01-26
Clean up MtrrLib to remove unnecessary package dependency
qhuang8
2009-05-27
Add MTRR library for IA32 & X64 processor architectures.
jljusten