- Aug 05, 2022
-
-
Jonas Höppner authored
-
Jonas Höppner authored
-
- Aug 04, 2022
-
-
Tobias Kahlki authored
We don't want to use the machine overrides from the meta-freescale layer. Therefore, we disabled the filter mechanism and re-added the old SoC names. To reflect this change, the files have been moved to the correct folders.
-
- Aug 02, 2022
-
-
Tobias Kahlki authored
NXP suggests using the dma-heap allocator instead of the ION memory manager from kernel 5.15.5 onwards.
-
- Jul 30, 2022
-
-
Tobias Kahlki authored
Activated/Enabled modules/drivers that might be related to the Hantro VPU and DRM.
-
Tobias Kahlki authored
The defconfig for the 5.15.5 kernel is used by the mx8mm and mx8mp. The location "imx8mguf" is only accessible by the mx8mm. To make the config available to the mx8mp, the config folder was renamed. Note: imx8mguf is the machine name of the mx8mm. This is a known bug and will be fixed in the future.
-
Tobias Kahlki authored
For the i.MX8 devices, we use the 5.15.5 Yocto kernel provided by NXP.
-
- Jul 28, 2022
-
-
Jonas Höppner authored
-
Add support for GPIO and PWM beepers. This enables the on-board beeper on the SECO Northern Europe NALLLINO platform. BCS 746-000992 (cherry picked from commit ad7371e0)
-
* imx6:mxt-touch: Add kernel support for atmel mxt touch BCS 746-000886 (cherry picked from commit 82cbcf67) * maxTouch:udev: Add udev rule to skip maxTouch fwr loading fallback The current version of the atmel_mxt_ts driver tries to load a controller configuration on each driver probe. However, if no config is provided or can't be provided because the driver is built-in, the driver probing process is delayed by 60 seconds because of a sysfs firmware load fallback. Added a udev rule that automatically cancels the sysfs firmware fallback. BCS 746-000892 (cherry picked from commit 55a34692) * atmel-mxt: convert recipe to new syntax
-
Also small changes to the Kernel include file. (cherry picked from commit 49cec441)
-
BCS 746-000857 (cherry picked from commit 4bf6746d)
-
Add the iMX Medium Quality Sound driver and the simple amplifier driver to the defconfig. Together with the latest kernel changes for NALLINO this adds sound support for the NALLINO board. BCS 746-000796 (cherry picked from commit 69fb720b)
-
- May 31, 2022
-
-
Tobias Kahlki authored
The tools recipes still use SSH as protocol for the checkout. Since we have opend our repository to the public, SSH isn't available anymore. Because of this, we switch to HTTPS as protocol.
-
- May 18, 2022
-
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
-
Jonas Höppner authored
* Name kernel recipe linux-imx Don't use linux-imx-kuk to allow two different entries in the SRCREV.conf to specify the SRCREV independently for the 5.10 and the 5.15 version. As the 'kuk' part is not in this branch it also makes sense to remove the appendix. * defconfig from 5.10.9 after 'savedefconfig' use with 5.15 and savedefconfig from 5.15 kernel again * Recipe pointing to new kernel branch * Change the naming of the installed devicetrees with 5.15 kernel The subfolder and prefix is now seconorth instead of keithkoep and guf. BCS 746-000672
-
- May 13, 2022
-
-
Tobias Kahlki authored
We disable the creation of symlinks for the kernel. Because of our FAT boot partition, the symlinks lead to errors during the installation process. Disabling the link creation fixes the installation, but leads to another error during the pack operation of Flash-N-Go-System. This new issue needs to be fixed separately.
-
Tobias Kahlki authored
The kernel includes and recipes have been renamed to seconorth. Also the defconfigs have been moved to fitting folders.
-
- May 12, 2022
-
-
Tobias Kahlki authored
The Yocto build is broken because of the missing links for the Kernel. Since removing the links from the deploy doesn't fix our issue with the boot filesystem we reenable them.
-
- May 11, 2022
-
-
Tobias Kahlki authored
In Yocto Kirkstone, a new way to create kernel symlinks was added. Since we use a FAT partition for the Kernel, symlinks are not supported. Disable the creation of symlinks.
-
Tobias Kahlki authored
-
- May 04, 2022
-
-
Tobias Kahlki authored
* Conversion of the OVERRIDE syntax * New folder names for NXP specific folders For NXP changes see the new MACHINE_OVERRIDES mechanism
-
- Apr 12, 2022
-
-
Tim Jaacks authored
-
- Mar 18, 2022
-
-
Clemens Terasa authored
The most recent mainline LTS 5.15 kernel is 5.15.29. So use this one for the limux-guf implementation. The port is based on on a cleaned linux-guf 5.10.104. Commit e55f7fa9b7dd2f069e43eb36411736d90a4d0611. BCS 746-000730
-
- Mar 14, 2022
-
-
Tobias Kahlki authored
The netfilter modules are required by the networking interface of podman/docker. BCS 746-000694 BCS 746-000692 (cherry picked from commit 4f5e5c7d)
-
- Mar 11, 2022
-
-
Clemens Terasa authored
Update the kernel to 5.10.104. This should pull the latest security fixes, i.e. for CVE-2022-0847. With this it seems to be necessary to disable CONFIG_STACKPROTECTOR_PER_TASK to build it inside Yocto dunfell. It seems to be a problem of missing headers inside gcc-plugin. Remove the PREFERRED kernel variables from imx6ull, that are derived from guf.inc. BCS 746-000735
-
Clemens Terasa authored
Remove CONFIG_STACKPROTECTOR_PER_TASK defconfig as it breaks the build. With this enabled and with the jump from Linux 5.10.57 to 5.10.104 I see the following error: ``` HOSTCXX scripts/gcc-plugins/arm_ssp_per_task_plugin.so In file included from ../5.10.57-r0/recipe-sysroot-native/usr/bin/arm-guf-linux-gnueabi/../../lib/arm-guf-linux-gnueabi/gcc/arm-guf-linux-gnueabi/9.3.0/plugin/include/gcc-plugin.h:29, from ../linux-guf/scripts/gcc-plugins/gcc-common.h:7, from ../linux-guf/scripts/gcc-plugins/arm_ssp_per_task_plugin.c:3: ../linux-guf/5.10.57-r0/recipe-sysroot-native/usr/bin/arm-guf-linux-gnueabi/../../lib/arm-guf-linux-gnueabi/gcc/arm-guf-linux-gnueabi/9.3.0/plugin/include/coretypes.h:430:10: fatal error: poly-int.h: No such file or directory 430 | #include "poly-int.h" | ^~~~~~~~~~~~ compilation terminated. Seems to be similar to https://lists.yoctoproject.org/g/poky/message/12619 Form my point of view this is a missing header inside the gcc-plugin package, and should be fixed there. However, right now we just remove the feature from the kernel.
-
- Feb 01, 2022
-
-
Felix Gerking authored
Enabled wireguard in defconfig. Removed wireguard-modul dependencies for wireguard-tools since wireguard is already integrated in kernel 5.10. BCS 746-000655
-
- Jan 28, 2022
-
-
Jonas Höppner authored
BCS 746-000629
-
- Dec 17, 2021
-
-
Tobias Kahlki authored
BCS 746-000514 BCS 746-000503
-
- Dec 16, 2021
-
-
Jonas Höppner authored
Adapt defconfig: Select the correct bootlogo and enable bootlogo rotation Set the rotation hardcoded ( for now) for mx8mplus.
-
- Dec 10, 2021
-
-
Felix Gerking authored
* Enabled mainline driver for SN65DSI84 bridge BCS 746-000506 746-E00063
-
- Dec 03, 2021
-
-
Jonas Höppner authored
Add machine conf. Adapt u-boot branch for new machine. Adapt imxmkimage branch for new machine. Adapt kernel receipe.
-
- Dec 01, 2021
-
-
Jonas Höppner authored
-
Jonas Höppner authored
-
- Nov 24, 2021
-
-
Clemens Terasa authored
Add the in-kernel driver for the AD7879 resistive touch driver connected via I2C. The AD7879 will replace the previous STMPE controller due to EOL of the STPME. BCS 746-000567
-
- Oct 29, 2021
-
-
Tobias Kahlki authored
The proposal branch for the TANARO 5.10 kernel was moved to an active release branch. BCS 746-000535
-
Tobias Kahlki authored
The reset driver is used by the PCIEe driver. BCS 746-000535
-