- May 13, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d09e3a96 CI: generate_firmware: Add releasename as name to json file To use the generated json file in the json-fwr tooling, it helps to fill the name. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c2cd3b43 pipeline:confluence: Add parent for Flash-N-Go release page -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@887db0df pipelines: Add wic.img files to supported artefacts
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@49c74240 dts: reserved_memory: Increate MAX_LMB_REGIONS to allow more sections The MAX_LMB_REGIONS limits the number of section allowed in the target's OS devicetree. Tests using the M4/M7 core needed a lot new sections and failed to boot. Adapting MAX_LMB_REGIONS from 8 to 16 resolved this.
-
- May 09, 2024
-
-
GitBot authored
-- Commit: seco-ne/tools/seco-show-demo@704d0b14 qml:video: update mediaplaylist references Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- May 08, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@54f17a69 Update CI_IMAGES_REVISION -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@4fd7f8a8 report_image_diff: get rid of hardcode Parse machines, pipeline names and distros from gitlab yaml file instead of harcoding these values in the script. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@05d6a8db fullbuildpipeline.py: fix timeout The problem was found in pipeline: https://git.seco.com/seco-ne/yocto/manifest/-/jobs/954246 Fix missing update of upstream pipeline status inside while loop. The timeout in the script was not in sync with the default timeout for build jobs. Set timeout in __get_build_pipelines() function to 8 hours. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3077d252 handle_artifacts: add "try" block for keep_/delete_artifacts -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@b0be529b handle_artifacts: fix case when pipeline was canceled -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@1a4a5ab1 Refactoring: move common code to separate files
-
- May 02, 2024
-
-
GitBot authored
-- Commit: seco-ne/tools/gf-emc-test-suite@65238866 tanaro_immunity: add example for BT l2pingd
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@4e7c28a8 Add service for bluetooth initialization Add a script to configure bluetooth and corresponding systemd service. The script brings-up bluetooth interface and make it discoverable via hciconfig tool. For Tanaro boards it's also needed to call rtk_hciattach tool before hcitool. The service is disabled by default, to run it with system start use command: systemctl enable bluetooth-init
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@2aa3116c bluez5: add l2pingd tool Add the l2pingd tool that can be run in the background. The tool establishes a connection between a host and a test server. It will try to restore the connection if an error occurs. A SIGUSR1 signal can be sent to the program to ping the test server once.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bf6de920 convert_md2html: new font style for main text -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@dc43f865 convert_md2html: move content to left -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f0088d25 convert_md2html: fix long commands Several blocks of code are too long and don't fit on the page. Words are not wrapped to the next line. To fix this, adjust the span slacc in css. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@caa6efa2 convert_md2html: restore several css rules - fix h1 color - fix missing gorizontal line above h1 - increased h2 font size - fix missing borders for table - restore link style -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@28a1bc5e convert_md2html: Update the style for the generated html file
-
- Apr 30, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-mtk@3bca1ddf machine:genio: Use values from KERNEL_DEVICETREE in IMAGE_BOOT_FILES Re-use the devicetree defines from the KERNEL_DEVICETREE variable instead of hard-coding them in the IMAGE_BOOT_FILES. -- Commit: seco-ne/yocto/layers/meta-seconorth-mtk@c72d1510 machine:genio: Use values from KERNEL_DTBO in IMAGE_BOOT_FILES The KERNEL_DTBO variable contains all available/required overlays for the Genio 510 / Genio 700. Use the content of this variable instead of listing the overlays hard-coded. -- Commit: seco-ne/yocto/layers/meta-seconorth-mtk@5cd0caab u-boot:script: Change default boot order and use alt ramfs name When installing the minimal WiC image, we don't have the full OS available. Changed the boot order to first try to boot from recovery. The artefact name for the Flash-N-Go ramfs changed in the WiC image file. Since this is for now the default install method, also change it in the boot script. -- Commit: seco-ne/yocto/layers/meta-seconorth-mtk@6c0543d0 machine:common: Merge FNG_BOOT_FILES into IMAGE_BOOT_FILES Also add the overlays for the 4GB DRAM config and the CAN interface and use alt name for Flash-N-Go ramfs.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@0a7baeb0 images:fngsystem: Remove ramfs from FNG_BOOT and add dependency for WiC -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@08549a9f wic:fngsystem: Increase log level and add new messages -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@d2126d36 classes:fngsystem: Check dtb/dtbo before copy operation For MTK, we have generic overlays, that are applicable to multiple processors (e.g. Genio 700 and Genio 510). In these cases, the overlay names do not contain the machine names. Check the full paths before copying and do a fallback to the original artifact name, if the path does not exist. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@7ea40fe4 images:fng: Remove extra WiC image for Flash-N-Go The WiC image is now created as part of the Flash-N-Go standard image. Remove the extra image target. Note: The WiC image artefacts are now taken directly from IMAGE_BOOT_FILES. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@80cd6ed6 images:fng: Remove custom do_deploy function The function blocks the creation of WiC images for Flash-N-Go System. It was moved to the custom image type fngsystem. -- Commit: seco-ne/yocto/layers/meta-seconorth-distro@051a2ea6 classes:images: Add new image type for fngsystem
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@17c680aa bootscript-uboot: fix test -z cases "test -z $var" do not work correctly if var is not defined: u-boot=> pri test u-boot=> if test -z $test; then echo 123; fi u-boot=> if test -z "$test"; then echo 123; fi 123 u-boot=> Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Apr 29, 2024
-
-
GitBot authored
-- Commit: seco-ne/tools/yocto-install@c34ac8f9 prepare-logo.sh: simplify nallino detection Calling get_platform function on Tanaro results in early "exit 1", as mx8 boards are not handled in it. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de> -- Commit: seco-ne/tools/yocto-install@9c26e550 prepare-logo.sh: fix grep busybox compatibility busybox grep does not have -P option Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de> -- Commit: seco-ne/tools/yocto-install@fa993f50 prepare-logo.sh: add automatic parsing of logo background color If PNG file contains an optional block which defines a background in RGB format, background color will be exctracted and set. Also remove all changes to vt coloring if logo file was not found. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@6656c465 CI: allow failure in new jobs 'handle_artifacts' and 'report-image-diff' It seems that these jobs are not yet completly errorsafe and we could ignore the failure without changing the build artifacts.
-
- Apr 26, 2024
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-guf@1b62f5d7 imx6qdl-santaro.dtsi: fix typo in ddc-i2c-bus property name Because of this typo, EDID from HDMI display was not read and 640x480 resolution was set. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
-
Remove duplicate test. The poweroff test is SantVend specific.
-
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@de9851be ci: add a job to handle artifacts after merge In the latest commit in the manifest it often happens, that the pipeline does not contain the artifacts itself, but just a link to the pipeline of the MR. Added a python script with corresponding GitLab CI job to launch this script. The script searches for the latest pipelines for default branch in manifest repo, and then decides either to keep or delete artifacts for particular build. The build artifacts are kept for: - the latest commit - the last successful build - the tagged commits (e.g. "fngsystem/47.0", "kirkstone/20.0")
-
- Apr 25, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-distro@f5b5ad2c weston-init: fix display flickering Refer to https://secogroup.atlassian.net/browse/YT-85 for full discussion on this topic. For some unknown reason, when the transparency part of "background-color" parameter in weston.ini is lower than FF, display (both LVDS and HDMI) starts to constantly blink if some object/sprite is moving on display. Herewith this issue cannot be seen if application is launched in full screen mode (e.g if seco-show-demo is running). But if seco-show-demo is stopped, the problem immediately appears when a mouse cursor or "weston-flower" are moved. As digging into weston internals to understand what is going on will require reasonable efforts, we simply changed background-color to 0xFF000000, which also produces a black background, but which does not cause the blinking issue to appear. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
GitBot authored
-- Commit: seco-ne/tools/yocto-install@5a17e6c9 prepare-logo.sh: set different logo addr for nallino Nallino has a different base memory address compared to other mx6 boards. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@1299a9d6 CI: add "report-image-diff" job Add a python script and a GitLab CI job to run it. The job is triggered when the build is complete. The script retrieves build artifacts for the default/main branch (currently "kirkstone") in the manifest repo and build artifacts for the integration branch of merge request. After that, it compares those builds and creates a summary of the overall changes. In particular: - size of compressed artifacts (artifacts.zip) - size of built image - difference between manifest files The summary is reported to stdout and as a comment to the merge request. Each run of the pipeline means removing the old summary comment and creating a new one when the build is finished.
-
GitBot authored
-- Commit: seco-ne/tools/yocto-install@116be4bb prepare-xml2dto: fix platform detection The switch case used with $MACHINE was copied from fng-install.sh. This variable is not retrieved at runtime, but set by the Makefile. In yocto postinstallation scripts we have get_platform() function to detect the platform.
-
- Apr 23, 2024
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@18d92735 arm64:dts:tr8p: Clean-up SAI2, audio codec and simple-audio-card definition - Remove duplicate of SAI2 - Revert the changes to the audio codec and simple-audio-card nodes Note: The Trizeps VIII Plus v1r3 and newer has the WM8962 audio codec equipped. For the overrides regarding this see the trizeps8plus_v1r3 include/override. -- Commit: seco-ne/kernel/linux-imx-kuk@96729102 arm64:dts:tr8p: Remove unused SAI3 nodes
-
- Apr 22, 2024
-
-
GitBot authored
-- Commit: seco-ne/tools/gfxml2dto@6f319ae5 dto:logo: set different logo addr for nallino Nallino has a different base memory address compared to other mx6 boards. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-mtk@5df127ea kernel:dtbo:b79: Enable USB3
-
GitBot authored
-- Commit: seco-ne/kernel/modules/seco-stm32@8b7620e0 driver: Some info about stm32 made available through sysfs - firmware version and chip-id of the stm32 can be read from sysfs - in difference to other gpio controlers the stm32 can serve as interrupt- controler without having gpios configured Transferred from seco-ne/kernel/linux-imx-kuk@1afdf002
-
- Apr 19, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@dcc8d92b build:hardware: Add Trizeps VIII Plus, fix MX93 and sort entries -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@add2bb17 Revert "CI: remove 'setup_ssh' as ssh access is disabled" The SSH setup is required for some private projects that pull in external repos via SSH. This reverts commit 4d5bca8fb8aaebf8794ffa88a6d0aef779c9eedf.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-mtk@092901f3 kernel:linux:common: Disable atmel_mxt driver as it conflicts with the one built off-tree as a module
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-mtk@00273ca4 config:machine: Add supported hardware defines The defines are required for the auto generation of the release page in Confluence.
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@b78a67fd conf:machine: Fix whitespaces in supported hardware and add warning The names of the supported hardware must not contain any whitespaces. The CI/CD scripts split the names by whitespace, hence splitting the names into fragments when using whitespaces within.
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@57e8e7c6 arm64:dts:tr8p: Fix power supply of usb3_phy1 -- Commit: seco-ne/kernel/linux-imx-kuk@1008b4c8 arm64:dts:tr8p: Clean-up regulator definitions -- Commit: seco-ne/kernel/linux-imx-kuk@f71bb4f4 arm64:dts:tr8p: Merge and fix USB3 nodes and pinctrl
-
- Apr 18, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-mtk@bde9f17d boot.script: Call bootselect for reading bootmode from GPIO
-
GitBot authored
-- Commit: seco-ne/3rd-party/u-boot/u-boot-mtk@ce5d3128 cmd:seco: Use copy of bootorder value for processing The env_get function returns a pointer to the original value in the env hash table. Manipulating this value directly leads to strange behaviour. Copy the value to a temp buffer and work with this buffer instead. -- Commit: seco-ne/3rd-party/u-boot/u-boot-mtk@c6a701a1 cmd:seco-ne: Add stm32_utils file -- Commit: seco-ne/3rd-party/u-boot/u-boot-mtk@2edbc59f cmd:seco-ne: Add helper function to set the bootorder from bootmode_types rather than hardcoded strings -- Commit: seco-ne/3rd-party/u-boot/u-boot-mtk@fef6c273 cmd:seco-ne: Use rauc bootmode names -- Commit: seco-ne/3rd-party/u-boot/u-boot-mtk@a5b7fbde include:configs: Disable rtc mode and bootbus in default env -- Commit: seco-ne/3rd-party/u-boot/u-boot-mtk@2abc66e0 cmd: Add seco_ne subsystem command -- Commit: seco-ne/3rd-party/u-boot/u-boot-mtk@90fe9ea1 defconfig: Enable SECO_NE config
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-mtk@6f5c0fb6 bsp:u-boot: Remove fv_env.config from u-boot recipe Instead, it is configured via libubootenv in the distro layer, the way it is done for nxp devices
-
- Apr 17, 2024
-
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@64d4c832 machine:mx8: Add DTs for additional device combinations to the build
-
GitBot authored
-- Commit: seco-ne/kernel/linux-mtk@11c5e608 dts:seco:common: Rework STM32 gpio config To be complatible with latest driver changes seco-ne/kernel/modules/seco-stm32@7b4258a3
-
GitBot authored
-- Commit: seco-ne/kernel/modules/seco-stm32@5435ae24 submodules: Update gitlab-ci revision -- Commit: seco-ne/kernel/modules/seco-stm32@f864d604 seco-stm32.c: bugfixes and code simplifications - stm32_gpio_dir_input() returnes -1 if an IRQ should be read - stm32.irq_base is allways be initialised - there is no need to read the configuration of gpio-pins from the device tree, if the configuration is done like described in Documentation/devicetree/bindings/gpio/gpio.txt this is done automatically when gpiochip-data is added - debug-output from early experiments removed Copied from seco-ne/kernel/linux-imx-kuk@2643a251
-
- Apr 16, 2024
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@bcf893e8 arm64:dts:seconorth: Add TRIZEPS8PLUS define The define is required by some includes to distinguish between the Mini and Plus variant. -- Commit: seco-ne/kernel/linux-imx-kuk@bc7269b7 arm64:dts:seconorth: Fix temp overlays and add ATM0700 DT variant in Makefile Also remove two DTs for the Trizeps VIII Mini that have been removed in a previous commit. -- Commit: seco-ne/kernel/linux-imx-kuk@7fbddfed arm64:dts:seconorth: Rename Trizeps VIII Plus HDMI DT -- Commit: seco-ne/kernel/linux-imx-kuk@a20c55a8 arm64:dts: Remove HDMI include for i.MX8MP The include file isn't used anymore. -- Commit: seco-ne/kernel/linux-imx-kuk@8d782ded arm64:dts: Remove duplicate definitions for USB3 The old definitions of the USB3 nodes haven't been removed by the commits from the MR to sync between the HAM and WUP states. -- Commit: seco-ne/kernel/linux-imx-kuk@88f8bc37 arm64:dts: Add pConXS + ATM0700L61 variant -- Commit: seco-ne/kernel/linux-imx-kuk@71ef4b38 arm64:dts: Add camera_pwdn and camera_reset to tanaro-pinfunc.h -- Commit: seco-ne/kernel/linux-imx-kuk@60367082 arm64:dts: Remove Tanaro + ATM0700L61 The DT isn't used anymore and now broken. Remove it from the source tree. -- Commit: seco-ne/kernel/linux-imx-kuk@4b3fa294 arm64:dts: Pull changes to ATM0700L61CT from WUP Based on changes from seco-ne/kernel/linux-imx-kuk!421 -- Commit: seco-ne/kernel/linux-imx-kuk@63851580 arm64:dts: Remove old display controller code from ATM0700L61CT -- Commit: seco-ne/kernel/linux-imx-kuk@bb1853ef arm64:dts: Fix merge error in ATM0700L61CT -- Commit: seco-ne/kernel/linux-imx-kuk@3321a115 arm64:dts: Add display and touch defines to PBB + FN1010T007B v1
-
GitBot authored
-- Commit: seco-ne/yocto/layers/meta-seconorth-machine@a0f5f96c machine:mx8mp: Rename HDMI-GPU DT to only HDMI There is no GPU dependency anymore and the DT in the Kernal was renamed. Change the name here as well.
-