- Nov 04, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@1ffbafba dts:lq057: Updated the pxlclk also for the panel_lvds block There are two possible ways of using the LVDS panel. The second block was missing the reduced pixel clock. See commit c00df0016cf4db916ac429e3c79ef14bead477f0.
-
- Nov 01, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@349ea069 sai:ac97: Replaced timeout message with debug message
-
- Oct 28, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@6ee2a8f1 touch:wm9705: Added infinite mode The WM9705 can run in a continuous mode, where the conversion channel is manually switched by writing to register 0x76. This mode is required for a special touch/codec combination but wasn't supported in the driver yet. The mode can be activated by adding the "use-infinite-mode" property to the devicetree node. BCS 746-001090 -- Commit: seco-ne/kernel/linux-imx-kuk@814db570 wm9705: Added devicetree support for IRQ to the wm97xx BCS 746-001045
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@34d04b94 dts:mc3: Added 24c64 EEPROM to devicetree -- Commit: seco-ne/kernel/linux-imx-kuk@1ba1d570 dts:mc3: Added lm75b temperature sensor
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@dc29d0f6 dts:mc3: Added ADC chip to I2C The ADC chip is detected on the bus but probing fails at the moment. It seems that the driver tries to send the wrong setup and config bytes to the chip. Further investigation is required. BCS 746-001092
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@b33f9429 dts:tanaro: Fix pixel clock and framerate for 10.1 Dataimage SCX1001255GGU06 display Adapt pixelclock to 71MHz, fixed clock tree. BCS 746-001034 -- Commit: seco-ne/kernel/linux-imx-kuk@9b958c66 dts:tanaro: Add support for 10.1 Fannal FN1010D013C display BCS 746-001034 -- Commit: seco-ne/kernel/linux-imx-kuk@89848b5e seco-mx8mm: Allow to specify the VIDIO_PLL1_RATE as define This is a bit hacky but currently I don't know a better solution. Though the doc say assigned-clock-parents may not be used to set clock rates if there are multiple consumers this is used here widely. ( see Documentation/devicetree/bindings/clock/clock-bindings.txt line 164) To allow to change this in devicetree using this file, this macro is introduced, using the default value from before as default. BCS 746-001034 -- Commit: seco-ne/kernel/linux-imx-kuk@afc2f905 mx8m:sec-dsim: Add message to sec-dsim to print out resulting pixel clock rate BCS 746-001034 -- Commit: seco-ne/kernel/linux-imx-kuk@b320dc65 seco-mx8mm:tanaro:clk-pll14xx:video-pll1: Add additional setpoint for 700MHz The pll only has a few preconfigured settings. This adds 700MHz to achieve additional pixel clocks. BCS 746-001034
-
- Oct 27, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@8759a147 dts:dual-espresso: Configure touch reset pins as open-drain The EXC81W32 touch controller tries to reset itself when a touch fwr update is performed. If the reset pin is driven or configured as pull-up, the controller gets stuck when the self-reset is performed. BCS 746-001093
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@c00df001 dts:lq057: Changed to lower clock-frequency The converter chip for LVDS to LCDIF was changed for the lq057q3dc12. Reduced the clock frequency accordingly.
-
- Oct 26, 2022
-
-
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@3107ec6f rng-tools: Omit libjitterentropy See https://git.toradex.com/cgit/meta-toradex-bsp-common.git/commit/recipes-support/rng-tools/rng-tools_%25.bbappend?id=8146c4e28948e616c1cfdadd5372528757e69abd The libjitterentropy features are not necessary anymore thus omit the PACKAGECONFIG for this feature. BCS 746-001037
-
- Oct 24, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@a27e0e1e fsl_sai: Fix CONFIG_SND_SOC_FSL_SAI_AC97, build failed without this
-
- Oct 21, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@856b08ff ucb1400_core: Adapt to AC97_BUS_NEW -- Commit: seco-ne/kernel/linux-imx-kuk@07c424a8 dts:mc3: Setup SAI to run in AC97 mode Hint for RX BCLK: The BCLK (bit clock) is generated by the AC97 codec and routed to TX and RX. Since we synchronize the incoming BCLK in the SAI, we disable the clock on RX. BCS 746-001045 -- Commit: seco-ne/kernel/linux-imx-kuk@9070dbed fsl_sai: Add AC97 mode for register access Register the SAI as AC97 controller, setup clocks and format and implement single register reads and writes. -- Commit: seco-ne/kernel/linux-imx-kuk@e2955b6a bus:ac97: Add GPIO reset functions to AC97_BUS_NEW Added functions to use GPIOs for the AC97 as fallback mode when the reset call backs of the AC97 controller are not set. The functionality is based on the implementation of ac97_bus.c.
-
- Oct 20, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@9f808f72 dts:trizeps8plus: Disable VPU The VPU is currently not working, disable it to enable SW decoding by default. BCS 746-001087
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@5f217ff8 files: Fixed access permissions of driver files (cherry picked from commit 3b5b35030b19b27ed4ebcc36eb78c0ed863a528b)
-
- Oct 18, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a5e27f6e FTP upload: Add flag to hide FTP upload stage This is a workaround to prevent customer releases being uploaded to our public FTP area. It should be removed as soon as we support uploading to different FTP target folders.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@543a2170 manifest_package: add release suffix Customer specific manifest projects can now set the RELEASE_SUFFIX variable, which then gets appended to the deployment folder names. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c763c43f alphaplan_fwr: change variable "release_name_local" to "release_name" Otherwise it can be assumed that it might be correlated with outputdir_local, which is not the case. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@2d8d26a5 package_release: more refactoring - Make output-dir an argument that can be passed multiple times instead of hard-coding two dirs with certain meanings. - Remove LOCALDIR variable from package.env, because it is not used anywhere (only occurence was job class ".uploadsdkftp" which wasn't used anywhere either). -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@dc3698c8 package_release: refactoring Improve readability of package_release.py and its submodule generate_release_metadata.py. - Add describing comments throughout the file. - Remove duplicate code from functions. Simplify them, so that they do what their names say (and nothing more). - Rename variables and function arguments to make their purpose clearer. - Harmonize variable names with their corresponding command line arguments. - Add pydoc for functions. - Add type declarations to function arguments. - Generate MD5 and metadata files in the source directories so that they can be copied along with the rest of the files.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@ca8dfb5c qtbase: Add QStylesheetStyle alignment patch Per customer request add QStylesheetStyle patch form Qt 5.15.4. See also https://bugreports.qt.io/browse/QTBUG-89366 https://bugreports.qt.io/browse/QTBUG-86857 https://codereview.qt-project.org/c/qt/qtbase/+/327897 This patch can be omitted when a later Qt Commercial version is used.
-
- Oct 14, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@29c929a2 tests: Add phytool to packagegroup-tests phytool is used for ethernet compliance tests.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@4467a659 weston:xwayland: Added display for x11 The DISPLAY environment variable must be set for X applications to start correctly. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@c9ad7470 weston: Fixed auto-start of systemd service The Weston systemd service was depending on the graphical.target. This target depends on a display manager which we don't have. Replaced it with the multi-user.target.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@9cde740b kernel:mx8m: Added LED timer trigger The timer trigger is used for the status LED of the MC3. -- Commit: seco-ne/yocto/layers/meta-seconorth-machine@d1d6c379 kernel:mx8m: Added additional modules for AC97 and WM97XX BCS 746-001045
-
- Oct 12, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@1330fad5 MC3: Fix missing LPDDR4 RAM setting During integration of MC3 LPDDR4 RAM settings with 3733 MTS Trizeps RAM settings for some reason one line of the MC3 RAM settings got lost, resulting in training for 400 MTS to fail on MC3. This patch re-insert the missing line. Now MC3 400 MTS training is working again.
-
- Oct 10, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@c8d34053 dts:mc3: Added status and panic LEDs (cherry picked from commit 6463eac2dbf78bf830c9da28e1fccb9bc2d09626)
-
- Oct 05, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@96c4fa10 seco-pnmtologo: Add seco-pnmtologo recipe The seco-pnmtologo tool is a variant of the in-kernel pnmtologo tool. See also https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/video/logo/pnmtologo.c?h=v5.15.71 The SECO Northern Europe variant adds a binary output mode. The binary output can be used by the SECO Northern Europe boot logo implementation. Use oelint-adv to lint the recipe.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@6947563d netpbm: Add PACKAGES for lib and logotools To reduce the number of files of the logo package. Introduce a library package as well.
-
- Sep 30, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@424479f3 netpbm: Refactor recipe This is mainly major recipe refactoring. Using the oelint-adv tool add more information to the recipe. Also fix a QA issue of .so libs being actual files instead of links -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@dbab987f netpbm: Add LDFLAGS to LDSHLIB The netpbm package uses the LDSHLIB variable to build the shared libraries. Inside Yocto the libs need to be built with GNU_HASH and assume that LDFLASG are being used. Thus add LDFLAGS to the LDSHLIB variable in the netpbm config file.
-
- Sep 28, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@0bb21cd7 x11: Use standalone xwayland package The standalone package of xwayland is preffered over the package from xserver-xorg. See https://git.yoctoproject.org/poky/commit/meta/recipes-graphics/ xwayland?h=kirkstone&id=07d33c8ec848c257c014fbef1241104847873d5f and https://fedoraproject.org/wiki/Changes/XwaylandStandalone
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@36e07a27 trizeps8plus/mc3: Add fuse decoding for RAM size The code to readout the fuses that define the installed RAM size have not been implemented for trizeps8plus. Merged the related code from trizeps8mini into the trizeps8plus board file and adapted the defines to use 1GB Ram without fuses, used for MC3. The PHYS_RAM_SIZE define is now set to 3GB as this is also used to define the RAM mapping, where 3GB is addressable. BCS 746-001065
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@0f679e90 bootscript: Set build directory to working directory The bootscripts need to be extended in a custom layer. To make the customization easier, we move the build directory to the working directory.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@7f37be85 systemd:networkd: Added comment to remove of networkd The removal of networkd is done via "remove-variable" which isn't explained sufficiently. Added a comment regarding the concrete operation of the "remove-variable". -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@14d0809f systemd:getty: Removed default getty instance on tty1 The getty service starts a default instance on tty1. This instance appears as a login prompt on our HMIs which isn't the expected behavior for our customers. The patch removes the installation of the default instance.
-
- Sep 27, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@c738078b seconorth-wayland: Refactor DISTRO_FEATURES:remove The Yocto system for appending and removing items form lists executes the removal as a last step. After a removal an item cannot be appended. For the DISTRO_FEATURES this means that the once removed "x11" item cannot be appended in later steps or dependent layers. This can be circumvented by the introduction of intermediate variables or by using such variables. For example poky defines DISTRO_FEATURES as follows ``` DISTRO_FEATURES ?= "${DISTRO_FEATURES_DEFAULT} ${POKY_DEFAULT_DISTRO_FEATURES}" ``` To remove an item from the DISTRO_FEATURES you can instead remove it form one of the variables i.e. the DISTRO_FEATURES_DEFAULT variable. Thus remove the `bluetooth` and `x11` items from the DISTRO_FEATURES_DEFAULT to be able to re-add them to DISTRO_FEATURES later.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c831d1da get_integration_sources: check if CI is enabled Trying to query CI variables on a project which does not have the CI feature enabled leads to an HTTP 403 (forbidden) error. Check whether CI is enabled using the "jobs_enabled" flag.
-
- Sep 26, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@e23fb18b dts:mc3: Enabled GPUs and VPUs Enabled the 2D/3D GPUs and the various VPUs on the i.MX8MP. BCS 746-001060
-
- Sep 23, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@9d32efa8 fng-install: Fixed target parameter The "target" parameter was colliding with the TFTP parameter. Removed the shortcut (-t) for the target parameter to resolve the collision. Also, some filesystem operations weren't respecting the TARGETDEVICE parameter.
-
- Sep 22, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@e5db3c18 cmd:guf: Disabled debug output
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@d95a9090 psplash: Update patches The patches 0001-Add-clear-bg-show-logo-and-show-progress-bar-switche.patch and 0002-Adjust-the-colors-for-the-G-F-logo.patch were out of sync with upstream. Sync them with ``` devtool modify psplash devtool update-recipe psplash -a ../sources/meta-seconorth-distro --force-patch-refresh devtool reset psplash ```
-
Tobias Kahlki authored
The linux-guf package has been renamed to linux-seconorth. Added linux-seconorth to the SRCREV.conf file. Change-Id: Id354a4411146e770e21275b9eb603c81d8acf8e9
-
- Sep 21, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@f2d5cd89 mc3:dts: Enable ECSPI1 BCS 746-000942
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@efe603b7 u-boot:mkimage: Removed include file for custom mkimage We don't use the custom mkimage anymore and the include file can therefore be removed.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@f56156d5 uuu: Use uuu from system path if available, use shorter original devicetree name BCS 746-001043 -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@0bdde957 deploy: fix kernel image name in DISTRO_RELEASE_ARTIFACTS for the CI deploy step BCS 746-001043
-
Jonas Höppner authored
Change-Id: Ie0b198dd272c04b45cce874151db87fff634b115
-
- Sep 20, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@6e662a08 dts:mc3: Set correct backlight PWM period for lq057q3dc12 The backlight PWM period was wrong which prevented the display from dimming correctly.
-