]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Update FMP Capsule support to follow FDF spec
authorYonghong Zhu <yonghong.zhu@intel.com>
Thu, 21 Apr 2016 06:50:30 +0000 (14:50 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 27 Apr 2016 01:39:15 +0000 (09:39 +0800)
commitdf81077f77f91b43f32f70e06950b86e20f711da
tree768e5978a4e2c76f60e19865e3c2a100747a4afa
parent0b448dd8b27c9efac370576b18edada004ab560a
BaseTools: Update FMP Capsule support to follow FDF spec

Current the FMP Capsule feature is supported, but its format has a little
different with FDF spec. so this patch 1) Align the FMP Capsule with FDF
spec. 2) fix some style issue, eg: Tab. 3) Add a SectionParser function to
check the section header info since this method is used in 7 places.

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/FdfParser.py