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>
1 parent be4cd40 commit 2a6c1a8f9a41d053b58036fbb4478c799c987343
@Masahiro Yamada Masahiro Yamada authored on 8 May 2017
Showing 11 changed files
View
.gitignore
View
Makefile
View
include/common/firmware_image_package.h 100644 → 0
View
include/lib/stdlib/sys/uuid.h 100644 → 0
View
include/tools_share/firmware_image_package.h 0 → 100644
View
include/tools_share/uuid.h 0 → 100644
View
tools/fiptool/Makefile
View
tools/fiptool/fiptool.c
View
tools/fiptool/fiptool.h
View
tools/fiptool/tbbr_config.c
View
tools/fiptool/tbbr_config.h