- Feb 06, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@ed36b465 mirror_mr_pipeline: include pipeline-not-found message in output -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@5ee69ab9 mirror_mr_pipeline: fix error when no pipeline found This case should trigger a new pipeline instead of reporting an error.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@e69d303e Changelog generator: remove debug output -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@0264fe09 Changelog generator: get all merge requests This fixes older releases not appearing in the changelog.
-
- Feb 03, 2023
-
-
GitBot authored
-- Commit: seco-ne/tools/touchcal-conv@c365bfd6 Added newline and fixed type in error message
-
- Feb 01, 2023
-
-
GitBot authored
-- Commit: seco-ne/tools/gfxml2dto@a7992ae3 santvend: add SPI BLE configuration depending on board rev Depending on the revision of hardware, different nodes should be added to resulted device tree: - 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. And in order to make it work, cs-gpios must be removed for ecspi3 node. - in case of v1.3 revision, it is equipped with Protues-III BLE module, which is governed by standard "spidev" driver. Both these spidev nodes are disabled in device tree by default, and a proper device is enabled depending on the board revision. Signed-off-by:
Dmitry Petrov <dmitry.petrov@rtsoft.de> -- Commit: seco-ne/tools/gfxml2dto@8112b025 dto: panel: add a handler for lvds.mode to activate Dual channel To make dual channel LVDS work, add a handler for "mode" variable in config.xml by analogy with Jethro. So if Dual channel display is used, this variable should be set to "spl0" value. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de> -- Commit: seco-ne/tools/gfxml2dto@a95edfa9 platform: add support of SantVend Add description of Quad and DualLite flavors of SantVend boards: * mx6q-santvend * mx6dl-santvend Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Jan 23, 2023
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@9b7085a3 pbb:debug console: Configure iomux for the debug console gpios To switch between debug and RS485 port the gpios needs to be setup correctly. BCS 746-001120
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@73bc52f3 seco-mx8m[m|p]: Move VIDEO_PLL1 ssc to own function, enable from spl. We had this in a general pll enable function. Now with a seperate function it is possible to enable/disable depending on module type and PCN revision. Disable for Trizeps8mini V2R2 and later, as the used mipi2lvds converter uses an external clock, that has to jitter if needed instead.
-
- Jan 12, 2023
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@ab531cf8 cmd:bootselect: Add support for PBB baseboard with tr8mini Detect boards by PFID and SOC type.
-
- Jan 10, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c657f31f mirror_mr_pipeline: improve debug output -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@473f12b1 mirror_mr_pipeline: add main call -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@88708b64 Convert CRLF to LF -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@169b2fa7 Improve mirroring MR pipeline Refactor three scripts into one in order to support triggering a new pipeline in the case of a skipped MR pipeline. This was not possible to implement with the previous three-script design. The single scripts were not used in other places anyway.
-
- Jan 09, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@897ba059 Manifest integration: remove dynamic job generation The dynamic job was only necessary because GitLab did not expand variables in the "trigger:project" keyword: https://gitlab.com/gitlab-org/gitlab/-/issues/347469 This has been fixed in GitLab 15.3, so we don't need it anymore: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/92346
-
- Jan 03, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@ea1f3bad cancel_pipelines: include downstream pipelines -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c8f97623 Add job to cancel outdated pipelines in merge requests Everytime we push a new commit to a branch, a new pipeline is created. Often the pipeline for the previous commit has not finished yet, and GitLab does not automatically cancel it. It consumes valuable build time, even if we don't need the results anymore. Adding a MR pipeline job to search for previous pipelines on the same branch and cancel them explicitly.
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bab6f811 Package: move SDK files to subfolder "sdk" -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8bcaa426 scripts: Add delete_job_artifacts script to delete all artifacts from untagged jobs For a given project all artifacts may be deleted. This was needed due to space limitations on the gitlab server.
-
- Dec 21, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@91ca4397 dts:trizeps8mini:pconxs: Move pinctrl for PconXs 'fastboot' button to hogging The existing pinctrl was not applied, moving it to the hogging node fixes the 'guf bootselect' command, as the Pulldown is now disabled.
-
- Dec 20, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@28906544 Reduce artifact expiration of build jobs to 1 week
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d404f257 Alphaplan: allow failure on import Otherwise the parent pipeline is stuck in "running" state until the manual action has been performed. See for reference: https://gitlab.com/gitlab-org/gitlab/-/issues/361574 -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@dd2a6d7d Fix error message -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@04ac29ad CI-Test: fix deploy-files job -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@22c519f1 Move FTP jobs to FTP runner -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@84d0616b Add new deploy pipeline to Yocto -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f0436868 Move reusable parts from CI-Test to common -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3d3b4d09 Yocto: fix SDK package -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@37360288 Yocto: fix SDK build -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@2b6fc739 Package: add comment -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@95d6e368 alphaplan_fwr_import: add error handling -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@277d4af7 Package & deploy: do not allow missing dotenv file -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3c68ccab Alphaplan: add script for importing alphaplan data The script has mostly been copied from alphaplan_fwr.py, but with different input data. Adding a job to the CI-test environment for testing this. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3b3238a1 Alphaplan: add script for generating alphaplan data This script has mostly been copied from alphaplan_fwr.py, but with different input data (artifacts from the SoftwareStore deploy job) and without actually importing the data to the Alphaplan database. Adding a job to the CI-test environment for testing this. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@387b8184 Deploy: save variables in deploy.env -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@902c9276 Deploy: save rsync file list for later stages -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@15622149 CI-test: use caching between the pipeline stages -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a96a923e CI-test: add deploy stages for SoftwareStore and FTP Rename all stages to uppercase on this occasion, since we're adding stages with names containing multiple words. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@056f1af1 Add package class and stage -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a1972724 Add script to query job logs filtered by status, tag, and log pattern -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d501fed4 Update isort config
-
- Dec 19, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@55a2c30c trizeps8mini: v2r1: add support (quicklogic, realtek phy adress) (cherry picked from commit 0957e06f3fa03ebddbd7a1c53c5867863710f30b) -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@f7b721ed seco boards: Printout SECO instead of GuF or KUK -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@05615e36 trizeps8mini: Add board versions to printed strings (cherry picked from commit 87a491e70fd2894b24b25bb09205594d400a450f)
-
- Dec 09, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@000c5e8a dts:tanaro: Add devicetree for headless devices with and without GB ethernet ment for FT1 usage. BCS 746-001157 (cherry picked from commit 1e4857b5ddb19fc4eb37c051c537c3b9d1b5536b) -- Commit: seco-ne/kernel/linux-imx-kuk@84a29fc6 dts:tanaro: Add overlay to disable ethernet mac (fec1) BCS 746-001157 (cherry picked from commit e70d9aa98185c6b7ad40be11868ab0819867fd48)
-
- Dec 06, 2022
-
-
GitBot authored
-- Commit: seco-ne/tools/qt-multi-screen-compositor@c23f9b86 Changed getScreen to send a broadcast on success. -- Commit: seco-ne/tools/qt-multi-screen-compositor@7011c025 Cleanups and fix Applist handling -- Commit: seco-ne/tools/qt-multi-screen-compositor@64d9de75 disabled internal window visibility manipulation and implemented moving of non-existing surfaces, based on the frozen IVI-ID. -- Commit: seco-ne/tools/qt-multi-screen-compositor@6fdb573a fixed Segfault in compositor-message -- Commit: seco-ne/tools/qt-multi-screen-compositor@88bf767f logging IviId instead of WindowId in case of error. -- Commit: seco-ne/tools/qt-multi-screen-compositor@3d2b4418 Hide/Show broadcast messages now contain the screen the window is on. -- Commit: seco-ne/tools/qt-multi-screen-compositor@ca91953e Fix data types and server status messages -- Commit: seco-ne/tools/qt-multi-screen-compositor@24e53684 added message broadcasting infrastructure and fixed cleanup of dead pids. -- Commit: seco-ne/tools/qt-multi-screen-compositor@b91c1462 cleaned up unused code. -- Commit: seco-ne/tools/qt-multi-screen-compositor@d0bd0507 saving master-iviIds to freezer, substantially simplifying the cleanup. -- Commit: seco-ne/tools/qt-multi-screen-compositor@c8d4e498 all requests bearing an iviId are now internally mapped to the pid and window manipulation operations now affect all windows belonging to a pid. -- Commit: seco-ne/tools/qt-multi-screen-compositor@7cfb84d6 added cleanup for frozen id list -- Commit: seco-ne/tools/qt-multi-screen-compositor@d6487b82 changed background color back to black -- Commit: seco-ne/tools/qt-multi-screen-compositor@b49dd3fe fixet wrong int type for compositor-message status -- Commit: seco-ne/tools/qt-multi-screen-compositor@51557a6a fixed hanging on unknown compositor-message and added feature to open new surfaces on the same screen as their parents, even if they have been moved or destroyed by then. -- Commit: seco-ne/tools/qt-multi-screen-compositor@19670b60 Improved Surface handling and debug output Lots of cleanup to do but this should work as a demo/test -- Commit: seco-ne/tools/qt-multi-screen-compositor@a68af4be Improved logWindows to include iviIds. -- Commit: seco-ne/tools/qt-multi-screen-compositor@c0f96372 IVI surface handling works without crashes now. PID based approach doesn't seem to have an easy way of manipulating windows. -- Commit: seco-ne/tools/qt-multi-screen-compositor@2261b6f7 first working PoC of PID based window switching approach. getScreen function is implemented, window management functions need to be adjusted.
-
- Nov 28, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@eeaddfdf spl:mc3: Set TTLOUT1 in SPL The TTLOUT1 must be set early during boot.
-
- Nov 21, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@9982711f Move deploy jobs to deploy runner
-
- Nov 11, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@e48b4c0b package_release: Do not fail if a file does not exist
-
- Nov 08, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@167064ea Input: atmel_mxt_ts - fix up inverted RESET handler This driver uses GPIO descriptors to drive the touchscreen RESET line. In the existing device trees this has in conflict with intution been flagged as GPIO_ACTIVE_HIGH and the driver then applies the reverse action by driving the line low (setting to 0) to enter reset state and driving the line high (setting to 1) to get out of reset state. The correct way to handle active low GPIO lines is to provide the GPIO_ACTIVE_LOW in the device tree (thus properly describing the hardware) and letting the GPIO framework invert the assertion (driving high) to a low level and vice versa. This is considered a bug since the device trees are incorrectly mis-specifying the line as active high. Fix the driver and all device trees specifying a reset line. Signed-off-by:
Linus Walleij <linus.walleij@linaro.org> Reviewed-by:
Philippe Schenker <philippe.schenker@toradex.com> Acked-by:
Krzysztof Kozlowski <krzk@kernel.org> Link: https://lore.kernel.org/r/20201104153032.1387747-1-linus.walleij@linaro.org Signed-off-by:
Dmitry Torokhov <dmitry.torokhov@gmail.com>
-
- Nov 07, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@d579575d dts:tanaro: Fix pixel clock and framerate for 10.1 Dataimage SCX1001255GGU06 display Adapt pixelclock to 71MHz, fixed clock tree. BCS 746-001034 (cherry picked from commit b33f9429cb5fb55f83008f225d9e75c46cfa9b96) -- Commit: seco-ne/kernel/linux-imx-kuk@910f3238 dts:tanaro: Add support for 10.1 Fannal FN1010D013C display and touch BCS 746-001034 (cherry picked from commit 9b958c666231b0adef57e1f4a313c30127f85333) (cherry picked from commit f080c69fed1b4e77f4e86f3b146fe80d79a0e3ec) dts:tanaro:Fannal 10.1" display: improve timing, works with SSC now (cherry picked from commit 6f218c55b2c6ebc4d75b95ad86f43ddc48962c3e) -- Commit: seco-ne/kernel/linux-imx-kuk@6cdb4709 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 (cherry picked from commit 89848b5e14a04f548dd17b494225bdbb488b7ccd) -- Commit: seco-ne/kernel/linux-imx-kuk@2bd87764 mx8m:sec-dsim: Add message to sec-dsim to print out resulting pixel clock rate BCS 746-001034 (cherry picked from commit afc2f90581071da9634e5274063a0feca2ae2e66) -- Commit: seco-ne/kernel/linux-imx-kuk@ae2c2a4b 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 (cherry picked from commit b320dc652efe84a715bf7dfeb26e31bc222ec192)
-
- Nov 04, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@e10430b6 tanaro: Disable display support in defconfig We don't want to handle the display timings in u-boot as well, and start the display with the kernel bootlogo instead.
-
- 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.
-
- 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 06, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-guf@0fa8a7d7 audio:mqs: Fix audio popping when using the MQS The i.MX6 ULL has an audio block equipped, that can generate audio via a standard GPIO. Since the MQS (Medium Quality Sound) is a very basic audio interface, it doesn't provide any filtering of unwanted artifacts in the audio stream. This leads to a popping noise when playing audio on the Nallino. The patch changes the SAI to always generate a signal for the MQS and transfers the control of the external amplifier to the MQS driver. This helps in reducing the noticeable interference when playing audio. Original patch-set by Sam Crossman <sam.crossman@seco.com> f750e64c3eb2a6e842ddf596b622e27628014cc0 22e654f06977e670f290075458163ff38130cff3 5b432bde337e97302e03fbdabc2641c74c4cfa13 BCS 746-001052
-
- Sep 28, 2022
-
-
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
-
- Sep 27, 2022
-
-
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 22, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@e5db3c18 cmd:guf: Disabled debug output
-
- Sep 20, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@5e3dfaea CI:deploy: fix fngsystem deployment path The match to detect fngsystem still contained 'guf'. Changed to 'seco'. BCS 746-001043
-
- Sep 16, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@c432389c Removed rearrangement of the USDHC busses The USDHC busses had been rearranged, because we have a different pin mapping on the MC3 (as compared to the Trizeps modules and the DE). We now have a boot bus detection, which sets the correct bus for the boot scripts. This makes the rearrangement obsolete. Removing the rearrangement also fixes an error in the save function for the environment, which mixes the boot bus with the device tree definitions. BCS 746-000814 -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@fb5fcbc7 cmd:guf: Added boot bus detection to guf sub-system The boot bus detection sets an environment variable that contains the USDHC bus, from which U-Boot was started. The variable is used in the search for the boot scripts and prevents U-Boot from mixing up the eMMC and SD-Card. BCS 746-000814
-
- Sep 14, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f8d6de86 Make check error message more verbose -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@21e7edeb Improve ci-test build -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@76bd81d8 Fix check job rules -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a6721243 Move check job to parent pipeline -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@593784e1 Refactor check_if_integration_branch_is_up_to_date - Use "source" and "target" terminology in the script, just like in the GitLab CI variables. - Spefify data types for function arguments. - Rename function arguments to better reflect their data types. - Move determination of integration branch into main function, so that the successfull status message can be more verbose. - Remove parent_merge_request feature and checking for gitlab-ci integrations, because the check job does not run on gitlab-ci integration branches at all. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@45b49ee3 Remove build stage on master We don't need to explicitly trigger a build after merging changes in gitlab-ci. A master pipeline on the target projects runs automatically.
-
- Sep 12, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@50a24cfe spl: Print selected config ( devicetree name) during startup
-
- Sep 09, 2022
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@72b70c39 mc3: distinct between mc3 and trizeps8plus during spl boot -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@1b5b617d add basic MC3 support This patch adds basic MC3 support to U-Boot. Note: This currently only partially integrates with Trizeps VIII Plus support and in several places still breaks the Trizeps support. This still needs quite a bit of clean-up, esp. regarding: * eMMC configuration * pun-muxing * separate DTs -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@af12e8a8 bootselect: Add rtc and gpio for mc3, fixed 'high active' mode for bootmode gpio -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@49be8343 dts:mx8mp: Change order of mmc -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@a1eebf1c dts:mx8mp: 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). Cherry-pick from linux-imx-kuk c8c74463 and 482dc0dc -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@ba5e2bf8 config:dts:mc3: Added separate devicetree for MC3 -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@11b4ff7d maincontroller3: Initial modifications to boot mc3 Boots fngsystem (kernel 5.15) via uuu The modifications are taken from Marcs diff (US 746-000812). I just had to reenable the FASTBOOT functionalities in configs/trizeps8plus_defconfig. Keep in mind that the correct bl31 binary is required.
-
- Sep 07, 2022
-
-
GitBot authored
-- Commit: seco-ne/kernel/linux-imx-kuk@df93942a arm64: dts: tanaro: Add device tree for scx1001255ggu06 Add the device tree for the touch display set SCX1001255GGU06 including the LCD panel FG1001L0DSSWMG01 and an SIS touch. The panel is connected via LVDS. The current state does not work as expected. It seems the MIPI signals are not clocked out correctly. So we use a reduced pixel clock to get a working display. This results in a reduced frame rate of ~42 fps.
-
- Sep 06, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a0f7e84f Rename pipeline stages to reflect YAML filenames
-
- Sep 05, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d25cdebf Really fix potential error message in retrigger job TypeError: 'NoneType' object is not subscriptable Example: https://git.seco.com/seco-ne/yocto/manifest/-/jobs/129201
-
- Aug 31, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@3eef782e deploy_gitlab_ci: integrate only correct projects into the manifest Previously we integrated all projects into the manifest, even those that belonged to a different manifest branch. That led to all manifests having the same project revisions, even if they should be different due to different intgrated project branches. Save a list of integration sources for each manifest branch separately now, so that we can check which project belongs to which manifest branch later. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@2b851ac6 Fix potential error message in retrigger job TypeError: 'NoneType' object is not subscriptable Example: https://git.seco.com/seco-ne/yocto/infrastructure/ci-test/minimal-manifest/-/jobs/127610 -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c3fd0ecc Check if variable is defined before checking it value -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c1be0f4b Fix jinja2 "or" operator -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8da534ec Run integration pipeline for target branch only When we're integrating a single branch into a single manifest branch, there is no need to run the intgeration pipeline for all configured integrations, but only for those that match the target branch of the current merge request. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8c94b725 ci-test: add job to check for correct foo branch This should catch an error where during a gitlab-ci merge process the wrong foo branch is integrated into the manifest, which happened in Yocto. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@163c7e1e Add yml extension to jinja2 templates -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@59523aa0 check job: disable verbose output -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@28bf0065 retrigger: add job states to log message
-
- Aug 30, 2022
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@fd742017 deploy_gitlab_ci: fix target branch in integration merge request We need to pass the correct target branch to the merge request creation instead of using the project's default branch. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@38379173 Run yamllint job on gitlab-ci integrations Otherwise no pipeline is created at all in these merge requests, which prevents the MR from being merged. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@dce4f8a3 changelog_generator: Fix machine project ID We have deleted the original project due to git corruption. Replace with the new project's ID. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a7aa7c26 deploy_gitlab_ci: fix project argument passing -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8a38f194 Put all manifest intgeration jobs into a single stage -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a09564c1 deploy_gitlab_ci: explicitly pass gitlab-ci project and branch -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@172e7625 Improve error messages -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@f0f5a370 Improve naming of functions and variables -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@c8b484ca Retrigger MRs from all integrating projects Instead of getting the projects from the manifest file, search them via their INTEGRATION variable. Improve log messages on this occasion: print URL instead of just IDs. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@5e75bfc1 Deploy gitlab-ci to multiple branches Add different integration jobs for different manifest branches. The merge stage only has one job for each manifest, though, because otherwise we cannot guarantee a consistent state for all branches. Extend the deploy script for this purpose, so that it can deploy to multiple manifest branches at once. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@771dcff1 Fix temporary dir path We were passing the complete TemporaryDirectory object to the repo clone function instead of just the path string, resulting in the repo being cloned into a local dir "<TemporaryDirectory '/tmp/tmphwakypf8'>". Fix this to actually use the generated temp dir. This change makes it necessary to keep the TemporaryDirectory object reference until we don't need the directory anymore, otherwise it will be removed immediately. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@dce219c8 Print less important output in grey color -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@5e36261d deploy_gitlab_ci: remove hard-coded integration targets Get targets dynamically using the INTEGRATION variable instead. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@94cd6781 Recurse to child pipelines on retrigger This makes it possible to retrigger jobs that are not part of the given pipeline but in any nested child pipeline of it. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@fb1219a7 Ignore __pycache__ in scripts directory -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@0c29c995 Refactoring: rename arguments for consistency -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d461090b Remove hard coded project and branch variables MANIFEST_PROJECT, MASTER_BRANCH_MANIFEST, MASTER_BRANCH_PROJECT -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a4aae414 Add rules for integration pipeline -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bfa38b24 Improve log messages -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@1c9670d9 commit_and_push: do not pass branch Branch can be implicitly determined via the repo.
-