]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Pi/PiDxeCis.h
MdePkg: Add UEFI2.5 and PI1.4 PersistentMemory definition
[mirror_edk2.git] / MdePkg / Include / Pi / PiDxeCis.h
index a3d57b16eb1f9edaf553b56dd884e18c0459c555..6aa2b765c23338432b8ad0e32851fb43670a3208 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Include file matches things in PI.\r
 \r
-Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials are licensed and made available under \r
 the terms and conditions of the BSD License that accompanies this distribution.  \r
 The full text of the license may be found at\r
@@ -11,7 +11,7 @@ THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
 \r
   @par Revision Reference:\r
-  PI Version 1.2\r
+  PI Version 1.4\r
 \r
 **/\r
 \r
@@ -48,6 +48,11 @@ typedef enum {
   /// access I/O devices in the platform.\r
   ///\r
   EfiGcdMemoryTypeMemoryMappedIo,\r
+  ///\r
+  /// A memory region that is visible to the boot processor. \r
+  /// This memory supports byte-addressable non-volatility. \r
+  ///\r
+  EfiGcdMemoryTypePersistentMemory,\r
   EfiGcdMemoryTypeMaximum\r
 } EFI_GCD_MEMORY_TYPE;\r
 \r