From ec605c1e2586c59501f85059febebdcc564306e2 Mon Sep 17 00:00:00 2001 From: Bai Ping Date: Mon, 26 Jun 2017 10:47:47 +0800 Subject: i.mx8mq: Add basic support for i.mx8mq Add basic support for i.MX8MQ. 1. SMP support is ok. 2. basic suspend/resume support is ok. Signed-off-by: Bai Ping --- plat/freescale/imx8mq/platform.mk | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 plat/freescale/imx8mq/platform.mk (limited to 'plat/freescale/imx8mq/platform.mk') diff --git a/plat/freescale/imx8mq/platform.mk b/plat/freescale/imx8mq/platform.mk new file mode 100644 index 00000000..ec51a899 --- /dev/null +++ b/plat/freescale/imx8mq/platform.mk @@ -0,0 +1,27 @@ +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/imx8mq/imx8m_bl31_setup.c \ + plat/freescale/imx8mq/gpc.c \ + plat/freescale/imx8mq/imx8m_psci.c \ + plat/freescale/imx8mq/sip_svc.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} \ + +ENABLE_PLAT_COMPAT := 0 +USE_COHERENT_MEM := 0 +RESET_TO_BL31 := 1 +ERROR_DEPRECATED := 1 -- cgit v1.2.3