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.916.1589228403064001759 for ; Mon, 11 May 2020 13:20:09 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: ami.com, ip: , mailfrom: oleksiyy@ami.com) X-AuditID: ac1060b2-0e1ff700000018d4-5a-5eb9b3787509 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 93.31.06356.873B9BE5; Mon, 11 May 2020 16:20:08 -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:19:31 -0400 From: "Oleksiy Yakovlev" To: CC: , , , , Subject: [PATCH v5 6/7] MdePkg: Add UEFI Spec Revision 2.8 Date: Mon, 11 May 2020 16:19:22 -0400 Message-ID: <20200511201923.67744-7-oleksiyy@ami.com> X-Mailer: git-send-email 2.9.0.windows.1 In-Reply-To: <20200511201923.67744-1-oleksiyy@ami.com> References: <20200511201923.67744-1-oleksiyy@ami.com> MIME-Version: 1.0 Return-Path: oleksiyy@ami.com X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrMIsWRmVeSWpSXmKPExsWyRiBhgm7F5p1xBhuWSFr8OjqPzaJ9wmw2 ixX3NrBbdHT8Y3Jg8dj+/QKjx+I9L5kCmKIaGG0S8/LySxJLUhVSUouTbZUCijLLEpMrlRQy U2yVDJUUCnISk1NzU/NKbJUSCwpS81KU7LgUMIANUFlmnkJqXnJ+SmZeuq2SZ7C/roWFqaWu oZJdSEaqQmZeWn5RbmJJZn6eQnJ+XglQdWoKUFQhoZszY9KFWewFs9krvs9vYmlg7GPrYuTk kBAwkdj59x5TFyMXh5DALiaJZ5MnsEE4Wxglpi6cAFbFJqApceDYFEYQW0RASmLKgZlMIDaz QIXE05VPWEBsYQEriSVb9oDFWQRUJdZ/WwoU5+DgFTCVWHAiGmKZhsS0NXeZQMKcAmYSXxbW gISFgCqmzz0H1skrIChxcibERGYBCYmDL14wQ9TISrQdf84+gZF/FpKyWUjKFjAyrWIUSizJ yU3MzEkvN9RLzM3US87P3cQIibFNOxhbLpofYmTiYDzEKMHBrCTC25K5M06INyWxsiq1KD++ qDQntfgQoxPQ+ROZpbhB4QeMkHhjAwMpURjH0MTMxNzI3NDSxNzYWEmcd/LaNXFCAunAiM1O TS1ILYIZwsTBKdXAqLB7wrr07sXtN2NlDv0s+f1u7audU7Lui+lt3WHlY2l9MPaLsuUR5h/F T2e7N7ws5HrD/pJx/f+q1a3a1g++C0zUvKZT9spqR3PPrqSF4WW2Zw6rH1moy+JR2e52UlpP zP/FHOOFx7/XPPGvtF5cdtfJ9oXMgr9tJ2TqH0soh17c92XTM4bGOiWW4oxEQy3mouJEAA37 TXXGAgAA 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.