public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
From: "Dong, Eric" <eric.dong@intel.com>
To: "Bi, Dandan" <dandan.bi@intel.com>,
	"edk2-devel@lists.01.org" <edk2-devel@lists.01.org>
Cc: "Gao, Liming" <liming.gao@intel.com>
Subject: Re: [patch 0/6] Support bitfield and union type in vfr
Date: Tue, 5 Sep 2017 05:04:42 +0000	[thread overview]
Message-ID: <ED077930C258884BBCB450DB737E66224A9E02FE@shsmsx102.ccr.corp.intel.com> (raw)
In-Reply-To: <1504509388-369768-1-git-send-email-dandan.bi@intel.com>

Reviewed-by: Eric Dong <eric.dong@intel.com>

-----Original Message-----
From: Bi, Dandan 
Sent: Monday, September 4, 2017 3:16 PM
To: edk2-devel@lists.01.org
Cc: Dong, Eric <eric.dong@intel.com>; Gao, Liming <liming.gao@intel.com>
Subject: [patch 0/6] Support bitfield and union type in vfr

This patch series is to:
(1) Update VfrCompiler to parse UNION type, bit field in data structure.
(2) Update HiiDatabase and SetupBrowser to handle questions with Bit VarStore.
(3) Add sample questions with bit/union VarStore in DriverSample.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>

Dandan Bi (6):
  BaseTool/VfrCompile: Support Union type in VFR
  BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStore
  MdeModulePkg: Add GUID/flags to implement BitFiled support
  MdeModulePkg/HiiDatabase: Handle questions with Bit VarStore
  MdeModulePkg/SetupBrowser: Handle questions with Bit VarStore
  MdeModulePkg/DriverSample: Add sample questions with bit/union
    VarStore

 BaseTools/Source/C/Include/Common/MdeModuleHii.h   |   12 +-
 BaseTools/Source/C/VfrCompile/VfrError.cpp         |    3 +-
 BaseTools/Source/C/VfrCompile/VfrError.h           |    3 +-
 BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp       |    4 +-
 BaseTools/Source/C/VfrCompile/VfrFormPkg.h         |   52 +-
 BaseTools/Source/C/VfrCompile/VfrSyntax.g          | 1240 ++++++++++++--------
 BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp    |  258 +++-
 BaseTools/Source/C/VfrCompile/VfrUtilityLib.h      |   28 +-
 MdeModulePkg/Include/Guid/MdeModuleHii.h           |   19 +-
 MdeModulePkg/MdeModulePkg.dec                      |    4 +
 .../Universal/DriverSampleDxe/DriverSample.c       |  120 ++
 .../Universal/DriverSampleDxe/DriverSample.h       |    2 +
 .../Universal/DriverSampleDxe/NVDataStruc.h        |   51 +-
 MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr     |  187 +++
 .../Universal/DriverSampleDxe/VfrStrings.uni       |   61 +
 .../Universal/HiiDatabaseDxe/ConfigRouting.c       |  190 ++-
 .../Universal/HiiDatabaseDxe/HiiDatabase.h         |    6 +-
 .../Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf    |    3 +-
 MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c  |  142 ++-
 MdeModulePkg/Universal/SetupBrowserDxe/Setup.c     |  120 +-
 MdeModulePkg/Universal/SetupBrowserDxe/Setup.h     |    3 +
 .../Universal/SetupBrowserDxe/SetupBrowserDxe.inf  |    3 +-
 22 files changed, 1961 insertions(+), 550 deletions(-)

-- 
1.9.5.msysgit.1



      parent reply	other threads:[~2017-09-05  5:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-09-04  7:16 [patch 0/6] Support bitfield and union type in vfr Dandan Bi
2017-09-04  7:16 ` [patch 1/6] BaseTool/VfrCompile: Support Union type in VFR Dandan Bi
2017-09-05  5:05   ` Dong, Eric
2017-09-04  7:16 ` [patch 2/6] BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStore Dandan Bi
2017-09-04  7:16 ` [patch 3/6] MdeModulePkg: Add GUID/flags to implement BitField support Dandan Bi
2017-09-04  7:16 ` [patch 4/6] MdeModulePkg/HiiDatabase: Handle questions with Bit VarStore Dandan Bi
2017-09-04  7:16 ` [patch 5/6] MdeModulePkg/SetupBrowser: " Dandan Bi
2017-09-04  7:16 ` [patch 6/6] MdeModulePkg/DriverSample: Add sample questions with bit/union VarStore Dandan Bi
2017-09-05  5:04 ` Dong, Eric [this message]

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=ED077930C258884BBCB450DB737E66224A9E02FE@shsmsx102.ccr.corp.intel.com \
    --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