summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-atf/imx-atf_2.6.bb
diff options
context:
space:
mode:
authorOleksandr Suvorov <oleksandr.suvorov@foundries.io>2023-05-02 18:34:39 +0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-05-02 15:56:41 +0000
commit528a49b0437acbcf61028a8c97747ae714ed3b55 (patch)
treebbf37ff404bf81cd17b0657f1d3320a1f664eaa0 /recipes-bsp/imx-atf/imx-atf_2.6.bb
parent91a9885b98de7dcb7de9551d7a5d5f1b9da651c8 (diff)
downloadmeta-freescale-528a49b0437acbcf61028a8c97747ae714ed3b55.tar.gz
imx-atf: Update lf-5.15.71-2.2.0 to lf-6.1.1-1.0.0backport-1519-to-mickledore
Update to the tag used in NXP BSP release L6.1.1-1.0.0. Remove obsolete patches. Relevant changes: - 616a4588f Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6 - c65bd415f LF-8459-02: fix(imx): add the missing copyright - 496be8f7d LF-8459-01 refine(imx8ulp): remove the unused header file - cd1902146 LF-8455 Add LICENSE.txt file into tf-a root dir - 2a68527c6 LF-8322 Add the SCR file - 04edb4bb4 Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6 - 5ad0acb25 LF-8199 fix(imx93): make sure mub side clock enabled - 8a12537ed Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6 - 7aad24ff5 LF-8091 fix(imx93): fix uart/gpio wakeup if clock gated - 3d95ac039 Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6 - d3745ad70 LF-8090 imx93: TRDC: Fix wrong fuse bits for USB1 and eQOS disable - de873017a LF-7968-02 fix: Binutils 2.39 now warns when a segment has RXW permissions[1]: - b308ea0ee LF-7968-01 fix(Makefile): Suppress array-bounds error - 40aa23587 Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6 - 0b2fe165c LF-7951 feat(imx8ulp): add a flag check for the ddr status - 983e91d73 LF-7950-02 feat(imx93): enable mu1_b general interrupt 1 - ffa707885 LF-7950-01 feat(imx93): force m33 into suspend mode if not enabled - bda471529 LF-7949 feat(imx93): add system pll power down support - 49c4e267a Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6 - 46af4ffd6 LF-7858 feat(imx93): add ddr frequency scaling support on imx93 - 5234dfb98 LF-7820 feat(imx93): support kicking M33 from non 0xFFE0000 address - 7e221852d Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6 - efabee40f Merge remote-tracking branch 'origin/imx_v2.6' into lf_v2.6 - 722741791 LF-7819 imx8ulp: Fix suspend/resume issue when DBD owner is s400 only - 18973b8fc LF-7814 imx93: Update TRDC driver to protect fused modules Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@foundries.io> (cherry picked from commit 2fb5cf54c552669f2c78266c292988e0499344db)
Diffstat (limited to 'recipes-bsp/imx-atf/imx-atf_2.6.bb')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.6.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.6.bb
index 33663a3a..ea83b9e8 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.6.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.6.bb
@@ -7,13 +7,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m
7 7
8PV .= "+git${SRCPV}" 8PV .= "+git${SRCPV}"
9 9
10SRC_URI = " \ 10SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}"
11 git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \
12 file://0001-Makefile-Suppress-array-bounds-error.patch \
13 file://rwx-segments.patch \
14"
15SRCBRANCH = "lf_v2.6" 11SRCBRANCH = "lf_v2.6"
16SRCREV = "3c1583ba0a5d11e5116332e91065cb3740153a46" 12SRCREV = "616a4588f333522d50a55bedd2b9a90a51474a75"
17 13
18S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
19 15
@@ -26,7 +22,7 @@ ATF_PLATFORM ??= "INVALID"
26ATF_BOOT_UART_BASE ?= "" 22ATF_BOOT_UART_BASE ?= ""
27 23
28EXTRA_OEMAKE += " \ 24EXTRA_OEMAKE += " \
29 CROSS_COMPILE="${TARGET_PREFIX}" \ 25 CROSS_COMPILE=${TARGET_PREFIX} \
30 PLAT=${ATF_PLATFORM} \ 26 PLAT=${ATF_PLATFORM} \
31" 27"
32 28