Anson Huang | 62f8f7a | 2018-06-11 12:54:05 +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 | PLAT_INCLUDES := -Iplat/imx/imx8qm/include \ |
| 8 | -Iplat/imx/common/include \ |
| 9 | |
| 10 | IMX_GIC_SOURCES := drivers/arm/gic/v3/gicv3_helpers.c \ |
| 11 | drivers/arm/gic/v3/arm_gicv3_common.c \ |
| 12 | drivers/arm/gic/v3/gic500.c \ |
| 13 | drivers/arm/gic/v3/gicv3_main.c \ |
| 14 | drivers/arm/gic/common/gic_common.c \ |
| 15 | plat/common/plat_gicv3.c \ |
| 16 | plat/common/plat_psci_common.c \ |
| 17 | plat/imx/common/plat_imx8_gic.c |
| 18 | |
| 19 | BL31_SOURCES += plat/imx/common/lpuart_console.S \ |
| 20 | plat/imx/common/imx8_helpers.S \ |
| 21 | plat/imx/imx8qm/imx8qm_bl31_setup.c \ |
| 22 | plat/imx/imx8qm/imx8qm_psci.c \ |
| 23 | plat/imx/common/imx8_topology.c \ |
Anson Huang | 344cbce | 2018-07-12 14:26:07 +0800 | [diff] [blame] | 24 | plat/imx/common/imx8_psci.c \ |
Anson Huang | f753d46 | 2019-01-15 10:34:04 +0800 | [diff] [blame] | 25 | plat/imx/common/imx_sip_svc.c \ |
| 26 | plat/imx/common/imx_sip_handler.c \ |
Anson Huang | 62f8f7a | 2018-06-11 12:54:05 +0800 | [diff] [blame] | 27 | lib/xlat_tables/aarch64/xlat_tables.c \ |
| 28 | lib/xlat_tables/xlat_tables_common.c \ |
| 29 | lib/cpus/aarch64/cortex_a53.S \ |
| 30 | lib/cpus/aarch64/cortex_a72.S \ |
Anson Huang | 62f8f7a | 2018-06-11 12:54:05 +0800 | [diff] [blame] | 31 | drivers/arm/cci/cci.c \ |
| 32 | ${IMX_GIC_SOURCES} \ |
| 33 | |
| 34 | include plat/imx/common/sci/sci_api.mk |
| 35 | |
Anson Huang | 62f8f7a | 2018-06-11 12:54:05 +0800 | [diff] [blame] | 36 | USE_COHERENT_MEM := 1 |
| 37 | RESET_TO_BL31 := 1 |
Anson Huang | 62f8f7a | 2018-06-11 12:54:05 +0800 | [diff] [blame] | 38 | A53_DISABLE_NON_TEMPORAL_HINT := 0 |
| 39 | MULTI_CONSOLE_API := 1 |
| 40 | ERRATA_A72_859971 := 1 |
Anson Huang | 2f38c13 | 2019-01-24 10:58:58 +0800 | [diff] [blame] | 41 | |
| 42 | ERRATA_A53_835769 := 1 |
| 43 | ERRATA_A53_843419 := 1 |
| 44 | ERRATA_A53_855873 := 1 |