[edk2] [RFC v2 0/2] Support Union type in VFR

Dandan Bi posted 2 patches 6 years, 10 months ago
Failed in applying to current master (apply log)
There is a newer version of this series
BaseTools/Source/C/VfrCompile/VfrSyntax.g          | 19 +++++++-
BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp    | 16 +++++-
BaseTools/Source/C/VfrCompile/VfrUtilityLib.h      |  3 +-
.../Universal/DriverSampleDxe/DriverSample.c       | 57 ++++++++++++++++++++++
.../Universal/DriverSampleDxe/DriverSample.h       |  1 +
.../Universal/DriverSampleDxe/NVDataStruc.h        | 18 +++++++
MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr     | 25 ++++++++++
.../Universal/DriverSampleDxe/VfrStrings.uni       |  4 ++
8 files changed, 139 insertions(+), 4 deletions(-)
[edk2] [RFC v2 0/2] Support Union type in VFR
Posted by Dandan Bi 6 years, 10 months ago
V2: Update VfrCompiler to use member variable instead of global varable
to indicate whether current date type is Union.

This serie is the POC to update VfrCompiler to support Union type
in VarStore and construct the use cases in DriverSample.

Cc: Eric Dong <eric.dong@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Ruiyu Ni <ruiyu.ni@intel.com>
Dandan Bi (2):
  BaseTool/VfrCompile: Support Union type in VFR
  MdeModulePkg/DriverSample: Add sample questions to refer union type

 BaseTools/Source/C/VfrCompile/VfrSyntax.g          | 19 +++++++-
 BaseTools/Source/C/VfrCompile/VfrUtilityLib.cpp    | 16 +++++-
 BaseTools/Source/C/VfrCompile/VfrUtilityLib.h      |  3 +-
 .../Universal/DriverSampleDxe/DriverSample.c       | 57 ++++++++++++++++++++++
 .../Universal/DriverSampleDxe/DriverSample.h       |  1 +
 .../Universal/DriverSampleDxe/NVDataStruc.h        | 18 +++++++
 MdeModulePkg/Universal/DriverSampleDxe/Vfr.vfr     | 25 ++++++++++
 .../Universal/DriverSampleDxe/VfrStrings.uni       |  4 ++
 8 files changed, 139 insertions(+), 4 deletions(-)

-- 
1.9.5.msysgit.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel