fip: move headers shared between TF and fiptool to include/tools_share
Masahiro Yamada authored
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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
2a6c1a8f
Name Last commit Last update
bl1 Merge pull request #927 from jeenu-arm/state-switch
bl2 Use SPDX license identifiers
bl2u Use SPDX license identifiers
bl31 Merge pull request #927 from jeenu-arm/state-switch
bl32 Merge pull request #925 from dp-arm/dp/spdx
common Merge pull request #925 from dp-arm/dp/spdx
docs Simplify assert() to reduce memory usage
drivers mbedtls: Complete namespace for TF specific macros
fdts Fix incorrect copyright notices
include fip: move headers shared between TF and fiptool to include/tools_share
lib Simplify assert() to reduce memory usage
make_helpers Build: fix assert_boolean implementation
plat Merge pull request #942 from soby-mathew/sm/fix_juno_build_err
services Migrate secure payload dispatchers to new SMC terminology
tools fip: move headers shared between TF and fiptool to include/tools_share
.checkpatch.conf Mandate 'Signed-off-by' line in commit messages
.gitignore fip: move headers shared between TF and fiptool to include/tools_share
Makefile fip: move headers shared between TF and fiptool to include/tools_share
acknowledgements.md Add Xilinx to acknowledgements file
contributing.md Drop requirement for CLA in contribution.md
dco.txt Drop requirement for CLA in contribution.md
license.md Update year in copyright text to 2014
readme.md readme.md: Add tested Linaro release information for FVPs