* [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE @ 2020-11-10 1:46 Abner Chang 2020-11-11 0:50 ` 回复: " gaoliming 2020-11-12 7:13 ` 回复: [edk2-devel] " gaoliming 0 siblings, 2 replies; 9+ messages in thread From: Abner Chang @ 2020-11-10 1:46 UTC (permalink / raw) To: devel; +Cc: abner.chang, Liming Gao, Dandan Bi, Nickle Wang, Peter O'Hanley Add REST_STYLE to question flag Signed-off-by: Abner Chang <abner.chang@hpe.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Dandan Bi <dandan.bi@intel.com> Cc: Nickle Wang <nickle.wang@hpe.com> Cc: Peter O'Hanley <peter.ohanley@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 ^ permalink raw reply related [flat|nested] 9+ messages in thread
* 回复: [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE 2020-11-10 1:46 [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE Abner Chang @ 2020-11-11 0:50 ` gaoliming 2020-11-12 7:13 ` 回复: [edk2-devel] " gaoliming 1 sibling, 0 replies; 9+ messages in thread From: gaoliming @ 2020-11-11 0:50 UTC (permalink / raw) To: 'Abner Chang', devel Cc: 'Dandan Bi', 'Nickle Wang', 'Peter O'Hanley' Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > -----邮件原件----- > 发件人: Abner Chang <abner.chang@hpe.com> > 发送时间: 2020年11月10日 9:46 > 收件人: devel@edk2.groups.io > 抄送: abner.chang@hpe.com; Liming Gao <gaoliming@byosoft.com.cn>; > Dandan Bi <dandan.bi@intel.com>; Nickle Wang <nickle.wang@hpe.com>; > Peter O'Hanley <peter.ohanley@hpe.com> > 主题: [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE > > Add REST_STYLE to question flag > > Signed-off-by: Abner Chang <abner.chang@hpe.com> > > Cc: Liming Gao <gaoliming@byosoft.com.cn> > Cc: Dandan Bi <dandan.bi@intel.com> > Cc: Nickle Wang <nickle.wang@hpe.com> > Cc: Peter O'Hanley <peter.ohanley@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 ^ permalink raw reply [flat|nested] 9+ messages in thread
* 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE 2020-11-10 1:46 [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE Abner Chang 2020-11-11 0:50 ` 回复: " gaoliming @ 2020-11-12 7:13 ` gaoliming 2020-11-12 7:30 ` Abner Chang 1 sibling, 1 reply; 9+ messages in thread From: gaoliming @ 2020-11-12 7:13 UTC (permalink / raw) To: devel, abner.chang Cc: 'Dandan Bi', 'Nickle Wang', 'Peter O'Hanley' Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > -----邮件原件----- > 发件人: bounce+27952+67207+4905953+8761045@groups.io > <bounce+27952+67207+4905953+8761045@groups.io> 代表 Abner Chang > 发送时间: 2020年11月10日 9:46 > 收件人: devel@edk2.groups.io > 抄送: abner.chang@hpe.com; Liming Gao <gaoliming@byosoft.com.cn>; > Dandan Bi <dandan.bi@intel.com>; Nickle Wang <nickle.wang@hpe.com>; > Peter O'Hanley <peter.ohanley@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@hpe.com> > > Cc: Liming Gao <gaoliming@byosoft.com.cn> > Cc: Dandan Bi <dandan.bi@intel.com> > Cc: Nickle Wang <nickle.wang@hpe.com> > Cc: Peter O'Hanley <peter.ohanley@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 > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE 2020-11-12 7:13 ` 回复: [edk2-devel] " gaoliming @ 2020-11-12 7:30 ` Abner Chang 2020-11-12 13:35 ` 回复: " gaoliming 0 siblings, 1 reply; 9+ messages in thread From: Abner Chang @ 2020-11-12 7:30 UTC (permalink / raw) To: gaoliming, devel@edk2.groups.io Cc: 'Dandan Bi', Wang, Nickle (HPS SW), O'Hanley, Peter (EXL) Hi Liming, the way to merge this change is create a PR then merge it directly? Abner > -----Original Message----- > From: gaoliming [mailto:gaoliming@byosoft.com.cn] > Sent: Thursday, November 12, 2020 3:13 PM > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > <abner.chang@hpe.com> > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) <peter.ohanley@hpe.com> > Subject: 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: > Add REST_STYLE > > Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > > > -----邮件原件----- > > 发件人: bounce+27952+67207+4905953+8761045@groups.io > > <bounce+27952+67207+4905953+8761045@groups.io> 代表 Abner Chang > > 发送时间: 2020年11月10日 9:46 > > 收件人: devel@edk2.groups.io > > 抄送: abner.chang@hpe.com; Liming Gao <gaoliming@byosoft.com.cn>; > Dandan > > Bi <dandan.bi@intel.com>; Nickle Wang <nickle.wang@hpe.com>; Peter > > O'Hanley <peter.ohanley@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@hpe.com> > > > > Cc: Liming Gao <gaoliming@byosoft.com.cn> > > Cc: Dandan Bi <dandan.bi@intel.com> > > Cc: Nickle Wang <nickle.wang@hpe.com> > > Cc: Peter O'Hanley <peter.ohanley@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 > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE 2020-11-12 7:30 ` Abner Chang @ 2020-11-12 13:35 ` gaoliming 2020-11-12 13:57 ` Abner Chang 0 siblings, 1 reply; 9+ messages in thread From: gaoliming @ 2020-11-12 13:35 UTC (permalink / raw) To: devel, abner.chang Cc: 'Dandan Bi', 'Wang, Nickle (HPS SW)', 'O'Hanley, Peter (EXL)' Directly push for it. Now, PR is only enabled in Edk2 Repo. Thanks Liming > -----邮件原件----- > 发件人: bounce+27952+67377+4905953+8761045@groups.io > <bounce+27952+67377+4905953+8761045@groups.io> 代表 Abner Chang > 发送时间: 2020年11月12日 15:31 > 收件人: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io > 抄送: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) <peter.ohanley@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@byosoft.com.cn] > > Sent: Thursday, November 12, 2020 3:13 PM > > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > <abner.chang@hpe.com> > > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) <peter.ohanley@hpe.com> > > Subject: 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] > VfrSpecification: > > Add REST_STYLE > > > > Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > > > > > -----邮件原件----- > > > 发件人: bounce+27952+67207+4905953+8761045@groups.io > > > <bounce+27952+67207+4905953+8761045@groups.io> 代表 Abner > Chang > > > 发送时间: 2020年11月10日 9:46 > > > 收件人: devel@edk2.groups.io > > > 抄送: abner.chang@hpe.com; Liming Gao <gaoliming@byosoft.com.cn>; > > Dandan > > > Bi <dandan.bi@intel.com>; Nickle Wang <nickle.wang@hpe.com>; Peter > > > O'Hanley <peter.ohanley@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@hpe.com> > > > > > > Cc: Liming Gao <gaoliming@byosoft.com.cn> > > > Cc: Dandan Bi <dandan.bi@intel.com> > > > Cc: Nickle Wang <nickle.wang@hpe.com> > > > Cc: Peter O'Hanley <peter.ohanley@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 > > > > > > > > > > > > > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE 2020-11-12 13:35 ` 回复: " gaoliming @ 2020-11-12 13:57 ` Abner Chang 2020-11-12 14:38 ` 回复: " gaoliming 0 siblings, 1 reply; 9+ messages in thread From: Abner Chang @ 2020-11-12 13:57 UTC (permalink / raw) To: gaoliming, devel@edk2.groups.io Cc: 'Dandan Bi', Wang, Nickle (HPS SW), O'Hanley, Peter (EXL) Seems like I don’t have the write access to that repo. Abner > -----Original Message----- > From: gaoliming [mailto:gaoliming@byosoft.com.cn] > Sent: Thursday, November 12, 2020 9:35 PM > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > <abner.chang@hpe.com> > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) <peter.ohanley@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@groups.io > > <bounce+27952+67377+4905953+8761045@groups.io> 代表 Abner Chang > > 发送时间: 2020年11月12日 15:31 > > 收件人: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io > > 抄送: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > <peter.ohanley@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@byosoft.com.cn] > > > Sent: Thursday, November 12, 2020 3:13 PM > > > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > > <abner.chang@hpe.com> > > > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > <peter.ohanley@hpe.com> > > > Subject: 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] > > VfrSpecification: > > > Add REST_STYLE > > > > > > Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > > > > > > > -----邮件原件----- > > > > 发件人: bounce+27952+67207+4905953+8761045@groups.io > > > > <bounce+27952+67207+4905953+8761045@groups.io> 代表 Abner > > Chang > > > > 发送时间: 2020年11月10日 9:46 > > > > 收件人: devel@edk2.groups.io > > > > 抄送: abner.chang@hpe.com; Liming Gao > <gaoliming@byosoft.com.cn>; > > > Dandan > > > > Bi <dandan.bi@intel.com>; Nickle Wang <nickle.wang@hpe.com>; > Peter > > > > O'Hanley <peter.ohanley@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@hpe.com> > > > > > > > > Cc: Liming Gao <gaoliming@byosoft.com.cn> > > > > Cc: Dandan Bi <dandan.bi@intel.com> > > > > Cc: Nickle Wang <nickle.wang@hpe.com> > > > > Cc: Peter O'Hanley <peter.ohanley@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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE 2020-11-12 13:57 ` Abner Chang @ 2020-11-12 14:38 ` gaoliming 2020-11-12 15:15 ` Abner Chang 0 siblings, 1 reply; 9+ messages in thread From: gaoliming @ 2020-11-12 14:38 UTC (permalink / raw) To: devel, abner.chang Cc: 'Dandan Bi', 'Wang, Nickle (HPS SW)', 'O'Hanley, Peter (EXL)' Abner: I just push the patch @ e59aa6e9483e110d5dffda0ecdb4325d66aa179b. Thanks Liming > -----邮件原件----- > 发件人: bounce+27952+67389+4905953+8761045@groups.io > <bounce+27952+67389+4905953+8761045@groups.io> 代表 Abner Chang > 发送时间: 2020年11月12日 21:58 > 收件人: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io > 抄送: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) <peter.ohanley@hpe.com> > 主题: Re: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add > REST_STYLE > > Seems like I don’t have the write access to that repo. > > Abner > > > -----Original Message----- > > From: gaoliming [mailto:gaoliming@byosoft.com.cn] > > Sent: Thursday, November 12, 2020 9:35 PM > > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > <abner.chang@hpe.com> > > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) <peter.ohanley@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@groups.io > > > <bounce+27952+67377+4905953+8761045@groups.io> 代表 Abner > Chang > > > 发送时间: 2020年11月12日 15:31 > > > 收件人: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io > > > 抄送: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > > <peter.ohanley@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@byosoft.com.cn] > > > > Sent: Thursday, November 12, 2020 3:13 PM > > > > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > > > <abner.chang@hpe.com> > > > > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > > <peter.ohanley@hpe.com> > > > > Subject: 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] > > > VfrSpecification: > > > > Add REST_STYLE > > > > > > > > Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > > > > > > > > > -----邮件原件----- > > > > > 发件人: bounce+27952+67207+4905953+8761045@groups.io > > > > > <bounce+27952+67207+4905953+8761045@groups.io> 代表 Abner > > > Chang > > > > > 发送时间: 2020年11月10日 9:46 > > > > > 收件人: devel@edk2.groups.io > > > > > 抄送: abner.chang@hpe.com; Liming Gao > > <gaoliming@byosoft.com.cn>; > > > > Dandan > > > > > Bi <dandan.bi@intel.com>; Nickle Wang <nickle.wang@hpe.com>; > > Peter > > > > > O'Hanley <peter.ohanley@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@hpe.com> > > > > > > > > > > Cc: Liming Gao <gaoliming@byosoft.com.cn> > > > > > Cc: Dandan Bi <dandan.bi@intel.com> > > > > > Cc: Nickle Wang <nickle.wang@hpe.com> > > > > > Cc: Peter O'Hanley <peter.ohanley@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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE 2020-11-12 14:38 ` 回复: " gaoliming @ 2020-11-12 15:15 ` Abner Chang 2020-11-13 3:12 ` 回复: " gaoliming 0 siblings, 1 reply; 9+ messages in thread From: Abner Chang @ 2020-11-12 15:15 UTC (permalink / raw) To: devel@edk2.groups.io, gaoliming@byosoft.com.cn Cc: 'Dandan Bi', Wang, Nickle (HPS SW), O'Hanley, Peter (EXL) Thanks Liming. BTW, do we have to increase the version number to 1.93 ? > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > gaoliming > Sent: Thursday, November 12, 2020 10:39 PM > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > <abner.chang@hpe.com> > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) <peter.ohanley@hpe.com> > Subject: 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: > Add REST_STYLE > > Abner: > I just push the patch @ e59aa6e9483e110d5dffda0ecdb4325d66aa179b. > > Thanks > Liming > > -----邮件原件----- > > 发件人: bounce+27952+67389+4905953+8761045@groups.io > > <bounce+27952+67389+4905953+8761045@groups.io> 代表 Abner Chang > > 发送时间: 2020年11月12日 21:58 > > 收件人: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io > > 抄送: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > <peter.ohanley@hpe.com> > > 主题: Re: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: > > Add REST_STYLE > > > > Seems like I don’t have the write access to that repo. > > > > Abner > > > > > -----Original Message----- > > > From: gaoliming [mailto:gaoliming@byosoft.com.cn] > > > Sent: Thursday, November 12, 2020 9:35 PM > > > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > > <abner.chang@hpe.com> > > > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > <peter.ohanley@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@groups.io > > > > <bounce+27952+67377+4905953+8761045@groups.io> 代表 Abner > > Chang > > > > 发送时间: 2020年11月12日 15:31 > > > > 收件人: gaoliming <gaoliming@byosoft.com.cn>; > devel@edk2.groups.io > > > > 抄送: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > > > <peter.ohanley@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@byosoft.com.cn] > > > > > Sent: Thursday, November 12, 2020 3:13 PM > > > > > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > > > > <abner.chang@hpe.com> > > > > > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > > > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > > > <peter.ohanley@hpe.com> > > > > > Subject: 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] > > > > VfrSpecification: > > > > > Add REST_STYLE > > > > > > > > > > Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > > > > > > > > > > > -----邮件原件----- > > > > > > 发件人: bounce+27952+67207+4905953+8761045@groups.io > > > > > > <bounce+27952+67207+4905953+8761045@groups.io> 代表 Abner > > > > Chang > > > > > > 发送时间: 2020年11月10日 9:46 > > > > > > 收件人: devel@edk2.groups.io > > > > > > 抄送: abner.chang@hpe.com; Liming Gao > > > <gaoliming@byosoft.com.cn>; > > > > > Dandan > > > > > > Bi <dandan.bi@intel.com>; Nickle Wang <nickle.wang@hpe.com>; > > > Peter > > > > > > O'Hanley <peter.ohanley@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@hpe.com> > > > > > > > > > > > > Cc: Liming Gao <gaoliming@byosoft.com.cn> > > > > > > Cc: Dandan Bi <dandan.bi@intel.com> > > > > > > Cc: Nickle Wang <nickle.wang@hpe.com> > > > > > > Cc: Peter O'Hanley <peter.ohanley@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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
* 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE 2020-11-12 15:15 ` Abner Chang @ 2020-11-13 3:12 ` gaoliming 0 siblings, 0 replies; 9+ messages in thread From: gaoliming @ 2020-11-13 3:12 UTC (permalink / raw) To: devel, abner.chang Cc: 'Dandan Bi', 'Wang, Nickle (HPS SW)', 'O'Hanley, Peter (EXL)' Good question. I think we can update the version later. Thanks Liming > -----邮件原件----- > 发件人: bounce+27952+67393+4905953+8761045@groups.io > <bounce+27952+67393+4905953+8761045@groups.io> 代表 Abner Chang > 发送时间: 2020年11月12日 23:16 > 收件人: devel@edk2.groups.io; gaoliming@byosoft.com.cn > 抄送: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) <peter.ohanley@hpe.com> > 主题: Re: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add > REST_STYLE > > Thanks Liming. > > BTW, do we have to increase the version number to 1.93 ? > > > -----Original Message----- > > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > > gaoliming > > Sent: Thursday, November 12, 2020 10:39 PM > > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > <abner.chang@hpe.com> > > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) <peter.ohanley@hpe.com> > > Subject: 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] > VfrSpecification: > > Add REST_STYLE > > > > Abner: > > I just push the patch @ e59aa6e9483e110d5dffda0ecdb4325d66aa179b. > > > > Thanks > > Liming > > > -----邮件原件----- > > > 发件人: bounce+27952+67389+4905953+8761045@groups.io > > > <bounce+27952+67389+4905953+8761045@groups.io> 代表 Abner > Chang > > > 发送时间: 2020年11月12日 21:58 > > > 收件人: gaoliming <gaoliming@byosoft.com.cn>; devel@edk2.groups.io > > > 抄送: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > > <peter.ohanley@hpe.com> > > > 主题: Re: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: > > > Add REST_STYLE > > > > > > Seems like I don’t have the write access to that repo. > > > > > > Abner > > > > > > > -----Original Message----- > > > > From: gaoliming [mailto:gaoliming@byosoft.com.cn] > > > > Sent: Thursday, November 12, 2020 9:35 PM > > > > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > > > <abner.chang@hpe.com> > > > > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > > <peter.ohanley@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@groups.io > > > > > <bounce+27952+67377+4905953+8761045@groups.io> 代表 Abner > > > Chang > > > > > 发送时间: 2020年11月12日 15:31 > > > > > 收件人: gaoliming <gaoliming@byosoft.com.cn>; > > devel@edk2.groups.io > > > > > 抄送: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > > > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > > > > <peter.ohanley@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@byosoft.com.cn] > > > > > > Sent: Thursday, November 12, 2020 3:13 PM > > > > > > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > > > > > <abner.chang@hpe.com> > > > > > > Cc: 'Dandan Bi' <dandan.bi@intel.com>; Wang, Nickle (HPS SW) > > > > > > <nickle.wang@hpe.com>; O'Hanley, Peter (EXL) > > > > <peter.ohanley@hpe.com> > > > > > > Subject: 回复: [edk2-devel] [VFR REST_STYLE PATCH v2 1/1] > > > > > VfrSpecification: > > > > > > Add REST_STYLE > > > > > > > > > > > > Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn> > > > > > > > > > > > > > -----邮件原件----- > > > > > > > 发件人: bounce+27952+67207+4905953+8761045@groups.io > > > > > > > <bounce+27952+67207+4905953+8761045@groups.io> 代表 > Abner > > > > > Chang > > > > > > > 发送时间: 2020年11月10日 9:46 > > > > > > > 收件人: devel@edk2.groups.io > > > > > > > 抄送: abner.chang@hpe.com; Liming Gao > > > > <gaoliming@byosoft.com.cn>; > > > > > > Dandan > > > > > > > Bi <dandan.bi@intel.com>; Nickle Wang <nickle.wang@hpe.com>; > > > > Peter > > > > > > > O'Hanley <peter.ohanley@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@hpe.com> > > > > > > > > > > > > > > Cc: Liming Gao <gaoliming@byosoft.com.cn> > > > > > > > Cc: Dandan Bi <dandan.bi@intel.com> > > > > > > > Cc: Nickle Wang <nickle.wang@hpe.com> > > > > > > > Cc: Peter O'Hanley <peter.ohanley@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 > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > ^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2020-11-13 3:12 UTC | newest] Thread overview: 9+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2020-11-10 1:46 [VFR REST_STYLE PATCH v2 1/1] VfrSpecification: Add REST_STYLE Abner Chang 2020-11-11 0:50 ` 回复: " gaoliming 2020-11-12 7:13 ` 回复: [edk2-devel] " gaoliming 2020-11-12 7:30 ` Abner Chang 2020-11-12 13:35 ` 回复: " gaoliming 2020-11-12 13:57 ` Abner Chang 2020-11-12 14:38 ` 回复: " gaoliming 2020-11-12 15:15 ` Abner Chang 2020-11-13 3:12 ` 回复: " gaoliming
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox