<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255); text-align: left;" dir="auto">
But it won't passed the patch check. So skip patch check? </div>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255); text-align: left;" dir="auto">
BtW, do we have owner of VfrSpec?</div>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255); text-align: left;" dir="auto">
<br>
</div>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255); text-align: left;" dir="auto">
Abner</div>
<div id="ms-outlook-mobile-signature">
<div><br>
</div>
Get <a href="https://aka.ms/ghei36">Outlook for Android</a></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> devel@edk2.groups.io <devel@edk2.groups.io> on behalf of gaoliming <gaoliming@byosoft.com.cn><br>
<b>Sent:</b> Tuesday, November 10, 2020 9:24:22 AM<br>
<b>To:</b> Chang, Abner (HPS SW/FW Technologist) <abner.chang@hpe.com>; devel@edk2.groups.io <devel@edk2.groups.io><br>
<b>Cc:</b> 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) <peter.ohanley@hpe.com><br>
<b>Subject:</b> [edk2-devel] 回复: [VFR REST_STYLE PATCH 1/1] VfrSpecification: Add REST_STYLE</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Abner:<br>
  The syntax change is OK. But, please keep license unchanged. This patch is<br>
to add new syntax, not update license. <br>
<br>
Thanks<br>
Liming<br>
> -----邮件原件-----<br>
> 发件人: Abner Chang <abner.chang@hpe.com><br>
> 发送时间: 2020年11月9日 23:46<br>
> 收件人: devel@edk2.groups.io<br>
> 抄送: abner.chang@hpe.com; Liming Gao <gaoliming@byosoft.com.cn>;<br>
> Dandan Bi <dandan.bi@intel.com>; Nickle Wang <nickle.wang@hpe.com>;<br>
> Peter O'Hanley <peter.ohanley@hpe.com><br>
> 主题: [VFR REST_STYLE PATCH 1/1] VfrSpecification: Add REST_STYLE<br>
> <br>
> Add REST_STYLE to question flag<br>
> <br>
> Signed-off-by: Abner Chang <abner.chang@hpe.com><br>
> <br>
> Cc: Liming Gao <gaoliming@byosoft.com.cn><br>
> Cc: Dandan Bi <dandan.bi@intel.com><br>
> Cc: Nickle Wang <nickle.wang@hpe.com><br>
> Cc: Peter O'Hanley <peter.ohanley@hpe.com><br>
> ---<br>
>  .../210_vfr_general_token_definition.md             | 13 +++----------<br>
>  2_vfr_description_in_bnf/211_vfr_form_definition.md | 13 +++----------<br>
>  2 files changed, 6 insertions(+), 20 deletions(-)<br>
> <br>
> diff --git a/2_vfr_description_in_bnf/210_vfr_general_token_definition.md<br>
> b/2_vfr_description_in_bnf/210_vfr_general_token_definition.md<br>
> index 7dc42f0..a60308d 100644<br>
> --- a/2_vfr_description_in_bnf/210_vfr_general_token_definition.md<br>
> +++ b/2_vfr_description_in_bnf/210_vfr_general_token_definition.md<br>
> @@ -2,6 +2,7 @@<br>
>    2.10 VFR General Token Definition<br>
> <br>
>    Copyright (c) 2007-2017, Intel Corporation. All rights reserved.<BR><br>
> +  (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR><br>
> <br>
>    Redistribution and use in source (original document form) and<br>
'compiled'<br>
>    forms (converted to PDF, epub, HTML and other formats) with or without<br>
> @@ -16,16 +17,7 @@<br>
>       notice, this list of conditions and the following disclaimer in the<br>
>       documentation and/or other materials provided with the distribution.<br>
> <br>
> -  THIS DOCUMENTATION IS PROVIDED BY TIANOCORE PROJECT "AS IS"<br>
> AND ANY EXPRESS OR<br>
> -  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED<br>
> WARRANTIES OF<br>
> -  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE<br>
> DISCLAIMED. IN NO<br>
> -  EVENT SHALL TIANOCORE PROJECT  BE LIABLE FOR ANY DIRECT,<br>
> INDIRECT, INCIDENTAL,<br>
> -  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT<br>
> NOT LIMITED TO,<br>
> -  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,<br>
> DATA, OR PROFITS;<br>
> -  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY<br>
> OF LIABILITY,<br>
> -  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING<br>
> NEGLIGENCE OR<br>
> -  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS<br>
> DOCUMENTATION, EVEN IF<br>
> -  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br>
> +  SPDX-License-Identifier: BSD-2-Clause-Patent<br>
> <br>
>  --><br>
> <br>
> @@ -117,6 +109,7 @@ questionheaderFlagsField ::=<br>
>    | "INTERACTIVE"<br>
>    | "RESET_REQUIRED"<br>
>    | "OPTIONS_ONLY"<br>
> +  | "REST_STYLE"<br>
> <br>
>  vfrStorageVarId ::=<br>
>    ( StringIdentifier "[" Number "]" )<br>
> diff --git a/2_vfr_description_in_bnf/211_vfr_form_definition.md<br>
> b/2_vfr_description_in_bnf/211_vfr_form_definition.md<br>
> index 2e63bdf..b709f35 100644<br>
> --- a/2_vfr_description_in_bnf/211_vfr_form_definition.md<br>
> +++ b/2_vfr_description_in_bnf/211_vfr_form_definition.md<br>
> @@ -2,6 +2,7 @@<br>
>    2.11 VFR Form Definition<br>
> <br>
>    Copyright (c) 2007-2017, Intel Corporation. All rights reserved.<BR><br>
> +  (C) Copyright 2020 Hewlett Packard Enterprise Development LP<BR><br>
> <br>
>    Redistribution and use in source (original document form) and<br>
'compiled'<br>
>    forms (converted to PDF, epub, HTML and other formats) with or without<br>
> @@ -16,16 +17,7 @@<br>
>       notice, this list of conditions and the following disclaimer in the<br>
>       documentation and/or other materials provided with the distribution.<br>
> <br>
> -  THIS DOCUMENTATION IS PROVIDED BY TIANOCORE PROJECT "AS IS"<br>
> AND ANY EXPRESS OR<br>
> -  IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED<br>
> WARRANTIES OF<br>
> -  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE<br>
> DISCLAIMED. IN NO<br>
> -  EVENT SHALL TIANOCORE PROJECT  BE LIABLE FOR ANY DIRECT,<br>
> INDIRECT, INCIDENTAL,<br>
> -  SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT<br>
> NOT LIMITED TO,<br>
> -  PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,<br>
> DATA, OR PROFITS;<br>
> -  OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY<br>
> OF LIABILITY,<br>
> -  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING<br>
> NEGLIGENCE OR<br>
> -  OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS<br>
> DOCUMENTATION, EVEN IF<br>
> -  ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.<br>
> +  SPDX-License-Identifier: BSD-2-Clause-Patent<br>
> <br>
>  --><br>
> <br>
> @@ -786,6 +778,7 @@ oneofoptionFlagsField ::=<br>
>    | "INTERACTIVE"<br>
>    | "RESET_REQUIRED"<br>
>    | "DEFAULT"<br>
> +  | "REST_STYLE"<br>
>  ```<br>
> <br>
>  #### BEHAVIORS AND RESTRICTIONS<br>
> --<br>
> 2.21.0.windows.1<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
</div>
</span></font></div>
</body>
</html>


 <div width="1" style="color:white;clear:both">_._,_._,_</div> <hr> Groups.io Links:<p>   You receive all messages sent to this group.    <p> <a target="_blank" href="https://edk2.groups.io/g/devel/message/67201">View/Reply Online (#67201)</a> |    |  <a target="_blank" href="https://groups.io/mt/78151031/1813853">Mute This Topic</a>  | <a href="https://edk2.groups.io/g/devel/post">New Topic</a><br>    <a href="https://edk2.groups.io/g/devel/editsub/1813853">Your Subscription</a> | <a href="mailto:devel+owner@edk2.groups.io">Contact Group Owner</a> |  <a href="https://edk2.groups.io/g/devel/unsub">Unsubscribe</a>  [edk2-devel-archive@redhat.com]<br> <div width="1" style="color:white;clear:both">_._,_._,_</div>