pdef_tbb_cert.h 362 B

123456789101112131415161718192021
  1. /*
  2. * Copyright 2021 NXP
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef PDEF_TBB_CERT_H
  7. #define PDEF_TBB_CERT_H
  8. #include <tbbr/tbb_cert.h>
  9. /*
  10. * Enumerate the certificates that are used to establish the chain of trust
  11. */
  12. enum {
  13. DDR_FW_KEY_CERT = FWU_CERT + 1,
  14. DDR_UDIMM_FW_CONTENT_CERT,
  15. DDR_RDIMM_FW_CONTENT_CERT
  16. };
  17. #endif /* PDEF_TBB_CERT_H */