]> git.proxmox.com Git - mirror_edk2.git/commit
BaseTools/FCE: Add a tool FCE
authorShenglei Zhang <shenglei.zhang@intel.com>
Tue, 28 May 2019 08:07:43 +0000 (16:07 +0800)
committerLiming Gao <liming.gao@intel.com>
Thu, 4 Jul 2019 03:34:56 +0000 (11:34 +0800)
commit3c59d94637adbfdd497b5a2c16073c7dc62b669c
treea926e317184ec49ffad96d4a53f8a21bfc3a7705
parentdc7b0dc8d662b3bedece2cf1015e2a94884cb111
BaseTools/FCE: Add a tool FCE

FCE is a tool to retrieve and change HII configuration data in
Firmware Device(*.fd) files.
https://bugzilla.tianocore.org/show_bug.cgi?id=1848

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>
23 files changed:
BaseTools/BinWrappers/PosixLike/FCE [new file with mode: 0755]
BaseTools/Source/C/FCE/BinaryCreate.c [new file with mode: 0644]
BaseTools/Source/C/FCE/BinaryCreate.h [new file with mode: 0644]
BaseTools/Source/C/FCE/BinaryParse.c [new file with mode: 0644]
BaseTools/Source/C/FCE/BinaryParse.h [new file with mode: 0644]
BaseTools/Source/C/FCE/Common.c [new file with mode: 0644]
BaseTools/Source/C/FCE/Common.h [new file with mode: 0644]
BaseTools/Source/C/FCE/Expression.c [new file with mode: 0644]
BaseTools/Source/C/FCE/Fce.c [new file with mode: 0644]
BaseTools/Source/C/FCE/Fce.h [new file with mode: 0644]
BaseTools/Source/C/FCE/GNUmakefile [new file with mode: 0644]
BaseTools/Source/C/FCE/IfrParse.c [new file with mode: 0644]
BaseTools/Source/C/FCE/IfrParse.h [new file with mode: 0644]
BaseTools/Source/C/FCE/Makefile [new file with mode: 0644]
BaseTools/Source/C/FCE/MonotonicBasedVariable.c [new file with mode: 0644]
BaseTools/Source/C/FCE/MonotonicBasedVariable.h [new file with mode: 0644]
BaseTools/Source/C/FCE/TimeBasedVariable.c [new file with mode: 0644]
BaseTools/Source/C/FCE/TimeBasedVariable.h [new file with mode: 0644]
BaseTools/Source/C/FCE/Variable.c [new file with mode: 0644]
BaseTools/Source/C/FCE/Variable.h [new file with mode: 0644]
BaseTools/Source/C/FCE/VariableCommon.h [new file with mode: 0644]
BaseTools/Source/C/GNUmakefile
BaseTools/Source/C/Makefile