aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2020-02-05linux-fslc(-lts): add CONFIG_NET_SCH_FQ_CODE=y and necessary dependsAndreas Müller
Otherwise modern systemd complains: | Feb 05 13:22:36 some-host systemd-sysctl[186]: Couldn't write 'fq_codel' to 'net/core/default_qdisc', ignoring: No such file or directory | Feb 05 13:22:36 some-host systemd-sysctl[186]: Couldn't write '1' to 'net/ipv4/tcp_syncookies', ignoring: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-01-07kernel-module: Upgrade qca6174 and qca9377 to version 3.0Cristinel Panfir
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
2019-12-16Revert "linux-qoriq recipes: reorder merge_delta_config task"Jens Rehsack
This reverts commit 6e0b6f295fa7f62484b7a448fb729fbd32191a6b, which unfortunately causes a blank build for e.g. ls2088ardb fail as that ERROR: linux-qoriq-4.19-r0 do_preconfigure: Execution of 'mp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/temp/run.do_preconfigure.13614' failed with exit code 2: tmp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/temp/run.do_preconfigure.13614: 119: tmp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/temp/run.do_preconfigure.13614: cannot open tmp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/defconfig: No such file WARNING: exit code 2 from a shell command. ERROR: Logfile of failure stored in: tmp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/temp/log.do_preconfigure.13614 Log data follows: | DEBUG: Executing shell function do_preconfigure | tmp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/temp/run.do_preconfigure.13614: 119: tmp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/temp/run.do_preconfigure.13614: cannot open tmp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/defconfig: No such file | WARNING: exit code 2 from a shell command. | ERROR: Execution of 'tmp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/temp/run.do_preconfigure.13614' failed with exit code 2: | tmp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/temp/run.do_preconfigure.13614: 119: tmp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/temp/run.do_preconfigure.13614: cannot open tmp/work/ls2088ardb-poky-linux/linux-qoriq/4.19-r0/defconfig: No such file | WARNING: exit code 2 from a shell command. | ERROR: Task (/build/sno/sources/meta-freescale/recipes-kernel/linux/linux-qoriq_4.19.bb:do_preconfigure) failed with exit code '1' This is caused by do_preconfigure() from classes/fsl-kernel-localversion.bbclass expects a ${WORKDIR}/defconfig which was earlier created by merge_delta_config. Signed-off-by: Jens Rehsack <sno@netbsd.org>
2019-12-11linux-qoriq recipes: reorder merge_delta_config taskfvo
I've tried build linux-variscite where the maintainers seem to have copied the 'merge_delta_config' task from the linux-qoriq recipe from meta-freescale. When i tried to use that task to add some linux kernel config flags it did not work. It seems like the 'do_preconfigure' task inherited by the 'fsl-kernel-localversion' class deletes all content of the '.config' file AFTER it has been merged by the 'merge_delta_config' task. I reordered the tasks so that merge_delta_config is run after preconfigure: addtask merge_delta_config before do_configure after do_patch do_preconfigure which solved the problem for me. The flags were then added and compiled into the kernel. Signed-off-by: Florian Voit <voit@zuhause-plattform.de>
2019-12-04linux-imx-headers: update license md5sum (no license change)Andrey Zhizhikin
License file has been updated upstream (without license terms change!), update LIC_FILES_CHKSUM md5 signature to the actual one. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
2019-12-04kernel-module-imx-gpu-viv: Upgrade to 6.4.0.p1.0Andrey Zhizhikin
Since commit [64d58e36978e7227b8907f2b2be0ec5a643cdf70] kernel branch and version has been updated. Vivante kernel module should be matched with Kernel recipe therefore this update is also required. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
2019-12-03linux-imx: Added backport patches to fix building with gcc 9Cristinel Panfir
- added patches related copy attribute support - renamed imx_v7_defconfig and use more simplifed recipe from upstream Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
2019-12-03linux-imx-mfgtool: Update to version 4.19.35Cristinel Panfir
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
2019-12-03linux-imx-headers: Update to version 4.19.35Cristinel Panfir
Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
2019-12-03linux-imx: Update kernel recipe to version 4.19.35Cristinel Panfir
- Update kernel recipe to latest revision of 4.19.35 - Sync arm architecture defconfig file with imx_v7_defconfig - Sync arm64 architecture defconfig file with defconfig Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
2019-11-27linux-fslc-lts-4.19: Add CONFIG_USER_NSAndreas Müller
upower >= 0.99.11 does not start and complains: | systemd[950]: upower.service: Failed to set up user namespacing: Invalid argument Inspired by [1] [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=939510 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-11-19linux-fslc-imx_4.9: resolve version for cve scansAndrey Zhizhikin
CVE scanner is unable to parse the version of linux kernel recipe, which caused warnings to be produced during the scan task since kernel version was not properly identified. This was caused by the fact that CVE_VERSION is set per default to PV, and PV of this receipe does nto resolve in a proper (and actual) kernel version provided. By setting CVE_VERSION to explicitly point to KERNEL_VERSION, this recipe effectively provides a proper kernel version to CVE scanner. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
2019-11-19linux-fslc-imx_4.9-1.0.x: replace patchset to the one from stableAndrey Zhizhikin
Replace the patchset, which resolves kernel compilation issues when gcc9 is used. Original patchset introduced here was the initial commit that solved the issue, while this patchset is cherry-picked from stable tree branch linux-4.9.y and included included in v4.9.188 upwards. Once linux-fslc-imx would get updated past v4.9.188 - this patchset should be removed from the layer. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
2019-11-18linux-fslc-imx_4.9-1.0.x: Backport patches to fix building with gcc 9Tom Hochstein
Closes #192. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-11-06linux-qoriq-rt/4.14: add recipesChunrong Guo
*update to lsdk 1909 tag include the following changes: aa5285f449b1 - staging: fsl_ppfe/eth: Disable termination of CRC fwd. c71a77a1f281 - mtd: fsl-quadspi: Introduce variable to fix different invalid master Id 6138f4aaec07 - arm64: dts: ls1028a: fix dwc pci over smmu b7f6872fca15 - arm: dts: ls1021a: fix that FlexTimer cannot wakeup system in deep sleep 4c9bd9b8dea0 - Documentation: dt: binding: fsl: Add 'fsl,ippdexpcr1-alt-addr' property 72e88baa77f1 - soc: fsl: handle RCPM errata A-008646 on SoC LS1021A 8c1e5a5996a2 - enetc: Fix deadlock during PTP RX timestamping ed206222df1f - felix: Remove unused include, fix compile warn 2e380e91c050 - ocelot: Warn if cpu side interfaces are not up 5bff7c69cf36 - ocelot: Fix NULL pointer on LAG slave removal 1e5b7fe43ff9 - ocelot: Don't handle netdev events for other netdevs 1b49a6c770ce - mmc: sdhci-of-esdhc: add erratum A011334 support in ls1028a 1.0 SoC 907205c7d550 - mmc: sdhci-of-esdhc: use 1/2 periperhal clock for ls1028a b448c680bd36 - mmc: sdhci-of-esdhc: set the sd clock divisor value above 3 179f53614b70 - iommu/arm-smmu: Enable bypass transaction caching for ARM SMMU 500 b8a4bb166cfc - drm: mali-dp: Set encoder possible_clones d3e41fadb963 - drm/arm/malidp: Enable/disable interrupts in runtime pm 1bf8672fca85 - drm/modeset-helper: Add simple modeset suspend/resume helpers e3bf1aa5315a - drm/arm/malidp: Added the late system pm functions d71d53fa06ba - felix: skip probing if device is disabled in DT e71d52d39c78 - enetc: Handle USXGMII protocol c8e7a8ebb222 - enetc: Fix 10G PCS PHY access 8e34b7334905 - drivers: net: phy: aquantia: enable USX AN for USXGMII protocol efaabe0aecbd - drivers: net: phy: aquantia: fix system side protocol misconfiguration f237e3b0c47e - irqchip/gic-v3-its: Fix command queue pointer comparison bug 2ee2bc14cc01 - irqchip/gic-v3-its: Add post-mortem info on command timeout 5454064dbdfd - arm64: defconfig: enable CONFIG_GPIO_MPC8XXX Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-10-21linux-qoriq/4.14: perf tools: Add Python 3 supportChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-10-21kernel-module-qoriq-gpu: add recipesChunrong Guo
*include the following changes: 7034b39 - update driver to support linux v5.2.0 2c48523 - gpu-module: Add license file aae96e8 - gpu: fix install issue in makefile b8a4405 - gpu: create repository for GPU kernel source code Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-10-21linux-qoriq/4.14: update to 328b263Chunrong Guo
*update to lsdk 1909 tag include the following changes: 328b263 - staging: fsl_ppfe/eth: Disable termination of CRC fwd. 711fb12 - mtd: fsl-quadspi: Introduce variable to fix different invalid master Id 106285f - arm64: dts: ls1028a: fix dwc pci over smmu 894de03 - arm: dts: ls1021a: fix that FlexTimer cannot wakeup system in deep sleep 39ca302 - Documentation: dt: binding: fsl: Add 'fsl,ippdexpcr1-alt-addr' property 1c45456 - soc: fsl: handle RCPM errata A-008646 on SoC LS1021A b668cee - enetc: Fix deadlock during PTP RX timestamping 83800e1 - felix: Remove unused include, fix compile warn 8c6cd4b - ocelot: Warn if cpu side interfaces are not up 21df227 - ocelot: Fix NULL pointer on LAG slave removal 740c986 - ocelot: Don't handle netdev events for other netdevs 13b469d - mmc: sdhci-of-esdhc: add erratum A011334 support in ls1028a 1.0 SoC d77968f - mmc: sdhci-of-esdhc: use 1/2 periperhal clock for ls1028a 5c63e68 - mmc: sdhci-of-esdhc: set the sd clock divisor value above 3 7b29a0d - iommu/arm-smmu: Enable bypass transaction caching for ARM SMMU 500 91c5e92 - irqchip/gic-v3-its: Fix command queue pointer comparison bug e8befd6 - irqchip/gic-v3-its: Add post-mortem info on command timeout 403113d - drm: mali-dp: Set encoder possible_clones a19b072 - drm/arm/malidp: Enable/disable interrupts in runtime pm 0b1dc14 - drm/modeset-helper: Add simple modeset suspend/resume helpers f39fc13 - drm/arm/malidp: Added the late system pm functions 4634b3e - felix: skip probing if device is disabled in DT Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-10-21linux-qoriq/4.19: update to 4aba815Chunrong Guo
*update to lsdk 1909 tag include the following changes: 4aba815 - staging: fsl_ppfe/eth: Disable termination of CRC fwd. 9bdf467 - mtd: fsl-quadspi: Introduce variable to fix different invalid master Id f5ed002 - arm64: dts: ls1028a: fix dwc pci over smmu 14cc20f - arm: dts: ls1021a: fix that FlexTimer cannot wakeup system in deep sleep 572de99 - Documentation: dt: binding: fsl: Add 'fsl,ippdexpcr1-alt-addr' property 2d350cf - soc: fsl: handle RCPM errata A-008646 on SoC LS1021A 48c27bb - enetc: Fix deadlock during PTP RX timestamping 5256acc - felix: Remove unused include, fix compile warn 3c28990 - ocelot: Warn if cpu side interfaces are not up aa5a410 - ocelot: Fix NULL pointer on LAG slave removal fc3331f - ocelot: Don't handle netdev events for other netdevs e3853b6 - mmc: sdhci-of-esdhc: add erratum A011334 support in ls1028a 1.0 SoC f0556ce - mmc: sdhci-of-esdhc: use 1/2 periperhal clock for ls1028a 5561974 - mmc: sdhci-of-esdhc: set the sd clock divisor value above 3 3fd48be - felix: skip probing if device is disabled in DT 8580d65 - enetc: Handle USXGMII protocol e373389 - enetc: Fix 10G PCS PHY access 8181067 - drivers: net: phy: aquantia: enable USX AN for USXGMII protocol b4cc304 - drivers: net: phy: aquantia: fix system side protocol misconfiguration 62eec62 - TSN: modify DSCP attribute type of netlink Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-10-10linux-fslc-lts-4.19: upgrade 4.19.66 -> 4.19.78Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-09-14linux-imx-mfgtool: prevent parse warningMax Krummenacher
This prevents the following parser warning (and likely makes this kernel build with GCC 9 but I havn't tested it) | WARNING: ... linux-imx-mfgtool_4.14.98.bb: Unable to get checksum for linux-imx-mfgtool SRC_URI entry 0001-compiler-attributes-add-support-for-copy-gcc-9.patch: file could not be found Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2019-09-12kernel-module-imx-gpu-viv: Upgrade to 6.2.4.p4.0Tom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-09-04ceetm: fix the building warningChunrong Guo
*fix the below warning |#warning _FORTIFY_SOURCE requires compiling with optimization (-O) [-Wcpp] *add 0001-Makefile-update-CFLAGS.patch to avoid build Errors. *remove do_compile_prepend *Obey LDFLAGS and CFLAGS in Makefile Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-08-15linux-fslc-lts: upgrade 4.19.56 -> 4.19.66Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-08-08linux-imx_4.14.98: Backport patches to fix building with gcc 9Daiane Angolini
The issue is reported by issue #136 Signed-off-by: Daiane Angolini <daiane.angolini@nxp.com>
2019-07-15kernel-module-qcacld-lea: Mark imx soc specificKhem Raj
It tries to build for qemuarm and qemuarm64 as well and fails to build e.g. https://errors.yoctoproject.org/Errors/Details/251571/ Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-07-12linux-qoriq/4.14: update to e3aede3Chunrong Guo
*update to lsdk 1906 tag include the following changes: e3aede3 - tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() 307f55b - tcp: add tcp_min_snd_mss sysctl c3f6a40 - tcp: tcp_fragment() should apply sane memory limits 7d63a76 - tcp: limit payload size of sacked skbs bc6fb71 - Revert "crypto: caam - fix concurrency issue in givencrypt descriptor" 5ead7f1 - dpaa2-eth: Remove FSL_DPAA2_ETH_DEBUGFS option 34ae8f0 - dpaa2-eth: Move CEETM config options under FSL_DPAA2_ETH 9ac3836 - ahci_qoriq: bug fix for ecc_addr f793640 - arm64: dts: ls1028a: add gpu node 043de79 - sdk_qbman: Avoid variable length array in USDPAA bd9550f - drivers: net: can: flexcan: fix flexcan not working 4660157 - dpaa2-eth: add irq for the dpmac connect/disconnect event 4319197 - dpaa2-eth: Fix incorrect version check e3f7267 - dpaa2-eth: Fix FQ-based enqueue 3b04038 - crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input 4f0c3a1 - crypto: caam - fix concurrency issue in givencrypt descriptor 439f828 - arm64: dts: ls1028a: Add temperature sensor node 2353f24 - dpaa2-eth: No bql accounting for XDP frames 50c4adb - arm64: dts: ls1028a: Fix CPU idle fail. 815dbbc - dmaengine: fsl-edma: support little endian for edma driver e7275aa - arm64: dts: fsl: ls1028a: Add qDMA node 2e4a124 - arm64: dts: lx2160a: update interrupt property for Aquantia phy bd8ee34 - can: flexcan: Handle bit timings overflow 8330f91 - Fix flexcan compiling errors. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-07-12linux-qoriq/4.19: update to 1a4cab2Chunrong Guo
*update to lsdk 1906 tag include the following changes: 1a4cab2 - tcp: enforce tcp_min_snd_mss in tcp_mtu_probing() b20446e - tcp: add tcp_min_snd_mss sysctl 96340e0 - tcp: tcp_fragment() should apply sane memory limits 6aa0603 - tcp: limit payload size of sacked skbs 58cd089 - Revert "crypto: caam - fix concurrency issue in givencrypt descriptor" 2cf3e79 - ahci_qoriq: bug fix for ecc_addr 43aec2b - arm64: dts: ls1028a: add gpu node 8d67002 - sdk_qbman: Avoid variable length array in USDPAA 63a7aba - net: dev: introduce support for sch BYPASS for lockless qdisc e1924fc - net: sched: add empty status flag for NOLOCK qdisc 31639b0 - dpaa2-eth: add irq for the dpmac connect/disconnect event ad0e508 - dpaa2-eth: Fix incorrect version check 1816b9c - dpaa2-eth: Fix FQ-based enqueue 97894b93 - crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input 1bee6b6 - crypto: caam - fix concurrency issue in givencrypt descriptor 582dfcb - arm64: dts: ls1028a: Add temperature sensor node 9be8742 - staging: fsl-dpaa2: Remove duplicate config options 6e189a2 - arm64: dts: ls1028a: Fix CPU idle fail. fe14f5f - spi: nxp-fspi: add "get_name" function 6aa2bb8 - dmaengine: fsl-edma: support little endian for edma driver 2505bc2 - arm64: dts: fsl: ls1028a: Add qDMA node 1a1da4d - arm64: dts: lx2160a: update interrupt property for Aquantia phy 052f93b - can: flexcan: Handle bit timings overflow 4687a6d - can: flexcan: enable flexcan for all architectures ab64674 - can: flexcan: modify the interrupt register handling ce7a15d - net: can: flexcan: can FD Format (FDF) changes *refresh patches. Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-07-03linux-fslc-lts: upgrade 4.19.50 -> 4.19.56Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-07-03linux-fslc-lts: remove orphaned patchAndreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-06-27linux-fslc: Bump revision to cd1d08333Fabio Berton
This commit merge tag v5.1.15 into 5.1.x+fslc branch and apply the following commits on top of it: - cd1d083333e7 ARM: imx_v6_v7_defconfig: Select the OV5645 camera driver - 4e89febe05f6 ARM: dts: imx6qdl-pico: Add OV5645 camera support - 2af073f8b465 ARM: dts: imx6qdl-pico: Add touchscreen support - ef23d262b6e2 drm/panel: simple: Pass flags/bus_format/bus_flags fields - 51226c7485b6 ARM: dts: imx6qdl-pico: Add parallel LCD support Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2019-06-21linux-fslc-lts: Bump revision to 55fcc545ad14Fabio Berton
This commit merges tag 4.19.50 into fslc branch and apply patch: - menuconfig,mconf-cfg: Allow specification of ncurses location Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2019-06-21linux-fslc: Upgrade to version 5.1.xFabio Berton
This commit merges tag v5.1.12 into 5.1.x+fslc. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
2019-06-15qca-modules: Mark arm/aarch64 specificKhem Raj
These modules rdepends on qca-tools which is currently arm/aarch64 and glibc specific, therefore mark the recipes depending on qca-tools so as well. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-06-13linux-imx-mfgtool: Update to version 4.14.98Alexandru Palalau
Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
2019-06-13kernel-modules: upgrade qca6174 and qca9377 to version 2.1Alexandru Palalau
Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
2019-06-13linux-imx-headers: update to version 4.14.98Alexandru Palalau
Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
2019-06-13linux-imx: Update to version 4.14.98Alexandru Palalau
- Update to latest revision of 4.14.98 - Sync arm architecture defconfig file with imx_v7_defconfig - Sync arm64 architecture defconfig file with defconfig Signed-off-by: Alexandru Palalau <ioan-alexandru.palalau@nxp.com>
2019-05-31linux-fslc-lts-4.19: upgrade 4.19.44 -> 4.19.45Andreas Müller
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-05-31linux-fslc(-lts-4.19): add USB_PRINTER and USB_SERIAL_PL2303 to defconfigAndreas Müller
* USB-printer can be considered as common use case * PL2303 are used in USB -> RS232 converters from Athen. These can also be considered as commonly used (we have dozens in our company) Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-05-31linux-fslc(-lts-4.19): Fix menuconfigAndreas Müller
Patch was added twice because content might drift in the future. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-05-21linux-fslc-lts-4.19: initial addAndreas Müller
defconfigs were taken from | commit 60df6bc2b69a7f405f4b14fee1d53e8b3b84c054 | Author: Otavio Salvador <otavio@ossystems.com.br> | Date: Thu Jan 31 10:24:42 2019 -0200 | | linux-fslc: Remove 4.9 leftover defconfig files | | Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> With the next commit | commit c41b6d8e6ec9e8394727ddd0e6f1a8a5591b5e58 | Author: Fabio Berton <fabio.berton@ossystems.com.br> | Date: Thu Feb 21 09:51:58 2019 -0300 | | linux-fslc: Upgrade to 4.20-based fork | | This upgrades the kernel to the 4.20-based fork and sync defconfig | files with kernel source tree. | | Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> linux-fslc moved to 4.20 and defconfigs were adjusted. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-04-17linux-fslc: Bump revision to c7a0e482a175Fabio Berton
This commit merges tag v5.0.7 and add the following changes on top of it: - c7a0e482a175 ARM: dts: imx6ul-pico: Add support for the nymph baseboard - 7bc14f53bd64 ARM: dts: imx6ul-pico: Add support for the dwarf baseboard - 4ac10e93daf8 ARM: dts: imx7d-pico: Add support for the nymph baseboard - 7b261671208a ARM: dts: imx7d-pico: Add support for the dwarf baseboard - c68d4412110a Merge tag 'v5.0.7' into 5.0.x+fslc
2019-04-12linux-qoriq/4.19: depends "bison-native:do_populate_sysroot"Chunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-11linux-qoriq/4.9: remove recipesChunrong Guo
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-11linux-qoriq/4.14:update to 7e52442Chunrong Guo
*update to lsdk 1903 tag include the following changes: 7e52442 - vfio/fsl-mc: Reset container on last reference release 66346b1 - Revert "net: phy: aquantia: add pause frame support" 5a51f09 - Merge branch 'linux-4.14-nxp' into linux-4.14 on Mar 21, 2019 0412772 - PCI: controller: dwc: Do not let PCIE_DW_PLAT_HOST default to yes 55f1e5e - i2c: imx: defer probing on dma channel request c42701e - i2c: imx: fix dma_request_chan error handling e16c8a1 - i2c: imx: improve the error handling in i2c_imx_dma_request() 434a13d - i2c: imx: notify about real errors on dma i2c_imx_dma_request ba46a4b - powerpc/dts/fsl: add crypto node alias for B4 1c0ec67 - arm64: dts: ls1043a: add crypto node alias also for qds eb96cdd - soc: fsl: dpio: Increase timeout for QBMan Management Commands a695286 - soc: fsl: qbman: avoid race in clearing QMan interrupt 07977ec - drivers: soc: fsl: fix problem of compiling qixis driver 0529a6d - PCI: endpoint: Correcting nonstandard NXP copyright 70827e4 - Merge branch 'linux-4.14-nxp' into linux-4.14 on Mar 20, 2019 2a71b28 - crypto: caam - fix building job ring as module b87ba6a - soc/fsl/bqman: page align iommu mapping sizes d2e2129 - sdk: dts: remove dma-coherent from sdk dts for QE 788e297 - net: phy: aquantia: add pause frame support fcc8208 - dpaa2-eth: Update pause frames settings on link up 4c86a9c - dpaa2-eth: fix race condition with bql frame accounting e0d959e - dpaa2-eth: configure the cache stashing amount on a queue bafb6b5 - staging: fsl-dpaa2/mac: Fix bug in pause frame advertising 0ed08fd - staging: fsl-dpaa2/mac: add pause frames support for managed phys adcaa66 - of/device: Set bus DMA mask as appropriate 7f97665 - iommu/dma: Respect bus DMA limit for IOVAs *refresh patches Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-11linux-qoriq/4.19 : add recipesChunrong Guo
*Update to lsdk 1903 tag include the following changes: c0c2141 - vfio/fsl-mc: Reset container on last reference release 628aca9 - Revert "net: phy: aquantia: add pause frame support" 99f8355 - Update the year of NXP copyright 66ca144 - powerpc/dts/fsl: add crypto node alias for B4 1d98121 - arm64: dts: ls1043a: add crypto node alias also for qds bef16ab - soc: fsl: dpio: Increase timeout for QBMan Management Commands deb34f2 - soc: fsl: qbman: avoid race in clearing QMan interrupt ab14cd9 - i2c: imx: defer probing on dma channel request a48d147 - i2c: imx: fix dma_request_chan error handling a8e3023 - i2c: imx: improve the error handling in i2c_imx_dma_request() dd6f891 - i2c: imx: notify about real errors on dma i2c_imx_dma_request 9335f72 - crypto: caam - fix building job ring as module 0bc1219 - soc/fsl/bqman: page align iommu mapping sizes aabe1ef - sdk: dts: remove dma-coherent from sdk dts for QE 68aad5f - net: phy: aquantia: add pause frame support 4f96e7e - staging: fsl-dpaa2/mac: Fix bug in pause frame advertising 1f10c93 - staging: fsl-dpaa2/mac: add pause frames support for managed phys 81c18ad - dpaa2-eth: Update pause frames settings on link up 473f1b9 - dpaa2-eth: fix race condition with bql frame accounting 0ccd3c2 - dpaa2-eth: configure the cache stashing amount on a queue 8992d4e - crypto: caam - move shared symbols in a common location f8d1f310 - dmaengine: fsl-edma: dma map slave device address 75ea596 - arm64: dts: lx2160a: add flextimer entry Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
2019-04-09kernel-module-qcacld-lea: Mark imx specificKhem Raj
Keeps layer clear for multi-BSP setups Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-04-05qcacld: Fix missing firmware and tools packagesTom Hochstein
The RDEPENDS from kernel-module-qca* is not working, so that firmware-qca* and qca-tools are missing from the image. Use a packagegroup instead as a workaround. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2019-04-05kernel-module-qca6174: Add support for QCA6174 on i.MX 8 SeriesTom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>