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

V2:
Pacth1: Support bit field for Guided extension and appending question.
Patch3: Add previous missing logic to handle question with Bit VarStore in UefiHiiLib.
Patch4: Merge block data value with same offset/width or offset/width has overlap region.
Patch6: Refine the new added questions and their field name in Varstore.


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

 BaseTools/Source/C/Include/Common/MdeModuleHii.h   |   13 +-
 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    |  241 +++-
 BaseTools/Source/C/VfrCompile/VfrUtilityLib.h      |   23 +-
 MdeModulePkg/Include/Guid/MdeModuleHii.h           |   20 +-
 MdeModulePkg/Library/UefiHiiLib/HiiLib.c           |  268 +++--
 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     |  173 +++
 .../Universal/DriverSampleDxe/VfrStrings.uni       |   61 +
 .../Universal/HiiDatabaseDxe/ConfigRouting.c       |  247 +++-
 .../Universal/HiiDatabaseDxe/HiiDatabase.h         |    7 +-
 .../Universal/HiiDatabaseDxe/HiiDatabaseDxe.inf    |    3 +-
 MdeModulePkg/Universal/SetupBrowserDxe/IfrParse.c  |  139 ++-
 MdeModulePkg/Universal/SetupBrowserDxe/Setup.c     |  120 +-
 MdeModulePkg/Universal/SetupBrowserDxe/Setup.h     |    3 +
 .../Universal/SetupBrowserDxe/SetupBrowserDxe.inf  |    3 +-
 25 files changed, 2249 insertions(+), 642 deletions(-)

-- 
1.9.5.msysgit.1



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

end of thread, other threads:[~2017-09-12  3:41 UTC | newest]

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

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