]> git.proxmox.com Git - mirror_edk2.git/commit - IntelFsp2Pkg/Tools/GenCfgOpt.py
IntelFsp2Pkg: YAML script bug fix
authorLoo, Tung Lun <tung.lun.loo@intel.com>
Mon, 17 May 2021 04:04:13 +0000 (12:04 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 18 May 2021 00:46:45 +0000 (00:46 +0000)
commit1fbf5e30ae8eb725f4e10984f7b0a208f78abbd0
tree72c71cc68ae41c6a7616dd2730d9e92c6b977f61
parentd2e0c473e6f0d518e8acb187f99bb7e61f7df862
IntelFsp2Pkg: YAML script bug fix

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3395

This patch fixes the issue observed during
BSF file to YAML file conversion. It also
addresses the issue during multibyte array
data conversion check, for example the data
representation of 0xFFFF instead of 0xFF, 0xFF
would be thrown exception "Array size is not
proper" without this patch.

Cc: Maurice Ma <maurice.ma@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Signed-off-by: Loo Tung Lun <tung.lun.loo@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
IntelFsp2Pkg/Tools/FspDscBsf2Yaml.py
IntelFsp2Pkg/Tools/GenCfgOpt.py