arm-trusted-firmware/plat/nxp
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
..
common refactor(fiptool): move plat_fiptool.mk to tools 2023-02-06 09:36:39 +00:00
soc-ls1028a fix(layerscape): fix errata a008850 2022-11-22 14:56:19 +08:00
soc-ls1043a fix(layerscape): unlock write access SMMU_CBn_ACTLR 2022-12-06 22:46:10 +08:00
soc-ls1046a fix(layerscape): unlock write access SMMU_CBn_ACTLR 2022-12-06 22:46:10 +08:00
soc-ls1088a fix(layerscape): unlock write access SMMU_CBn_ACTLR 2022-12-06 22:46:10 +08:00
soc-lx2160a fix(layerscape): unlock write access SMMU_CBn_ACTLR 2022-12-06 22:46:10 +08:00