[edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE

Abner Chang abner.chang at hpe.com
Thu Nov 12 13:57:34 UTC 2020


Seems like I don’t have the write access to that repo.

Abner

> -----Original Message-----
> From: gaoliming [mailto:gaoliming at byosoft.com.cn]
> Sent: Thursday, November 12, 2020 9:35 PM
> To: devel at edk2.groups.io; Chang, Abner (HPS SW/FW Technologist)
> <abner.chang at hpe.com>
> Cc: 'Dandan Bi' <dandan.bi at intel.com>; Wang, Nickle (HPS SW)
> <nickle.wang at hpe.com>; O'Hanley, Peter (EXL) <peter.ohanley at hpe.com>
> Subject: 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification:
> Add REST_STYLE
> 
> Directly push for it. Now, PR is only enabled in Edk2 Repo.
> 
> Thanks
> Liming
> > -----邮件原件-----
> > 发件人: bounce+27952+67377+4905953+8761045 at groups.io
> > <bounce+27952+67377+4905953+8761045 at groups.io> 代表 Abner Chang
> > 发送时间: 2020年11月12日 15:31
> > 收件人: gaoliming <gaoliming at byosoft.com.cn>; devel at edk2.groups.io
> > 抄送: 'Dandan Bi' <dandan.bi at intel.com>; Wang, Nickle (HPS SW)
> > <nickle.wang at hpe.com>; O'Hanley, Peter (EXL)
> <peter.ohanley at hpe.com>
> > 主题: Re: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification:
> > Add REST_STYLE
> >
> > Hi Liming, the way to merge this change is create a PR then merge it
> directly?
> >
> > Abner
> >
> > > -----Original Message-----
> > > From: gaoliming [mailto:gaoliming at byosoft.com.cn]
> > > Sent: Thursday, November 12, 2020 3:13 PM
> > > To: devel at edk2.groups.io; Chang, Abner (HPS SW/FW Technologist)
> > > <abner.chang at hpe.com>
> > > Cc: 'Dandan Bi' <dandan.bi at intel.com>; Wang, Nickle (HPS SW)
> > > <nickle.wang at hpe.com>; O'Hanley, Peter (EXL)
> <peter.ohanley at hpe.com>
> > > Subject: 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1]
> > VfrSpecification:
> > > Add REST_STYLE
> > >
> > > Reviewed-by: Liming Gao <gaoliming at byosoft.com.cn>
> > >
> > > > -----邮件原件-----
> > > > 发件人: bounce+27952+67207+4905953+8761045 at groups.io
> > > > <bounce+27952+67207+4905953+8761045 at groups.io> 代表 Abner
> > Chang
> > > > 发送时间: 2020年11月10日 9:46
> > > > 收件人: devel at edk2.groups.io
> > > > 抄送: abner.chang at hpe.com; Liming Gao
> <gaoliming at byosoft.com.cn>;
> > > Dandan
> > > > Bi <dandan.bi at intel.com>; Nickle Wang <nickle.wang at hpe.com>;
> Peter
> > > > O'Hanley <peter.ohanley at hpe.com>
> > > > 主题: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification:
> > > > Add REST_STYLE
> > > >
> > > > Add REST_STYLE to question flag
> > > >
> > > > Signed-off-by: Abner Chang <abner.chang at hpe.com>
> > > >
> > > > Cc: Liming Gao <gaoliming at byosoft.com.cn>
> > > > Cc: Dandan Bi <dandan.bi at intel.com>
> > > > Cc: Nickle Wang <nickle.wang at hpe.com>
> > > > Cc: Peter O'Hanley <peter.ohanley at hpe.com>
> > > > ---
> > > >  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(+)
> > > >
> > > > 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
> > > >
> > > >    Copyright (c) 2007-2017, Intel Corporation. All rights
> > > > reserved.<BR>
> > > > +  (C) Copyright 2020 Hewlett Packard Enterprise Development
> > > > + LP<BR>
> > > >
> > > >    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 ::=
> > > >    | "INTERACTIVE"
> > > >    | "RESET_REQUIRED"
> > > >    | "OPTIONS_ONLY"
> > > > +  | "REST_STYLE"
> > > >
> > > >  vfrStorageVarId ::=
> > > >    ( 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
> > > >
> > > >    Copyright (c) 2007-2017, Intel Corporation. All rights
> > > > reserved.<BR>
> > > > +  (C) Copyright 2020 Hewlett Packard Enterprise Development
> > > > + LP<BR>
> > > >
> > > >    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 ::=
> > > >    | "INTERACTIVE"
> > > >    | "RESET_REQUIRED"
> > > >    | "DEFAULT"
> > > > +  | "REST_STYLE"
> > > >  ```
> > > >
> > > >  #### BEHAVIORS AND RESTRICTIONS
> > > > --
> > > > 2.21.0.windows.1
> > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > >
> >
> >
> >
> > 
> >
> 
> 



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67389): https://edk2.groups.io/g/devel/message/67389
Mute This Topic: https://groups.io/mt/78206536/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-






More information about the edk2-devel-archive mailing list