public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH V5 0/6] Support bitfield in storage of vfr
@ 2017-09-20  8:39 Dandan Bi
  2017-09-20  8:39 ` [PATCH V5 1/6] BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStore Dandan Bi
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Dandan Bi @ 2017-09-20  8:39 UTC (permalink / raw)
  To: edk2-devel; +Cc: Eric Dong, Liming Gao

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=545

This patch series is to:
(1) Update VfrCompiler to parse bit field in data structure.
(2) Update HiiDatabase,SetupBrowser and UefiHiiLib 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/VfrCompiler: Support Bit fields in EFI/Buffer VarStore
  MdeModulePkg: Add GUID/flags to implement BitField support
  MdeModulePkg/UefiHiiLib: Validate question with bit fields
  MdeModulePkg/HiiDatabase: Handle questions with Bit VarStore
  MdeModulePkg/SetupBrowser: Handle questions with Bit VarStore
  MdeModulePkg/DriverSample: Add questions with bit/union VarStore

 BaseTools/Source/C/Include/Common/MdeModuleHii.h   |   20 +-
 BaseTools/Source/C/VfrCompile/VfrError.cpp         |    3 +-
 BaseTools/Source/C/VfrCompile/VfrError.h           |    3 +-
 BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp       |  105 +-
 BaseTools/Source/C/VfrCompile/VfrFormPkg.h         |   52 +-
 BaseTools/Source/C/VfrCompile/VfrSyntax.g          | 1238 +++++++++++++-------
 BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp    |  240 +++-
 BaseTools/Source/C/VfrCompile/VfrUtilityLib.h      |   23 +-
 MdeModulePkg/Include/Guid/MdeModuleHii.h           |   20 +-
 MdeModulePkg/Library/UefiHiiLib/HiiLib.c           |  246 ++--
 MdeModulePkg/Library/UefiHiiLib/InternalHiiLib.h   |    4 +-
 MdeModulePkg/Library/UefiHiiLib/UefiHiiLib.inf     |    5 +-
 MdeModulePkg/MdeModulePkg.dec                      |    4 +
 .../Universal/DriverSampleDxe/DriverSample.c       |  120 ++
 .../Universal/DriverSampleDxe/DriverSample.h       |    2 +
 .../Universal/DriverSampleDxe/NVDataStruc.h        |   34 +-
 MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr     |  172 +++
 .../Universal/DriverSampleDxe/VfrStrings.uni       |   63 +
 .../Universal/HiiDatabaseDxe/ConfigRouting.c       |  346 +++++-
 .../Universal/HiiDatabaseDxe/HiiDatabase.h         |    6 +-
 .../Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf    |    3 +-
 MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c  |  138 ++-
 MdeModulePkg/Universal/SetupBrowserDxe/Setup.c     |  117 +-
 MdeModulePkg/Universal/SetupBrowserDxe/Setup.h     |    3 +
 .../Universal/SetupBrowserDxe/SetupBrowserDxe.inf  |    3 +-
 25 files changed, 2323 insertions(+), 647 deletions(-)

-- 
1.9.5.msysgit.1



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

end of thread, other threads:[~2017-09-21  7:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-20  8:39 [PATCH V5 0/6] Support bitfield in storage of vfr Dandan Bi
2017-09-20  8:39 ` [PATCH V5 1/6] BaseTool/VfrCompiler: Support Bit fields in EFI/Buffer VarStore Dandan Bi
2017-09-20  8:39 ` [PATCH V5 2/6] MdeModulePkg: Add GUID/flags to implement BitField support Dandan Bi
2017-09-20  8:39 ` [PATCH V5 3/6] MdeModulePkg/UefiHiiLib: Validate question with bit fields Dandan Bi
2017-09-20  8:39 ` [PATCH V5 4/6] MdeModulePkg/HiiDatabase: Handle questions with Bit VarStore Dandan Bi
2017-09-20  8:39 ` [PATCH V5 5/6] MdeModulePkg/SetupBrowser: " Dandan Bi
2017-09-20  8:39 ` [PATCH V5 6/6] MdeModulePkg/DriverSample: Add questions with bit/union VarStore Dandan Bi
2017-09-21  7:30 ` [PATCH V5 0/6] Support bitfield in storage of vfr Gao, Liming

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