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.web10.1970.1588974461383918391 for ; Fri, 08 May 2020 14:47:42 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=fail (domain: ami.com, ip: , mailfrom: oleksiyy@ami.com) X-AuditID: ac10606f-05fff70000001b62-23-5eb5d37cd8e2 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 1F.FC.07010.C73D5BE5; Fri, 8 May 2020 17:47:41 -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, 8 May 2020 17:46:13 -0400 From: "Oleksiy Yakovlev" To: CC: , , , , Subject: [PATCH v4 2/7] BaseTools: REST style formset Date: Fri, 8 May 2020 17:46:06 -0400 Message-ID: <20200508214611.70592-3-oleksiyy@ami.com> X-Mailer: git-send-email 2.9.0.windows.1 In-Reply-To: <20200508214611.70592-1-oleksiyy@ami.com> References: <20200508214611.70592-1-oleksiyy@ami.com> MIME-Version: 1.0 Return-Path: oleksiyy@ami.com X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrMIsWRmVeSWpSXmKPExsWyRiBhgm7t5a1xBufPMFr8OjqPzaJ9wmw2 ixX3NrBbdHT8Y3Jg8dj+/QKjx+I9L5kCmKIaGG0S8/LySxJLUhVSUouTbZUCijLLEpMrlRQy U2yVDJUUCnISk1NzU/NKbJUSCwpS81KU7LgUMIANUFlmnkJqXnJ+SmZeuq2SZ7C/roWFqaWu oZJdSEaqQmZeWn5RbmJJZn6eQnJ+XglQdWoKUFQhoZszY/+FRawFh9krnp6OaGDcxtbFyMkh IWAisaPrE2sXIxeHkMAuJolNP1+zQTibGSXW7DkGVsUmoClx4NgURhBbREBKYsqBmUwgNrNA hcTTlU9YQGxhATOJ60vPMncxcnCwCKhItG/iBQnzCphKbJg1nx1imYbEtDV3wVo5gcrPbF3H DGILAdU8232HCaJeUOLkTIiRzAISEgdfvICqkZVoO/6cfQIj/ywkZbOQlC1gZFrFKJRYkpOb mJmTXm6kl5ibqZecn7uJERJj+TsYP340P8TIxMF4iFGCg1lJhHdixZY4Id6UxMqq1KL8+KLS nNTiQ4xOQPdPZJbiBoUfMELijQ0MpERhHEMTMxNzI3NDSxNzY2Mlcd5Ja9fECQmkAyM2OzW1 ILUIZggTB6dUA+MKhkD7XBvPU8fLjvQqN6y+ExbLrTLX2f23acZ30dddc2V8LXLkjhz9ed// /NKZRrcnG7E5hF/pCv8h1/2v/oxOeM0Hubxv/W3P5n14tHPz01K+bW1WK/qUHlj59HcxKUx8 5n8qafMEUZkjMqqnRb4bi0vJ1K2SiV0jvy5q7+5ptpM69GoOzldiKc5INNRiLipOBADrgwFR xgIAAA== Content-Type: text/plain In question level, a new flag EFI_IFR_FLAG_REST_STYLE is defined. (UEFI 2.8 mantis 1853) Signed-off-by: Oleksiy Yakovlev --- BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h | 1 + 1 file changed, 1 insertion(+) diff --git a/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h b/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h index b0bd7c5..b9fa8c3 100644 --- a/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h +++ b/BaseTools/Source/C/Include/Common/UefiInternalFormRepresentation.h @@ -728,6 +728,7 @@ typedef struct _EFI_IFR_QUESTION_HEADER { #define EFI_IFR_FLAG_READ_ONLY 0x01 #define EFI_IFR_FLAG_CALLBACK 0x04 #define EFI_IFR_FLAG_RESET_REQUIRED 0x10 +#define EFI_IFR_FLAG_REST_STYLE 0x20 #define EFI_IFR_FLAG_RECONNECT_REQUIRED 0x40 #define EFI_IFR_FLAG_OPTIONS_ONLY 0x80 -- 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.