summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-07-26kver: bumping to v5.15.122Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-07-25bsp/intel-x86: change Intel I225-LM/I225-V driver to be built-inYongxin Liu
Need igc driver to mount network filesystem. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-07-06kver: bumping to v5.15.120Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-07-05netfilter: update notrack->ctEero Aaltonen
xt_NOTRACK was removed in linux-stable commit 965505015beccc4ec900798070165875b8e8dccf and has been superseded by xt_CT. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-07-03kver: bumping to v5.15.119Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-06-26base: drop CONFIG_DECNETBruce Ashfield
commit 1202cdd665315c525 [Remove DECnet support from kernel] has been merged and backported to various -stable branches. To avoid our kernel configuration audit warning about an invalid configuration, we drop our option. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-06-22kver: bumping to v5.15.118Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-06-19kver: bumping to v5.15.117Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-06-13nxp-s32g: disable the 4K sector setting for mtd deviceZhantao Tang
The config MTD_SPI_NOR_USE_4K_SECTORS is to "Use small 4096 B erase sectors", but for UBI file system, the 4096 erase size is too small, and will cause the UBI file system attaches failure, so disable this config to compatible with UBI file system. Signed-off-by: Zhantao Tang <zhantao.tang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-06-12kver: bumping to v5.15.116Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-06-05kver: bumping to v5.15.115Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-05-31kver: bumping to v5.15.114Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-05-29kver: bumping to v5.15.113Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-05-19kver: bumping to v5.15.112Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-05-15kver: bumping to v5.15.111Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-05-08marvell-cn106xx: setting PM policy to Performance by defaultRuiqiang Hao
Marvell sdk11 only supports performance and userspace power management policies, and customers use GOV_PERFORMANCE by default, so set default PM policy to Performance. Signed-off-by: Ruiqiang Hao <Ruiqiang.Hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-04-27kver: bumping to v5.15.109Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-04-21intel-socfpga: enable pinctrl for Intel fpga to make i2c workLiweiSong
This enable below config option to support i2c on fpga board: CONFIG_PINCTRL=y CONFIG_PINCTRL_SINGLE=y Signed-off-by: LiweiSong <liwei.song@windriver.com> Signed-off-by: Liwei Song <liwei.song@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-04-21kver: bumping to v5.15.108Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-04-17features/iscsi: add feature for iSCSI Initiator over TCP/IPYongxin Liu
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-04-17xilinx-versal: enable CONFIG_RESET_CONTROLLERQuanyang Wang
The device node "usb0" depends on the reset controller "xlnx,versal-reset", so CONFIG_RESET_CONTROLLER needs to be enabled. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-04-17kver: bumping to v5.15.107Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-04-06xilinx-versal: add cpuidle support for versal platformsQuanyang Wang
Enable CONFIG_ARM_PSCI_CPUIDLE to add cpuidle support for versal platforms. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-04-06kver: bumping to v5.15.106Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-30nxp-s32g: add USB_ULPI_GENERIC config back to fix usb not found issueZhantao Tang
Because the kernel codes have been update to use USB ULPI for s32g related boards, so update kernel cache to compatible with it by adding the config back. Signed-off-by: Zhantao Tang <zhantao.tang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-30bsp: aptiv-s32g: align with nxp-s32g kernel cacheQuanyang Wang
Modify kernel options to align with nxp-s32g. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-30nxp-s32g: update kernel cache to compatible with kernel codes based on SDK ↵Zhantao Tang
v5.1S kernel The branches based on SDK v5.15 linux kernel have been created, then it's time to update the kernel cache configs to compatible with these new branches. Signed-off-by: Zhantao Tang <zhantao.tang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-28kver: bumping to v5.15.104Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-27bsp: aptiv-s32g: adjust kernel options for NXP SDK v5.15Quanyang Wang
Modify kernel options to adapt for NXP SDK v5.15 kernel. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-17kver: bumping to v5.15.103Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-17marvell-cn96xx: Enable memtest driverKevin Hao
The memtest support for cn96xx has been enabled by kernel commit 24fe41c84866 ("drivers: firmware: octeontx2: 9X platform support for memtest"), so enable it for our cn96xx BSP. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-17marvell-cn106xx: Adjust the memtest kernel option nameKevin Hao
Due to the kernel commit 24fe41c84866 ("drivers: firmware: octeontx2: 9X platform support for memtest"), the kernel option for this driver has been changed to MARVELL_MEMTEST. So adjust it for our BSP cfg. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-08ti-j7xxx: add DRM related configs and WAVE codec driverXulin Sun
Add DRM related configs, which are needed by J784S4 EVM board, and add WAVE VPU driver. Signed-off-by: Xulin Sun <xulin.sun@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-08bsp: aptiv-s32g: add support for sousa and flQuanyang Wang
Add kernel-cache files for Aptiv sousa and fl platforms. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-07kver: bumping to v5.15.98Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-03-01xilinx-versal: add support for Xilinx Versal platformsQuanyang Wang
This patch is to add scc/cfg meta to build and boot Xilinx Versal platforms. Signed-off-by: Quanyang Wang <quanyang.wang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-02-27kver: bumping to v5.15.96Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-02-21ti-j7xxx: add machine name ti-j78xxXulin Sun
Add machine ti-j78xx to support TI SOC J784S4. In the future, ti-j7xxx will support two machines ti-j78xx and ti-j72xx. Signed-off-by: Xulin Sun <xulin.sun@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-02-17kver: bumping to v5.15.94Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-02-15bsp/intel-x86: change the supported maximum number of CPUs to 512 in 64-bit bspYongxin Liu
Some 4-Socket servers have more than 256 CPUs, so increase the number. Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-02-09features/vfio: add support for mediated device driver frameworkYongxin Liu
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-02-08ti-j7xxx: add kernel-cache configuration files for v5.15 kernelXulin Sun
This adds the cfg & scc files to support TI J784S4 soc. Signed-off-by: Xulin Sun <xulin.sun@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-02-01kver: bumping to v5.15.91Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-01-25kver: bumping to v5.15.89Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-01-13kver: bumping to v5.15.87Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-01-09bsp/intel-x86: Add support for AST GPU driverYongxin Liu
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-01-04kver: bumping to v5.15.86Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-01-01features/intel-sgx: Enable Intel Software Guard eXtensions (SGX)Yongxin Liu
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2023-01-01bsp/intel-x86-64: Add support for QAT 4xxx devicesYongxin Liu
Signed-off-by: Yongxin Liu <yongxin.liu@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2022-12-19kver: bumping to v5.15.84Bruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>