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.web11.5783.1585945395459938909 for ; Fri, 03 Apr 2020 13:23:21 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: ami.com, ip: , mailfrom: oleksiyy@ami.com) X-AuditID: ac10606f-049ff70000001b62-aa-5e879b3a8f03 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 AE.FF.07010.A3B978E5; Fri, 3 Apr 2020 16:23:22 -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; Fri, 3 Apr 2020 16:22:45 -0400 From: "Oleksiy Yakovlev" To: CC: , , , , Subject: [PATCH 6/7] MdePkg: Add UEFI Spec Revision 2.8 Date: Fri, 3 Apr 2020 16:22:37 -0400 Message-ID: <20200403202238.34484-7-oleksiyy@ami.com> X-Mailer: git-send-email 2.9.0.windows.1 In-Reply-To: <20200403202238.34484-1-oleksiyy@ami.com> References: <20200403202238.34484-1-oleksiyy@ami.com> MIME-Version: 1.0 Return-Path: oleksiyy@ami.com X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrCIsWRmVeSWpSXmKPExsWyRiBhgq7V7PY4g7mr5Cx+HZ3HZtE+YTab xYp7G9gtOjr+MTmweGz/foHRY/Gel0wBTFENjDaJeXn5JYklqQopqcXJtkoBRZllicmVSgqZ KbZKhkoKBTmJyam5qXkltkqJBQWpeSlKdlwKGMAGqCwzTyE1Lzk/JTMv3VbJM9hf18LC1FLX UMkuJCNVITMvLb8oN7EkMz9PITk/rwSoOjUFKKqQ0M2Z8e3CHOaCV2wV/xtOsjcwPmbtYuTk kBAwkZix/TsjiC0ksItJYt0M5y5GLiB7M6PEl5c72EESbAKaEgeOTQErEhGQkphyYCYTiM0s UCHxdOUTFhBbWMBCYtLsn2wgNouAisSfbT/AbF4BU4lPb5YxQyzTkJi25i5YL6eAmcSxeaug FptKNLe3MkHUC0qcnAkxk1lAQuLgixfMEDWyEm3Hn7NPYOSfhaRsFpKyBYxMqxiFEktychMz c9LLjfQSczP1kvNzNzFCoix/B+PHj+aHGJk4GA8xSnAwK4nwOs5ojRPiTUmsrEotyo8vKs1J LT7E6AT0wERmKW5QAAJjJN7YwEBKFMYxNDEzMTcyN7Q0MTc2VhLnrdf3iRMSSAfGbHZqakFq EcwQJg5OqQZGobPVLSpVTunPA80fNkfdzYi4rHbZQ0Ay4XfqE4/UmwynVkxRv57pd+WFie/j AO7txmqdZzRvr+fUtsms2O5apiVpru+TY/23UuTLE+7Sa+c/f7F7FROU9XlrXoOJTsYF2UfL Ih5ObdRsl3lj9TBKofWV3Im3IsI/EzZf2DUtxkn7FuOeBwVKLMUZiYZazEXFiQBicg2QxwIA AA== 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.