summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Uefi
diff options
context:
space:
mode:
authorOleksiy Yakovlev <oleksiyy@ami.com>2020-05-14 03:52:44 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-05-15 05:05:52 +0000
commit8adad18a94bd34401523fa8925341f181ded9c65 (patch)
treefa34344cddf5754dc86a7d7bcd3ff7576c170a51 /MdePkg/Include/Uefi
parentebe377f9eb263ae883b79c6ced76a1cd997c5cd3 (diff)
downloadedk2-8adad18a94bd34401523fa8925341f181ded9c65.tar.gz
edk2-8adad18a94bd34401523fa8925341f181ded9c65.tar.bz2
edk2-8adad18a94bd34401523fa8925341f181ded9c65.zip
MdePkg: REST style formset
New ClassGuid EFI_HII_REST_STYLE_FORMSET_GUID is defined. In question level, a new flag EFI_IFR_FLAG_REST_STYLE is defined. (UEFI 2.8 mantis 1853) Signed-off-by: Oleksiy Yakovlev <oleksiyy@ami.com> Reviewed-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Zhiguang Liu <zhiguang.liu@intel.com>
Diffstat (limited to 'MdePkg/Include/Uefi')
-rw-r--r--MdePkg/Include/Uefi/UefiInternalFormRepresentation.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
index 4a1346a599..40fcdb7960 100644
--- a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
+++ b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h
@@ -825,6 +825,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