]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/FMMT: Add Shrink Fv function
authorChen, Christine <Yuwei.Chen@intel.com>
Fri, 16 Sep 2022 01:51:18 +0000 (09:51 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 19 Oct 2022 06:32:07 +0000 (06:32 +0000)
commit09e74b81ba7178588d4636762ffb852987f18525
treef748b73b83394ef5bdf1a5ab4ec4a1d20c1403aa
parent0e6db46b1be173e7207bfadc05221a20f9b0dd02
BaseTools/FMMT: Add Shrink Fv function

REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3938

This function is used to remove the useless FV free space.
Usage: FMMT -s Inputfile Outputfile

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Yuwei Chen <yuwei.chen@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/Source/Python/FMMT/FMMT.py
BaseTools/Source/Python/FMMT/core/FMMTOperation.py
BaseTools/Source/Python/FMMT/core/FvHandler.py