imx8m_measured_boot.h 294 B

12345678910111213141516
  1. /*
  2. * Copyright (c) 2022, Linaro
  3. *
  4. * SPDX-License-Identifier: BSD-3-Clause
  5. */
  6. #ifndef IMX8M_MEASURED_BOOT_H
  7. #define IMX8M_MEASURED_BOOT_H
  8. #include <stdint.h>
  9. #include <arch_helpers.h>
  10. int imx8m_set_nt_fw_info(size_t log_size, uintptr_t *ns_log_addr);
  11. #endif /* IMX8M_MEASURED_BOOT_H */