public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "gaoliming" <gaoliming@byosoft.com.cn>
To: <devel@edk2.groups.io>, <abner.chang@hpe.com>
Cc: "'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>,
	"'Yuwei Chen'" <yuwei.chen@intel.com>,
	"'Michael D Kinney'" <michael.d.kinney@intel.com>,
	"'Zhiguang Liu'" <zhiguang.liu@intel.com>
Subject: 回复: [edk2-devel] [VFR support REST_STYLE PATCH v4 0/4] VFR support REST_STYLE
Date: Mon, 9 Nov 2020 09:17:05 +0800	[thread overview]
Message-ID: <004c01d6b636$09ad2640$1d0772c0$@byosoft.com.cn> (raw)
In-Reply-To: <20201106024939.17761-1-abner.chang@hpe.com>

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
> 
> 
> 
> 
> 




  parent reply	other threads:[~2020-11-09  1:17 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-06  2:49 [VFR support REST_STYLE PATCH v4 0/4] VFR support REST_STYLE Abner Chang
2020-11-06  2:49 ` [VFR support REST_STYLE PATCH v4 1/4] MdePkg: Add GUID for REST Style Formset Abner Chang
2020-11-06  2:49 ` [VFR support REST_STYLE PATCH v4 2/4] BaseTools/VfrCompile: VFR compiler supports REST_STYLE in HII option Abner Chang
2020-11-06  2:49 ` [VFR support REST_STYLE PATCH v4 3/4] MdeModulePkg/Library: Revise HiiLib to check REST_STYLE Abner Chang
2020-11-06  2:49 ` [VFR support REST_STYLE PATCH v4 4/4] MdeModulePkg/DriverSampleDxe: Add HII sample options Abner Chang
     [not found] ` <1644CDDEC21AD05F.25549@groups.io>
2020-11-06  3:55   ` [edk2-devel] [VFR support REST_STYLE PATCH v4 3/4] MdeModulePkg/Library: Revise HiiLib to check REST_STYLE Abner Chang
     [not found] ` <1644CDDF508612CA.7247@groups.io>
2020-11-06  3:56   ` [edk2-devel] [VFR support REST_STYLE PATCH v4 4/4] MdeModulePkg/DriverSampleDxe: Add HII sample options Abner Chang
2020-11-09  1:17 ` gaoliming [this message]
     [not found] ` <1645B211979911D7.24110@groups.io>
2020-11-11  0:49   ` 回复: [edk2-devel] [VFR support REST_STYLE PATCH v4 0/4] VFR support REST_STYLE gaoliming
2020-11-11  1:03     ` Abner Chang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-list from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='004c01d6b636$09ad2640$1d0772c0$@byosoft.com.cn' \
    --to=devel@edk2.groups.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox