diff options
author | Ting Liu <ting.liu@nxp.com> | 2020-12-16 16:13:49 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-12-16 13:13:18 -0300 |
commit | 29b3e90195d328262c496fd06738bd671d3bac66 (patch) | |
tree | 4a20c29149301ec8475df545a8111e85f809bbb0 /recipes-bsp/atf | |
parent | 7bbd8ae83a98e812ef550819b5b821a3fa3b91a4 (diff) | |
download | meta-freescale-29b3e90195d328262c496fd06738bd671d3bac66.tar.gz |
atf-1.5: update to 9225ad51f
New commits:
9225ad51f Merge pull request #177
bb806100c plat: nxp: fsl_sec: increase job ring size to 128
ac2cd43e6 plat: nxp: ls1048a: fix swlpm20 hang
dae1e7dfe plat: nxp: ls1088a: fix erratum A-010194 about LPM20
b07d81a79 ls1046a: remove workaround for QSPI issue during lpm20
1d600fa0a plat: nxp: ls1088a: fix erratum A-011127 about LPM20
27bb34591 drivers/nxp/ddr: Enable workaround for Erratum A050450
06fcfdadf plat/nxp/fsl_sec: Mask job ring interrupts in POLLING mode for LPM20 state
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-bsp/atf')
-rw-r--r-- | recipes-bsp/atf/atf_1.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/atf/atf_1.5.bb b/recipes-bsp/atf/atf_1.5.bb index 624c1c5a..650acc3b 100644 --- a/recipes-bsp/atf/atf_1.5.bb +++ b/recipes-bsp/atf/atf_1.5.bb | |||
@@ -14,7 +14,7 @@ do_compile[depends] += "u-boot:do_deploy rcw:do_deploy uefi:do_deploy" | |||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||
16 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" | 16 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" |
17 | SRCREV = "7d748e6f0ec652ba7c43733dc67a3d0b0217390a" | 17 | SRCREV = "9225ad51f026975fa6b86db800f43c55db11fa4d" |
18 | 18 | ||
19 | COMPATIBLE_MACHINE = "(qoriq)" | 19 | COMPATIBLE_MACHINE = "(qoriq)" |
20 | 20 | ||