]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Update revisions for PI1.3.
authorShumin Qiu <shumin.qiu@intel.com>
Wed, 20 Nov 2013 01:58:00 +0000 (01:58 +0000)
committershenshushi <shenshushi@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 20 Nov 2013 01:58:00 +0000 (01:58 +0000)
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14868 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Pi/PiDxeCis.h
MdePkg/Include/Pi/PiPeiCis.h
MdePkg/Include/Pi/PiSmmCis.h

index caed14bd87004115ebfa5ff430f01bb38df15df8..9bcfecc046498f9c6fd784add41616c418a0cef7 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Include file matches things in PI.\r
 \r
 /** @file\r
   Include file matches things in PI.\r
 \r
-Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2013, 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
 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
@@ -657,7 +657,7 @@ EFI_STATUS
 //\r
 #define DXE_SERVICES_SIGNATURE            0x565245535f455844ULL\r
 #define DXE_SPECIFICATION_MAJOR_REVISION  1\r
 //\r
 #define DXE_SERVICES_SIGNATURE            0x565245535f455844ULL\r
 #define DXE_SPECIFICATION_MAJOR_REVISION  1\r
-#define DXE_SPECIFICATION_MINOR_REVISION  20\r
+#define DXE_SPECIFICATION_MINOR_REVISION  30\r
 #define DXE_SERVICES_REVISION             ((DXE_SPECIFICATION_MAJOR_REVISION<<16) | (DXE_SPECIFICATION_MINOR_REVISION))\r
 \r
 typedef struct {\r
 #define DXE_SERVICES_REVISION             ((DXE_SPECIFICATION_MAJOR_REVISION<<16) | (DXE_SPECIFICATION_MINOR_REVISION))\r
 \r
 typedef struct {\r
index f2da20a2367b906042cf9c60b7f35ee533f2015a..75accf9f0ff45a9abb37a56f4c214b2e6e79a9ef 100644 (file)
@@ -808,7 +808,7 @@ EFI_STATUS
 // PEI Specification Revision information\r
 //\r
 #define PEI_SPECIFICATION_MAJOR_REVISION  1\r
 // PEI Specification Revision information\r
 //\r
 #define PEI_SPECIFICATION_MAJOR_REVISION  1\r
-#define PEI_SPECIFICATION_MINOR_REVISION  20\r
+#define PEI_SPECIFICATION_MINOR_REVISION  30\r
 ///\r
 /// Specification inconsistency here: \r
 /// In the PI1.0 spec, PEI_SERVICES_SIGNATURE is defined as 0x5652455320494550. But \r
 ///\r
 /// Specification inconsistency here: \r
 /// In the PI1.0 spec, PEI_SERVICES_SIGNATURE is defined as 0x5652455320494550. But \r
index 06d335bfff38a618baa9b07447aba65d580a7d09..011127a764bd2cdb3a5264ea3663ccc975b04a41 100644 (file)
@@ -29,7 +29,7 @@ typedef struct _EFI_SMM_SYSTEM_TABLE2  EFI_SMM_SYSTEM_TABLE2;
 /// The System Management System Table (SMST) revision is 1.2\r
 ///\r
 #define SMM_SPECIFICATION_MAJOR_REVISION  1\r
 /// The System Management System Table (SMST) revision is 1.2\r
 ///\r
 #define SMM_SPECIFICATION_MAJOR_REVISION  1\r
-#define SMM_SPECIFICATION_MINOR_REVISION  20\r
+#define SMM_SPECIFICATION_MINOR_REVISION  30\r
 #define EFI_SMM_SYSTEM_TABLE2_REVISION    ((SMM_SPECIFICATION_MAJOR_REVISION<<16) | (SMM_SPECIFICATION_MINOR_REVISION))\r
 \r
 /**\r
 #define EFI_SMM_SYSTEM_TABLE2_REVISION    ((SMM_SPECIFICATION_MAJOR_REVISION<<16) | (SMM_SPECIFICATION_MINOR_REVISION))\r
 \r
 /**\r