arm-trusted-firmware/plat/arm/board/juno/certificate/include/juno_tbb_ext.h
Mohamed Elzahhar f309607229 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
2023-04-04 11:36:30 +02:00

18 lines
346 B
C

/*
* Copyright (c) 2023, Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef JUNO_TBB_EXT_H
#define JUNO_TBB_EXT_H
#include <tbbr/tbb_ext.h>
/* Juno platform defined TBBR extensions */
enum {
ETHOSN_NPU_FW_CONTENT_CERT_PK_EXT = FWU_HASH_EXT + 1,
ETHOSN_NPU_FW_HASH_EXT,
};
#endif /* JUNO_TBB_EXT_H */