summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Rehsack <sno@netbsd.org>2020-04-06 11:06:37 +0200
committerOtavio Salvador <otavio@ossystems.com.br>2020-04-06 16:39:57 -0300
commite6ad5b5d0914e503ccc88d6e6d7634f4917d792b (patch)
tree3112a7c9b866c0c5ae4b8d6e195cb3547cd0d5d6
parent3cc0bd2afa1d0f7560ee2bc6756eb6e0cc85f961 (diff)
downloadmeta-freescale-e6ad5b5d0914e503ccc88d6e6d7634f4917d792b.tar.gz
aft: upgrade to LSDK-20.04
Upgrade NXP reference implementation of Trusted Firmware-A from NXP to to latest release from NXP (LSDK-20.04): * Merge pull request #67 in GITAM/atf from ~NXF32311/atf_nxf32311:jira/QLINUX-13542-asleep-does-not-assert-while-ls1046a-going-into-low-power-mode to LSDK |\ | * c73cd5a74 LS1046A: Fix ASLEEP did not assert when sleep * | 392a6c75d lx2160a: timer: Configure CNTFRQ register of CNTCTLBase |/ * 524d1e920 plat: nxp: ota: Update the calling for esdhc_emmc_init * e8aa4b69b nxp/emmc: Remove card detection logic for SDHC2 controller Signed-off-by: Jens Rehsack <sno@netbsd.org>
-rw-r--r--recipes-bsp/atf/atf_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb
index e6d348f3..4f577f9c 100644
--- a/recipes-bsp/atf/atf_git.bb
+++ b/recipes-bsp/atf/atf_git.bb
@@ -12,7 +12,7 @@ do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy"
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" 14SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1"
15SRCREV = "bf83b558cd535ae0272b5e5985d1c7d269b5b020" 15SRCREV = "4a82c939a0211196e2b80a495f966383803753bb"
16 16
17SRC_URI += "file://0001-fix-fiptool-build-error.patch \ 17SRC_URI += "file://0001-fix-fiptool-build-error.patch \
18 file://0001-Makefile-add-CC-gcc.patch \ 18 file://0001-Makefile-add-CC-gcc.patch \