1 /*
2  * Copyright (c) 2023, Arm Limited. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #include <ethosn_cert.h>
8 
9 #include <juno_tbb_cert.h>
10 #include <juno_tbb_ext.h>
11 #include <juno_tbb_key.h>
12 
13 static cert_t juno_plat_tbb_certificates[] = {
14 	ETHOSN_NPU_FW_KEY_CERT_DEF,
15 	ETHOSN_NPU_FW_CONTENT_CERT_DEF,
16 };
17 
18 PLAT_REGISTER_COT(juno_plat_tbb_certificates);
19