diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2023-11-13 13:03:25 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-13 13:03:25 -0300 |
commit | 7f0a7f3d19f564da0faf20e279b1b18a7f0068b6 (patch) | |
tree | d366bff85df92f066a4496498badd12be3ea788d | |
parent | 5c1a8df5f6b800ebee03655096cb191b07df32cd (diff) | |
parent | e9a92c0ea1971f5a4fce7742262950f949c273b4 (diff) | |
download | meta-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.bb | 2 | ||||
-rw-r--r-- | recipes-bsp/imx-mkimage/imx-boot_1.0.bb | 2 |
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 | ||
10 | SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" | 10 | SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}" |
11 | SRCBRANCH = "lf_v2.8" | 11 | SRCBRANCH = "lf_v2.8" |
12 | SRCREV = "99195a23d3aef485fb8f10939583b1bdef18881c" | 12 | SRCREV = "1a3beeab6484343a4bd0ee08e947d142db4a5ae6" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${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 ?= \ | |||
57 | BOOT_STAGING = "${S}/${IMX_BOOT_SOC_TARGET}" | 57 | BOOT_STAGING = "${S}/${IMX_BOOT_SOC_TARGET}" |
58 | BOOT_STAGING:mx8m-generic-bsp = "${S}/iMX8M" | 58 | BOOT_STAGING:mx8m-generic-bsp = "${S}/iMX8M" |
59 | BOOT_STAGING:mx8dx-generic-bsp = "${S}/iMX8QX" | 59 | BOOT_STAGING:mx8dx-generic-bsp = "${S}/iMX8QX" |
60 | BOOT_STAGING:mx9-generic-bsp = "${S}/iMX9" | ||
60 | 61 | ||
61 | SOC_FAMILY = "INVALID" | 62 | SOC_FAMILY = "INVALID" |
62 | SOC_FAMILY:mx8-generic-bsp = "mx8" | 63 | SOC_FAMILY:mx8-generic-bsp = "mx8" |
63 | SOC_FAMILY:mx8m-generic-bsp = "mx8m" | 64 | SOC_FAMILY:mx8m-generic-bsp = "mx8m" |
64 | SOC_FAMILY:mx8x-generic-bsp = "mx8x" | 65 | SOC_FAMILY:mx8x-generic-bsp = "mx8x" |
65 | SOC_FAMILY:mx8ulp-generic-bsp = "mx8ulp" | 66 | SOC_FAMILY:mx8ulp-generic-bsp = "mx8ulp" |
67 | SOC_FAMILY:mx91p-generic-bsp = "mx93" | ||
66 | SOC_FAMILY:mx93-generic-bsp = "mx93" | 68 | SOC_FAMILY:mx93-generic-bsp = "mx93" |
67 | 69 | ||
68 | REV_OPTION ?= "REV=${IMX_SOC_REV_UPPER}" | 70 | REV_OPTION ?= "REV=${IMX_SOC_REV_UPPER}" |