summaryrefslogtreecommitdiffstats
path: root/tools/nxp/cert_create_helper/include/pdef_tbb_key.h
blob: b26b651535d677cb84aee0b17a78518f82f66d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright 2021 NXP
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef PDEF_TBB_KEY_H
#define PDEF_TBB_KEY_H

#include <tbbr/tbb_key.h>

/*
 * Enumerate the pltform defined keys that are used to establish the chain of trust
 */
enum {
	DDR_FW_CONTENT_KEY = NON_TRUSTED_FW_CONTENT_CERT_KEY + 1,
};
#endif /* PDEF_TBB_KEY_H */