blob: f18561979b1182fde31037c140ad1e09dc0a2689 [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_CERT_H
8#define PDEF_TBB_CERT_H
9
10#include <tbbr/tbb_cert.h>
11
12/*
13 * Enumerate the certificates that are used to establish the chain of trust
14 */
15enum {
16 DDR_FW_KEY_CERT = FWU_CERT + 1,
17 DDR_UDIMM_FW_CONTENT_CERT,
18 DDR_RDIMM_FW_CONTENT_CERT
19};
20
21#endif /* PDEF_TBB_CERT_H */