summaryrefslogtreecommitdiff
path: root/plat/freescale/imx8mq/platform.mk
blob: b7c4b866672b22a6d3e9cae541890c0fcb06943b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
PLAT_INCLUDES		:=	-Iplat/freescale/imx8mq/include		\
				-Iplat/freescale/common/include		\

PLAT_GIC_SOURCES	:=	drivers/arm/gic/v3/gicv3_helpers.c	\
				drivers/arm/gic/v3/gicv3_main.c		\
				drivers/arm/gic/common/gic_common.c	\
				plat/common/plat_gicv3.c		\
				plat/freescale/common/plat_imx8_gic.c

BL31_SOURCES		+=	plat/freescale/common/imx8_helpers.S		\
				plat/freescale/common/mxcuart_console.S		\
				plat/freescale/common/sip_svc.c			\
				plat/freescale/imx8mq/imx8m_bl31_setup.c	\
				plat/freescale/imx8mq/gpc.c			\
				plat/freescale/imx8mq/imx8m_psci.c		\
				plat/freescale/common/imx8_topology.c		\
				plat/common/plat_psci_common.c			\
				lib/xlat_tables/aarch64/xlat_tables.c		\
				lib/xlat_tables/xlat_tables_common.c		\
				lib/cpus/aarch64/cortex_a53.S			\
				drivers/console/aarch64/console.S		\
				${PLAT_GIC_SOURCES}				\
				drivers/arm/tzc/tzc380.c

ENABLE_PLAT_COMPAT	:=	0
USE_COHERENT_MEM	:=	0
RESET_TO_BL31		:=	1
ERROR_DEPRECATED	:=	1