From 94c2a1152db07ce74771a1cf45f57cdb263600be Mon Sep 17 00:00:00 2001 From: Gary Bisson Date: Mon, 21 Dec 2020 11:57:24 +0100 Subject: [PATCH] imx-atf-boundary: bump version to 2.2 - based upon NXP imx_5.4.47_2.2.0 branch - includes changes to allow UART4 access from Cortex-A - fix lpddr4 cache flush for i.MX8MP Note that the previous version was wrongly named 2.3 although it was based upon ATF 2.0. Signed-off-by: Gary Bisson --- .../{imx-atf-boundary_2.3.bb => imx-atf-boundary_2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-bsp/imx-atf/{imx-atf-boundary_2.3.bb => imx-atf-boundary_2.2.bb} (93%) diff --git a/recipes-bsp/imx-atf/imx-atf-boundary_2.3.bb b/recipes-bsp/imx-atf/imx-atf-boundary_2.2.bb similarity index 93% rename from recipes-bsp/imx-atf/imx-atf-boundary_2.3.bb rename to recipes-bsp/imx-atf/imx-atf-boundary_2.2.bb index 9366246..6fc9c22 100644 --- a/recipes-bsp/imx-atf/imx-atf-boundary_2.3.bb +++ b/recipes-bsp/imx-atf/imx-atf-boundary_2.2.bb @@ -9,10 +9,10 @@ PROVIDES = "imx-atf" PV .= "+git${SRCPV}" -SRCBRANCH = "boundary-imx_4.14.98_2.3.0" +SRCBRANCH = "boundary-imx_5.4.47_2.2.0" SRC_URI = "git://github.com/boundarydevices/imx-atf.git;branch=${SRCBRANCH} \ " -SRCREV = "99e07a29006b35e5b76e3a2555c54575f3b63d0c" +SRCREV = "515fb041a3876b698b9f8e72bdfeb135d8a98623" S = "${WORKDIR}/git"