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.973.1605165204872956390 for ; Wed, 11 Nov 2020 23:13:26 -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 ; Thu, 12 Nov 2020 15:13:19 +0800 X-WM-Sender: gaoliming@byosoft.com.cn X-WM-AuthFlag: YES X-WM-AuthUser: gaoliming@byosoft.com.cn From: "gaoliming" To: , 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?5Zue5aSNOiBbZWRrMi1kZXZlbF0gW1ZGUiBSRVNUX1NUWUxFIFBBVENIIHYyIDEvMV0gVmZyU3BlY2lmaWNhdGlvbjogQWRkIFJFU1RfU1RZTEU=?= Date: Thu, 12 Nov 2020 15:13:21 +0800 Message-ID: <001201d6b8c3$4de75cb0$e9b61610$@byosoft.com.cn> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQFQlay90kXZOJY/SFuOLB8huBDVFKrQWz8Q 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: bounce+27952+67207+4905953+8761045@groups.io > =B4=FA=B1=ED 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: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecificatio= n: 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.m= d > 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 withou= t > @@ -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 withou= t > @@ -786,6 +787,7 @@ oneofoptionFlagsField ::=3D > | "INTERACTIVE" > | "RESET_REQUIRED" > | "DEFAULT" > + | "REST_STYLE" > ``` >=20 > #### BEHAVIORS AND RESTRICTIONS > -- > 2.21.0.windows.1 >=20 >=20 >=20 >=20 >=20