summaryrefslogtreecommitdiffstats
path: root/plat/imx/imx8m/include/imx8m_measured_boot.h
blob: 2ec0c4646397f7d85df84331189c68ab6c21198e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2022, Linaro
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef IMX8M_MEASURED_BOOT_H
#define IMX8M_MEASURED_BOOT_H

#include <stdint.h>

#include <arch_helpers.h>

int imx8m_set_nt_fw_info(size_t log_size, uintptr_t *ns_log_addr);

#endif /* IMX8M_MEASURED_BOOT_H */