]> git.baikalelectronics.ru Git - arm-tf.git/commit
feat(ethos-n): add support for NPU to cert_create
authorMohamed Elzahhar <Mohamed.Elzahhar@arm.com>
Wed, 16 Nov 2022 12:05:37 +0000 (12:05 +0000)
committerJoanna Farley <joanna.farley@arm.com>
Tue, 4 Apr 2023 09:36:30 +0000 (11:36 +0200)
commitf309607229e049a6ff9cbc858efa4dd0c0b921b8
tree8669dcb310e461d0b0fe74c071560a966f0758e2
parentc91b08c8a44aafac4f72c64aa8d4777b8c73647e
feat(ethos-n): add support for NPU to cert_create

Add Juno specific Makefile to the certificate tool build. That
Makefile is included by the certificate tool Makefile to add
information about the authentication data for the
Arm(R) Ethos(TM)-N NPU's firmware binary.

Signed-off-by: Mohamed Elzahhar <Mohamed.Elzahhar@arm.com>
Signed-off-by: Rob Hughes <robert.hughes@arm.com>
Signed-off-by: Mikael Olsson <mikael.olsson@arm.com>
Change-Id: Ie4b6a1c29d73b3ed5041b57f2cd88033be18a63a
include/drivers/arm/ethosn_cert.h [new file with mode: 0644]
include/drivers/arm/ethosn_oid.h [new file with mode: 0644]
plat/arm/board/juno/cert_create_tbbr.mk [new file with mode: 0644]
plat/arm/board/juno/certificate/include/juno_tbb_cert.h [new file with mode: 0644]
plat/arm/board/juno/certificate/include/juno_tbb_ext.h [new file with mode: 0644]
plat/arm/board/juno/certificate/include/juno_tbb_key.h [new file with mode: 0644]
plat/arm/board/juno/certificate/include/platform_oid.h [new file with mode: 0644]
plat/arm/board/juno/certificate/src/juno_tbb_cert.c [new file with mode: 0644]
plat/arm/board/juno/certificate/src/juno_tbb_ext.c [new file with mode: 0644]
plat/arm/board/juno/certificate/src/juno_tbb_key.c [new file with mode: 0644]