]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg/Include/Pi: Modify specification number encoding
authorHao Wu <hao.a.wu@intel.com>
Thu, 6 Jul 2017 05:08:28 +0000 (13:08 +0800)
committerHao Wu <hao.a.wu@intel.com>
Fri, 15 Dec 2017 01:24:09 +0000 (09:24 +0800)
Change the PEI and DXE service table revisions to 1.6.

The SMM part is already done by commit:
07c6a47e70ba54709b0e26237770f3c38685e860 &
2f208e59e4b994978a1a24affc306eb694a00327

Cc: Michael D Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Include/Pi/PiDxeCis.h
MdePkg/Include/Pi/PiPeiCis.h

index 079dd3eab1ecb75d57c1cd77ded00953efede3cf..c081d047b35fe9ae6e21fb8b382206d356ba02b2 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Include file matches things in PI.\r
 \r
-Copyright (c) 2006 - 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2017, 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.4\r
+  PI Version 1.6\r
 \r
 **/\r
 \r
@@ -696,7 +696,7 @@ EFI_STATUS
 //\r
 #define DXE_SERVICES_SIGNATURE            0x565245535f455844ULL\r
 #define DXE_SPECIFICATION_MAJOR_REVISION  1\r
-#define DXE_SPECIFICATION_MINOR_REVISION  40\r
+#define DXE_SPECIFICATION_MINOR_REVISION  60\r
 #define DXE_SERVICES_REVISION             ((DXE_SPECIFICATION_MAJOR_REVISION<<16) | (DXE_SPECIFICATION_MINOR_REVISION))\r
 \r
 typedef struct {\r
index aebe3eacf442e84eaff7774b531aa6420eaba9d4..eace494ecf509bd2e20ea81a56ee095a7db20def 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.4a.\r
+  PI Version 1.6.\r
 \r
 **/\r
 \r
@@ -859,7 +859,7 @@ EFI_STATUS
 // PEI Specification Revision information\r
 //\r
 #define PEI_SPECIFICATION_MAJOR_REVISION  1\r
-#define PEI_SPECIFICATION_MINOR_REVISION  40\r
+#define PEI_SPECIFICATION_MINOR_REVISION  60\r
 ///\r
 /// Specification inconsistency here: \r
 /// In the PI1.0 spec, PEI_SERVICES_SIGNATURE is defined as 0x5652455320494550. But \r