]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/FMMT: Add a tool FMMT
authorShenglei Zhang <shenglei.zhang@intel.com>
Tue, 28 May 2019 03:01:47 +0000 (11:01 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 4 Jul 2019 03:34:57 +0000 (11:34 +0800)
commit080981d72dcbb782ad73716c439639324b0aa4dd
treefeea5c7a4658f428a48975b10be8d1ebcae86155
parent3c59d94637adbfdd497b5a2c16073c7dc62b669c
BaseTools/FMMT: Add a tool FMMT

FMMT is a tool to enable removal, addition and replacement of
FFS files in FD image binaries.
https://bugzilla.tianocore.org/show_bug.cgi?id=1847

Cc: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Signed-off-by: Shenglei Zhang <shenglei.zhang@intel.com>
Reviewed-by: Bob Feng <bob.c.feng@intel.com>
BaseTools/BinWrappers/PosixLike/FMMT [new file with mode: 0755]
BaseTools/Source/C/FMMT/FirmwareModuleManagement.c [new file with mode: 0644]
BaseTools/Source/C/FMMT/FirmwareModuleManagement.h [new file with mode: 0644]
BaseTools/Source/C/FMMT/FmmtConf.ini [new file with mode: 0644]
BaseTools/Source/C/FMMT/FmmtLib.c [new file with mode: 0644]
BaseTools/Source/C/FMMT/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/FMMT/Makefile [new file with mode: 0644]
BaseTools/Source/C/FMMT/Rebase.c [new file with mode: 0644]
BaseTools/Source/C/FMMT/Rebase.h [new file with mode: 0644]
BaseTools/Source/C/GNUmakefile
BaseTools/Source/C/Makefile