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.939.1589316519387761698 for ; Tue, 12 May 2020 13:48:45 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: ami.com, ip: , mailfrom: oleksiyy@ami.com) X-AuditID: ac1060b2-0e1ff700000018d4-4c-5ebb0bac5c18 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 D9.53.06356.CAB0BBE5; Tue, 12 May 2020 16:48:44 -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; Tue, 12 May 2020 16:48:04 -0400 From: "Oleksiy Yakovlev" To: CC: , , , , Subject: [PATCH v6 6/7] MdePkg: Add UEFI Spec Revision 2.8 Date: Tue, 12 May 2020 16:47:55 -0400 Message-ID: <20200512204756.25980-7-oleksiyy@ami.com> X-Mailer: git-send-email 2.9.0.windows.1 In-Reply-To: <20200512204756.25980-1-oleksiyy@ami.com> References: <20200512204756.25980-1-oleksiyy@ami.com> MIME-Version: 1.0 Return-Path: oleksiyy@ami.com X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrCIsWRmVeSWpSXmKPExsWyRiBhgu4a7t1xBrO+6Vj8OjqPzaJ9wmw2 ixX3NrBbdHT8Y3Jg8dj+/QKjx+I9L5kCmKIaGG0S8/LySxJLUhVSUouTbZUCijLLEpMrlRQy U2yVDJUUCnISk1NzU/NKbJUSCwpS81KU7LgUMIANUFlmnkJqXnJ+SmZeuq2SZ7C/roWFqaWu oZJdSEaqQmZeWn5RbmJJZn6eQnJ+XglQdWoKUFQhoZszY9KFWewFs9krvs9vYmlg7GPrYuTk kBAwkViz7yJrFyMXh5DALiaJzt8LWCCcLYwSm+92soJUsQloShw4NoURxBYRkJKYcmAmE4jN LFAh8XTlExYQW1jASmL5qZ/MXYwcHCwCqhJvTgiChHkFTCWObGpkhlimITFtzV2wVk4BM4nP O3aAjRcCqvnw4T0bRL2gxMmZECOZBSQkDr54wQxRIyvRdvw5+wRG/llIymYhKVvAyLSKUSix JCc3MTMnvdxQLzE3Uy85P3cTIyTKNu1gbLlofoiRiYPxEKMEB7OSCG9L5s44Id6UxMqq1KL8 +KLSnNTiQ4xOQPdPZJbiBgUgMEbijQ0MpERhHEMTMxNzI3NDSxNzY2Mlcd7Ja9fECQmkA2M2 OzW1ILUIZggTB6dUA+OmawtSrne+rj9g7nHkr2herdjP5Tsf2J96FXB1wdcO6QVyD5a2cliG a4QzfkpSOmb74+BBrhdf4m6tkZw+60+R5gpHm+VpMdFP/NM/+3e45LsyvrhkczkmRoRX1PnO X0ntL9U3ZBuObDiWzzmF5UTQlO2TFkm9mJldq76qbXrHg881/ivUAqWVWIozEg21mIuKEwHK EuDdxwIAAA== 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.