]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/PlatformInitPei/MemoryPeim.c
UefiCpuPkg: Modify CpuIoPei to support new IoLib library
[mirror_edk2.git] / Vlv2TbltDevicePkg / PlatformInitPei / MemoryPeim.c
index 9592b07705f133ea492e2a872a8ac142babb3f22..99bdeb11f9195ee5b13701e46146ab8ac25154f8 100644 (file)
@@ -1,6 +1,6 @@
 /** @file\r
 \r
-  Copyright (c) 2004  - 2014, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2004  - 2016, Intel Corporation. All rights reserved.<BR>\r
                                                                                    \r\r
   This program and the accompanying materials are licensed and made available under\r\r
   the terms and conditions of the BSD License that accompanies this distribution.  \r\r
@@ -222,8 +222,10 @@ SetPeiCacheMode (
   MtrrSetting.MtrrDefType |=  3 <<10;\r
 \r
   MtrrSetAllMtrrs(&MtrrSetting);\r
-\r
-\r
+  //\r
+  // Dump MTRR Setting\r
+  //\r
+  MtrrDebugPrintAllMtrrs ();\r
 \r
   return EFI_SUCCESS;\r
 }\r