summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-11-13 13:03:25 -0300
committerGitHub <noreply@github.com>2023-11-13 13:03:25 -0300
commit7f0a7f3d19f564da0faf20e279b1b18a7f0068b6 (patch)
treed366bff85df92f066a4496498badd12be3ea788d
parent5c1a8df5f6b800ebee03655096cb191b07df32cd (diff)
parente9a92c0ea1971f5a4fce7742262950f949c273b4 (diff)
downloadmeta-freescale-7f0a7f3d19f564da0faf20e279b1b18a7f0068b6.tar.gz
Merge pull request #1692 from MrCry0/master-atf
Update imx-atf/imx-boot to lf-6.1.36-2.1.0
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.8.bb2
-rw-r--r--recipes-bsp/imx-mkimage/imx-boot_1.0.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.8.bb b/recipes-bsp/imx-atf/imx-atf_2.8.bb
index b6acd13d4..1c4e1590b 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.8.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.8.bb
@@ -9,7 +9,7 @@ PV .= "+git${SRCPV}"
9 9
10SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" 10SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}"
11SRCBRANCH = "lf_v2.8" 11SRCBRANCH = "lf_v2.8"
12SRCREV = "99195a23d3aef485fb8f10939583b1bdef18881c" 12SRCREV = "1a3beeab6484343a4bd0ee08e947d142db4a5ae6"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
diff --git a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
index 7a623e552..d5aef3c64 100644
--- a/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
+++ b/recipes-bsp/imx-mkimage/imx-boot_1.0.bb
@@ -57,12 +57,14 @@ IMXBOOT_TARGETS ?= \
57BOOT_STAGING = "${S}/${IMX_BOOT_SOC_TARGET}" 57BOOT_STAGING = "${S}/${IMX_BOOT_SOC_TARGET}"
58BOOT_STAGING:mx8m-generic-bsp = "${S}/iMX8M" 58BOOT_STAGING:mx8m-generic-bsp = "${S}/iMX8M"
59BOOT_STAGING:mx8dx-generic-bsp = "${S}/iMX8QX" 59BOOT_STAGING:mx8dx-generic-bsp = "${S}/iMX8QX"
60BOOT_STAGING:mx9-generic-bsp = "${S}/iMX9"
60 61
61SOC_FAMILY = "INVALID" 62SOC_FAMILY = "INVALID"
62SOC_FAMILY:mx8-generic-bsp = "mx8" 63SOC_FAMILY:mx8-generic-bsp = "mx8"
63SOC_FAMILY:mx8m-generic-bsp = "mx8m" 64SOC_FAMILY:mx8m-generic-bsp = "mx8m"
64SOC_FAMILY:mx8x-generic-bsp = "mx8x" 65SOC_FAMILY:mx8x-generic-bsp = "mx8x"
65SOC_FAMILY:mx8ulp-generic-bsp = "mx8ulp" 66SOC_FAMILY:mx8ulp-generic-bsp = "mx8ulp"
67SOC_FAMILY:mx91p-generic-bsp = "mx93"
66SOC_FAMILY:mx93-generic-bsp = "mx93" 68SOC_FAMILY:mx93-generic-bsp = "mx93"
67 69
68REV_OPTION ?= "REV=${IMX_SOC_REV_UPPER}" 70REV_OPTION ?= "REV=${IMX_SOC_REV_UPPER}"