arm-trusted-firmware/tools/fiptool
Leonardo Sandoval 4e5005254e fiptool: return zero status on help and help <command>
Querying the 'fiptool' for help or help <command> should return 0
return status (success) and not 1 (failure). In the other hand, if tool is
executed with any other command (not help) where command's parameters are
either missing or wrong, then the tool should return non-zero (failure). Now,
the 'usage' function caller is the one that passes the return status.

Change-Id: Id5eea91037cd810fb1e34a42e8199ef504f5daa4
Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>
2020-07-06 10:27:03 -05:00
..
Makefile tools: Make invocation of host compiler correct 2018-10-04 14:35:38 +01:00
Makefile.msvc tools/fiptool: Add Makefile.msvc to build on Windows. 2019-07-02 14:12:01 +01:00
fiptool.c fiptool: return zero status on help and help <command> 2020-07-06 10:27:03 -05:00
fiptool.h fiptool: return zero status on help and help <command> 2020-07-06 10:27:03 -05:00
fiptool_platform.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
tbbr_config.c fiptool: Add fw_config in FIP 2020-06-24 08:44:26 +01:00
tbbr_config.h tools: Remove TODO from fiptool 2019-03-12 13:42:08 +00:00
win_posix.c fiptool: Enable Visual Studio build 2017-10-17 12:14:20 +01:00
win_posix.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00