]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools: Fix the bug use same FMP_PAYLOAD in different capsule file
authorYonghong Zhu <yonghong.zhu@intel.com>
Tue, 6 Jun 2017 05:28:07 +0000 (13:28 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Wed, 7 Jun 2017 08:12:44 +0000 (16:12 +0800)
commitd4c558e83d8f428393d27816772efc7f4b0e8403
treeb8e76b784a6d97a37d91e579822bd76236c2fe69
parent4a1167dfef3deff3d96f06ccfd104e26486d7dae
BaseTools: Fix the bug use same FMP_PAYLOAD in different capsule file

Fix the bug that use same FMP_PAYLOAD in different capsule file. Because
in previous FMP generation, the FMP already be generated, so we don't
need to regenerate again.

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