Anson Huang | 4c28fc3 | 2018-06-05 16:12:27 +0800 | [diff] [blame] | 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__ */ |