public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [patch 0/6] Support bitfield and union type in vfr
@ 2017-09-04  7:16 Dandan Bi
  2017-09-04  7:16 ` [patch 1/6] BaseTool/VfrCompile: Support Union type in VFR Dandan Bi
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Dandan Bi @ 2017-09-04  7:16 UTC (permalink / raw)
  To: edk2-devel; +Cc: Eric Dong, Liming Gao

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



^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2017-09-05  5:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [patch 0/6] Support bitfield and union type in vfr Dong, Eric

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox