refactor(juno): move plat_def_uuid_config to fiptoolThe same was done for other platforms: stm32mp1, tc before incommit 034a2e3ef8a9e8e58f7cb7fab6db4ee60b2f9c29 ('refactor(fiptool):move plat_fipt
refactor(juno): move plat_def_uuid_config to fiptoolThe same was done for other platforms: stm32mp1, tc before incommit 034a2e3ef8a9e8e58f7cb7fab6db4ee60b2f9c29 ('refactor(fiptool):move plat_fiptool.mk to tools')Additionally this will make ignore generated files: Untracked files: plat/arm/board/juno/fip/plat_def_uuid_config.d plat/arm/board/juno/fip/plat_def_uuid_config.oSigned-off-by: Andrey Skvortsov <andrej.skvortzov@gmail.com>Change-Id: Ia5f1082fcd6d9dfc0be012759493e61ddb869956
show more ...
refactor(ethos-n): move build flags to ethosn_npu.mkThe build flags to enable the Arm(R) Ethos(TM)-N NPU driver are in armplatform specific make files i.e. plat/arm/common/arm_common.mk. Thesefla
refactor(ethos-n): move build flags to ethosn_npu.mkThe build flags to enable the Arm(R) Ethos(TM)-N NPU driver are in armplatform specific make files i.e. plat/arm/common/arm_common.mk. Theseflags are renamed and moved to ethosn_npu.mk. Other source and makefiles are changed to reflect the changes in these flags.Signed-off-by: Rajasekaran Kalidoss <rajasekaran.kalidoss@arm.com>Change-Id: I6fd20225343c574cb5ac1f0f32ff2fc28ef37ea6
feat(ethos-n): add NPU support in fiptoolAdd platform specific Makefile to add UUIDs and command optionsfor the Arm(R) Ethos(TM)-N NPU firmware binary and certificatedata to the FIP so that the T
feat(ethos-n): add NPU support in fiptoolAdd platform specific Makefile to add UUIDs and command optionsfor the Arm(R) Ethos(TM)-N NPU firmware binary and certificatedata to the FIP so that the TF-A's BL2 can later be used to loadthe Arm(R) Ethos(TM)-N NPU firmware binary into memory and verifyits integrity.Add separate driver specific include header file for theArm(R) Ethos(TM)-N NPU images containing UUIDs and command optionsto make it easy to port the FIP support to other platforms.Signed-off-by: Daniele Castro <daniele.castro@arm.com>Signed-off-by: Rob Hughes <robert.hughes@arm.com>Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>Change-Id: I8cd64fb20d58f8bd539facb085606213d6cead05