From: Dandan Bi <dandan.bi@intel.com>
To: edk2-devel@lists.01.org
Cc: Eric Dong <eric.dong@intel.com>, Liming Gao <liming.gao@intel.com>
Subject: [PATCH V5 0/6] Support bitfield in storage of vfr
Date: Wed, 20 Sep 2017 16:39:02 +0800 [thread overview]
Message-ID: <1505896748-436688-1-git-send-email-dandan.bi@intel.com> (raw)
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
next reply other threads:[~2017-09-20 8:36 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-20 8:39 Dandan Bi [this message]
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
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=1505896748-436688-1-git-send-email-dandan.bi@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