diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-13 12:23:31 -0600 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-01-17 12:24:39 -0600 |
commit | 8e14a624fdc8f2b9862c630e05724cfa4500894e (patch) | |
tree | c6a8d940d3e1f6e6476a8dff34a7f683a498db29 /recipes-bsp/imx-atf | |
parent | cd8925e84e36ee9c62a72b7d70e7f2c5c6b9f11a (diff) | |
download | meta-freescale-8e14a624fdc8f2b9862c630e05724cfa4500894e.tar.gz |
imx-atf: Upgrade to NXP release 5.10.72-2.2.0
5782363f9 Merge remote-tracking branch 'origin/ls_v2.4' into lf_v2.4
7da12d7b1 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
7db434609 LF-4794 plat: imx8ulp: move OPTEE OS base address to 0xa6000000
0767d16d7 caam: refine code to avoid hang issue for some of toolchain
80f871a4c Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
0a0a737d5 LF-4872 plat: imx8ulp: enable -fno-strict-aliasing
b047a7949 Merge remote-tracking branch 'origin/ls_v2.4' into lf_v2.4
aeb0eb34d Pull request #40: LF-4660: fix erratum A-009810
a25562ecb Merge remote-tracking branch 'origin/ls_v2.4' into lf_v2.4
e5562d954 plat: ls1088a ls2088a: fix erratum A-009810
d72f464c2 nxp: soc-lx2160: drop erratum A-009810
68a45ce8c plat/nxp/ls1043a: remove confused header file
228c9787f LF-4810 plat: imx8ulp: Fix the tpm5 register restore
b185cbae5 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
2ca00f66a LF-4801 plat: imx8ulp: Enable AFBB by default for APD side active mode
2d8ad1477 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
617b3ad72 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
824f660d6 LF-4723-03 plat: imx8ulp: Add system power off support
37f2cbb7c LF-4723-02 plat: imx8ulp: Add APD power down mode(PD) support in system suspend
01901e590 LF-4723-01 plat: imx: Enable 512KB cache after resume on imx8ulp
635780cbb plat: imx8ulp: upower: Fix build by initializing srvgrp and function
a05aa7bc7 plat: imx8ulp: upower: Fix build by initializing srvgrp and function
14a860c13 LF-4715-4 imx8ulp: add scmi_sensor support
e364ecb82 LF-4715-3 imx8ulp: upower: add read temperature hal function
a0e14034a LF-4715-2 imx8ulp: update upower api
504d8b91b LF-4715-1 drivers: scmi-msg: add sensor support
a69b7763f Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
f71a2041f Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
2e36dd9be plat: imx8ulp: upower: Fix build by initializing srvgrp and function
ded2cd343 LF-4593 plat: imx8ulp: Set cpu reset vector base to rom entry
2f4fa6908 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
3dcf2c050 Merge remote-tracking branch 'origin/imx_v2.4' into lf_v2.4
a80529a5d LF-4615 plat: imx: Update the license for upower api
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-bsp/imx-atf')
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.4.bb b/recipes-bsp/imx-atf/imx-atf_2.4.bb index ce30822e..afb31698 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.4.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.4.bb | |||
@@ -10,7 +10,7 @@ PV .= "+git${SRCPV}" | |||
10 | SRCBRANCH = "lf_v2.4" | 10 | SRCBRANCH = "lf_v2.4" |
11 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ | 11 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ |
12 | " | 12 | " |
13 | SRCREV = "bb4957067d4b96a6ee197a333425948e409e990d" | 13 | SRCREV = "5782363f92a2fdf926784449270433cf3ddf44bd" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||