xref: /aosp_15_r20/external/trusty/arm-trusted-firmware/plat/imx/imx8qm/platform.mk
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# Copyright (c) 2015-2022, ARM Limited and Contributors. All rights reserved.
3#
4# SPDX-License-Identifier: BSD-3-Clause
5#
6
7# Translation tables library
8include lib/xlat_tables_v2/xlat_tables.mk
9
10PLAT_INCLUDES		:=	-Iplat/imx/imx8qm/include		\
11				-Iplat/imx/common/include		\
12
13# Include GICv3 driver files
14include drivers/arm/gic/v3/gicv3.mk
15
16IMX_GIC_SOURCES	:=		${GICV3_SOURCES}			\
17				plat/common/plat_gicv3.c		\
18				plat/common/plat_psci_common.c		\
19				plat/imx/common/plat_imx8_gic.c
20
21BL31_SOURCES		+=	plat/imx/common/lpuart_console.S	\
22				plat/imx/common/imx8_helpers.S		\
23				plat/imx/imx8qm/imx8qm_bl31_setup.c	\
24				plat/imx/imx8qm/imx8qm_psci.c		\
25				plat/imx/common/imx8_topology.c		\
26				plat/imx/common/imx8_psci.c		\
27				plat/imx/common/imx_sip_svc.c		\
28				plat/imx/common/imx_sip_handler.c	\
29				lib/cpus/aarch64/cortex_a53.S			\
30				lib/cpus/aarch64/cortex_a72.S			\
31				drivers/arm/cci/cci.c				\
32				${XLAT_TABLES_LIB_SRCS}				\
33				${IMX_GIC_SOURCES}				\
34
35include plat/imx/common/sci/sci_api.mk
36
37USE_COHERENT_MEM	:=	1
38RESET_TO_BL31		:=	1
39A53_DISABLE_NON_TEMPORAL_HINT := 0
40ERRATA_A72_859971	:=	1
41
42ERRATA_A53_835769	:=	1
43ERRATA_A53_843419	:=	1
44ERRATA_A53_855873	:=	1
45
46IMX_DEBUG_UART		?= 	0
47$(eval $(call add_define,IMX_USE_UART${IMX_DEBUG_UART}))
48
49DEBUG_CONSOLE		?= 	0
50$(eval $(call add_define,DEBUG_CONSOLE))
51

served by {OpenGrok

Last Index Update: Mon Apr 28 06:57:04 CEST 2025