pdef_tbb_key.h 336 B

123456789101112131415161718
  1. /*
  2. * Copyright 2021 NXP
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef PDEF_TBB_KEY_H
  7. #define PDEF_TBB_KEY_H
  8. #include <tbbr/tbb_key.h>
  9. /*
  10. * Enumerate the pltform defined keys that are used to establish the chain of trust
  11. */
  12. enum {
  13. DDR_FW_CONTENT_KEY = NON_TRUSTED_FW_CONTENT_CERT_KEY + 1,
  14. };
  15. #endif /* PDEF_TBB_KEY_H */