blob: 3cb8304fe2fb76263f36812bfe0e4c887085aa06 [file] [log] [blame]
Mohamed Elzahhar94349032022-11-16 12:05:37 +00001/*
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
13static cert_t juno_plat_tbb_certificates[] = {
14 ETHOSN_NPU_FW_KEY_CERT_DEF,
15 ETHOSN_NPU_FW_CONTENT_CERT_DEF,
16};
17
18PLAT_REGISTER_COT(juno_plat_tbb_certificates);