- Feb 09, 2024
-
-
This is a part of fix for issue [746-000797] Flash-N-Go System: Implement "Disable serial console". This allows to set console=ttynull in kernel cmdline. Signed-off-by:
Dmitry Petrov <dmitry.petrov@rtsoft.de> (cherry picked from commit 6be55816)
-
- Sep 21, 2023
-
-
Mikhail Vanyulin authored
Squashfs is required for rauc bundles installation. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Mar 27, 2023
-
-
Mikhail Vanyulin authored
Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Feb 23, 2023
-
-
Signed-off-by:
Dmitry Petrov <dmitry.petrov@rtsoft.de>
-
Signed-off-by:
Dmitry Petrov <dmitry.petrov@rtsoft.de>
-
Signed-off-by:
Dmitry Petrov <dmitry.petrov@rtsoft.de>
-
- Jan 31, 2023
-
-
Dmitry Petrov authored
Enable spidev drivers to support BLE modules on SANTVEND boards. Depending on the revision of hardware, different drivers should be used: - in case of v1.2 revision, it is equipped with ISP091201 BLE module which is governed by special "spidevas" driver which implements its own chip select handling. - in case of v1.3 revision, it is equipped with Protues-III BLE module, which is governed by standard "spidev" driver. It was decided to build the "spidevas" driver as a kernel module. Signed-off-by:
Dmitry Petrov <dmitry.petrov@rtsoft.de>
-
- Jan 24, 2023
-
-
Dmitry Petrov authored
Enable gpio-poweroff, two additional temperature sensors (lm73, lm9600) and ADC128S052 converter. Signed-off-by:
Dmitry Petrov <dmitry.petrov@rtsoft.de>
-
Enable a VEML6030 driver, which is compatible with VEML7700 sensor, in the kernel config. This external sensor is connected I2C bus on SantVend board. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Jan 09, 2023
-
-
Tobias Kahlki authored
-
- Dec 08, 2022
-
-
Felix Gerking authored
Approach ip filter config to seco-mx8m. CONFIG_LIBCRC32C=m seems to be no longer necessary as it was automatically removed by menuconfig. BCS 746-001166
-
- Aug 05, 2022
-
-
Jonas Höppner authored
-
- 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.
-
- 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 11, 2022
-
-
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
-
- 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
-
- Aug 10, 2021
-
-
Clemens Terasa authored
SANTINO-LT is the first G&F iMX6 platform that uses a different UART debug port, UART5 instead of UART2. It is not possible to use both port settings together with early printk. Even though this is unfortunate, we do not need the early printk feature enabled in production so diable it here. CONFIG_VT_HW_CONSOLE_BINDING and CONFIG_LEDS_TRIGGERS are still due to default dependencies. BCS 746-000428
-
- Jul 06, 2021
-
-
Jonas Höppner authored
One logo, centered, white background, no rotation. Rotation may be set in a postinstall step later. BCS 746-000275
-
- Jun 01, 2021
-
-
Clemens Terasa authored
Add the Quectel EC20 Modem, the ath9k, and teh ath3k drivers. BCS 746-000340 BCS 746-000341 BCS 746-000342
-
- May 25, 2021
-
-
Clemens Terasa authored
Add the USB3503 HSIC USB-hub driver. This should enable the internal USB port for SANTARO and SANTOKA. At least it works for SANTOKA. BCS 746-000359
-
Clemens Terasa authored
It seems to mess with the out-of-tree SIS vendor driver. Thus get rid of the in-kernel driver for now from the linux defconfig and use the sis-i2c vendor driver instead.
-
- May 11, 2021
-
-
Clemens Terasa authored
The SMDMA needs a firmware blob. It could be added to the Linux kernel, however it is easier to add the SDMA support as module. Use the ```make savedefconfig``` to generate a minimal and portable defconfig.
-
- 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
-
- Jan 28, 2021
-
-
Norman Stetter authored
When imx-sdma is built into the kernel the rootf, where the sdma firmware binary is located is not ready when the driver tries to load the firmware. This can be avoided by building the imx-sdma driver as a module, so it gets loaded after the rootfs is ready BCS 746-000154
-
- Oct 21, 2020
-
-
Norman Stetter authored
* Add simple-amplifier driver, which is now used together with simple-audio-card for the sgtl5000 * Remove unused audio drivers * Modularize used audio drivers
-
- Oct 16, 2020
-
-
Clemens Terasa authored
With commit https://github.com/torvalds/linux/commit/fa2d0aa96941e8dc347e49a04c75468e3002ee20 cherry-picked to out current kernel the aliasing works as it worked for previous linux ports, namely the eMMC equipped on the iMX6 Garz & Fricke boards is mapped to mmcblk0. Thus use this mmcblk0 mapping to refer to the eMMC. BCS 746-000100
-
- Oct 08, 2020
-
-
Norman Stetter authored
* Split defconfig into two differnt defconfigs for the two platforms * Enable PF1550 PMIC driver and disable PFUZE100 for imx6ullguf BCS: 746-000033
-
- Sep 15, 2020
-
-
Jonas Höppner authored
Adapt kernel config to disable framebuffer console BCS 746-000063
-
- Sep 11, 2020
-
-
Clemens Terasa authored
Rename the linux kernel repository to linux-guf. Switch to SRCREV="${AUTOREV}" for the kernel development. The team decision is to rename the linux kernel repository from linux-stable to linux-guf to show that it actually does not mirror the linux-stable directly but uses it as a basis source for our Garz & Fricke development. This changes include renaming the recipe, adjusting the Gitlab URL and renaming the PREFERRED_PROVIDER_virtual/kernel. With this change we also want to use the bitbake AUTOREV feature to pull the latest development kernel. Right now we do not have the release method to pin the revision to a specific version.
-
- Aug 24, 2020
-
-
Clemens Terasa authored
Pull the latest kernel including an increase of the Backlight PWM frequency. Together with the activated panel-dt and the previously added gfxml2dto more then one display can be supported,
-
- Aug 14, 2020
-
-
Jonas Höppner authored
* Allow usage of commandline from bootloader * Adapt the default commandline: ** Remove earlyprintk, should be used for debug only
-
- Aug 13, 2020
-
-
Norman Stetter authored
* Pull the rtc-pcf8563.c source from the kernel-tree at v5.4.23 (bfe3046ecafdd71ba6932deebe2eb357048b7bfc) * Remove the in-tree driver from the defconfig * Add the module to the MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS for san* and nallino platforms
-
- Jun 09, 2020
-
-
Carsten Behling authored
- use new kernel version with all I2C devices present for testing on 400 kHz bus rate
-
- Jun 07, 2020
-
-
Carsten Behling authored
- use new kernel with SIS9255 touch support and updated kernel's defconfig
-
- May 05, 2020
-
-
Carsten Behling authored
- set kernel recipe to crurrent HEAD of GUF linux-stable - set kernel defconfig to current guf_imx_v6_v7_defconfig - with appended device tree enabled - with default kernel command line
-
- Apr 26, 2020
-
-
Carsten Behling authored
-