diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:14:28 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | 8deb601aa23ff6959ec4ebe3a9068a7e7a543588 (patch) | |
tree | c28cd64555d9d52611a2942caa33ad5f93e3d15f /recipes-kernel | |
parent | bb4f7c6f1757297b6259db9bfc19204610921900 (diff) | |
download | meta-freescale-8deb601aa23ff6959ec4ebe3a9068a7e7a543588.tar.gz |
linux-qoriq/4.14:update to
*update to lsdk 1812 tag
include the following changes
7e0006c - Merge branch 'linux-4.14-nxp' into linux-4.14 on Dec 19, 2018
4236178 - dpaa2-eth: Increase Rx FQ taildrop threshold
7ffe13f - arm64: dts: lx2160: Modify the flexspi flash frequency
238edda - arm64: dts: ls1046: Modify the qspi flash frequency
beaaa7f - Merge branch 'linux-4.14-nxp' into linux-4.14 on Dec 18, 2018
69f0f21 - sdk_fman: suspend the FMan to Deep Sleep on PPC only
334cc75 - Merge branch 'linux-4.14-nxp' into linux-4.14 on Dec 14, 2018
e97599c - staging: fsl-dpaa2/mac: connect to the fixed phy
0845a39 - staging: fsl-dpaa2/mac: fix the if_mode type
ce93eb7 - crypto: caam/qi2 - relax busy polling while enqueuing FDs
b160625 - crypto: caam/qi2 - rate-limit enqueue failure prints
27f75fe - crypto: caam/qi2 - use affine DPIOs
d02c9f5 - Merge branch 'linux-4.14-nxp' into linux-4.14 on Dec 13, 2018
63c8fc0 - arm64: dts: Added endianness information to dts serdes node
1d98a2a - arm64: dts: lx2160: DPMAC connections to backplane PHYs example
22c1592 - arm64: dts: lx2160: PCS PHY definitions for 10GBase-KR and 40GBase-KR backplane modes
2001e28 - arm64: dts: lx2160: Add all pcs mdio definitions according to RM
f9b133c - arm64: dts: ls104x: add missing dma ranges property
8e3fb42 - net/phy: xgkr: BaseKR algorithm outcome is printed on linux console
03092ae - net/phy: xgkr: Local/Remote training functions renaming
ec337a2 - net/phy: xgkr: Refactoring on coefficient update
a63b7e8 - net/phy: xgkr: Fixed BaseKR algorithm inconsistent coefficient updates
8a45df4 - bindings/net: Device Tree Bindings for DPAA backplane
fa371c0 - net/phy: xgkr: Removed the unnecessary error message 'No associated device tree node'
fb66780 - net/phy: xgkr: Dual endianness support
6d4884d - net/phy: xgkr: Minor function renaming
529da95 - net/phy: xgkr: Introduced 40G specific init parameters
0a9c718 - net/phy: xgkr: Introduced restart AN feature
fff256b - net/phy: xgkr: Introduced wrapper functions for phy read/write mmd
8383aee - net/phy: xgkr: Added Master Lane specific operations
1f4fb23 - net/phy: xgkr: Add 4-lanes support
e13f335 - net/phy: xgkr: Refactoring on main KR driver implementation
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
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 13a44638..cb06ae43 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 = "f2f35bbfc16b384f447a30dd0b240637331fd132" | 12 | SRCREV = "7e0006ca696756b867abbeb7a4ed97ffe9caf725" |
13 | 13 | ||
14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
15 | 15 | ||