From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atlmailgw2.ami.com (atlmailgw2.ami.com []) by mx.groups.io with SMTP id smtpd.web12.1670.1588878277926233898 for ; Thu, 07 May 2020 12:04:39 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: ami.com, ip: , mailfrom: oleksiyy@ami.com) X-AuditID: ac10606f-05fff70000001b62-2f-5eb45bc5d0af Received: from atlms1.us.megatrends.com (atlms1.us.megatrends.com [172.16.96.144]) (using TLS with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (Client did not present a certificate) by atlmailgw2.ami.com (Symantec Messaging Gateway) with SMTP id BA.0B.07010.5CB54BE5; Thu, 7 May 2020 15:04:38 -0400 (EDT) Received: from Oleksiy77.us.megatrends.com (172.16.97.158) by atlms1.us.megatrends.com (172.16.96.144) with Microsoft SMTP Server id 14.3.468.0; Thu, 7 May 2020 15:03:14 -0400 From: "Oleksiy Yakovlev" To: CC: , , , , Subject: [PATCH 2/5] MdePkg: Updates to PI 1.7 Revision numbers for Date: Thu, 7 May 2020 15:03:07 -0400 Message-ID: <20200507190310.38968-3-oleksiyy@ami.com> X-Mailer: git-send-email 2.9.0.windows.1 In-Reply-To: <20200507190310.38968-1-oleksiyy@ami.com> References: <20200507190310.38968-1-oleksiyy@ami.com> MIME-Version: 1.0 Return-Path: oleksiyy@ami.com X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrAIsWRmVeSWpSXmKPExsWyRiBhgu6x6C1xBqc+8li0T5jNZrHi3gZ2 i46Of0wOzB7bv19g9Fi85yVTAFNUA6NNYl5efkliSapCSmpxsq1SQFFmWWJypZJCZoqtkqGS QkFOYnJqbmpeia1SYkFBal6Kkh2XAgawASrLzFNIzUvOT8nMS7dV8gz217WwMLXUNVSyC8lI VcjMS8svyk0syczPU0jOzysBqk5NAYoqJHRzZrStW8VY8IOv4uOag4wNjLt4uhg5OSQETCSO 7l7C1sXIxSEksItJYsuS36wQzmZGiXPr3zOBVLEJaEocODaFEcQWEZCSmHJgJlicWaBI4vbR 1ywgtrCAs8SPRevBbBYBFYmNd86ygdi8AqYSFw5tZoTYpiExbc1dsF5OATOJ039OMYPYQkA1 J8/+YoWoF5Q4OfMJC8R8CYmDL15A1chKtB1/zj6BkX8WkrJZSMoWMDKtYhRKLMnJTczMSS83 0kvMzdRLzs/dxAiJrvwdjB8/mh9iZOJgPMQowcGsJMLL82NjnBBvSmJlVWpRfnxRaU5q8SFG J6AHJjJLcYNCEBgl8cYGBlKiMI6hiZmJuZG5oaWJubGxkjjvpLVr4oQE0oFRm52aWpBaBDOE iYNTqoHR1Pdt2Rv2qyd/zfh4p/f8U6Wdk3fLV0w+/UFVzPbk43yR/JOKVsG25X3S1+5abV1s 3RetovfOeoNvqPKXQ5cbTsc/2LJA+Vrlk/rHyb4P/ywv0hW5lCo8/9rS2gjDuzPzeGSu7p2z a+euNDc3lacX6h1OntJV18oL23/o/XyNI6bW2554sHCdVWIpzkg01GIuKk4EAOGy/cHDAgAA Content-Type: text/plain From: Robert Phelps Revision number defines and MACROs were incorrect for the current version of the Specification (PI 1.7 Mantis 1892) Signed-off-by: Robert Phelps --- MdePkg/Include/Pi/PiDxeCis.h | 4 ++-- MdePkg/Include/Pi/PiPeiCis.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MdePkg/Include/Pi/PiDxeCis.h b/MdePkg/Include/Pi/PiDxeCis.h index e44744654f..1682211d92 100644 --- a/MdePkg/Include/Pi/PiDxeCis.h +++ b/MdePkg/Include/Pi/PiDxeCis.h @@ -5,7 +5,7 @@ Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent @par Revision Reference: - PI Version 1.6 + PI Version 1.7 **/ @@ -690,7 +690,7 @@ EFI_STATUS // #define DXE_SERVICES_SIGNATURE 0x565245535f455844ULL #define DXE_SPECIFICATION_MAJOR_REVISION 1 -#define DXE_SPECIFICATION_MINOR_REVISION 60 +#define DXE_SPECIFICATION_MINOR_REVISION 70 #define DXE_SERVICES_REVISION ((DXE_SPECIFICATION_MAJOR_REVISION<<16) | (DXE_SPECIFICATION_MINOR_REVISION)) typedef struct { diff --git a/MdePkg/Include/Pi/PiPeiCis.h b/MdePkg/Include/Pi/PiPeiCis.h index d9d4ed7d41..ebfe598172 100644 --- a/MdePkg/Include/Pi/PiPeiCis.h +++ b/MdePkg/Include/Pi/PiPeiCis.h @@ -5,7 +5,7 @@ Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.
SPDX-License-Identifier: BSD-2-Clause-Patent @par Revision Reference: - PI Version 1.6. + PI Version 1.7. **/ @@ -850,7 +850,7 @@ EFI_STATUS // PEI Specification Revision information // #define PEI_SPECIFICATION_MAJOR_REVISION 1 -#define PEI_SPECIFICATION_MINOR_REVISION 60 +#define PEI_SPECIFICATION_MINOR_REVISION 70 /// /// Specification inconsistency here: /// In the PI1.0 spec, PEI_SERVICES_SIGNATURE is defined as 0x5652455320494550. But -- 2.24.1.windows.2 Please consider the environment before printing this email. The information contained in this message may be confidential and proprietary to American Megatrends (AMI). This communication is intended to be read only by the individual or entity to whom it is addressed or by their designee. If the reader of this message is not the intended recipient, you are on notice that any distribution of this message, in any form, is strictly prohibited. Please promptly notify the sender by reply e-mail or by telephone at 770-246-8600, and then delete or destroy all copies of the transmission.