- Apr 04, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@939ade2b Depend intgration pipeline execution on branch protection state Previously we had the master branch hard-coded in a variable in order to determine whether to run the integration pipeline (on non-master branch) or the merge pipeline (on master branch). This variable had to be adapted everytime we copy a branch, which can potentially be forgotten and lead to problems. Remove the hard-coded branch and use the branch protection state for this decision instead in order to make this more flexible. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@dbc49ad0 Simplify yamllint job rules The rules for the yamllint jobs have been defined in the .yamllint class before. They were overridden in the manifest pipeline's yamllint job, though, which has its own rules, so we don't need them to be inherited in this case. And in the manifest integration pipeline the rules can be much easier, so define them there instead of at the class-level. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@cd8de4ff .gitlab-ci: add analyze stage for limiting YAML script blocks
-
- Mar 21, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@e943a55e Use project path instead of name in integration branch name Usually project name and path are identical after project creation. It is possible, though, to change the name of a project without changing its path. When triggering a pipeline on the integration branch, we are using the CI_PROJECT_NAME variable to reference the project. Unexpectedly, this variable contains the *path*, not the *name* of the project (see https://gitlab.com/gitlab-org/gitlab/-/issues/20030). Hence we have to use the project path in all other places where the integration branch name is constructed in our Python code.
-
- Mar 20, 2023
-
-
Tobias Kahlki authored
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bd7025b8 Manifest: run automatic pipeline on tags
-
- Mar 17, 2023
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@7477fa0a config:tr8m: Added Edgehog boot mode -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@e69e22ff sysdata: Moved update of current slot to correct position -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@6264db01 sysdata: Re-added export of slot_partition The changes were overwritten by the backport in commit 22379fa5. BCS 746-001150 -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@2e96669b env: Fixed edgehog boot function -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@5cc2ea0b sysdata: Set fixed part for environment location Loading the part doesn't work at the moment. Use a fixed part of 0. -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@dbb19b87 sysdata: Updated to current version Pulled the changes to sysdata from https://git.seco.com/arm/nxp/imx/develop/ yocto/5.x/u-boot-seco-imx/-/commit/c2d100148f4f50dc977891a580fe5980b399ecce BCS 746-001143 -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@23d5a499 sysdata: Disable the sysdata cmd by default -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@30e42b75 sysdata: Write current slot to the environment -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@bebff0ac submodule:mkimage: Fixed mkimage submodule The mkimage submodule is used to bundle the U-Boot image with the firmware for various hardware components (e.g. ram). -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@81950919 sysdata: Added SECO sysdata to U-Boot The Sysdata Environment is an additional environment for storing system related data. Currently, it is mainly used for setting the boot partition and keeping track of boot failures. It is developed by SECO S.p.A. -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@116cf6da env: Added function to load and run scripts from ext4 -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@2ce4b46c cmd: Activated the boot mode command for TANARO The boot mode command (bmode) can change the start-up path (USB, SD-Card, etc.) from within U-Boot. -- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@300b72aa format: Added clang-format and tidy configurations
-
- Mar 16, 2023
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@de581a6e cmd bootselect: Added platform detection for tr8mp pbb and bootselect gpio BCS 746-001285
-
- Mar 09, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@068749c7 Manifest build: add support for SSH_CONFIG variable
-
- Mar 08, 2023
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@23a99ad1 pbb: Add pbb debug_cable signal to hog Also merge bootselect and UART_TXEN for pbb, but untested. BCS 746-001288
-
- Mar 03, 2023
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@3b8c6758 imx8m: Disable video_pll on clkout
-
- Feb 28, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@d67898a2 Manifest: skip build if "skip build" label is set -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@bffc6097 Manifest: switch from branch pipelines to merge request pipelines This will make the manifest project support the "skip build" label. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@5ba1ac68 Revert "Skip build if "skip build" label is set" This reverts commit 4db257d36052c74eabed7ef43a05d98d3998ffec. It does not work on the manifest, because we do not run merge request pipelines there, so CI_MERGE_REQUEST_LABELS is not set at all. -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@4db257d3 Skip build if "skip build" label is set
-
- Feb 23, 2023
-
-
GitBot authored
-- Commit: seco-ne/tools/gfxml2dto@f4588ff5 santvend: add an alternative way to get board rev In case if gfplatdetect is not available in the system, extract a board revision from /proc/cpuinfo. Signed-off-by:
Dmitry Petrov <dmitry.petrov@rtsoft.de> -- Commit: seco-ne/tools/gfxml2dto@272c1379 platform: fix read_from_file function According to the description of "read_from_file", the function should return a line from file when this line starts with 'match' string, provided as an argument. But the current implementation does not follow this description - it compares a full line (not only beginning) with the 'match' string. As a result, a desired result (line) will be returned by the function only if a line is equal to the 'match' string. To make the function work according to the description, replace strcmp with strncmp. Also remove tabulation from eol symbols to return a full line. Signed-off-by:
Dmitry Petrov <dmitry.petrov@rtsoft.de>
-
- Feb 20, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@9d430fe8 Manifest integration: do not cancel previous pipelines on master -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8b08a083 Fix error handling on merge GitLab API has changed: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/94164/diffs#diff-content-c201dae00b72426693ddcb40edf6005e7702e935
-
- Feb 10, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@a59a93a0 Package: Add needs to changelog, to package changelog also
-
GitBot authored
-- Commit: seco-ne/tools/gfxml2dto@02d7afb7 dto: ldb: Set status for the node to okay As the ldb node may be disabled in device tree/overlay, set its status to "okay", if an LVDS entry is present in config.xml. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Feb 08, 2023
-
-
GitBot authored
-- Commit: seco-ne/3rd-party/kuk/uboot-imx-kuk@db0117bb trizeps8[mini|plus]: Adapt load adresses for more space for kernel and devicetree The kernel hit the 43M size and overwrote the devicetree sometimes.
-
GitBot authored
-- Commit: seco-ne/tools/libmdb@c62c8d2b test: slave: Fix an ID message length Fix the logic in ID test for Slave as it expects that the length of get_id_data message from Master is 31 bytes. Change it to real value in 30 bytes. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de> -- Commit: seco-ne/tools/libmdb@6e462d8e test: slave: Fix the name of close() call Incorrect routine is called on Slave side - mdb_master_close(). Change it to mdb_slave_close(). Without this fix, the test for Slave fails with segmentation fault. Signed-off-by:
Mikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
-
- Feb 07, 2023
-
-
GitBot authored
-- Commit: seco-ne/yocto/infrastructure/gitlab-ci@8edbf2a6 Changelog generator: fix typo -- Commit: seco-ne/yocto/infrastructure/gitlab-ci@e6ae06dd Changelog generator: pass projects as arguments Instead of hard-coding the project list in the changelog generator script, make them passable via arguments. This way we can have different changelogs in different envrionments. Hence we're adding the changelog job in the ci-test environment as well.
-
- 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.
-