]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Extend FMP to support FV statement and FD statement
authorYonghong Zhu <yonghong.zhu@intel.com>
Sun, 9 Oct 2016 01:30:06 +0000 (09:30 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 12 Oct 2016 04:48:44 +0000 (12:48 +0800)
commit19e3aa7a8a8dcd661e0c2c45d139c5a6bda57dbb
tree3266112711adfa2de8a8e5a6ee13d007aa6e5d2e
parentac9f5a295c51a4c1b3a1e03ca0855b4c7a4e5d43
BaseTools: Extend FMP to support FV statement and FD statement

This patch extend the <FmpFileData> to support <FvStatements> and
<FdStatenents>, just like the normal [Capsule] section format.
In order to fix the bug https://bugzilla.tianocore.org/show_bug.cgi?id=132

Cc: Liming Gao <liming.gao@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/GenFds/Capsule.py
BaseTools/Source/Python/GenFds/CapsuleData.py
BaseTools/Source/Python/GenFds/FdfParser.py