- Aug 26, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@482dc0dc dts:mc3: Removed unused regulator for usdhc3 BCS 746-000931 -- Commit: seco-ne/kernel/linux-imx-kuk@c8c74463 dts:mc3: Fixed error on eMMC due to missing pull-up The pull-up of the CMD line of the eMMC isn't placed on the hardware. Therefore, the internal pull-up of the pad is required, for the CMD line to function properly. Also increased the clock rate to 400 MHz (see NXP EVK) and assigned the correct regulators (the eMMC uses fixed power rails for 1.8 V and 3.3 V). -- Commit: seco-ne/kernel/linux-imx-kuk@57cb5691 dts:mc3: Added eMMC and SD-Card pinctrl groups and nodes Note: The eMMC isn't working yet. -- Commit: seco-ne/kernel/linux-imx-kuk@1acab19a dts:mc3: Reformat of the pmic node and eqos pinctrl group -- Commit: seco-ne/kernel/linux-imx-kuk@f9d60e47 dts:mc3: Added voltage regulator nodes Added nodes for the generic voltages and three nodes for the eMMC and SD-Card (the SD-Card requires a 1V8 and 3V3 rail for the high-speed mode). -- Commit: seco-ne/kernel/linux-imx-kuk@460238cb dts:mc3: Added MC3 devicetree to Makefile
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@bc9e1635 u-boot-imx: Add recipe for v2021.04 to keep it after meta-freescale upgrade meta-frescale now uses a newer version of u-boot. We keep the old recipe here until we also updated u-boot for our devices.
-
- Aug 24, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@247db5f3 fng-install:rtc: Fixed return in RTC post-install The workaround to exit the RTC detection if we're not on a Tanaro was missing a exit.
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@ea28f790 mc3:dts: Initial commit for mc3 devicetree What works: * fngsystem (kirkstone) ramfs boot via uuu * for UART2 an alias to serial0 is set * ethernet, at the moment no phy-reg is set explictily * RTC, we need to check if specific backup source settings are required: root@FLASH-N-GO:~# dmesg | grep rtc [ 1.519835] snvs_rtc 30370000.snvs:snvs-rtc-lp: registered as rtc1 [ 1.960681] rtc-rv8803 0-0032: Voltage low, temperature compensation stopped. [ 1.967833] rtc-rv8803 0-0032: Voltage low, data loss detected. [ 1.977571] rtc-rv8803 0-0032: Voltage low, data is invalid. BCS 746-000818
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@e2fdeea1 x11: Removed obsolete patch from meta-freescale The patch isn't needed anymore and throws an error during the build. Remove it here until it is removed from meta-freescale.
-
- Aug 23, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@e0fb0f0a packagegroup:multimedia: Added comment to imxvpuapi
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@1c4f4b7c packagegroup:multimedia: Moved imxdma to i.MX8M only The imxdma library doesn't compile on the i.MX6 right now. Moved it to an i.MX8M only group. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@5bbf5cff packagegroup:multimedia: Added dummy group for extra The dynamic layer override for our i.MX8 devices has an extra packagegroup. For the i.MX6 devices, this group isn't available and leads to an error during the Yocto build. Added a dummy group to prevent this error from happening. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@bf0addcb packagegroup:multimedia: Added VPU test libraries The imxdmabuffer and imxvpuapi libraries have been added. They can be used to test the VPU functionality and the allocation of memory blocks. BCS 746-000905
-
- Aug 22, 2022
-
-
GitBot authored
-- Commit: seco-ne/tools/guf-show-demo@e6c40f81 Rename branch to kirkstone Adapt recipe name for integration accordingly.
-
Tim Jaacks authored
Remove guf-show-demo revision because it is not used anymore in kirkstone.
-
- Aug 19, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@f79fbee6 fng-install: Fixed post-install for fngsystem The post-install for fngsystem is running in a temp directory. This directory was missing the new artifacts (devicetree and overlays) to properly run. Further, the combine step of kernel + devicetree was failing for fngsystem, because the fngsystem partition is too small (at least for i.MX8 devices). To work around this, the post-install scripts checks for a "combine_kernel" file in the boot partition and only combines the kernel and the devicetree if the file is present. Cherry-pick from 4c3847e5 -- Commit: seco-ne/yocto/layers/meta-seconorth-machine@63eb17b2 kernel:config: Enabled additional dmabuf drivers/frameworks 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.
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@f8a21b5b gitlab-ci: Update master branch to 5.15.32
-
- Aug 18, 2022
-
-
Tobias Kahlki authored
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@1c8d1ebb imx:vpu: Re-added imx-vpuwrap The imx-vpuwrap package was removed because the VPU support was broken in Dunfell. Re-added the package to enable the VPU support in Kirkstone.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@af4918cb fngsystem:self-update: Added new devicetree handling The handling of custom devicetrees and devicetree overlays has changed. Applied the changes made to the fng-install script to the fngsystem- self-update script as well. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@c0ac5c9b fng-install: Fixed error that clears the dt in the config If no custom devicetree is set, the devicetree file isn't present. In this case, the script would clear the default devicetree from the boot config. Added a check to the script, that prevents the clearing of the devicetree parameter.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@222ea99d kernel: Update kernel for i.MX8M to 5.15.32 The 5.15.32 kernel is the first official kernel from NXP for Kirkstone. Forked the kernel from NXP and applied our changes on top of it.
-
GitBot authored
-- Commit: seco-ne/tools/gf-emc-test-suite@165940b8 Update branch and recipe name for kirkstone integration
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@74b33419 fng-install: Fixed post-install for fngsystem The post-install wasn't handling the alternative boot configuration. Also the combine step for kernel + devicetree was failing on i.MX8 devices because of space limitations. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@9b022e2b fng-install: Updated post-install scripts The environmental variable based passing of devicetrees and overlays has been replaced entirely by a file-based mechanism. The documentation, comments, and format of the post-install scripts have been extended and reworked. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@92399b95 fng-install: Clarify interface between fng-install and postinstall steps
-
- Aug 17, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@52a725fd kernel:logo: Fixed defconfig to re-enable logo selection The logo selection is based on disabling the fngsystem or seco logo in the defconfig. Fixed the defconfig to re-enable the selection mechanism.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-nogplv3@9ba8e4a8 class:image: Fixed wrong pg name in small image class The packagegroup for the seco packages was still included via the old guf name.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@2a695edb packagegroups: Add net-tools and vim to the packagegroups (cherry picked from commit 9f28557a35121335a18163c9e262c0a412b3b560)
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@620dc4db fng-install: Fixed custom devicetree for i.MX8 A custom devicetree can be set via the -d parameter on the fng-install script. Since the re-work of the post-install scripts, the parameter wasn't applied correctly (when no overlays were set). Fixed the setting of the devicetree parameter in the boot.cfg, to re-enable to correct loading of custom devicetrees.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-nogplv3@eb8101d1 demo: Renamed demo to seco-show-demo The demo was renamed in the distro layer. Applied the change here as well.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-nogplv3@3e4288f7 image: Renamed image classes and images to seconorth We now use seconorth as prefix for all our images. Renamed the images without GPLv3 to reflect the change.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@615ac6f0 seco-show-demo: Port to the latest seco-show-demo Use the latest seco-show-demo: * Rename the guf-show-demo to seco-show-demo * Pull from ew2022 branch * Also some slides needed refinement.
-
- Aug 16, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@1dff280e kernel:driver: Added audio codec WM8962 driver to i.MX8
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@ce5c75a5 kernel:logo: Fixed boot logo selection The names of the fngsystem and guf (now seco) logo have changed.
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@16633747 logo: Removed duplicate of seco boot logo A duplicate of the seco logo was present in the logos dir. -- Commit: seco-ne/kernel/linux-imx-kuk@be1249c0 fngsystem: Added image file for fngsystem The image file for the fngsystem boot logo was missing. Re-added the file to fix the kernel build. -- Commit: seco-ne/kernel/linux-imx-kuk@73188255 logo: Enable SECO and FnG logo by default Both logos need to be enabled by default. The logo that is added to the kernel is picked through the defconfig and the override in the kernel include file.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@51c5b091 kernel:defconfig: Disabled audit We don't use the audit messages and they spam the log constantly. Disabled them in the defconfig.
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@371eefb2 logo: Added fngsystem boot logo Cherry-pick from af765e15
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@4d6d0c3d dual-espresso:RTC:dts: Enable wakealarm feature Added wakeupsource and interrupt for RTC rv3028. Now wakealarm the is available at: /sys/class/rtc/rtc0/wakealarm BCS 746-000767 (cherry picked from commit a72cb6a22c40f6811c2c56c53e38ac14ec9c0869)
-
- Aug 15, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@2a99f2e2 mx8mp: clk-composite-8m: Add workarround for media-disp clk with less allowed deviders Measured the pixelclock on the lvds interface the frequencies generated by media_dips2_pix clock do not match the calculated values by the driver. The driver selects a devider between 1 and 64 ( according to the ref manual) but the measured frequencies only end up with frequencies matching a devider from 1,7,14,21,35. This patch changes the selected of deviders to that list, so the frequency is rounded to a actually working frequency. BCS 746-000495 (cherry picked from commit 70382beaa7b0da42d44799d90ce437a15412d183) -- Commit: seco-ne/kernel/linux-imx-kuk@754b009a imx8mp-ldb: remove hardcoded pixel clock overwrite The imx8mp ldb driver had an hardcoded overwrite for the pixelclock as the video_pll is not able to generate all needed frequencies. But the hardcoded value only fits to one mode, probably used on the EVK. Removing this override leads to a pixelclock that may be generated with a devider from the PLL, which ends up with a frquency much closer to what is expected. Also it is not the ldb clock but the lcdif clock used for this, so this seems to be the wrong place for modifying the clock anyway. BCS 746-000502 (cherry picked from commit 86df943de1f70cb4fdce4b08123221b982e0d0aa)
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@f1dc6cb0 dts:dual-espresso:trizeps8plus: Replace pwm-legacy-backlight driver The pwm-legacy-backlight driver is removed in the 5.15 kernel. Use pwm-backlight instead. BCS 746-001009
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@4250fa7f fnginstall: Added comment to selection of boot partition -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@fd9cc721 os-release: Updated URL -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@f0471f13 partitions: Increased fngsystem partition size The Kirkstone-based Flash-N-Go System (plus the kernel) is slightly bigger than the current 64MB partition size. Increased the size to 128 MB for now. In the future, compressing the kernel would be a better solution. Info: Self-extracting kernels are not yet supported on ARM64. We, therefore, use an uncompressed kernel at the moment. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@40d27565 fnginstall: Fixed wrong machine name The selection of the partition scheme was still dependent on the old machine names and was therefore broken (the selection was falling back to the i.MX6 scheme).
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@635145b2 conf:imx8mp: Add new dual-espresso devicetree to build artifacts BCS 746-000835
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@89e49904 dts: Enabled hmdiphy due to stall For some reason, without the hdmiphy the device stalls during the boot process. Further investigation into why this happens is required. BCS 746-001009
-
- Aug 12, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@3cd3d98c dts: Added new devicetree for Trizeps 8 Plus v1r3 The ethernet phy and audio codec have changed in the new revision of the Trizeps 8 Plus. Removed the unwanted properties from the ethphy0 node and set the address to 0. The audio codec hasn't been added yet. Cherry-pick from a40f7a72 BCS 746-000835
-
- Aug 11, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@eae93f69 trizeps8plus:pmic: Remove hard IRQ dep from pca9450 driver Changed the driver to probe without interrupt gpio, as the irq is not routed on the trizeps8plus board. It seems to be used for debug output on pmic errors only, so it should work without. Cherry-pick from 7739e8c9 (cherry picked from commit 3ec08c4ddbaf32dca271937425350b189eb88f0a)
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@191e249f uuu: Fixed artefact names The generic artefact names (like Image), had to be removed with Kirkstone. The artefacts now have extended names, that must be used during the generation of the batch/shell scripts for calling UUU. For more info see commit 0272dbc3.
-
- Aug 10, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@deba8d32 machine: Renamed include for mx8 to seco-mx8
-
- Aug 08, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@f71c8d14 maxtouch:imx6: Integrate touch driver as module Since we may need a different driver for touch tuning purposes, it is advantageous to integrate the driver as a module. BCS 746-000889 (cherry picked from commit f88db235eb55e90c874aea516250705bc02be3d5)
-