summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Include/Library/MtrrLib.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-09UefiCpuPkg/MtrrLib: Add API MtrrGetMemoryAttributesInMtrrSettings.YuanhaoXie1-0/+23
2023-10-09UefiCpuPkg/MtrrLib: Fix MtrrSetAllMtrrs to handle absent fixed MTRRs.Ray Ni1-3/+6
2021-12-07UefiCpuPkg: Apply uncrustify changesMichael Kubacki1-34/+29
2020-07-14UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetFixedMtrr()Ray Ni1-15/+0
2020-07-14UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrSetVariableMtrr()Ray Ni1-15/+0
2020-07-14UefiCpuPkg/MtrrLib: Remove unnecessary API MtrrGetVariableMtrr()Ray Ni1-16/+1
2019-04-09UefiCpuPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-01-24UefiCpuPkg/MtrrLib: Add comments to recommend to use batch-set APIRuiyu Ni1-0/+10
2018-01-24UefiCpuPkg/MtrrLib: Update the comments for RETURN_BUFFER_TOO_SMALLRuiyu Ni1-3/+7
2017-10-24UefiCpuPkg/MtrrLib: Make comments align with functionDandan Bi1-1/+1
2017-10-16UefiCpuPkg/MtrrLib: Update algorithm to calculate optimal settingsRuiyu Ni1-2/+43
2017-08-07UefiCpuPkg MtrrLib: Remove deprecated micro.Eric Dong1-27/+0
2017-03-31UefiCpuPkg/MtrrLib: Add CacheInvalid enum type to MtrrLib.hRuiyu Ni1-1/+2
2017-03-31UefiCpuPkg/MtrrLib: Correct typo in comments and remove TABsRuiyu Ni1-7/+7
2016-10-24UefiCpuPkg: Fix typos in commentsGary Lin1-1/+1
2015-12-08UefiCpuPkg/MtrrLib: Add MtrrSetMemoryAttributeInMtrrSettings()Michael Kinney1-0/+31
2015-12-08UefiCpuPkg/MtrrLib: Fix some typo and clean up code formatMichael Kinney1-31/+39
2015-12-08UefiCpuPkg/MtrrLib: Add PCD PcdCpuNumberOfReservedVariableMtrrsJeff Fan1-1/+2
2011-10-281. Introduce the API MtrrGetDefaultMemoryType () in Mtrr Library.vanjeff1-1/+13
2010-07-13Code refinement.xli241-0/+1
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a1-0/+4
2010-03-10Add Checking for MTRR existence.xli241-0/+12
2010-02-05Revert incompatible change:jyao11-17/+19
2010-02-05Original MTRR lib hardcode VARIABLE_MTRR as 8. But it is 7 in Core2 if SMRR e...jyao11-12/+49
2010-01-28Remove unused structuremdkinney1-11/+1
2009-05-27Add MTRR library for IA32 & X64 processor architectures.jljusten1-0/+288