aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel
AgeCommit message (Collapse)Author
2020-05-06linux-fslc-imx: introduce 5.4.y kernel with NXP patchesAndrey Zhizhikin
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>
2020-05-06linux-imx-[mfgtool]-5.4.3: update recipes to align with kernel-yoctoAndrey Zhizhikin
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>
2020-05-06linux-fslc: update PV definition to align with kernel-yoctoAndrey Zhizhikin
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>
2020-05-06linux-imx.inc: inherit kernel-yocto classAndrey Zhizhikin
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>
2020-05-05linux-qoriq: add perf patch to resolve linux-qoriq buildAndrey Zhizhikin
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>
2020-05-05linux-imx-5.4.3: update perf patch with upstream statusAndrey Zhizhikin
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>
2020-05-01kernel-module-qca6174_3.0: avoid kernel module build errorsPeter Griffin
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>
2020-04-20cryptodev: upgrade to 1.10Ting Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-04-20kernel-module-ipc: switch to source.codeaurora.orgTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-04-20skmm-host: switch to source.codeaurora.orgTing Liu
Signed-off-by: Ting Liu <ting.liu@nxp.com>
2020-04-16recipes-*: refine restrictions for NXP BSPAndrey Zhizhikin
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>
2020-04-16linux-imx-headers: Mark recipe as 'use-nxp-bsp' onlyOtavio Salvador
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>
2020-04-16kernel-module-qcacld-lea: update to match kernel 5.4.3-1.0.0Andrey Zhizhikin
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>
2020-04-16kernel-module-imx-gpu-viv: upgrade to 6.4.0.p2Andrey Zhizhikin
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>
2020-04-16linux-imx-mfgtool: upgrade to version 5.4.3-1.0.0 from NXPAndrey Zhizhikin
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>
2020-04-16linux-imx-headers: upgrade to version 5.4.3-1.0.0 from NXPAndrey Zhizhikin
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>
2020-04-16linux-imx: upgrade kernel recipe to 5.4.3-1.0.0 from NXPAndrey Zhizhikin
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>
2020-04-11linux-fslc: Update to bde0c4ce26b13 revisionOtavio Salvador
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>
2020-04-11linux-fslc-imx: Remove recipes as they are not being actively maintainedOtavio Salvador
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>
2020-04-11linux-qoriq_4.19: remove recipeJens Rehsack
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>
2020-04-11linux-qoriq: remove 4.14 supportJens Rehsack
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>
2020-04-07linux-qoriq_5.4: add 5.4 kernel from LSDK-20.04Jens Rehsack
Add recipe for linux-5.4 from latest NXP LSDK (20.04). Signed-off-by: Jens Rehsack <sno@netbsd.org>
2020-04-07linux-qoriq: harmonize kernel recipesJens Rehsack
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>
2020-04-07linux-qoriq_4.19: upgrade to LSDK-20.04Jens Rehsack
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>
2020-04-07linux-qoriq_4.14: upgrade to LSDK-19.09-update-311219-V4.14Jens Rehsack
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>
2020-04-05linux-fslc: bump to Linux version 5.4.30Pierre-Jean Texier
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
2020-04-02dtc-145: Remove class and recipeMihai Lindner
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>
2020-03-25linux-fslc: Update to version 5.4.28Fabio Berton
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>
2020-03-05linux-fslc-lts-4.19: upgrade to 4.19.107Andrey Zhizhikin
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>
2020-03-04linux-imx: backport patch to fix perf build with latest binutilsAndrey Zhizhikin
Backport upstream patch, which solves the perf build issue when new binutils are included. Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
2020-02-19linux-fslc: Update to use 5.4.x versionFabio Berton
Update to tag v5.4.20 and sync defconfig files. Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
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>