summaryrefslogtreecommitdiff
path: root/plat/imx/imx8m/imx8mq
diff options
context:
space:
mode:
authorLeonard Crestez <leonard.crestez@nxp.com>2019-05-08 22:29:21 +0300
committerLeonard Crestez <leonard.crestez@nxp.com>2019-05-09 17:20:43 +0300
commit950d05f752e0d35c45a7123ed1538efaabd8c37c (patch)
treef119173603200ea17c525b9926e5173ab17b92d9 /plat/imx/imx8m/imx8mq
parentf2f0846598909cb905de5d4380bac5b1d4c89d09 (diff)
plat: imx8m: Implement IMX_SIP_BUILDINFO
The IMX_SIP_BUILDINFO call was implemented for imx8qm and imx8qx but it's also applicable to imx8m. This fixes U-Boot not printing commit hash on 8m with upstream TF-A. Change-Id: Idcfd9729eaaccf329c24e241da325f1f6cd3c880 Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Diffstat (limited to 'plat/imx/imx8m/imx8mq')
-rw-r--r--plat/imx/imx8m/imx8mq/platform.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/plat/imx/imx8m/imx8mq/platform.mk b/plat/imx/imx8m/imx8mq/platform.mk
index 89c2da05..3152c721 100644
--- a/plat/imx/imx8m/imx8mq/platform.mk
+++ b/plat/imx/imx8m/imx8mq/platform.mk
@@ -24,6 +24,8 @@ BL31_SOURCES += plat/imx/common/imx8_helpers.S \
plat/imx/imx8m/imx8m_psci_common.c \
plat/imx/imx8m/imx8mq/gpc.c \
plat/imx/common/imx8_topology.c \
+ plat/imx/common/imx_sip_handler.c \
+ plat/imx/common/imx_sip_svc.c \
plat/imx/common/imx_uart_console.S \
lib/xlat_tables/aarch64/xlat_tables.c \
lib/xlat_tables/xlat_tables_common.c \