]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp
BaseTool/VfrCompile: Add missing question opcode
authorDandan Bi <dandan.bi@intel.com>
Mon, 1 Aug 2016 11:18:30 +0000 (19:18 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Mon, 8 Aug 2016 03:04:46 +0000 (11:04 +0800)
commitbec3a18108cf5839f3fb1f451c55e1b2afcbc747
tree2c08ea7adc068bf411a714e13494d1af9b04a9b9
parent5c8075fce336f25a068cc56b63260aae30d4cf2e
BaseTool/VfrCompile: Add missing question opcode

The function CheckQuestionOpCode is to check whether the opcode
is question opcode, but it misses two question opcodes:
'EFI_IFR_REF_OP' and 'EFI_IFR_RESET_BUTTON'. Now add them.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Eric Dong <eric.dong@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Eric Dong <eric.dong@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/C/VfrCompile/VfrFormPkg.cpp