fip: move headers shared between TF and fiptool to include/tools_share
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 8 May 2017 09:29:03 +0000 (18:29 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 23 May 2017 14:58:47 +0000 (23:58 +0900)
commit2a6c1a8f9a41d053b58036fbb4478c799c987343
treeef3cff3e2ffd87b20bf3c06bf95fdd66f527492d
parentbe4cd40e8b91cb7f90109fb254c5540d57b12b0a
fip: move headers shared between TF and fiptool to include/tools_share

Some header files need to be shared between TF and host programs.
For fiptool, two headers are copied to the tools/fiptool directory,
but it looks clumsy.

This commit introduces a new directory, include/tools_share, which
collects headers that should be shared between TF and host programs.

This will clarify the interface exposed to host tools.  We should
add new headers to this directory only when we really need to do so.

For clarification, I inserted a blank line between headers from the
include/ directory (#include <...>) and ones from a local directory
(#include "..." ).

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
.gitignore
Makefile
include/common/firmware_image_package.h [deleted file]
include/lib/stdlib/sys/uuid.h [deleted file]
include/tools_share/firmware_image_package.h [new file with mode: 0644]
include/tools_share/uuid.h [new file with mode: 0644]
tools/fiptool/Makefile
tools/fiptool/fiptool.c
tools/fiptool/fiptool.h
tools/fiptool/tbbr_config.c
tools/fiptool/tbbr_config.h