]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: Modify specification number encoding
authorHao Wu <hao.a.wu@intel.com>
Wed, 6 May 2015 03:30:52 +0000 (03:30 +0000)
committerhwu1225 <hwu1225@Edk2>
Wed, 6 May 2015 03:30:52 +0000 (03:30 +0000)
Change the PEI, DXE, and SMM service table revisions to 1.4.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@17322 6f19259b-4bc3-4df7-8a09-765794883524

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

index 6aa2b765c23338432b8ad0e32851fb43670a3208..bb5e6a2389e933e475a5f8618e18b6891e0c02c4 100644 (file)
@@ -687,7 +687,7 @@ EFI_STATUS
 //\r
 #define DXE_SERVICES_SIGNATURE            0x565245535f455844ULL\r
 #define DXE_SPECIFICATION_MAJOR_REVISION  1\r
-#define DXE_SPECIFICATION_MINOR_REVISION  30\r
+#define DXE_SPECIFICATION_MINOR_REVISION  40\r
 #define DXE_SERVICES_REVISION             ((DXE_SPECIFICATION_MAJOR_REVISION<<16) | (DXE_SPECIFICATION_MINOR_REVISION))\r
 \r
 typedef struct {\r
index 75accf9f0ff45a9abb37a56f4c214b2e6e79a9ef..f5f07deba02e899afc94e96dfb080780b6e66aca 100644 (file)
@@ -12,7 +12,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
@@ -808,7 +808,7 @@ EFI_STATUS
 // PEI Specification Revision information\r
 //\r
 #define PEI_SPECIFICATION_MAJOR_REVISION  1\r
-#define PEI_SPECIFICATION_MINOR_REVISION  30\r
+#define PEI_SPECIFICATION_MINOR_REVISION  40\r
 ///\r
 /// Specification inconsistency here: \r
 /// In the PI1.0 spec, PEI_SERVICES_SIGNATURE is defined as 0x5652455320494550. But \r
index 011127a764bd2cdb3a5264ea3663ccc975b04a41..26880b82e4361820e8b2235ffb28d5fd8d6cc4ec 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
-  Common definitions in the Platform Initialization Specification version 1.2\r
+  Common definitions in the Platform Initialization Specification version 1.4\r
   VOLUME 4 System Management Mode Core Interface version.\r
 \r
-  Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2015, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -26,10 +26,10 @@ typedef struct _EFI_SMM_SYSTEM_TABLE2  EFI_SMM_SYSTEM_TABLE2;
 ///\r
 #define SMM_SMST_SIGNATURE            SIGNATURE_32 ('S', 'M', 'S', 'T')\r
 ///\r
-/// The System Management System Table (SMST) revision is 1.2\r
+/// The System Management System Table (SMST) revision is 1.4\r
 ///\r
 #define SMM_SPECIFICATION_MAJOR_REVISION  1\r
-#define SMM_SPECIFICATION_MINOR_REVISION  30\r
+#define SMM_SPECIFICATION_MINOR_REVISION  40\r
 #define EFI_SMM_SYSTEM_TABLE2_REVISION    ((SMM_SPECIFICATION_MAJOR_REVISION<<16) | (SMM_SPECIFICATION_MINOR_REVISION))\r
 \r
 /**\r