Revision: 19159
http://sourceforge.net/p/edk2/code/19159
Author: vanjeff
Date: 2015-12-08 05:24:48 +0000 (Tue, 08 Dec 2015)
Log Message:
-----------
UefiCpuPkg/MtrrLib: Print MTRR settings when set fixed/variable MTRRs
Cc: Feng Tian <[email protected]>
Cc: Michael Kinney <[email protected]>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Kinney <[email protected]>
Signed-off-by: Jeff Fan <[email protected]>
Reviewed-by: Feng Tian <[email protected]>
Modified Paths:
--------------
trunk/edk2/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
Modified: trunk/edk2/UefiCpuPkg/Library/MtrrLib/MtrrLib.c
===================================================================
--- trunk/edk2/UefiCpuPkg/Library/MtrrLib/MtrrLib.c 2015-12-08 05:24:18 UTC
(rev 19158)
+++ trunk/edk2/UefiCpuPkg/Library/MtrrLib/MtrrLib.c 2015-12-08 05:24:48 UTC
(rev 19159)
@@ -1756,6 +1756,8 @@
PreMtrrChange (&MtrrContext);
MtrrSetVariableMtrrWorker (VariableSettings);
PostMtrrChange (&MtrrContext);
+ MtrrDebugPrintAllMtrrs ();
+
return VariableSettings;
}
@@ -1804,6 +1806,7 @@
PreMtrrChange (&MtrrContext);
MtrrSetFixedMtrrWorker (FixedSettings);
PostMtrrChange (&MtrrContext);
+ MtrrDebugPrintAllMtrrs ();
return FixedSettings;
}
@@ -1888,9 +1891,12 @@
PostMtrrChangeEnableCache (&MtrrContext);
+ MtrrDebugPrintAllMtrrs ();
+
return MtrrSetting;
}
+
/**
Checks if MTRR is supported.
------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits