]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/GenFds/FdfParser.py
Basetools/GenFds: refactor class FV
authorCarsey, Jaben <jaben.carsey@intel.com>
Tue, 23 Oct 2018 17:29:21 +0000 (01:29 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 25 Oct 2018 12:15:32 +0000 (20:15 +0800)
commit9ffaaac2e5e7c5e21ad4ff2d0f9ac5d84878e57d
treeae7e6d7e7c45153d547917d98fd1de8032fac611
parent5a264f28ee01e58f1dee19efd7a590942cf2fb21
Basetools/GenFds: refactor class FV

1) initialize UiFvName via __init__ parameter. No change to default behavior.
2) initialize 3 empty lists in __init__. Curently not guarenteed initialized.

Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Jaben Carsey <jaben.carsey@intel.com>
Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com>
BaseTools/Source/Python/GenFds/FdfParser.py
BaseTools/Source/Python/GenFds/Fv.py