]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/MdeModulePkg.dec
MdeModulePkg/Partition: Fix media probe
[mirror_edk2.git] / MdeModulePkg / MdeModulePkg.dec
index 037b16e2d0f4a8df8bad9a171ef9a87fc838d6ac..0298bed6e3175fc677f1547b60d6ab7a076f89d9 100644 (file)
@@ -3,7 +3,7 @@
 # It also provides the definitions(including PPIs/PROTOCOLs/GUIDs and library classes)\r
 # and libraries instances, which are used for those modules.\r
 #\r
-# Copyright (c) 2007 - 2017, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
 # Copyright (c) 2016, Linaro Ltd. All rights reserved.<BR>\r
 # (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>\r
 # Copyright (c) 2017, AMD Incorporated. All rights reserved.<BR>\r
@@ -24,7 +24,7 @@
   PACKAGE_NAME                   = MdeModulePkg\r
   PACKAGE_UNI_FILE               = MdeModulePkg.uni\r
   PACKAGE_GUID                   = BA0D78D6-2CAF-414b-BD4D-B6762A894288\r
-  PACKAGE_VERSION                = 0.97\r
+  PACKAGE_VERSION                = 0.98\r
 \r
 [Includes]\r
   Include\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdInitValueInTempStack|0x5AA55AA5|UINT32|0x30001051\r
 \r
   ## Indicates which type allocation need guard page.\r
+  #\r
+  # If a bit is set, a head guard page and a tail guard page will be added just\r
+  # before and after corresponding type of pages allocated if there's enough\r
+  # free pages for all of them. The page allocation for the type related to\r
+  # cleared bits keeps the same as ususal.\r
+  #\r
   # Below is bit mask for this PCD: (Order is same as UEFI spec)<BR>\r
   #  EfiReservedMemoryType             0x0000000000000001<BR>\r
   #  EfiLoaderCode                     0x0000000000000002<BR>\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdHeapGuardPageType|0x0|UINT64|0x30001052\r
 \r
   ## Indicates which type allocation need guard page.\r
+  #\r
+  # If a bit is set, a head guard page and a tail guard page will be added just\r
+  # before and after corresponding type of pages which the allocated pool occupies,\r
+  # if there's enough free memory for all of them. The pool allocation for the\r
+  # type related to cleared bits keeps the same as ususal.\r
+  #\r
   # Below is bit mask for this PCD: (Order is same as UEFI spec)<BR>\r
   #  EfiReservedMemoryType             0x0000000000000001<BR>\r
   #  EfiLoaderCode                     0x0000000000000002<BR>\r