From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.byosoft.com.cn (mail.byosoft.com.cn [58.240.74.242]) by mx.groups.io with SMTP id smtpd.web08.381.1605055815296347407 for ; Tue, 10 Nov 2020 16:50:16 -0800 Authentication-Results: mx.groups.io; dkim=missing; spf=none, err=permanent DNS error (domain: byosoft.com.cn, ip: 58.240.74.242, mailfrom: gaoliming@byosoft.com.cn) Received: from DESKTOPS6D0PVI ([58.246.60.130]) (envelope-sender ) by 192.168.6.13 with ESMTP for ; Wed, 11 Nov 2020 08:50:12 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: "'Abner Chang'" , Cc: "'Dandan Bi'" , "'Nickle Wang'" , "'Peter O'Hanley'" References: <20201110014607.509976-1-abner.chang@hpe.com> In-Reply-To: <20201110014607.509976-1-abner.chang@hpe.com> Subject: =?UTF-8?B?5Zue5aSNOiBbVkZSIFJFU1RfU1RZTEUgUEFUQ0ggdjIgMS8xXSBWZnJTcGVjaWZpY2F0aW9uOiBBZGQgUkVTVF9TVFlMRQ==?= Date: Wed, 11 Nov 2020 08:50:11 +0800 Message-ID: <010b01d6b7c4$9c769b20$d563d160$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQFQlay90kXZOJY/SFuOLB8huBDVFKrOXbWA Content-Type: text/plain; charset="gb2312" Content-Transfer-Encoding: quoted-printable Content-Language: zh-cn Reviewed-by: Liming Gao > -----=D3=CA=BC=FE=D4=AD=BC=FE----- > =B7=A2=BC=FE=C8=CB: Abner Chang > =B7=A2=CB=CD=CA=B1=BC=E4: 2020=C4=EA11=D4=C210=C8=D5 9:46 > =CA=D5=BC=FE=C8=CB: devel@edk2.groups.io > =B3=AD=CB=CD: abner.chang@hpe.com; Liming Gao = ; > Dandan Bi ; Nickle Wang ; > Peter O'Hanley > =D6=F7=CC=E2: [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add = REST_STYLE >=20 > Add REST_STYLE to question flag >=20 > Signed-off-by: Abner Chang >=20 > Cc: Liming Gao > Cc: Dandan Bi > Cc: Nickle Wang > Cc: Peter O'Hanley > --- > 2_vfr_description_in_bnf/210_vfr_general_token_definition.md | 2 ++ > 2_vfr_description_in_bnf/211_vfr_form_definition.md | 2 ++ > 2 files changed, 4 insertions(+) >=20 > diff --git = a/2_vfr_description_in_bnf/210_vfr_general_token_definition.md > b/2_vfr_description_in_bnf/210_vfr_general_token_definition.md > index 7dc42f0..48057f5 100644 > --- a/2_vfr_description_in_bnf/210_vfr_general_token_definition.md > +++ b/2_vfr_description_in_bnf/210_vfr_general_token_definition.md > @@ -2,6 +2,7 @@ > 2.10 VFR General Token Definition >=20 > Copyright (c) 2007-2017, Intel Corporation. All rights = reserved.
> + (C) Copyright 2020 Hewlett Packard Enterprise Development LP
>=20 > Redistribution and use in source (original document form) and 'compiled' > forms (converted to PDF, epub, HTML and other formats) with or = without > @@ -117,6 +118,7 @@ questionheaderFlagsField ::=3D > | "INTERACTIVE" > | "RESET_REQUIRED" > | "OPTIONS_ONLY" > + | "REST_STYLE" >=20 > vfrStorageVarId ::=3D > ( StringIdentifier "[" Number "]" ) > diff --git a/2_vfr_description_in_bnf/211_vfr_form_definition.md > b/2_vfr_description_in_bnf/211_vfr_form_definition.md > index 2e63bdf..238436b 100644 > --- a/2_vfr_description_in_bnf/211_vfr_form_definition.md > +++ b/2_vfr_description_in_bnf/211_vfr_form_definition.md > @@ -2,6 +2,7 @@ > 2.11 VFR Form Definition >=20 > Copyright (c) 2007-2017, Intel Corporation. All rights = reserved.
> + (C) Copyright 2020 Hewlett Packard Enterprise Development LP
>=20 > Redistribution and use in source (original document form) and 'compiled' > forms (converted to PDF, epub, HTML and other formats) with or = without > @@ -786,6 +787,7 @@ oneofoptionFlagsField ::=3D > | "INTERACTIVE" > | "RESET_REQUIRED" > | "DEFAULT" > + | "REST_STYLE" > ``` >=20 > #### BEHAVIORS AND RESTRICTIONS > -- > 2.21.0.windows.1