summaryrefslogtreecommitdiff
path: root/recipes-bsp/imx-atf/imx-atf_%.bbappend
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2019-11-04 19:34:14 +0100
committerMing Liu <ming.liu@toradex.com>2019-11-04 19:39:52 +0100
commit40458cdb7bcb951d7b2053bdc63733fa3afea838 (patch)
tree4d8b648c93046030b44eb2eab9fa884752fc13be /recipes-bsp/imx-atf/imx-atf_%.bbappend
parent579d6ee3fe67c125e9fee620bcac0c6931ae49b7 (diff)
imx-atf: stick to imx_4.14.78_1.0.0_ga
Without this change, I could not boot a colibri-imx8x board, seems the imx_4.14.98_2.0.0_ga branch being used in meta-freescale does not work. Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'recipes-bsp/imx-atf/imx-atf_%.bbappend')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_%.bbappend12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_%.bbappend b/recipes-bsp/imx-atf/imx-atf_%.bbappend
new file mode 100644
index 0000000..c48fb6b
--- /dev/null
+++ b/recipes-bsp/imx-atf/imx-atf_%.bbappend
@@ -0,0 +1,12 @@
+PV = "1.5.0+git${SRCPV}"
+SRCBRANCH = "imx_4.14.78_1.0.0_ga"
+SRCREV = "d6451cc1e162eff89b03dd63e86d55b9baa8885b"
+
+PLATFORM_mx8qxp = "imx8qxp"
+
+# imx-atf 1.5 uses bl31-imx8qxp.bin, 2.0 will use bl31-imx8qx.bin for a
+# platform specific filename. Provide both for now, so that the user of
+# the file need not care.
+do_deploy_append_mx8qxp () {
+ install -Dm 0644 ${S}/build/${PLATFORM}/release/bl31.bin ${DEPLOYDIR}/${BOOT_TOOLS}/bl31-imx8qx.bin
+}