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