xref: /rk3399_ARM-atf/plat/imx/common/include/plat_imx8.h (revision 3a1b7b108aec527597075b48aa929a622fff23da)
1 /*
2  * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef __PLAT_IMX8_H__
8 #define __PLAT_IMX8_H__
9 
10 #include <gicv3.h>
11 
12 unsigned int plat_calc_core_pos(uint64_t mpidr);
13 void imx_mailbox_init(uintptr_t base_addr);
14 void plat_gic_driver_init(void);
15 void plat_gic_init(void);
16 void plat_gic_cpuif_enable(void);
17 void plat_gic_cpuif_disable(void);
18 void plat_gic_pcpu_init(void);
19 
20 #endif /*__PLAT_IMX8_H__ */
21