diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2018-09-29 16:59:51 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-10-01 13:51:02 -0300 |
commit | de30c1e2d675f9fb73588dc5c0c495a3464f7ab2 (patch) | |
tree | d716a7b4b57528b50db680b0f9743a1c63d38d1e /recipes-kernel | |
parent | 3c46cc4d66c792cf3efb93fb70f8fd7bb3ce24f5 (diff) | |
download | meta-freescale-de30c1e2d675f9fb73588dc5c0c495a3464f7ab2.tar.gz |
linux-qoriq/4.14: update to f2f35bb
*update to lsdk 1809 tag
include the following changes:
f2f35bb - Merge branch 'linux-4.14-nxp' into linux-4.14 on Sep 18, 2018
5f3c405 - staging: fsl-mc/dpio: Change bpid type to u16
cb00303 - staging: fsl-mc/dpio: Use __leXX types where needed
c00a439 - staging: fsl-mc/dpio: Endianness fixes
e34a66e - staging: fsl_ppfe/eth: handle ls1012a errata_a010897
11b53ec - staging: fsl_ppfe/eth: disable CRC removal
c536549 - staging: fsl_ppfe/eth: remove jumbo frame enable from gemac init
896cf25 - staging: fsl_ppfe/eth: define pfe ndo_change_mtu function
b906f48 - staging: fsl_ppfe/eth: use mask for rx max frame len
9fae52a - staging: fsl_ppfe/eth: reorganize pfe_netdev_ops
f7af8ce - crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
910cc87 - sdk_dpaa: ls1043a errata: move comment
45e56f4 - sdk_dpaa: ls1043a errata: align skb_shinfo
e45c6c8 - Merge branch 'linux-4.14-nxp' into linux-4.14 on Sep 13, 2018
78347d6 - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
1f2dbbb - crypto: caam/jr - fix descriptor DMA unmapping
246d8da - usb: dwc3: core: Fix broken system suspend/resume on AM437x
82a53c6 - sdk_dpaa: store the skb backpointer in the skb headroom
46cbab6 - dts: fsl-ls1021a, fsl-ls1043a, fsl-ls1046a: add multi block node support
c89ab26 - dmaengine: fsl-qdma: Add new interfance to improve the qdma driver
950d6fc - dmaengine: fsl-qdma: set Scatter/Gather table with 64B aligned to fix Errata A-008370.
f3b697e - dmaengine: fsl-qdma: remove remaining code for SG mode
e1b2576 - Documentation: DT: dma: Add Freescale qDMA engine device tree
6f3ef33 - dmaengine: fsl-qdma: add multi block for each core qDMA engine driver support.
0ceab86 - powerpc/mpc85xx: fix issues in clock node
98a443d - encrypted_keys: Adds support for secure key-type as master key.
2cc545a0 - security/keys/secure_key: Adds the secure key support based on CAAM.
e497055 - tee: optee: making OPTEE_SHM_NUM_PRIV_PAGES configurable via Kconfig
547912c - fmd: use "fsl,fman-ptp-timer" compatible for ptp probe
debad8f - Merge branch 'linux-4.14-nxp' into linux-4.14 on Sep 4, 2018
7e1c0308 - staging: fsl-dpaa2/eth: Delay netdev_register() call
4590ee7 - crypto: tcrypt - reschedule during speed tests
c5d21b3 - arm64: dts: updates for Unified Backplane driver
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-kernel')
-rw-r--r-- | recipes-kernel/linux/linux-qoriq_4.14.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-qoriq_4.14.bb b/recipes-kernel/linux/linux-qoriq_4.14.bb index bceacf35..13a44638 100644 --- a/recipes-kernel/linux/linux-qoriq_4.14.bb +++ b/recipes-kernel/linux/linux-qoriq_4.14.bb | |||
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7" | |||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ | 9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/linux;nobranch=1 \ |
10 | file://0001-fix-gcc8-build-error.patch \ | 10 | file://0001-fix-gcc8-build-error.patch \ |
11 | " | 11 | " |
12 | SRCREV = "b09b730fcb1cbcbaa71ff8a84eafd1c2454f7e55" | 12 | SRCREV = "f2f35bbfc16b384f447a30dd0b240637331fd132" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||