diff options
author | Cristinel Panfir <cristinel.panfir@nxp.com> | 2020-10-20 10:45:47 +0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-10-20 10:25:34 -0300 |
commit | b5a5a177fb640d930482dd38827ff2e0ecaf9a08 (patch) | |
tree | e65ba0b247a6047d209736089ca5ad8e032359e9 /recipes-bsp | |
parent | 9fdc5ec896e17bf032feb1f32dcf90812827a62c (diff) | |
download | meta-freescale-b5a5a177fb640d930482dd38827ff2e0ecaf9a08.tar.gz |
imx-atf: Update to imx_5.4.47_2.2.0 branch
New commits are included:
---
c949a888e MLK-24599 Revert "spd: opteed: enable NS_TIMER_SWITCH"
84fc81fb6 MLK-24721 plat: imx8m: Fix the out of bound access to rank setting array
77c519ec2 MLK-24513 plat: imx8mp: disable the memrepair clock when do domain power down
9c8d998cf MLK-24502 plat: imx8m: Add mem repair done check for domain that need repair
7ad9e7ab4 MLK-24474: Add SIP call to enable FIPS mode
fac431ed6 MLK-24474: Add SECO API sc_seco_set_fips_mode
e39a0c329 MLK-24480 plat: imx8dxl: Enable CPU/FP/L2 retention counter
fbf6df269 MLK-24457 plat: imx8m: Fix the current fsp init
a97de4c80 MLK-24414 plat: imx8mp: Add the dsp low power audio basic support
aa3fee73c MLK-24360 plat: imx8mp: fix the vpu noc nttp handshake hang issue
2eb979f14 MLK-23930-2 plat: imx8m: Add csu and rdc test
5e705b7aa MLK-23930-1 plat: imx8mq: cleanup csu and rdc implementation
9b8cf9247 MLK-23969 imx: Update SCFW API message type according to latest SCFW
8cd4fa6df MLK-23821-04 plat: imx8m: Fix the rank to rank issue
e9dfde639 MLK-23821-03 plat: imx8m: Fix the dfiphymaster setting after dvfs
57bf8a00a MLK-23821-02 plat: imx8m: update the ddr4 dvfs flow to include ddr3l support
bc9bc03f3 MLK-23821-01 plat: imx8m: Correct the rank number get from mstr
---
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.2.bb b/recipes-bsp/imx-atf/imx-atf_2.2.bb index ab99f2fe..ca07dcad 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.2.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.2.bb | |||
@@ -7,12 +7,12 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m | |||
7 | 7 | ||
8 | PV .= "+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
9 | 9 | ||
10 | SRCBRANCH = "imx_5.4.24_2.1.0" | 10 | SRCBRANCH = "imx_5.4.47_2.2.0" |
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 | file://0001-imx-Fix-missing-inclusion-of-cdefs.h.patch \ | 12 | file://0001-imx-Fix-missing-inclusion-of-cdefs.h.patch \ |
13 | file://0001-imx-Fix-multiple-definition-of-ipc_handle.patch \ | 13 | file://0001-imx-Fix-multiple-definition-of-ipc_handle.patch \ |
14 | " | 14 | " |
15 | SRCREV = "b0a00f22b09c13572d3e87902a1069dee34763bd" | 15 | SRCREV = "c949a888e909811db191500c51456391dff61284" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||