aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
10 dayskver: bumping to v6.1.92yocto-6.1Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-05-16nxp-lx2xxx: add support NXP PCF2131 RTCXulin Sun
Add support NXP PCF2131 RTC for LX2160A-RDB Rev.D. Signed-off-by: Xulin Sun <xulin.sun@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-05-13aptiv-s32g: update to compatible with SDK BSP40Zhantao Tang
There are some new configs enabled in SDK BSP40 release, so update kernel cache to be compatible with SDK. Signed-off-by: Zhantao Tang <zhantao.tang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-05-13nxp-imx9: Enable RTC_DRV_BBNSM for nxp-imx9Xiaolei Wang
Enable RTC_DRV_BBNSM for nxp-imx9. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-05-07bsp/intel-x86: enable PCIe Advanced Error Reporting driverYongxin Liu
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-05-07kver: bumping to v6.1.90Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-05-02kver: bumping to v6.1.89Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-04-25kver: bumping to v6.1.87Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-04-22nxp-s32g: update to compatible with SDK BSP40Zhantao Tang
There are some new configs enabled in SDK BSP40 release, so update kernel cache to be compatible with SDK. Signed-off-by: Zhantao Tang <zhantao.tang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-04-22nxp-imx9: Enable VIDEO_AP1302Xiaolei Wang
Enable VIDEO_AP1302 for imx93, since ap1302_60fps_ar0144_27M_2Lane_awb_tuning.bin firmware needs to be loaded, build it as a module Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-04-17full_nohz: remove RCU_FAST_NO_HZ gone from upstreamPaul Gortmaker
In commit e2c73a6860bd ("rcu: Remove the RCU_FAST_NO_HZ Kconfig option") the so named option was removed from the v5.17 kernel. We should get it out of our active branches to prevent a warning. Signed-off-by: Paul Gortmaker <paulg@kernel.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-04-17nxp-imx9: Enable GPIO_VF610 for nxp-imx9Xiaolei Wang
Enable GPIO_VF610 for nxp-imx9. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-04-15kver: bumping to v6.1.86Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-04-09kver: bumping to v6.1.84Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-04-05nxp-imx9: Enable Arm ETHOS NPUXiaolei Wang
Enable Arm ETHOS NPU. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-04-05Revert "features/nf_tables: nft_objref is now builtin"William Lyu
This reverts commit dbe1767f364cdbf7dcc75433635678bd39c71e1f. The reverted commit removes kernel configuration CONFIG_NFT_OBJREF which became builtin starting from kernel v6.2 [1]. However, this kernel configuration is still available in kernel v6.1. So, this kernel configuration option should NOT be removed from "yocto-kernel-cache" on branch "yocto-6.1". References [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d037abc2414b4539401e0e6aa278bedc4628ad69 Signed-off-by: William Lyu <William.Lyu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-28kver: bumping to v6.1.83Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-28features/nf_tables: Add net_fib_* options for greater ptest coverageWilliam Lyu
Several nftables ptest testcases failed due to missing features. The following kernel configuration options are added as part of the missing features: - NFT_FIB_INET (tristate "Netfilter nf_tables fib inet support") This option allows using the FIB expression from the inet table. The lookup will be delegated to the IPv4 or IPv6 FIB depending on the protocol of the packet. - NFT_FIB_IPV4 (tristate "nf_tables fib / ip route lookup support") This module enables IPv4 FIB lookups, e.g. for reverse path filtering. It also allows query of the FIB for the route type, e.g. local, unicast, multicast or blackhole. - NFT_FIB_IPV6 (tristate "nf_tables fib / ipv6 route lookup support") This module enables IPv6 FIB lookups, e.g. for reverse path filtering. It also allows query of the FIB for the route type, e.g. local, unicast, multicast or blackhole. Adding those three kernel configuration options above pass the following ptest testcases: - tests/shell/testcases/parsing/large_rule_pipe Previously failed due to using rule: meta nfproto ipv6 fib saddr . iif oif missing drop - tests/shell/testcases/nft-f/sample-ruleset Previously failed due to using rules: fib saddr . iif oif eq 0 counter drop fib daddr type { broadcast, multicast, anycast } counter drop fib daddr type { broadcast, multicast, anycast } counter drop fib daddr type { broadcast, multicast, anycast } counter drop - tests/shell/testcases/optimizations/ruleset Previously failed due to using rule: fib daddr type broadcast drop Signed-off-by: William Lyu <William.Lyu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-28features/nf_tables: nft_objref is now builtinWilliam Lyu
Starting from kernel v6.2 (including all rc versions), CONFIG_NFT_OBJREF has become builtin and cannot be disabled [1]. So, this configure option is removed from nf_tables.cfg. References [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=d037abc2414b4539401e0e6aa278bedc4628ad69 Signed-off-by: William Lyu <William.Lyu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-28ti-am62: add TSN feature related kernel configsXulin Sun
Add TSN feature related kernel configs, and drop the duplicated kernel config CONFIG_NET_SCH_TAPRIO with tsn.cfg. Signed-off-by: Xulin Sun <xulin.sun@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-28nxp-imx9: Enable NET_DSA for nxp-imx9Xiaolei Wang
Enable NET_DSA for nxp-imx9. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-28nxp-imx9: Delete MXC_CLK_SCU since imx93 does not need this driverXiaolei Wang
MXC_CLK_SCU is specific on imx8, so remove it to avoid warnings [NOTE]: 'CONFIG_MXC_CLK_SCU' last val (y) and .config val (n) do not match [INFO]: CONFIG_MXC_CLK_SCU : n [INFO]: raw config text: config MXC_CLK_SCU tristate depends on COMMON_CLK Config 'MXC_CLK_SCU' has the following Direct dependencies (MXC_CLK_SCU=y): COMMON_CLK(=y) Parent dependencies are: COMMON_CLK [y] [INFO]: config 'CONFIG_MXC_CLK_SCU' was set, but it wasn't assignable, check (parent) dependencies [INFO]: selection details for 'CONFIG_MXC_CLK_SCU': Symbols currently n-selecting this symbol (no effect): - CLK_IMX8QXP Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-28nxp-imx9: Delete IMX_SCU since imx93 does not need this driverXiaolei Wang
IMX_SCU is specific on imx8, so remove it to avoid warnings [NOTE]: 'CONFIG_PINCTRL_IMX_SCU' last val (y) and .config val (n) do not match [INFO]: CONFIG_PINCTRL_IMX_SCU : n [INFO]: raw config text: config PINCTRL_IMX_SCU tristate select PINCTRL_IMX depends on IMX_SCU && PINCTRL Config 'PINCTRL_IMX_SCU' has the following Direct dependencies (PINCTRL_IMX_SCU=y): IMX_SCU(=y) && PINCTRL(=y) Parent dependencies are: PINCTRL [y] IMX_SCU [y] [INFO]: config 'CONFIG_PINCTRL_IMX_SCU' was set, but it wasn't assignable, check (parent) dependencies [INFO]: selection details for 'CONFIG_PINCTRL_IMX_SCU': Symbols currently n-selecting this symbol (no effect): - PINCTRL_IMX8QM - PINCTRL_IMX8QXP - PINCTRL_IMX8DXL Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-21nxp-imx9: Add some related net config required by tsnXiaolei Wang
Add some related net config required by tsn. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-21features/net_sched: Add MULTIQ and NET_EMATCH configXiaolei Wang
Add MULTIQ and NET_EMATCH config. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-21features/net: Add xdp feature configXiaolei Wang
Add xdp feature config. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-19kver: bumping to v6.1.82Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-10kver: bumping to v6.1.81Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-10nxp-imx9: Enable PWM_ADP5585 for imx9 ADP5585Xiaolei Wang
Enable PWM_ADP5585 for imx9 ADP5585. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-10nxp-imx9: Enable NOP_USB_XCEIV for nxp-imx9Xiaolei Wang
Enable NOP_USB_XCEIV for nxp-imx9. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-10nxp-imx9: Enable imx93 MIPI phyXiaolei Wang
Enable imx93 MIPI phy. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-05nxp-imx9: Enable GPIO_ADP5585 for imx93Xiaolei Wang
Enable GPIO_ADP5585 for imx93. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-05nxp-imx9: Add nxp-imx9 BSP kernel cacheXiaolei Wang
nxp-imx9 and nxp-imx8 use a set of kernel cache in the SDK, and some drivers are common, such as the media module, so here I deleted the imx8-related pinctrl, clk and other CPU-related configurations based on the imx8 kernel cache, no changes will be made to other peripherals. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-05cfg/net: remove CONFIG_NET_SCH_DSMARKBruce Ashfield
commit bbe77c14ee6185a61b [net/sched: Retire dsmark qdisc] upstream has removed CONFIG_NET_SCH_DSMARK so we drop it from our fragments as well. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-05net/cfg: remove CONFIG_NET_SCH_CBQBruce Ashfield
commit 051d442098421c28c7 [net/sched: Retire CBQ qdisc] removes CONFIG_NET_SCH_CBQ from the tree, so we drop it from our fragments. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-03-03kver: bumping to v6.1.80Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-26kver: bumping to v6.1.79Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-26intel-snd-sof.cfg: kernel configurations for Intel SOF Soundwire driverLiwei Song
This will enable kernel options for Intel Sound Open Firmware support, only fewer Intel platforms use Soundwire audio by default, but when SOF enabled, this will replace HD audio driver which most of Intel boards used. So we need enable it carefully only for some specific boards. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-26intel-x86: correct KARCH option for intel-x86 bspLiwei Song
Adjust KARCH to x86_64 and i386 accordingly to avoid condition check failed in some scc files like features/thermal/coretemp.scc This will ensure some kernel options be correcly set for intel-x86 bsp. Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-22ti-am62: enable optee related kernel configsMeng Li
Add optee feature and enable it in ti-am62 BSP. Signed-off-by: Meng Li <Meng.Li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-22squashfs: Add initial supportVyacheslav Yurkov
It's required at least in selftest to test read-only file systems. Signed-off-by: Vyacheslav Yurkov <uvv.mail@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-20kver: bumping to v6.1.78Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-20feature/security: add security options for aarch64/arm64Xiangyu Chen
According to the kernel self protection page[1], add recommended options to features/security for aarch64/arm64. Ref: [1] https://kernsec.org/wiki/index.php/Kernel_Self_Protection_Project/Recommended_Settings#arm64 Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-20nxp-imx8: Enable nxp-imx8 CAAMXiaolei Wang
Enable nxp-imx8 CAAM. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-14kver: bumping to v6.1.77Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-08ti-am62: add configs for NXP PCA954x & IMX219 cameraXulin Sun
Add configs for I2C NXP PCA954x and Sony IMX219 camera support. Signed-off-by: Xulin Sun <xulin.sun@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-02-06kver: bumping to v6.1.76Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-26nxp-ls104x: add configs of i2c slave devices for NXP ls1043/ls1046 platformMeng Li
Signed-off-by: Meng Li <Meng.Li@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-24nxp-imx8: Enable IMX8MM_THERMALXiaolei Wang
Enable IMX8MM_THERMAL for iMX8MP. Signed-off-by: Xiaolei Wang <xiaolei.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2024-01-24kver: bumping to v6.1.74Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>