[edk2-devel] [VFR support REST_STYLE PATCH v4 0/4] VFR support REST_STYLE

Abner Chang posted 4 patches 3 years, 5 months ago
Failed in applying to current master (apply log)
BaseTools/Source/C/VfrCompile/VfrSyntax.g     | 25 +++++++++++--
MdeModulePkg/Library/UefiHiiLib/HiiLib.c      | 14 ++++----
.../Universal/DriverSampleDxe/NVDataStruc.h   |  5 ++-
.../Universal/DriverSampleDxe/Vfr.vfr         | 36 +++++++++++++++++++
.../Universal/DriverSampleDxe/VfrStrings.uni  |  8 +++++
MdePkg/MdePkg.dec                             |  2 +-
6 files changed, 78 insertions(+), 12 deletions(-)
[edk2-devel] [VFR support REST_STYLE PATCH v4 0/4] VFR support REST_STYLE
Posted by Abner Chang 3 years, 5 months ago
In v4:
       - We keep QuestionAboutTreeHugging option for the EFI keyword
         test.
         QuestionXUefiKeywordRestStyle for the EFI keyword with
         REST_STYLE.
         QuestionNonXUefiKeywordRestStyle for the non EFI keyword with
         REST_STYLE.
       - Change commit subject of 3/4 to
         "Revise HiiLib to check REST_STYLE"

In v3, the patch includes the changes on HiiLib to support
REST_STYLE flag.

In v2, a typo found. Rename gEfiHiiResetStyleFormsetGuid to
gEfiHiiRestStyleFormsetGuid.

VFR compiler and other related changes to support REST_STYLE in VFR
language for HII options to be configured in out-of-band management
such as the Redfish service. Add two HII options in the Sample driver
for REST_STYLE use cases.

Signed-off-by: Abner Chang <abner.chang@hpe.com>
Cc: Jiaxin Wu <jiaxin.wu@intel.com>
Cc: Siyuan Fu <siyuan.fu@intel.com>
Cc: Fan Wang <fan.wang@intel.com>
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Dandan Bi <dandan.bi@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Cc: Nickle Wang <nickle.wang@hpe.com>
Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Cc: Yuwei Chen <yuwei.chen@intel.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>

Abner Chang (4):
  MdePkg: Add GUID for REST Style Formset
  BaseTools/VfrCompile: VFR compiler supports REST_STYLE in HII option
  MdeModulePkg/Library: Revise HiiLib to check REST_STYLE
  MdeModulePkg/DriverSampleDxe: Add HII sample options

 BaseTools/Source/C/VfrCompile/VfrSyntax.g     | 25 +++++++++++--
 MdeModulePkg/Library/UefiHiiLib/HiiLib.c      | 14 ++++----
 .../Universal/DriverSampleDxe/NVDataStruc.h   |  5 ++-
 .../Universal/DriverSampleDxe/Vfr.vfr         | 36 +++++++++++++++++++
 .../Universal/DriverSampleDxe/VfrStrings.uni  |  8 +++++
 MdePkg/MdePkg.dec                             |  2 +-
 6 files changed, 78 insertions(+), 12 deletions(-)

-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67070): https://edk2.groups.io/g/devel/message/67070
Mute This Topic: https://groups.io/mt/78067343/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-


回复: [edk2-devel] [VFR support REST_STYLE PATCH v4 0/4] VFR support REST_STYLE
Posted by gaoliming 3 years, 5 months ago
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>

> -----邮件原件-----
> 发件人: bounce+27952+67070+4905953+8761045@groups.io
> <bounce+27952+67070+4905953+8761045@groups.io> 代表 Abner Chang
> 发送时间: 2020年11月6日 10:50
> 收件人: devel@edk2.groups.io
> 抄送: Jiaxin Wu <jiaxin.wu@intel.com>; Siyuan Fu <siyuan.fu@intel.com>;
Fan
> Wang <fan.wang@intel.com>; Jiewen Yao <jiewen.yao@intel.com>; Dandan
> Bi <dandan.bi@intel.com>; Eric Dong <eric.dong@intel.com>; Nickle Wang
> <nickle.wang@hpe.com>; Bob Feng <bob.c.feng@intel.com>; Liming Gao
> <gaoliming@byosoft.com.cn>; Yuwei Chen <yuwei.chen@intel.com>; Michael
> D Kinney <michael.d.kinney@intel.com>; Zhiguang Liu
> <zhiguang.liu@intel.com>
> 主题: [edk2-devel] [VFR support REST_STYLE PATCH v4 0/4] VFR support
> REST_STYLE
> 
> In v4:
>        - We keep QuestionAboutTreeHugging option for the EFI keyword
>          test.
>          QuestionXUefiKeywordRestStyle for the EFI keyword with
>          REST_STYLE.
>          QuestionNonXUefiKeywordRestStyle for the non EFI keyword with
>          REST_STYLE.
>        - Change commit subject of 3/4 to
>          "Revise HiiLib to check REST_STYLE"
> 
> In v3, the patch includes the changes on HiiLib to support
> REST_STYLE flag.
> 
> In v2, a typo found. Rename gEfiHiiResetStyleFormsetGuid to
> gEfiHiiRestStyleFormsetGuid.
> 
> VFR compiler and other related changes to support REST_STYLE in VFR
> language for HII options to be configured in out-of-band management
> such as the Redfish service. Add two HII options in the Sample driver
> for REST_STYLE use cases.
> 
> Signed-off-by: Abner Chang <abner.chang@hpe.com>
> Cc: Jiaxin Wu <jiaxin.wu@intel.com>
> Cc: Siyuan Fu <siyuan.fu@intel.com>
> Cc: Fan Wang <fan.wang@intel.com>
> Cc: Jiewen Yao <jiewen.yao@intel.com>
> Cc: Dandan Bi <dandan.bi@intel.com>
> Cc: Eric Dong <eric.dong@intel.com>
> Cc: Nickle Wang <nickle.wang@hpe.com>
> Cc: Bob Feng <bob.c.feng@intel.com>
> Cc: Liming Gao <gaoliming@byosoft.com.cn>
> Cc: Yuwei Chen <yuwei.chen@intel.com>
> Cc: Michael D Kinney <michael.d.kinney@intel.com>
> Cc: Zhiguang Liu <zhiguang.liu@intel.com>
> 
> Abner Chang (4):
>   MdePkg: Add GUID for REST Style Formset
>   BaseTools/VfrCompile: VFR compiler supports REST_STYLE in HII option
>   MdeModulePkg/Library: Revise HiiLib to check REST_STYLE
>   MdeModulePkg/DriverSampleDxe: Add HII sample options
> 
>  BaseTools/Source/C/VfrCompile/VfrSyntax.g     | 25 +++++++++++--
>  MdeModulePkg/Library/UefiHiiLib/HiiLib.c      | 14 ++++----
>  .../Universal/DriverSampleDxe/NVDataStruc.h   |  5 ++-
>  .../Universal/DriverSampleDxe/Vfr.vfr         | 36
> +++++++++++++++++++
>  .../Universal/DriverSampleDxe/VfrStrings.uni  |  8 +++++
>  MdePkg/MdePkg.dec                             |  2 +-
>  6 files changed, 78 insertions(+), 12 deletions(-)
> 
> --
> 2.17.1
> 
> 
> 
> 
> 





-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#67128): https://edk2.groups.io/g/devel/message/67128
Mute This Topic: https://groups.io/mt/78126788/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-