summaryrefslogtreecommitdiff
path: root/MdeModulePkg
diff options
context:
space:
mode:
authorHuang, Long1 <long1.huang@intel.com>2021-11-30 09:54:55 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2021-12-09 03:31:26 +0000
commitc82ab4d8c148c4009e0b31d1dd2ea6f7d4aea80d (patch)
tree9a34142af50b030f20c46cf7fb359ae753bec8bd /MdeModulePkg
parentd25b803e514a11a25de91d4174b289d2ae783338 (diff)
downloadedk2-c82ab4d8c148c4009e0b31d1dd2ea6f7d4aea80d.zip
edk2-c82ab4d8c148c4009e0b31d1dd2ea6f7d4aea80d.tar.gz
edk2-c82ab4d8c148c4009e0b31d1dd2ea6f7d4aea80d.tar.bz2
BaseTools/VfrCompile: Correct Bit Field Flags for numeric/one of
REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3752 Add Bit mask to numeric/one of opcode to set correctly Flags for Bit Field. VfrSyntax.g: Set "LFlags &= EDKII_IFR_DISPLAY_BIT" before "LFlags |= (EDKII_IFR_NUMERIC_SIZE_BIT & (_GET_CURRQEST_VARSIZE()));" VfrFormPkg.h: update "if (LFlags & EFI_IFR_DISPLAY)" with "if (LFlags & EDKII_IFR_DISPLAY_BIT)" in SetFlagsForBitField() Cc: Bob Feng <bob.c.feng@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Cc: Yuwei Chen <yuwei.chen@intel.com> Cc: Dandan Bi <dandan.bi@intel.com> Signed-off-by: Long1 Huang <long1.huang@intel.com> Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Diffstat (limited to 'MdeModulePkg')
0 files changed, 0 insertions, 0 deletions