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.web12.3068.1589399613806108138 for ; Wed, 13 May 2020 12:53:41 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: ami.com, ip: , mailfrom: oleksiyy@ami.com) X-AuditID: ac1060b2-0f7ff700000018d4-d5-5ebc5044ed9f 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 69.05.06356.4405CBE5; Wed, 13 May 2020 15:53:40 -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; Wed, 13 May 2020 15:52:57 -0400 From: "Oleksiy Yakovlev" To: CC: , , , , Subject: [PATCH v7 6/7] MdePkg: Add UEFI Spec Revision 2.8 Date: Wed, 13 May 2020 15:52:47 -0400 Message-ID: <20200513195248.50296-7-oleksiyy@ami.com> X-Mailer: git-send-email 2.9.0.windows.1 In-Reply-To: <20200513195248.50296-1-oleksiyy@ami.com> References: <20200513195248.50296-1-oleksiyy@ami.com> MIME-Version: 1.0 Return-Path: oleksiyy@ami.com X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrCIsWRmVeSWpSXmKPExsWyRiBhgq5LwJ44gycLNCx+HZ3HZtE+YTab xYp7G9gtOjr+MTmweGz/foHRY/Gel0wBTFENjDaJeXn5JYklqQopqcXJtkoBRZllicmVSgqZ KbZKhkoKBTmJyam5qXkltkqJBQWpeSlKdlwKGMAGqCwzTyE1Lzk/JTMv3VbJM9hf18LC1FLX UMkuJCNVITMvLb8oN7EkMz9PITk/rwSoOjUFKKqQ0M2ZMenCLPaC2ewV3+c3sTQw9rF1MXJy SAiYSNy+dpG9i5GLQ0hgF5PEw2+ToJwtjBIND7Yxg1SxCWhKHDg2hRHEFhGQkphyYCYTiM0s UCHxdOUTFhBbWMBK4uP5F2D1LAKqEpOv3weq5+DgFTCV+N7kArFMQ2LamrtgrZwCZhJf770C KxcCKnl+YS7YGF4BQYmTMyFGMgtISBx88QKqRlai7fhz9gmM/LOQlM1CUraAkWkVo1BiSU5u YmZOermhXmJupl5yfu4mRkiUbdrB2HLR/BAjEwfjIUYJDmYlEV6/9bvjhHhTEiurUovy44tK c1KLDzE6Ad0/kVmKGxSAwBiJNzYwkBKFcQxNzEzMjcwNLU3MjY2VxHknr10TJySQDozZ7NTU gtQimCFMHJxSDYy2Ba9jV1a+kbklv2LV/q9eF/kO2+89l3/kh7qGmGxRovEbfYme6du4TrDv nOgYoWw7SyHxYfjTXn+DaiNh8y13rpWcEhIX3lPxzLHq3OH/kV9f9Vy/dKRVbYOGQ/EN57+B f+bmh8yVy+maNtOp83fcTR37Q8pKso9iVp9xv7DVNG1NVpB5vIUSS3FGoqEWc1FxIgDyeTB+ xwIAAA== 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 Reviewed-by: Liming Gao --- 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 8ffaf97..b9282cc 100644 --- a/MdePkg/Include/Uefi/UefiSpec.h +++ b/MdePkg/Include/Uefi/UefiSpec.h @@ -1788,6 +1788,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.