commit | a60334ad59eb8b6f2f056febeb0c2b5ed20c7b57 | [log] [tgz] |
---|---|---|
author | Yuwei Chen <yuwei.chen@intel.com> | Wed Jul 09 13:26:40 2025 +0800 |
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | Wed Jul 30 02:44:25 2025 +0000 |
tree | 323841f4448fd39c7e57b6cfcd12937e80f9171c | |
parent | 491530abaa5552805ed5c2be70ccfe1b0fcd0216 [diff] |
BaseTools: Fix FMMT FvHandler Padding operation issue When using the FMMT FvHandler function, new padding size should be calculated correctly comparing with origin ffs and new ffs, else it will cause the binary size changes. This patch is used to fix the bug. Signed-off-by: Yuwei Chen <yuwei.chen@intel.com>