blob: b26b651535d677cb84aee0b17a78518f82f66d48 [file] [log] [blame]
Pankaj Guptadd906e62020-12-09 14:02:38 +05301/*
2 * Copyright 2021 NXP
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef PDEF_TBB_KEY_H
8#define PDEF_TBB_KEY_H
9
10#include <tbbr/tbb_key.h>
11
12/*
13 * Enumerate the pltform defined keys that are used to establish the chain of trust
14 */
15enum {
16 DDR_FW_CONTENT_KEY = NON_TRUSTED_FW_CONTENT_CERT_KEY + 1,
17};
18#endif /* PDEF_TBB_KEY_H */