]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/FMMT: Add Extract FV function
authorChen, Christine <Yuwei.Chen@intel.com>
Fri, 16 Sep 2022 01:50:56 +0000 (09:50 +0800)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Wed, 19 Oct 2022 06:32:07 +0000 (06:32 +0000)
commit0e6db46b1be173e7207bfadc05221a20f9b0dd02
treefa22c572ee5c6e373d6dae753f67ee6a2122e7ef
parentb03dceb87f400e2e5437f775427fab5338532ee7
BaseTools/FMMT: Add Extract FV function

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

With this patch "-e" parameter supports extract FV function.
Usage: FMMT -e Inputfile TargetFv 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