Skip to content
Snippets Groups Projects
  1. Apr 04, 2023
    • GitBot's avatar
      Integrate gitlab-ci/depend-pipeline-execution-on-branch-protection-state and 2 more · e690a1dc
      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
      e690a1dc
  2. Mar 21, 2023
  3. Mar 20, 2023
  4. Mar 17, 2023
  5. Mar 16, 2023
  6. Mar 09, 2023
  7. Mar 08, 2023
  8. Mar 03, 2023
  9. Feb 28, 2023
  10. Feb 23, 2023
    • GitBot's avatar
      Integrate gfxml2dto/santvend-board-rev · d8acbb50
      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: default avatarDmitry 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: default avatarDmitry Petrov <dmitry.petrov@rtsoft.de>
      d8acbb50
  11. Feb 20, 2023
  12. Feb 10, 2023
  13. Feb 08, 2023
  14. Feb 07, 2023
  15. Feb 06, 2023
  16. Feb 03, 2023
  17. Feb 01, 2023
    • GitBot's avatar
      Integrate gfxml2dto/add-santvend-support · 33d7e308
      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: default avatarDmitry 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: default avatarMikhail 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: default avatarMikhail Vanyulin <mikhail.vanyulin@rtsoft.de>
      33d7e308
  18. Jan 23, 2023
  19. Jan 12, 2023
  20. Jan 10, 2023
  21. Jan 09, 2023
  22. Jan 03, 2023
  23. Dec 21, 2022
  24. Dec 20, 2022
  25. Dec 19, 2022
  26. Dec 09, 2022
  27. Dec 06, 2022
  28. Nov 28, 2022
  29. Nov 21, 2022
  30. Nov 11, 2022
  31. Nov 08, 2022
  32. Nov 07, 2022
    • GitBot's avatar
      Integrate linux-imx-kuk/add-fn1010-display · b5bf699a
      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)
      b5bf699a
  33. Nov 04, 2022
Loading