]> git.proxmox.com Git - mirror_edk2.git/commit
IntelFsp2Pkg/Tools: Fixed PatchFv.py to parse new Fv map file format
authorBob Feng <bob.c.feng@intel.com>
Fri, 13 Nov 2020 10:32:08 +0000 (18:32 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Thu, 19 Nov 2020 07:35:23 +0000 (07:35 +0000)
commit098af8b4088ce1d478a4c0fbf38c17301f61cc9b
treeaf5dd4fac2e0e4d4e471eb8f24137b978116d7d8
parent6c4efc050974812d6ebee1cea711e3c81e4e4442
IntelFsp2Pkg/Tools: Fixed PatchFv.py to parse new Fv map file format

The commit 76e8aac158b0717fa27f12e4d008f79161ddb050 changed Fv map format.
It added the image type to better support source level debug. But it broke
the function of PatchFv.py because PatchFv.py also consume Fv map file.

This patch is to update PatchFv.py to make it work again.

Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Chasel Chiu <chasel.chiu@intel.com>
Cc: Nate DeSimone <nathaniel.l.desimone@intel.com>
Cc: Star Zeng <star.zeng@intel.com>
Cc: Yunhua Feng <fengyunhua@byosoft.com.cn>
Cc: Zhiguang Liu <zhiguang.liu@intel.com>
Reviewed-by: Chasel Chiu <chasel.chiu@intel.com>
Reviewed-by: Star Zeng <star.zeng@intel.com>
Reviewed-by: Liming Gao <gaoliming@byosoft.com.cn>
IntelFsp2Pkg/Tools/PatchFv.py