summaryrefslogtreecommitdiff
path: root/recipes-kernel
AgeCommit message (Collapse)Author
3 dayslinux-toradex-upstream-6.6: arm64: refresh defconfig against 6.6.29HEADmasterMax Krummenacher
KEXEC implicit setting through CRASH_DUMP was dropped POWER_RESET_SYSCON_POWEROFF is new in upstream defconfig Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
3 dayslinux-toradex-upstream-6.6: imx_v6_v7: refresh defconfig against 6.6.29Max Krummenacher
toradex_imx_v6_v7.config: Remove drivers added by: commit 27cc508d61d8 ("ARM: imx_v6_v7_defconfig: Enable Tarragon peripheral drivers") commit 91fa45bd8f8b ("ARM: imx_v6_v7_defconfig: Select CONFIG_DRM_I2C_NXP_TDA998X") commit 188224534f85 ("ARM: imx_v6_v7_defconfig: Enable the cyttsp5 touchscreen") commit 468e90a87272 ("ARM: imx_v6_v7_defconfig: Enable silergy,sy7636a") commit 9159025bea6e ("ARM: imx_v6_v7_defconfig: Enable rohm,bd71815") Refresh the defconfig per the instructions in the toradex_imx_v6_v7.config. This fixes PCIE which got broken by commit 75c2f26da03f ("PCI: imx6: Add i.MX PCIe EP mode support") DRM_DEBUG_MODESET_LOCK was enabled from PROVE_LOCKING in imx_v6_v7_defconfig FB_MX3 driver got deleted, not used on Toradex modules FRAMEBUFFER_CONSOLE is enabled by default KALLSYMS_ALL was enabled from PROVE_LOCKING in imx_v6_v7_defconfig SMC911X driver got deleted in favour of SMSC911X CONFIG_LEDS_TRIGGER_GPIO now considered broken R8188EU is replaced by enabled RTL8XXXU PRINT_QUOTA_WARNING is not selected by default AUTOFS4_FS replaced by AUTOFS_FS EXFAT_FS is now intentially enabled Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
6 dayslinux-toradex-upstream_6.6: fix filesextrapathsMax Krummenacher
The immediate evaluation of ${PV} fails here and leads to a not existing extra search path entry. Thus linux-toradex-upstream-6.6 is searched after linux-toradex-upstream and thus files which can be found under both directories are taken from linux-toradex-upstream. Fix that by not relying on ${PN} or ${PV} and giving the verbatim directory name. That also allows to remove setting FILESEXTRAPATHS in the linux rt recipe. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2024-04-08linux-toradex-upstream_mainline: bump version numberMax Krummenacher
Kernel 6.8 is released. Mainline now works on 6.9, thus bump the vesion setting to 6.9-rc. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2024-04-02linux-toradex-upstream-6.6: defconfig: modify ARCH_FORCE_MAX_ORDERParth Pancholi
From kernel version 6.4.y on-wards [1], the range of memory page orders which the user can ask from buddy allocator is changed to 0..MAX_ORDER. Previously, for older kernel versions (< 6.4.y), this range was 0..MAX_ORDER-1. This change resolves OOM killer issue on Colibri iMX6 (256MB RAM) modules with the latest mainline kernel >= 6.4.y. [1] - commit 23baf831a32c ("mm, treewide: redefine MAX_ORDER sanely") Related-to: ELB-5316 Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
2024-03-13linux-toradex-upstream: defconfig: enable powervr gpuMarcel Ziswiler
Enable PowerVR GPU as found on AM62. Related-to: ELB-5607 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2024-03-12linux-toradex-upstream-rt: move to rt-stableMax Krummenacher
Change the the stable RT kernel branch and include the settings from the 6.6 stable kernel recipe do not dublicate the used patches. Related-to: ELB-5616 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2024-03-07linux-toradex-upstream: add v6.6 kernel recipeJoao Paulo Goncalves
Add recipe for kernel v6.6 for BSP7. Related-to: ELB-5616 Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com>
2024-03-04Bump SRCREVci.toradex
Bump SRCREV hashes as used in build of Tue 30 Jan 2024 09:52:32 PM UTC Matrix Build: image-tdxref-kirkstone-6.x.y-nightly-matrix 510 Matrix Build Status: SUCCESS Triggered by: https://jenkins.int.toradex.com/job/image-tdxref-kirkstone-6.x.y-nightly-matrix/510 Signed-off-by: ci.toradex <cicd@toradex.com> (cherry picked from commit f35b8eba99f79f9c74725e9860f644d40dc9f9bc) Conflicts: recipes-kernel/linux/device-tree-overlays-mainline_git.bb recipes-kernel/linux/linux-toradex-mainline-rt_git.bb recipes-kernel/linux/linux-toradex-mainline_git.bb
2024-02-29linux-toradex-upstream: defconfig: modify ARCH_FORCE_MAX_ORDERParth Pancholi
From kernel version 6.4.y on-wards [1], the range of memory page orders which the user can ask from buddy allocator is changed to 0..MAX_ORDER. Previously, for older kernel versions (< 6.4.y), this range was 0..MAX_ORDER-1. This change resolves OOM killer issue on Colibri iMX6 (256MB RAM) modules with the latest mainline kernel >= 6.4.y. [1] - commit 23baf831a32c ("mm, treewide: redefine MAX_ORDER sanely") Related-to: ELB-5316 Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
2024-02-23linux-toradex-upstream: defconfigs: enable EXFAT_FSParth Pancholi
Add support for ExFAT filesystem. Related-to: ELB-5583 Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
2024-01-26linux-firmware: fix imx-firmware license rename/updateMarcel Ziswiler
This fixes NXP having renamed and updated the license (again). Fixes: a7100f0ca20b ("linux-firmware: update imx-firmware to lf-6.1.55-2.2.0") Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 239237c27511902a9d7b430e44386791b8fa8fbc)
2024-01-26linux-firmware: update imx-firmware to lf-6.1.55-2.2.0Marcel Ziswiler
Update imx-firmware to commit 7be5a936ce8677962dd7b41c6c9f41dd14350bec on branch lf-6.1.55_2.2.0. This updates the IW416 Bluetooth and Wi-Fi Firmware to 16.92.21.p84.128. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit a7100f0ca20b6f6b2b61bbe112028cd3c703598b)
2024-01-21linux-toradex-mainline: Add support for Apalis Eval Board v1.2 new ICsHiago De Franco
Apalis Evaluation Board v1.2 added some new on-board chips (compared to v1.1) that are not yet enabled in the mainline Linux kernel defconfig file: - Audio codec NAU88C22YG - Current/Voltage measurement INA219 - Temperature Sensor TMP75CIDGKR So add the necessary drivers as modules to support these new devices. Related-to: ELB-5532 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> (cherry picked from commit fed473492c8ce8becc5d01cf0fc4d8cc432f64d1)
2024-01-21linux-toradex-mainline: Add patch for f_ncm.cHiago De Franco
This patch addresses an issue related to NCM and the transmission of small packets, as when using VNC, for example. The ongoing discussion about this problem can be checked on the Linux kernel mailing list at [1]. Until the matter is resolved in the mainline, we should keep this patch here as it has demonstrated it solves the issue for now. Future updates can be made once the mainline fix is implemented. [1] https://lore.kernel.org/all/20231204183751.64202-1-hiagofranco@gmail.com/ Related-to: TEI-1078 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> Signed-off-by: Joao Paulo Goncalves <joao.goncalves@toradex.com> (cherry picked from commit 856736e6c4c8844d5a89a02a9a8fb3794a13587e) Conflicts: recipes-kernel/linux/linux-toradex-mainline_git.bb recipes-kernel/linux/linux-toradex-upstream/0001-usb-gadget-f_ncm-Apply-workaround-for-packet-cloggin.patch
2023-11-28linux-toradex-upstream: aarch64/defconfig: set serial 8250 NR UARTs to 6Parth Pancholi
Configure serial 8250 driver's number of supported UART ports to 6. By default serial 8250 driver supports 4 UART ports. On AM62 Verdin carrier boards with Verdin UART2 enable, BT UART unable to probe as 8250 reaches maximun limit of 4 serial ports. Related-to: ELB-5122 Signed-off-by: Parth Pancholi <parth.pancholi@toradex.com>
2023-10-16linux-toradex-mainline(-rt): rename to linux-toradex-upstream and only build ↵Max Krummenacher
latest mainline For OE master we want to build only latest mainline. For a next BSP we will add a recipe which will build the to be used stable tree. Related-to: ELB-5359 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-10-10linux-toradex-mainline: split out common code into a inc fileMax Krummenacher
This makes the non-rt and rt recipe more independent and prepares for further refactoring. Related-to: ELB-5359 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-10-06linux-toradex-mainline: aarch64: various additionsMarcel Ziswiler
Various Linux kernel configuration additions such as more NVMe options, cameras, CMA size configuration, Verdin display adapters, PCI endpoint, more i.MX 8M series and i.MX 8/8X series drivers and optional HiFi4 DSP. Disabling i.MX 93 ADC driver. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2023-09-27linux-toradex-mainline: aarch64: re-add nvme, overlay fs, pci and sataMarcel Ziswiler
Re-add NVMe, overlay FS, PCI (incl. some Ethernet and Wi-Fi drivers) and SATA. Dropp i.MX 93 ADC instead. Fixes: 881fef18ce8a ("linux-toradex-mainline-git: extend defconfig for verdin am62") Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2023-09-26linux-toradex-mainline: aarch64/defconfig: re-do base-lineMarcel Ziswiler
Using v6.6-rc3 re-do base-line: This moved: CONFIG_KEXEC=y CONFIG_CRASH_DUMP=y CONFIG_FB_EFI=y And newly added: CONFIG_KEXEC_FILE=y CONFIG_AHCI_DWC=m CONFIG_DP83869_PHY=m CONFIG_CAN_M_CAN=m CONFIG_CAN_M_CAN_PLATFORM=m CONFIG_INPUT_BBNSM_PWRKEY=m CONFIG_INPUT_RK805_PWRKEY=m CONFIG_PINCTRL_RK805=m CONFIG_GPIO_SYSCON=y CONFIG_CHARGER_RK817=m CONFIG_IMX7ULP_WDT=m CONFIG_REGULATOR_RAA215300=y CONFIG_DRM_ITE_IT66121=m CONFIG_BACKLIGHT_CLASS_DEVICE=m CONFIG_SND_SOC_J721E_EVM=m CONFIG_SND_SOC_RK817=m CONFIG_SCSI_UFS_BSG=y CONFIG_SCSI_UFS_CDNS_PLATFORM=m CONFIG_SCSI_UFS_TI_J721E=m CONFIG_RTC_DRV_ISL1208=m CONFIG_RTC_DRV_BBNSM=m CONFIG_TI_K3_DSP_REMOTEPROC=m CONFIG_TI_K3_R5_REMOTEPROC=m CONFIG_TI_PRUSS=m CONFIG_PWM_TIECAP=m CONFIG_NVMEM_LAYOUT_SL28_VPD=m CONFIG_NVMEM_IMX_OCOTP_ELE=m CONFIG_MUX_GPIO=m CONFIG_CRYPTO_DEFLATE=m And dropped: CONFIG_KEXEC=y CONFIG_GPIOLIB=y CONFIG_SND_SOC_DAVINCI_MCASP=m CONFIG_VIDEO_IMX_MEDIA=m And changed CONFIG_MDIO_BCM_UNIMAC from =y to =m Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2023-09-12linux-toradex-mainline: toradex_defconfig: add rpmsg and remoteproc supportHiago De Franco
Add remoteproc, rpmsg and imx mailbox drivers to enable HMP inter processor communication features. Add rpmsg client and tty demo samples for testing. Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> (cherry picked from commit 598a5a0298a7ae6b2d119c879ef9f5525e175688) Fixed rename of toradex_imx_v8.config -> toradex_aarch64.config Refreshed aarch64 defconfig Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Conflicts: recipes-kernel/linux/linux-toradex-mainline-git/aarch64/defconfig recipes-kernel/linux/linux-toradex-mainline-git/toradex_imx_v8.config
2023-09-05linux-toradex-mainline: bump to latest 6.5 / 6.6-rcMax Krummenacher
linux-toradex-mainline: master now is at 6.6-rc Set the reported version to 6.6-rc and update the git hash to the baseline of current master, i.e. tag v6.5. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-09-05linux-toradex-mainline: refresh patches for 6.6-rcMax Krummenacher
Drop 0001-Revert-media-v4l2-async-Use-endpoints-in-__v4l2_asyn.patch and 0001-media-v4l2-async-fix-binding-async-subdevs-with-mult.patch. Their functionality has been added upstream. Refresh the remaining 4 patches so that they apply cleanly. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-08-24linux-toradex-mainline-git: extend defconfig for verdin am62Max Krummenacher
Take the downstream TI kernel toradex_ti_arm64_prune.config as a blueprint, but drop disabling config options potentially used for i.MX SoCs. Rename the file from toradex_imx_v8.config to toradex_aarch64.config and move it to where the defconfig is stored in the tree to reflect that it is now used for multiple vendor archs. Drop addional archs we don't use but still had in the config. Refresh the defconfig file against kernel 6.5-rc7. Related-to: ELB-5247 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-08-22linux-toradex-mainline-git: sort the config fragmentMax Krummenacher
Sort the entries into 3 categories. - kernel features - i.MX aarch64 additions - disable unused functionalities Related-to: ELB-5247 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-08-22toradex-kernel: move deployment of .config into classMax Krummenacher
After building the kernel we want the used config being deployed. This is already implemented for the linux-toradex-mainline recipe, however the downstream vendor based kernels to not deploy the config. Move the functionality to a class and inherit that in the mainline kernel recipe to allow reusing the class in the downstream kernel recipes. Related-to: ELB-5149 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-08-10linux-firmware: add imx-firmware licenseMax Krummenacher
For legal compliance there's a need to ship EULA along with any firmware files from imx-firmware. Related-to: ELB-5247 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit c91a1b80c24712f835b1d7b9c83947727583749c)
2023-08-10linux-firmware: unpack imx-firmware in a subfolder of linux-firmwareMax Krummenacher
Rather than unpacking in ${WORKDIR}/imx-firmware, unpack it in ${S}/imx-firmware and adjust the install commands accordingly. This in preparation of properly adding the imx-firmware licence info. When using the openembedded-core create-spdx-2.2.bbclass the specified files are to be specified relative to ${S} which is easier to achieve if in a subdirectory of ${S}. Related-to: ELB-5247 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit ee4386c2420368eb447ca6255bc387f16fe2097b)
2023-08-07device-tree-overlays-mainline: allow to build for any machine in a tdx distroMax Krummenacher
image_type_tezi.bbclass depends on virtual/dtb being buildable. Allow to build it for any machine so that we don't have build failures. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-08-07device-tree-overlays-mainline: bump srcrevci.toradex
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-08-07linux-toradex-mainline-rt: bump to 6.5.y-rcci.toradex
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-08-06linux-firmware: add common file packageAndrejs Cainikovs
Move common files into separate package and add it to sd89xx and iw416 dependencies. Related-to: ELB-5247 Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com> (cherry picked from commit 9b7bd08b10582056b9cecf7be694231cba75d992)
2023-08-06linux-firmware: bump imx-firmware srcrevAndrejs Cainikovs
Recent change switched the branch of imx-firmware to the latest release (lf-6.1.22_2.0.0), but did not update srcrev, effectively making no change to the target image at all. This bumps imx-firmware srcrev to the latest commit on the mentioned branch. Fixes: 8154788a0cfc ("linux-firmware: bump imx-firmware to latest version") Related-to: ELB-5247 Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com> (cherry picked from commit 337a077d0cf63aea1c104bf9e8c730810721206a)
2023-08-06linux-firmware: bump imx-firmware to latest versionAndrejs Cainikovs
This bumps imx-firmware to latest lf-6.1.22_2.0.0. Related-to: ELB-5247 Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com> (cherry picked from commit 8154788a0cfcb950e104da7b67cc7244e8e3cdf6)
2023-08-06linux-firmware: add package iw416Andrejs Cainikovs
This adds the sdiouartiw416_combo_v0.bin firmware for IW416 based Wi-Fi/Bluetooth modules which are present on Verdin AM62 modules. This particular firmware variant is supposed to be used for configuration of Wi-Fi via SDIO and Bluetooth via UART. Related-to: ELB-5247 Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com> (cherry picked from commit 5e0f9936994fcd6c04910c4d33d266fddf054efa)
2023-08-06linux-firmware: move linux-firmware to meta-toradex-bsp-commonAndrejs Cainikovs
With the addition of Verdin AM62 with IW416 based WiFi module we need to get rid of meta-toradex-nxp dependency for TI based SoM. This change moves linux-firmware recipe from meta-toradex-nxp. Related-to: ELB-5247 Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com> (cherry picked from commit 05c6a1ae9639ad990af1ff1fc52c5af290568ad8)
2023-07-25linux-toradex-mainline: aarch64: enable more useful configsMarcel Ziswiler
Enable new NXP Bluetooth UART driver (CONFIG_BT_NXPUART), TI SN65DSI84 DSI to LVDS bridge driver (CONFIG_DRM_TI_SN65DSI83), new LCDIF driver for i.MX 8M series SoCs (CONFIG_DRM_IMX_LCDIF and usbmon which allows capturing USB traffic using tcpdump (CONFIG_USB_MON) all to be build as loadable kernel modules. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2023-07-25linux-toradex-mainline: savedefconfig for aarch64Marcel Ziswiler
Used kernel v6.5-rc2 to just run savedefconfig on our defconfig which resulted in the following: Dropped as now anyway defaulting to =y: CONFIG_UNIX=y CONFIG_INET=y Moved: CONFIG_PCI_TEGRA=y CONFIG_PCIE_RCAR_HOST=y CONFIG_PCIE_RCAR_EP=y CONFIG_PCI_HOST_GENERIC=y CONFIG_PCI_XGENE=y CONFIG_PCIE_ROCKCHIP_HOST=m CONFIG_PCIE_BRCMSTB=m CONFIG_PCIE_QCOM=y CONFIG_PCIE_ARMADA_8K=y CONFIG_PINCTRL_QCOM_SPMI_PMIC=y CONFIG_PINCTRL_SM8250_LPASS_LPI=m Re-named but not set by default now: CONFIG_MFD_RK808 to CONFIG_MFD_RK8XX_I2C RK808 split into core and i2c now defaulting to off: CONFIG_RTC_DRV_RK808 CONFIG_COMMON_CLK_RK808 Dropped for good: CONFIG_COMMON_CLK_MT8192_AUDSYS=y CONFIG_COMMON_CLK_MT8192_CAMSYS=y CONFIG_COMMON_CLK_MT8192_IMGSYS=y CONFIG_COMMON_CLK_MT8192_IMP_IIC_WRAP=y CONFIG_COMMON_CLK_MT8192_IPESYS=y CONFIG_COMMON_CLK_MT8192_MDPSYS=y CONFIG_COMMON_CLK_MT8192_MFGCFG=y CONFIG_COMMON_CLK_MT8192_MMSYS=y CONFIG_COMMON_CLK_MT8192_MSDC=y CONFIG_COMMON_CLK_MT8192_SCP_ADSP=y CONFIG_COMMON_CLK_MT8192_VDECSYS=y CONFIG_COMMON_CLK_MT8192_VENCSYS=y CONFIG_ARCH_R8A77950 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2023-06-28linux-toradex-mainline-rt: bump to 6.5-rcMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-06-28linux-toradex-mainline-rt: bump to 6.4.yMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-06-28toradex_imx_v6_v7.config: add tc358743 hdmi-to-csi bridgeMarcel Ziswiler
Enable driver for Toshiba TC358743 HDMI-to-CSI-2 bridge. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 60e249850843255097f05c58030d464a1ec0006a)
2023-06-28linux-toradex-mainline: fix hdmi-csi bridge with iMX6Aishwarya Kothari
Revert 1f391df446077d62514ee29f75970dff3d55a432 This reverted commit breaks the async subdevice probing that is needed by TC358743 HDMI to MIPI-CSI2 bridge on Apalis iMX6. See [1] for details. The V4L2 async framework for the imx6 seem to be fixed by [2] patch series, that it is not yet merged. While waiting for this patch series to be merged we revert this single commit. [1] https://lore.kernel.org/all/8360125.31r3eYUQgx@steina-w/ [2] https://lore.kernel.org/all/20230525091615.2324824-1-sakari.ailus@linux.intel.com/ Related-to: ELB-5141 Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com> (cherry picked from commit 4b9dee855fe97fe7d17209202ffd5503fa1878d7)
2023-04-04toradex_imx_v6_v7.config: drop r8188eu driverMax Krummenacher
Commit fdf6c2309f42 ("staging: r8188eu: delete driver") deleted the driver. So do not ask to build it. The enabled rtl8xxxu driver replaces it. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-04-04linux-toradex-mainline: defconfig: set camera drivers built-in.Aishwarya Kothari
With camera drivers as modules the ov5640 camera doesnot work on Apalis iMX6. /dev/media0 was not created. Related-to: ELB-4616 Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com> (cherry picked from commit 6c82237275618542457b3ebc13fe2b276196628d)
2023-04-04linux-toradex-mainline: Backport camera patchesAishwarya Kothari
This makes the ov5640 camera work on Apalis iMX6. Related-to: ELB-4616 Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com> (cherry picked from commit 6b5fb95b3d0fabc30fe236e82ac48488433b7ce0)
2023-03-10linux-toradex-mainline/-rt: bump to 6.3-rc1Max Krummenacher
Bump the git hashes and on rt the branch to 6.3-rc. Drop the 6.2 specific patch version for the RT kernel. . Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-02-27linux-toradex-mainline: Resync defconfig for aarch64Max Krummenacher
Used kernel v6.3-rc1. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-02-27linux-toradex-mainline: Resync defconfig for 32bit modulesMax Krummenacher
Used kernel v6.3-rc1. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-02-27toradex_imx_v6_v7.config: Disable some debugging configsPhilippe Schenker
The locking debug configs where causing a regression in boot-time so do disable them. Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com> (cherry picked from commit 05e7288c4781b33599e00a46d279a02351f1e6c2)