summaryrefslogtreecommitdiff
path: root/UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
diff options
context:
space:
mode:
authorJeff Fan <jeff.fan@intel.com>2014-01-07 06:24:16 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2014-01-07 06:24:16 +0000
commit44c8400a7de8a4c3e183c64ee8ff689b8ef4a90c (patch)
treeac003c0c757feba34460622f33d0465c100a8312 /UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
parent31c2a2c7c07365abd3ee9389b390ac4c8b7d4aac (diff)
downloadedk2-platforms-44c8400a7de8a4c3e183c64ee8ff689b8ef4a90c.tar.xz
MtrrDebugPrintAllMtrrs() should loop until the max physical address is reached.
GetMemoryCacheTypeFromMtrrType () should return the default memory type instead of UC type for MTRR_CACHE_INVALID_TYPE. Signed-off-by: Jeff Fan <jeff.fan@intel.com> Reviewed-by: Michael Kinney <michael.d.kinney@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15053 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'UefiCpuPkg/Library/MtrrLib/MtrrLib.inf')
-rw-r--r--UefiCpuPkg/Library/MtrrLib/MtrrLib.inf3
1 files changed, 2 insertions, 1 deletions
diff --git a/UefiCpuPkg/Library/MtrrLib/MtrrLib.inf b/UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
index f46d6cb793..e635752e89 100644
--- a/UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
+++ b/UefiCpuPkg/Library/MtrrLib/MtrrLib.inf
@@ -1,7 +1,7 @@
## @file
# MTRR library provides API for MTRR operation
#
-# Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
# which accompanies this distribution. The full text of the license may be found at
@@ -38,4 +38,5 @@
BaseMemoryLib
BaseLib
CpuLib
+ DebugLib