diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-06-27 17:26:01 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-07-02 14:19:40 -0300 |
commit | eb3b8c1bc71f315eb8596c946214566b8c51e1c6 (patch) | |
tree | fbe45ffcda24b2eae2ce6d915f561e2f9f37f960 | |
parent | 098db760134803cdb746e7b0871cce25c0e50585 (diff) | |
download | meta-freescale-eb3b8c1bc71f315eb8596c946214566b8c51e1c6.tar.gz |
ppa: update to dcbe27bb5d1
*include the following changes:
dcbe27b - Adding policy.h flag for spectre v4 mitigation
4fbad6a - Fix suppression flag on sec_init
24d6891 - Adding SUPPRESS_TZC and SUPPRESS_SEC to policy cfg file; Adding platforms qds & rdb to device LX2160; Adding platform emu t
006a0e5 - Correcting disable load-pass-store in CPUACTLR from bit [53] to bit [55]
8e557f9 - Adding spectre v4 mitigation for a57, a72 cores.
b0a07cf - Updating reset function for LX2160.
74814cf - Increasing L3 cache flush timeout from 100ms to 333ms.
9d5ecd2 - Enabled OP-TEE support on LS1012FRWY baord.
9950f2b - Removing wfe from core 0 sequence when waiting for soc init tasks to complete.
508ed94 - Enabling initialization of the CCN-508 interconnect.
fcede9a - Adding support for ls1043 variant ls1023, and ls1046 variant ls1026.
7d5dcc1 - Fixing PSCI_SYS_OFF so that this function never returns.
8e8fc09 - Removing \r from line endings of shell script gen_its.
1c4fc78 - its: Correct config node as per upstream u-boot guideline
f00e7ef - Adding smc function SIP_HW_UNQ_KEY_32.
c87863a - Fixing usage of _check_sec_disabled().
d0ec59c - Fix for PLATSEC-437 & PLATSEC-457.
926fb97 - Adding smc function (SIP_ALLOW_L2_CLR_32) to allow clearing of L2 memory errs.
781d7b5 - Fixing broken build of LS1043, LS1012.
7289e86 - Adding smc function SIP_ALLOW_L1L2_ERR_32; Added test for SPD interface.
8804017 - Providing very fast-path for SMCC_ARCH_WORKAROUND_1
e9dfa28 - Moved _soc_check_sec_enabled() to _check_sec_disabled(); Fixed conflicting defs in LX2160 soc.h.
474b797 - Changing LX2160 cluster 3 handling from RCW frequency-based to RCW[850] selectable.
f56bd49 - fuse: Correct OTPMK value mapping to OTPMK registers
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/ppa/ppa.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/ppa/ppa.inc b/recipes-bsp/ppa/ppa.inc index e1c73652..f05a1ba4 100644 --- a/recipes-bsp/ppa/ppa.inc +++ b/recipes-bsp/ppa/ppa.inc | |||
@@ -8,7 +8,7 @@ inherit deploy | |||
8 | 8 | ||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ppa-generic;nobranch=1 \ | 9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ppa-generic;nobranch=1 \ |
10 | " | 10 | " |
11 | SRCREV = "f00e7ef29a0e14d9ab0ce31606e768c52e35609d" | 11 | SRCREV = "dcbe27bb5d1f769ca2c061a3d4241aa2d13dc19e" |
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||