- Sep 09, 2022
-
-
Tobias Kahlki authored
BCS 746-000955 (cherry picked from commit 3e26efcc)
-
- Aug 19, 2022
-
-
Tobias Kahlki authored
We still have some issues with the allocation of continous memory for the VPU support. Enabled some additional drivers/frameworks in the kernel to perform further tests.
-
- Aug 17, 2022
-
-
Tobias Kahlki authored
The logo selection is based on disabling the fngsystem or seco logo in the defconfig. Fixed the defconfig to re-enable the selection mechanism.
-
- Aug 16, 2022
-
-
Tobias Kahlki authored
-
Tobias Kahlki authored
We don't use the audit messages and they spam the log constantly. Disabled them in the defconfig.
-
- 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.
-
- 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
The kernel includes and recipes have been renamed to seconorth. Also the defconfigs have been moved to fitting folders.
-
- 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
-
- 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)
-
- 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
-
- 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
-
- Oct 29, 2021
-
-
Tobias Kahlki authored
The reset driver is used by the PCIEe driver. BCS 746-000535
-
Tobias Kahlki authored
- Removed generic backlight driver due to incompatibility BCS 746-000535
-
- May 07, 2021
-
-
Clemens Terasa authored
Add the linux-guf-5.10 recipe and copy the files form 5.4. Do not use the use-pkg-config-native-to-find-host-lcrypto-in-sysroot.patch because it does not apply right now. Also assign PREFERRED_VERSION of the linux-guf recipe weakly to be able to overwrite this in the local.conf Only tested with imx6guf. BCS 746-000295
-
- Dec 03, 2020
-
-
Jonas Höppner authored
* Include imx-base.inc in mimx8mguf machine conf. Add the imx-base.inc include file that sets a lot of defaults for the imx specific drivers. Add few tweaks to make the machine still work. * Increase layer priority to be higher then the freescale prio * Change the machine package variables to append in guf.inc and imx8mguf.inc so the override does work. * imx8mguf defconfig: Disable in-tree drivers: vivante, etnaviv, nouveau Enable tempfs, cma and dma_cma entries in kernelconfig as those where automatically selected before as etnaviv deps BCS 746-000133
-
- Nov 24, 2020
-
-
Use the latest mainline driver for the MCP251XFD. The previous driver was broken.
-
* Enable LM75 temperature sensor in defconfig * Disable unused LM90 driver * FSL_ENETC_MDIO got removed by menuconfig as it implicitly selected * other changes are due to menuconfig re-ordering BCS 746-000108
-
* Added imx8mguf.conf as new machine SOC_FAMILY variable: Unlike the EXTRAPATHS_PREPEND or other colon delimited strings the SOC_FAMILY should not end with a colon. This may break the FILESPATH resulting in a empty extra path and thus pulling files form lower layers like poky instead of the custom layer. See that the conf/machine/include/soc-family.inc adds a colon. * Added kernel recipe to use ( clone in gitlab from the kuk/imx kernel) * u-boot: Fix u-boot build for imx8 * add u-boot to MACHINE_ESSENTIAL_EXTRA_RDEPENDS * set U-BOOT_CONFIG for Tanaro * use u-boot recipe includes from poky. To make this work with u-boot 2019.04 a patch is added, which is included in u-boot >= 2019.07 * fix u-boot revisions in u-boot-common_2019.04.inc, so the same revisions are used for u-boot and u-boot-tools BCS 746-000108
-