arm-trusted-firmware/tools/fiptool
Raef Coles 034a2e3ef8 refactor(fiptool): move plat_fiptool.mk to tools
Move all plat_fiptool.mks into tools, change the logic to recursively
check for tools/fiptool/plat_fiptool/<plat_path>/plat_fiptool.mk

I.e. for a platform that has the path "plat/arm/board/tc/platform.mk",
the makefile will now load the first existing file from:
 - tools/fiptool/plat_fiptool/arm/board/tc/plat_fiptool.mk
 - tools/fiptool/plat_fiptool/arm/board/plat_fiptool.mk
 - tools/fiptool/plat_fiptool/arm/plat_fiptool.mk

This enables fiptool to support multiple platforms, or a specific one.

Remove file-copying previously being used to handle old default path.
Remove custom file cleaning in plat_fiptool.mk.

Change-Id: I95245bcf7143b329481d4394ab64f29bfe9de5ab
Signed-off-by: Raef Coles <raef.coles@arm.com>
2023-02-06 09:36:39 +00:00
..
plat_fiptool refactor(fiptool): move plat_fiptool.mk to tools 2023-02-06 09:36:39 +00:00
fiptool.c feat(fiptool): handle FIP in a disk partition 2023-01-23 11:45:53 +01: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
Makefile refactor(fiptool): move plat_fiptool.mk to tools 2023-02-06 09:36:39 +00:00
Makefile.msvc Update makefile to build fiptool for Windows 2020-09-14 15:06:56 +01:00
tbbr_config.c feat(fiptool): add cca, core_swd, plat cert in FIP 2022-06-14 09:47:37 -05:00
tbbr_config.h tools: add mechanism to allow platform specific image UUID 2021-03-24 09:49:31 +05:30
win_posix.c Fix fiptool packaging issue on windows 2020-09-14 15:06:56 +01:00
win_posix.h Fix fiptool packaging issue on windows 2020-09-14 15:06:56 +01:00