From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atlmailgw1.ami.com (atlmailgw1.ami.com []) by mx.groups.io with SMTP id smtpd.web11.990.1589228691539924417 for ; Mon, 11 May 2020 13:24:53 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: ami.com, ip: , mailfrom: oleksiyy@ami.com) X-AuditID: ac1060b2-0f7ff700000018d4-91-5eb9b494aa9f 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 atlmailgw1.ami.com (Symantec Messaging Gateway) with SMTP id 17.31.06356.594B9BE5; Mon, 11 May 2020 16:24:53 -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; Mon, 11 May 2020 16:24:16 -0400 From: "Oleksiy Yakovlev" To: CC: , , , , Subject: [PATCH v2 2/5] MdePkg: Updates to PI 1.7 Revision numbers for Date: Mon, 11 May 2020 16:24:10 -0400 Message-ID: <20200511202413.18140-3-oleksiyy@ami.com> X-Mailer: git-send-email 2.9.0.windows.1 In-Reply-To: <20200511202413.18140-1-oleksiyy@ami.com> References: <20200511202413.18140-1-oleksiyy@ami.com> MIME-Version: 1.0 Return-Path: oleksiyy@ami.com X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFlrPIsWRmVeSWpSXmKPExsWyRiBhgu7ULTvjDG6u5LNonzCbzWLFvQ3s Fh0d/5gcmD22f7/A6LF4z0umAKaoBkabxLy8/JLEklSFlNTiZFulgKLMssTkSiWFzBRbJUMl hYKcxOTU3NS8ElulxIKC1LwUJTsuBQxgA1SWmaeQmpecn5KZl26r5Bnsr2thYWqpa6hkF5KR qpCZl5ZflJtYkpmfp5Ccn1cCVJ2aAhRVSOjmzFjfcYS9YA1/xd8zn5kbGF/ydDFyckgImEgs 6//M1sXIxSEksItJ4sHyt8wQzhZGifP7V7CCVLEJaEocODaFEcQWEZCSmHJgJhOIzSxQJHH7 6GsWEFtYwE3i8YNzbCA2i4CqxIY57WC9vAKmEpd+v2OB2KYhMW3NXbBeTgEzid2L3gDN5ABa Ziqx/EcYRLmgxMmZT1ggxktIHHzxghnEFhKQlWg7/px9AiP/LCRls5CULWBkWsUolFiSk5uY mZNebqiXmJupl5yfu4kRElubdjC2XDQ/xMjEwXiIUYKDWUmEtyVzZ5wQb0piZVVqUX58UWlO avEhRieg+ycyS3GDAhAYI/HGBgZSojCOoYmZibmRuaGlibmxsZI47+S1a+KEBNKBMZudmlqQ WgQzhImDU6qBcVaFcG22eJD70gmbDOJqnzXH/3/AULHzOXf9eoEkhRf70qQmP7u1Z0q5aWLL PT2VZ7F+22tfPdpuf/1C0s4TsdzFEoUdbOrPt704K/LiZNukbWel+J7GZdbULGnftEuhe62H 1MWL5ZMb5zjv2/OwbeeqK4c2vHXl2ybrPP/Uy3Omdo7+etPa85VYijMSDbWYi4oTAU4Nfb7C AgAA 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 Reviewed-by: Zhiguang Liu --- 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.