summaryrefslogtreecommitdiff
path: root/recipes-bsp/imx-atf/imx-atf_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2020-08-04 17:58:32 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2020-08-20 12:09:03 +0200
commit649da1c35dec52b96a317a14e71559c15e3dda34 (patch)
tree6c17e44e1e1c32e2efb0232740d22d6bdacfd34c /recipes-bsp/imx-atf/imx-atf_%.bbappend
parent4e6d9d9d1a1064f31b008d84dbacc587430c306d (diff)
imx-atf: update to 2.2
From NXP BSP 5.4.24-2.1.0. Dropped 0001-imx8m-imx_rdc.c-fix-a-uninitialized-variable, The patched file no longer exist, do_compile does not output a warning. Related-to: ELB-2758 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/imx-atf/imx-atf_%.bbappend')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_%.bbappend25
1 files changed, 5 insertions, 20 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_%.bbappend b/recipes-bsp/imx-atf/imx-atf_%.bbappend
index c2b727c..33034dc 100644
--- a/recipes-bsp/imx-atf/imx-atf_%.bbappend
+++ b/recipes-bsp/imx-atf/imx-atf_%.bbappend
@@ -1,29 +1,14 @@
-#PV = "1.5.0+git${SRCPV}"
-#SRCBRANCH = "imx_4.14.78_1.0.0_ga"
-#SRCREV = "d6451cc1e162eff89b03dd63e86d55b9baa8885b"
-#PLATFORM_mx8qxp = "imx8qxp"
-
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
SRC_URI_append = " \
- file://0001-imx8m-imx_rdc.c-fix-a-uninitialized-variable.patch \
+ file://0001-plat-imx8mm-provide-uart-base-as-build-option.patch \
file://0001-Revert-Add-NXP-s-SoCs-partition-reboot-support.patch \
"
-PV = "2.0+git${SRCPV}"
-SRCBRANCH = "imx_4.14.98_2.3.0"
-SRCREV = "bb209a0b4ccca2aa4a3a887f9606dc4a3d294adf"
-PLATFORM_mx8qxp = "imx8qx"
-PLATFORM_mx8mn = "imx8mn"
+PV = "2.2+git${SRCPV}"
+SRCBRANCH = "imx_5.4.24_2.1.0"
+SRCREV = "b0a00f22b09c13572d3e87902a1069dee34763bd"
-EXTRA_OEMAKE_mx8mm += " \
+EXTRA_OEMAKE_append_verdin-imx8mm = " \
IMX_BOOT_UART_BASE=0x30860000 \
"
-
-# 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
- install -Dm 0644 ${S}/build/${PLATFORM}/release/bl31.bin ${DEPLOYDIR}/${BOOT_TOOLS}/bl31-imx8qxp.bin
-}