]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(ethos-n): add NPU support in fiptool
authorDaniele Castro <daniele.castro@arm.com>
Thu, 24 Nov 2022 12:06:13 +0000 (12:06 +0000)
committerJoanna Farley <joanna.farley@arm.com>
Tue, 4 Apr 2023 09:36:20 +0000 (11:36 +0200)
commitc91b08c8a44aafac4f72c64aa8d4777b8c73647e
tree4d1d5b37af7645742afca81584c4ca4326901fb8
parent70a296ee8641802dc60754aec5b18d8347820a5c
feat(ethos-n): add NPU support in fiptool

Add platform specific Makefile to add UUIDs and command options
for the Arm(R) Ethos(TM)-N NPU firmware binary and certificate
data to the FIP so that the TF-A's BL2 can later be used to load
the Arm(R) Ethos(TM)-N NPU firmware binary into memory and verify
its integrity.

Add separate driver specific include header file for the
Arm(R) Ethos(TM)-N NPU images containing UUIDs and command options
to 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
include/drivers/arm/ethosn_fip.h [new file with mode: 0644]
plat/arm/board/juno/fip/plat_def_fip_uuid.h [new file with mode: 0644]
plat/arm/board/juno/fip/plat_def_uuid_config.c [new file with mode: 0644]
plat/arm/board/juno/plat_fiptool.mk [new file with mode: 0644]