summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
Commit message (Collapse)AuthorAgeFilesLines
* linux[-fslc]-imx: add missing config parameterAndrey Zhizhikin2020-05-072-0/+2
| | | | | | | | | | CONFIG_SND_SOC_SOF_IMX8 requires CONFIG_SND_SOC_SOF_IMX8_SUPPORT to be enabled, which is currently missing in the defconfig for both linux-imx and linux-fslc-imx kernel recipes. Add missing dependent variable to enable CONFIG_SND_SOC_SOF_IMX8. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx: Remove duplicate CRYPTO_SHA512 from defconfigKevin Lannen2020-05-072-2/+0
| | | | | | | | The mx8 defconfig already contains CRYPTO_SHA512 as a module which is what is honored so this removes the extra line that also sets CRYPTO_SHA512 to be built in Signed-off-by: Kevin Lannen <kevin@patroness.com> Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-fslc-imx: upgrade kernel to v5.4.39 and latest NXP patchesAndrey Zhizhikin2020-05-071-3/+9
| | | | | | | | | | - Kernel repository has been upgraded to the v5.4.39 tag from korg - 8 additional patches from NXP kernel tree merged Update recipe to new kernel revision and fill in tracking information, including new tag from korg and all patches applied from NXP. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-fslc: upgrade kernel to v5.4.39 from korgAndrey Zhizhikin2020-05-071-2/+2
| | | | | | | Tag v5.4.39 has been merged into the linux-fslc tree, update recipe to pull new kernel version. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* kernel-module-qoriq-gpu: rm as it is not needed nowTing Liu2020-05-062-47/+0
| | | | | | | Now qoriq and imx use unified kernel source, kernel-module-imx-gpu-viv can be used for qoriq too. remove kernel-module-qoriq-gpu. Signed-off-by: Ting Liu <ting.liu@nxp.com>
* linux-fslc-imx: introduce 5.4.y kernel with NXP patchesAndrey Zhizhikin2020-05-063-0/+1678
| | | | | | | | | | | | | | Introduce new kernel recipe, which incorporates all patches from original NXP release 5.4.3-1.0.0 and latest patch level from stable 5.4.y kernel tree from korg. This kernel recipe is a consolidation of modifications from upstream and NXP and is meant to be supported by Community with further stable patchlevel updates, individual patches which pending in upstream to be included in the stable, and also to receive updates from NXP internal source tree from the [lf-5.4.y] branch, which corresponds to release 5.4.3-1.0.0. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx-[mfgtool]-5.4.3: update recipes to align with kernel-yoctoAndrey Zhizhikin2020-05-065-1/+11
| | | | | | | | | | | | | | | | | When kernel-yocto class is inherited by kernel recipes, the way how PV is constructed changes to reflect GIT kernel tags and meta information. This causes the fetcher search to fail, since paths used to locate files are compiled from PV. Replace version-specific paths in recipes to use PN instead, which is registered in the fetcher as a valid search location. Linux kernel recipe should have LINUX_VERSION also defined, since it is used by kernel-yocto class to derive PV. This version is set to the real kernel version provided by NXP in their source tree. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-fslc: update PV definition to align with kernel-yoctoAndrey Zhizhikin2020-05-061-1/+9
| | | | | | | | | | | | | PV is defined in the base in linux-imx.inc file and uses the definition LINUX_VERSION required by kernel-yocto.bbclass. Instead of defining the PV in the target recipe, define LINUX_VERSION which is effectively expanded in PV and used by the kernel-yocto class. This define should match to the kernel version referenced by SRC_URI and should be updated once patchlevel is merged. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx.inc: inherit kernel-yocto classAndrey Zhizhikin2020-05-061-1/+18
| | | | | | | | | | | | Since commit [de2ef0120432cba343452151e86cbc3c99876524] in oe-core, it is possible to use kernel-yocto class without including linux-yocto.inc into the recipe. Inherit the class in order to take advantage of providing mechanisms to use kernel config fragments, patches and verification features implemented upstream. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-qoriq: add perf patch to resolve linux-qoriq buildAndrey Zhizhikin2020-05-052-0/+64
| | | | | | | | | | | Kernel 5.4.y for QorIQ platform requires the patch in order to compile perf component successfully. Patch has a proper Upstream-Status and points to commit SHA in upstream kernel tree. It is identical to the one present in the linux-imx recipe, since kernle tree for i.MX platform also requires it. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx-5.4.3: update perf patch with upstream statusAndrey Zhizhikin2020-05-051-0/+2
| | | | | | | Upstream-Status tag was missing in the original patch and is updated to the Submitted status with reporting commit SHA in upstream. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* kernel-module-qca6174_3.0: avoid kernel module build errorsPeter Griffin2020-05-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently the kernel module fails to build with following undefined symbols due to missing Kconfig option. | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15910:13: error: 'qca_wlan_vendor_ocb_set_config_policy' undeclared here (not in a function); did you mean 'qca_wlan_vendor_setband_policy'? | 15910 | .policy = qca_wlan_vendor_ocb_set_config_policy, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_setband_policy | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15919:13: error: 'qca_wlan_vendor_ocb_set_utc_time_policy' undeclared here (not in a function); did you mean 'qca_wlan_vendor_ll_set_policy'? | 15919 | .policy = qca_wlan_vendor_ocb_set_utc_time_policy, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_ll_set_policy | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15929:13: error: 'qca_wlan_vendor_ocb_start_timing_advert_policy' undeclared here (not in a function); did you mean 'qca_wlan_vendor_attr_ocb_start_timing_advert'? | 15929 | .policy = qca_wlan_vendor_ocb_start_timing_advert_policy, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_attr_ocb_start_timing_advert | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15938:13: error: 'qca_wlan_vendor_ocb_stop_timing_advert_policy' undeclared here (not in a function); did you mean 'qca_wlan_vendor_attr_ocb_stop_timing_advert'? | 15938 | .policy = qca_wlan_vendor_ocb_stop_timing_advert_policy, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_attr_ocb_stop_timing_advert | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15956:13: error: 'qca_wlan_vendor_dcc_get_stats' undeclared here (not in a function); did you mean 'qca_wlan_vendor_attr_dcc_get_stats'? | 15956 | .policy = qca_wlan_vendor_dcc_get_stats, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_attr_dcc_get_stats | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15965:13: error: 'qca_wlan_vendor_dcc_clear_stats' undeclared here (not in a function); did you mean 'qca_wlan_vendor_attr_dcc_clear_stats'? | 15965 | .policy = qca_wlan_vendor_dcc_clear_stats, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_attr_dcc_clear_stats | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:15974:13: error: 'qca_wlan_vendor_dcc_update_ndl' undeclared here (not in a function); did you mean 'qca_wlan_vendor_attr_dcc_update_ndl'? | 15974 | .policy = qca_wlan_vendor_dcc_update_ndl, | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | qca_wlan_vendor_attr_dcc_update_ndl | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c: In function '__wlan_hdd_cfg80211_scan': | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:22920:8: warning: ISO C90 forbids variable length array 'chList' [-Wvla] | 22920 | char chList [(request->n_channels*5)+1]; | | ^~~~ | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c: In function '__wlan_hdd_cfg80211_sched_scan_start': | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:28751:9: warning: ISO C90 forbids variable length array 'chList' [-Wvla] | 28751 | char chList [(request->n_channels*5)+1]; | | ^~~~ | At top level: | rpb-dunfell/build-rpb-wayland/tmp-rpb_wayland-glibc/work/imx8mqevk-linaro-linux/kernel-module-qca6174/3.0-r0/git/CORE/HDD/src/wlan_hdd_cfg80211.c:25078:20: warning: 'hdd_ieee80211_reason_code_to_str' defined but not used [-Wunused-function] | 25078 | static const char *hdd_ieee80211_reason_code_to_str(uint16_t reason) | | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
* cryptodev: upgrade to 1.10Ting Liu2020-04-2013-189/+134
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* kernel-module-ipc: switch to source.codeaurora.orgTing Liu2020-04-201-1/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* skmm-host: switch to source.codeaurora.orgTing Liu2020-04-201-1/+1
| | | | Signed-off-by: Ting Liu <ting.liu@nxp.com>
* recipes-*: refine restrictions for NXP BSPAndrey Zhizhikin2020-04-161-2/+5
| | | | | | | | | | | | | | | | | | | | | | | Certain packages are using linux-imx-headers, which enforces them to use NXP BSP since headers are provided from the NXP kernel tree. Those recipes, which requires NXP kernel headers, are now including the use-imx-headers class to make sure the correct headers package is used. Since the introduction of separation between NXP and Mainline BSP for certain machines, recipes which are NXP-dependent are getting their COMPATIBLE_HOST to be marked as (null) effectively making them incompatible with mainline BSP which is expected behavior. By extending this restriction into the use-imx-headers class, all recipes which inherits is (because it is required) are getting automatically restricted to NXP BSP, hence making package NXP-dependent much easier. linux-imx-headers is marked as "NXP-only" but it is done explicitly inside the recipe in order to avoid confusion of inheriting the class. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx-headers: Mark recipe as 'use-nxp-bsp' onlyOtavio Salvador2020-04-161-1/+1
| | | | | | | This is a safe guard so no recipe can use this, except if NXP BSP support is in use. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* kernel-module-qcacld-lea: update to match kernel 5.4.3-1.0.0Andrey Zhizhikin2020-04-161-2/+2
| | | | | | | Update recipe to fetch sources from IMX_CNSS.LEA.NRT_3.0_KRL5.4 branch, which is aligned with new kernel version. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* kernel-module-imx-gpu-viv: upgrade to 6.4.0.p2Andrey Zhizhikin2020-04-161-2/+2
| | | | | | | Upgrade kernel module version to next p2 stepping as it is aligned in the linux-imx source tree and matches the new kernel 5.4.3-1.0.0 version. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx-mfgtool: upgrade to version 5.4.3-1.0.0 from NXPAndrey Zhizhikin2020-04-162-466/+0
| | | | | | | Upgrade recipe version 4.19.35 -> 5.4.3, drop the old recipe and discard the kernel config file - it should be pulled from the kernel recipe folder. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx-headers: upgrade to version 5.4.3-1.0.0 from NXPAndrey Zhizhikin2020-04-162-57/+67
| | | | | | Upgrade linux headers recipe 4.19.35 -> 5.4.3 and drop the old recipe. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx: upgrade kernel recipe to 5.4.3-1.0.0 from NXPAndrey Zhizhikin2020-04-166-404/+559
| | | | | | | | | | | Upgrade kernel recipe 4.19.35 -> 5.4.3, drop patches which are applied upstream and re-submit new kernel configuration files for arm32 and aarch64 build configurations. Kernel recipe version 4.19.35 is dropped from this layer in favor of the updated one. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-fslc: Update to bde0c4ce26b13 revisionOtavio Salvador2020-04-111-2/+2
| | | | | | | This merges 5.4.31 stable release as well as apply bde0c4ce26b13 "perf: Make perf able to build with latest libbfd" which fixes perf build. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-fslc-imx: Remove recipes as they are not being actively maintainedOtavio Salvador2020-04-1111-1407/+0
| | | | | | | | | The community forks are not being actively maintained by community and vendors and as consequence are not being updated as need. Aiming to reduce the maintenance burden we are dropping them as we will move to NXP's GA kernels when using NXP BSP. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* linux-qoriq_4.19: remove recipeJens Rehsack2020-04-112-34/+0
| | | | | | | | | | | | Since upcoming release of Yocto will be LTS, linux-qoriq-4.19 isn't expected to be supported as long as meta-freescale supporters have to support layer for dunfell users. Those who want to use linux-qoriq on dunfell with their own effort can rely on '69652b44 linux-qoriq_4.19: upgrade to LSDK-20.04' by reverting this commit. Signed-off-by: Jens Rehsack <sno@netbsd.org>
* linux-qoriq: remove 4.14 supportJens Rehsack2020-04-115-1940/+0
| | | | | | | | | | NXP removed support for 4.14 from LSDK-20.04 -- so do avoid signalization meta-freescale would provide any further support. Users with strong requirements for linux-qoriq_4.14 can get the last official supported NXP release (LSDK-19.09-update-311219-V4.14) by reverting this commit. Signed-off-by: Jens Rehsack <sno@netbsd.org>
* linux-qoriq_5.4: add 5.4 kernel from LSDK-20.04Jens Rehsack2020-04-072-0/+34
| | | | | | Add recipe for linux-5.4 from latest NXP LSDK (20.04). Signed-off-by: Jens Rehsack <sno@netbsd.org>
* linux-qoriq: harmonize kernel recipesJens Rehsack2020-04-073-129/+68
| | | | | | | | Move everything which is common used of linux-qoriq kernels into linux-qoriq.inc and require it from both existing kernel recipes. This should avoid copy'n'waste even for future kernels. Signed-off-by: Jens Rehsack <sno@netbsd.org>
* linux-qoriq_4.19: upgrade to LSDK-20.04Jens Rehsack2020-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade linux-qoriq_4.19 recipe to latest NXP release LSDK-20.04-V4.19 from LSDK-19.09-V4.19 including following changes: c5f3ab9ac163 (tag: LSDK-20.04-V4.19, qoriq/linux-4.19) fixing self test for tls1.1 and tls1.2 single pass ciphers. 5d5737ee54f7 arm64: defconfig: Enable the SBSA watchdog b0da7a0070bd arm64: dts: fixed the qdma error interrupt number 17bfa45fc97a ARM: dts: ls1021: Fix SGMII PCS link remaining down after PHY disconnect 8e703d5dad88 mmc: sdhci-of-esdhc: apply HS400 temporary fix-up to LX2160A Rev2.0 6c66fe4a2407 net/enetc: Set MAC Rx FIFO to recommended value ab53a3444c3a Added the self-test for the TLS1.2 algorithms offload 8947cf783ae1 crypto: caam - added support for TLS1.1 & TLS1.2 30ae8885a6c6 irqchip/gic-v3-its: Allow use of LPI tables in reserved memory 89f5972362f4 irqchip/gic-v3-its: Register LPI tables with EFI config table 8d1e6ffc0b82 irqchip/gic-v3-its: Check that all RDs have the same property table 67a185f444f8 irqchip/gic-v3-its: Use pre-programmed redistributor tables with kdump kernels 11e0c43a3ae8 irqchip/gic-v3-its: Allow use of pre-programmed LPI tables 4860dc3e6e89 irqchip/gic-v3-its: Keep track of property table's PA and VA 5caac43e62b8 irqchip/gic-v3-its: Move pending table allocation to init time 9e9f18693f4c irqchip/gic-v3-its: Split property table clearing from allocation 5f1e021f0282 irqchip/gic-v3-its: Simplify LPI_PENDBASE_SZ usage a3dcf288bc02 irqchip/gic-v3-its: Change initialization ordering for LPIs 928eb022f786 efi: add API to reserve memory persistently across kexec reboot ea9d553c998d efi/arm: libstub: add a root memreserve config table 00e5b11fb3bc efi: honour memory reservations passed via a linux specific config table 33d441beeb59 dpaa2-eth: Avoid unbounded while loops eae0197231f6 dpaa2-eth: Cleanup dead code e957f2026612 soc: fsl: dpio: register dpio irq handlers after dpio create 5a8c89a492f8 of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpc 696dbc9dcfdc arm64: dts: ls1028a: Add pmu dt nodes 2e5f9623dafc fsl_qbman: enable set link status 4595ddfa92bd arm64: dts: fix user-space networking on ls1028a 3e31c4ce8249 net: felix: check if ocelot port is null in IRQ clean 20147eb4c1e6 net: mscc: ocelot: use skb queue instead of skbs list 8be3bd33b58c net: mscc: ocelot: avoid incorrect consuming in skbs list 9fc33c38bcd3 tsn: fix tsn attribute is not compatible 373b056a0de7 arm64: dts: add overlay support for ls1028a-qds 9c9b3280c676 arm64: dts: fsl-ls1028a: Update DPDK device tree e407a7ab893b arm64: dts: fsl-ls1028a-qds: Add overlays for various serdes protocols 7dcd061e477c arm64: dts: fsl-ls1028a: prepare dts for overlay 94f7ebe8502e arm64: dts: fsl-ls1028a-rdb: fix QSGMII PHY node names e0f70ecb57d3 arm64: dts: ls1028a: Disable swp5 by default 2bdc59e11db6 arm64: dts: fsl: ls1028a: Disable eno3 and make swp5 the Felix CPU port ee4cbfe37613 Revert "arm64: dts: LS1028a-rdb: use Ethernet PHY interrupt" 66fc14ea11f7 net: felix: update tsn driver to align libtsn f2b4286ff309 PCI: Make the PCIe device can reconfigure the MPS when reset the bus 4dd0d328a908 sdk_dpaa: ceetm: fix recursive dependencies 12059a111852 net: ethernet: freescale: sdk_fman: fix the build warnings e4fa47ae6dca sdk_fman: address compilation warning 55dd711d6112 sdk_fman: fix identation causing compilation warnings a78eef21d79a sdk_dpa: align to upstream PHY_INTERFACE_MODE 2d63b52f7e51 sdk/qbman: fix issue in qman_delete_cgr_safe() 8b3b000d7739 imx: dp: Improve the AUX channel signal 931430a79e01 arm64: dts: lx2160a: add iommu-map property to pci nodes 672f44b173aa tsn: keep backward compatible for libtsn b7dfc7cd4d28 arm64: dts: ls1028a: add chip-specific compatible string to usb nodes. f3568890952c arm64:move elfcorehdr reservation early for crash dump kernel 0616621c3a4a dpaa2-eth: replace qdisc_put() with qdisc_destroy() 4b8f41137dc8 usb: dwc3: gadget: Fix controller get stuck when wrongly kick transfer 950a8dee2fbb crypto: caam/qi2 - fix typo in algorithm's driver name 68592866f8f8 soc: fsl: dpio: Enable ACP port in Linux QMAN driver baf6b6652529 arm64: dts: ls208xa: Update qspi node properties for LS2088ARDB fb53c813a779 fsl_qbman: Framework for enabling Link status notification 3fbc1dae9012 Revert "sdk_dpaa: ceetm: rename qdisc_destroy() to qdisc_put()" 2e74bba16760 Revert "net: sched: rename qdisc_destroy() to qdisc_put()" 82a8a2df6f41 mmc: sdhci-of-esdhc: update tuning erratum A-008171 7256ce8b5375 mmc: sdhci-of-esdhc: convert to use esdhc_tuning_window_ptr() eef7a193cba7 mmc: sdhci-of-esdhc: fix up erratum A-008171 workaround e6d3b57b4ef9 mmc: sdhci-of-esdhc: poll ESDHC_FLUSH_ASYNC_FIFO bit until completion 977cf95ef173 drivers/staging/fsl_qbman: Disable Portal Channel IRQs bd97956ff682 sdk_fman: decrease log severity levels d92be680d0fb staging: fsl-dpaa2/mac: do not stop MAC when the net_dev is not up ba70058b9e30 staging: fsl-dpaa2/mac: reverse order of handling stop/start IRQs 41fd9d60a6c0 staging: fsl-dpaa2/mac: do not call dpmac_set_link_state() when nothing changed 6d8bdd8e0ff0 staging: dpaa2-mac: add link up/down events for dpmac fd57eff1f39a usb: dwc3: Add cache type configuration support bb7b716b2f1d usb: dwc3: Add chip-specific compatible string a5c5754c9672 arm64: dts: layerscape: apply dma-coherent for dwc3 nodes f031faa78956 arm64: dts: layerscape: add chip-specific compatible string to usb nodes 5e898de5a7b0 gpio : mpc8xxx : ls1088a/ls1028a edge detection mode bug fixs. 3e060ab5c18e gpio: mpc8xxx: Don't overwrite default irq_set_type callback b4c7fa8c97e8 gpio/mpc8xxx: change irq handler from chained to normal 94211782ab8c Revert "gpio/mpc8xxx: change irq handler from chained to normal" 90bf198446a3 soc: fsl: dpio: Replace QMAN array mode by ring mode enqueue. 4996478c3e5a soc: fsl: dpio: QMAN performance improvement. Function pointer indirection. 40fc7f6982d5 soc: fsl: dpio: Adding QMAN multiple enqueue interface. 81b1c3d2dec9 enetc: disable EEE autoneg by default 2cdf670d5bd3 arm64: config: enable usb network card R8152 AX88179 and AX8817X driver 4e569f24ea75 bus: fsl-mc: add the dpdbg device type 2a797f3f428f sdk_dpaa: ceetm: save the root class pointer 5582ec5d14f2 Merge linux-4.19.90 of stable kernel of kernel.org into linux-4.19 Signed-off-by: Jens Rehsack <sno@netbsd.org>
* linux-qoriq_4.14: upgrade to LSDK-19.09-update-311219-V4.14Jens Rehsack2020-04-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Upgrade linux-qoriq-4.14 to latest release from NXP: LSDK-19.09-update-311219-V4.14 d39cc9ffcbe5 sdk_dpaa: ceetm: save the root class pointer d143607d6c2d crypto: caam/qi - execute library only on DPAA 1.x f1e1b2c3fd8f crypto: caam/qi - abort algorithm setup on DPAA2 parts 7391f6e950e6 sdk_dpaa: ceetm: coding style cleanup 45ed9b6573f9 sdk_dpaa: ceetm: enable building as a module a0e1eb3176a1 arm64: dts: ls1043a: mark the A050385 FMan erratum ec629de99f2d sdk_dpaa: sdk_fman: ls1034a errata: update number to A050385 9820a3ebd835 sdk_dpaa: ls1043a errata: fix potential skb memory leak 380303cdef77 sdk_dpaa: ls1043a errata: use get_order API 5674908aad74 sdk_dpaa: sdk_fman: ls1043a errata: detect based on DTB property 776fefa386b8 sdk_dpaa: ls1043a errata: optimize detection b840a8adf047 sdk_dpaa: ls1043a errata: re-enable recycling f7d36b75ba8b sdk_dpaa: ls1043a errata: re-enable SG support 3651b41b0a2d sdk_dpaa: ls1043a errata: update the restrictions cef817cc060a sdk_dpaa: ls1043a errata: check if the page allocation is successful 5542032589b6 sdk_dpaa: ethtool: drop unused variable 7c2a74d41278 net: mscc: ocelot: do not force Felix MACs at lower speeds than gigabit edb8403fa248 clk: plldig: make VCO frequency configurable ee9eb1c2a147 dt/bindings: clk: Add optional field vco-frequency cb67369d557c bus: fsl-mc: add autorescan sysfs 61d318e7130f dpaa2-eth: defer probe on object allocate 2420375899b4 arm64: lsdk.config: set CONFIG_SQUASHFS_XZ=y 275baf51b28a net: mscc: ocelot: refuse to overwrite the port's native vlan 1d3a6b516b93 net: mscc: ocelot: fix vlan_filtering when enslaving to bridge before link is up 04e8104d9896 enetc: Replace enetc_gregs with a readers-writer lock 8051e45decc4 enetc: Remove mdio bus on PF probe error path bfa77f0437a8 drm/arm/malidp: Fix NULL pointer access for malidp_se_check_scaling 868a8ad794ea staging: dpaa2-ethsw: ordered workqueue should be per ethsw d3d9b6c05700 staging: dpaa2-ethsw: move port switchdev notifier per ethsw 992dd5814ec1 staging: dpaa2-ethsw: move port notifier per ethsw f9dde6088464 dpaa2-eth: free already allocated channels on probe defer 9e4006d68fb1 usb: dwc3: Add workaround for host mode VBUS glitch when boot a40bd9613b9e Revert "usb: dwc3: Add workaround for host mode VBUS glitch when boot" e082b5def026 crypto: caam - fix concurrency issue in givencrypt descriptor Signed-off-by: Jens Rehsack <sno@netbsd.org>
* linux-fslc: bump to Linux version 5.4.30Pierre-Jean Texier2020-04-051-2/+2
| | | | Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
* dtc-145: Remove class and recipeMihai Lindner2020-04-023-92/+0
| | | | | | | | These were used as workaround for issues with building u-boot 2017.03 and older, after dtc upgrade to 1.4.6 and newer. We can drop them after upgrading all providers of u-boot. Signed-off-by: Mihai Lindner <mihai.lindner@nxp.com>
* linux-fslc: Update to version 5.4.28Fabio Berton2020-03-251-2/+2
| | | | | | | | | | | | | | | | This commit merges tag 'v5.4.28' into 5.4.x+fslc and apply the following changes on top: - 81c8c8b757d9 ARM: dts: imx6qdl: Add imx6qdl-pico support - 9d1173058465 ARM: dts: imx6ul-pico: Add support for the dwarf baseboard - 2a415da5e560 ARM: dts: imx7d-pico: Add support for the nymph baseboard - de12682c53fc ARM: dts: imx7d-pico: Add support for the dwarf baseboard - 3d76909d5362 ARM: dts: imx6sx-softing-vining-2000: Enable PCI support - 58f81f7e891b ARM: dts: imx6ul-pico: Convert to DRM bindings Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br> Change-Id: I163271b8ec7b2522d8e650683bbc9a6a597dfde1 Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* linux-fslc-lts-4.19: upgrade to 4.19.107Andrey Zhizhikin2020-03-051-2/+2
| | | | | | | | This upgrade includes the merge of v4.19.107 tag and backport of upstream patch [0ada120c883d4f1f6aafd01cf0fbb10d8bbba015], which addresses the perf build issue when latest binutils are used. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-imx: backport patch to fix perf build with latest binutilsAndrey Zhizhikin2020-03-042-0/+62
| | | | | | | Backport upstream patch, which solves the perf build issue when new binutils are included. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
* linux-fslc: Update to use 5.4.x versionFabio Berton2020-02-194-8/+19
| | | | | | Update to tag v5.4.20 and sync defconfig files. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
* linux-fslc(-lts): add CONFIG_NET_SCH_FQ_CODE=y and necessary dependsAndreas Müller2020-02-052-0/+6
| | | | | | | | | 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>
* kernel-module: Upgrade qca6174 and qca9377 to version 3.0Cristinel Panfir2020-01-074-95/+2
| | | | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* Revert "linux-qoriq recipes: reorder merge_delta_config task"Jens Rehsack2019-12-163-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | 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>
* linux-qoriq recipes: reorder merge_delta_config taskfvo2019-12-113-4/+4
| | | | | | | | | | | | | | | | | | | | | | 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>
* linux-imx-headers: update license md5sum (no license change)Andrey Zhizhikin2019-12-041-1/+1
| | | | | | | 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>
* kernel-module-imx-gpu-viv: Upgrade to 6.4.0.p1.0Andrey Zhizhikin2019-12-041-2/+2
| | | | | | | | | | 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>
* linux-imx: Added backport patches to fix building with gcc 9Cristinel Panfir2019-12-034-17/+188
| | | | | | | - 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>
* linux-imx-mfgtool: Update to version 4.19.35Cristinel Panfir2019-12-032-0/+0
| | | | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* linux-imx-headers: Update to version 4.19.35Cristinel Panfir2019-12-032-57/+57
| | | | Signed-off-by: Cristinel Panfir <cristinel.panfir@nxp.com>
* linux-imx: Update kernel recipe to version 4.19.35Cristinel Panfir2019-12-036-405/+107
| | | | | | | | - 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>
* linux-fslc-lts-4.19: Add CONFIG_USER_NSAndreas Müller2019-11-271-0/+1
| | | | | | | | | | | | 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>
* linux-fslc-imx_4.9: resolve version for cve scansAndrey Zhizhikin2019-11-191-0/+2
| | | | | | | | | | | | | | | 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>
* linux-fslc-imx_4.9-1.0.x: replace patchset to the one from stableAndrey Zhizhikin2019-11-195-269/+133
| | | | | | | | | | | | 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>
* linux-fslc-imx_4.9-1.0.x: Backport patches to fix building with gcc 9Tom Hochstein2019-11-183-0/+270
| | | | | | Closes #192. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>