audk/BaseTools/Source/C
Huang, Long1 c82ab4d8c1 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>
2021-12-09 03:31:26 +00:00
..
BrotliCompress BaseTools/Brotli: Fix compressed data loss issue 2021-05-17 03:45:13 +00:00
Common BaseTools/CommonLib.h: Build failed due to MAX_LONG_FILE_PATH 2021-01-06 04:01:12 +00:00
DevicePath BaseTools: Increase the DevicePath length for support more PCD value. 2021-12-09 00:43:16 +00:00
EfiRom BaseTools/EfiRom: remove redundant checking of argc 2020-12-22 11:22:36 +00:00
GenCrc32
GenFfs BaseTools/GenFfs: Optimazing else if statement 2020-12-22 03:31:36 +00:00
GenFv GenFv: Arm: support images entered in Thumb mode 2021-08-11 11:32:32 +00:00
GenFw BaseTools GenFw: Add support for R_RISCV_PCREL_LO12_S relocation 2021-07-21 02:12:29 +00:00
GenSec BaseTools/GenSec: Fix spelling mistake 2020-08-03 17:25:46 +00:00
Include BaseTools: Copy PACKED definition from MdePkg Base.h 2020-10-10 05:43:11 +00:00
LzmaCompress BaseTools LzmaCompress: Update LZMA to new 19.00 version 2021-01-08 10:03:53 +00:00
Makefiles BaseTools: Fix BaseTools nmake cleanall hang issue 2020-11-06 02:45:40 +00:00
PyEfiCompressor
TianoCompress
VfrCompile BaseTools/VfrCompile: Correct Bit Field Flags for numeric/one of 2021-12-09 03:31:26 +00:00
VolInfo BaseTools/VolInfo: Fix spelling mistake 2020-08-05 17:25:48 +00:00
GNUmakefile BaseTools: Convert Split tool to python 2021-01-21 10:19:09 +00:00
Makefile BaseTools: Convert Split tool to python 2021-01-21 10:19:09 +00:00