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.web10.18524.1586464008486578136 for ; Thu, 09 Apr 2020 13:26:53 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: ami.com, ip: , mailfrom: oleksiyy@ami.com) X-AuditID: ac1060b2-0e1ff700000018d4-12-5e8f850dc891 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 1C.1A.06356.D058F8E5; Thu, 9 Apr 2020 16:26: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; Thu, 9 Apr 2020 16:25:58 -0400 From: "Oleksiy Yakovlev" To: CC: , , , , Subject: [PATCH v1 6/7] MdePkg: Add UEFI Spec Revision 2.8 Date: Thu, 9 Apr 2020 16:25:49 -0400 Message-ID: <20200409202550.35116-7-oleksiyy@ami.com> X-Mailer: git-send-email 2.9.0.windows.1 In-Reply-To: <20200409202550.35116-1-oleksiyy@ami.com> References: <20200409202550.35116-1-oleksiyy@ami.com> MIME-Version: 1.0 Return-Path: oleksiyy@ami.com X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrKIsWRmVeSWpSXmKPExsWyRiBhgi5va3+cwekeSYtfR+exWbRPmM1m seLeBnaLjo5/TA4sHtu/X2D0WLznJVMAU1QDo01iXl5+SWJJqkJKanGyrVJAUWZZYnKlkkJm iq2SoZJCQU5icmpual6JrVJiQUFqXoqSHZcCBrABKsvMU0jNS85PycxLt1XyDPbXtbAwtdQ1 VLILyUhVyMxLyy/KTSzJzM9TSM7PKwGqTk0BiiokdHNmfLswh7ngFVvF/4aT7A2Mj1m7GDk5 JARMJLYev87UxcjFISSwi0ni/O3bjBDOZkaJjkcTmEGq2AQ0JQ4cm8IIYosISElMOTCTCcRm FqiQeLryCQuILSxgLbH4wVEwm0VAReLhwi/sIDavgKlE8+Nv7BDbNCSmrbkL1sspYCZx6dA+ MFsIqOb5ijZGiHpBiZMzIWYyC0hIHHzxghmiRlai7fhz9gmM/LOQlM1CUraAkWkVo1BiSU5u YmZOermhXmJupl5yfu4mRkicbdrB2HLR/BAjEwfjIUYJDmYlEV7vpt44Id6UxMqq1KL8+KLS nNTiQ4xOQA9MZJbiBoUgMErijQ0MpERhHEMTMxNzI3NDSxNzY2Mlcd4afZ84IYF0YNRmp6YW pBbBDGHi4JRqYHTq3HZQfmfhw4rWZ+5yn0s6rPcYTDx8/HP/Hvav95u3vVXJ2cTikhMXfzsv q0kkPVvxfJzxHZ+3nlXhk78xVVkffv/NcM57zY06yrdUvx0qOn7yEMvlym37E2f84Ar52OEv dvmP9r3k6cc97KLvWX3/bRYVtVa30HJlNWvF9cmNLBK/lj9P2a3EUpyRaKjFXFScCAAxe2bd yAIAAA== Content-Type: text/plain Added entrie in the EFI_SYSTEM_TABLE related definitions section, to signify UEFI 2.8 spec revision. (UEFI 2.8 mantis 1926) Signed-off-by: Oleksiy Yakovlev --- MdePkg/Include/Uefi/UefiSpec.h | 1 + 1 file changed, 1 insertion(+) diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpec.h index 444aa35..c6d306d 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -1786,6 +1786,7 @@ EFI_STATUS // EFI Runtime Services Table // #define EFI_SYSTEM_TABLE_SIGNATURE SIGNATURE_64 ('I','B','I',' ','S','Y','S','T') +#define EFI_2_80_SYSTEM_TABLE_REVISION ((2 << 16) | (80)) #define EFI_2_70_SYSTEM_TABLE_REVISION ((2 << 16) | (70)) #define EFI_2_60_SYSTEM_TABLE_REVISION ((2 << 16) | (60)) #define EFI_2_50_SYSTEM_TABLE_REVISION ((2 << 16) | (50)) -- 2.9.0.windows.1 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.