Skip to content
Snippets Groups Projects
  1. Jun 28, 2022
  2. Jun 21, 2022
    • GitBot's avatar
      Integrate gitlab-ci/share-manifest-pipeline and 2 more · e5c8f4f6
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@9b8cf51c
      
      Share manifest pipeline for ci-test and yocto
      
      Combine all common yaml parts in manifest-pipeline.yml and add
      manifest-pipeline-yocto.yml and manifest-pipeline-ci-test.yml
      containing the different variable assignments for each environment.
      
      This change implicitly introduces parent-child build job generation in
      the ci-test pipeline, like it is done in the yocto pipeline already.
      The ci-test build jobs have been moved to build-jobs-ci-test.jinja2
      accordingly.
      
      Furthermore rename GITLAB_CI_CURRENT_REV to GITLAB_CI_REVISION and
      remove the run conditions from all generated build jobs, since these are
      already present in the upstream trigger job.
      
      The repos including these files have to be updated with the new file
      and variable names.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@c1b939fe
      
      Use CI variables in build template directly
      
      The job generation script implicitly passes the OS environment to the
      template, so that the template has access to all GitLab CI variables.
      Hence there is no need to explicitly pass any of them as command line
      arguments.
      
      This change makes the "generate-build-jobs" job more generic, so that
      it can be shared with the ci-test pipeline in the future.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@775c09c1
      
      Add gitlab_backup script to download all project exports of a gitlab group
      e5c8f4f6
    • GitBot's avatar
      Integrate gitlab-ci/fix-build-merge-request-job and 1 more · 1f9cd030
      GitBot authored
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@7f68f307
      
      Yocto manifest build: re-enable build:merge_request job
      
      This job was accidentally disabled in 2e6c1b4, because it was included
      in the generated child pipeline. This pipeline is not created on the
      master, though, so the condition for the job was never met.
      
      Move the job to the parent pipeline again, so that it gets executed on
      the master like before.
      
      --
      
      Commit: seco-ne/yocto/infrastructure/gitlab-ci@970c7fd7
      
      Re-add yamllint stage to ci test manifest pipeline
      
      Was accidentally removed in previous commit.
      1f9cd030
  3. Jun 20, 2022
  4. Jun 13, 2022
  5. Jun 01, 2022
  6. May 31, 2022
  7. May 24, 2022
  8. May 20, 2022
  9. May 06, 2022
  10. May 04, 2022
  11. Apr 13, 2022
  12. Apr 12, 2022
  13. Apr 05, 2022
  14. Apr 04, 2022
  15. Apr 01, 2022
  16. Mar 31, 2022
  17. Mar 29, 2022
  18. Mar 25, 2022
  19. Mar 24, 2022
  20. Feb 23, 2022
  21. Jan 21, 2022
    • Jonas Höppner's avatar
      Fix backlight pwm creation · 8ae2b301
      Jonas Höppner authored
      xml files containing a 'frequency' node for the backlight pwm, mode the
      tool change the backlight pwms node, but rendered it unreadable. The
      result was a missing display output.
      This fixes the node and the calculation of the pwm timing (not yet
          verified by measurement).
      
      BCS #26723
      8ae2b301
  22. Nov 24, 2021
    • Clemens Terasa's avatar
      Add resistive touch overlay creation · 248b4b5d
      Clemens Terasa authored
      The STMPE touch is not the only resistive touch anymore. With the new
      AD7879 touch we also need an abstraction for the resistive touches
      similar to the capacitive touches.
      
      Add this to the touch overlay creation and add the AD7879.
      
      BCS 746-000567
      248b4b5d
  23. Nov 23, 2021
    • Clemens Terasa's avatar
      gfxml2dto: Add resistive touch platform abstraction · 198c40ba
      Clemens Terasa authored
      In order to add another resistive touch controller we need a bit of
      abstraction. In particular the abstraction is defined by the platform
      similar to the capacitive touch.
      
      This patch adds the platform specific interrupt information for the
      resistive touch interface.
      
      BCS 746-000567
      198c40ba
  24. Sep 16, 2021
  25. Aug 27, 2021
    • Clemens Terasa's avatar
      Add spread spectrum overlay · ea81e775
      Clemens Terasa authored
      Add overlay for spread spectrum settings.
      It reads the value from the settings node with the "spread_spectrum" key
      and writes the "spreadspectrum" labeled dt-node.
      
      BCS 746-000453
      ea81e775
  26. Aug 19, 2021
    • Jonas Höppner's avatar
      HSIC detection: Query equipped resistors and enable related dt nodes · 1496af79
      Jonas Höppner authored
      Added functions based on devmem2 code to use pure register based access.
      Set padmux and ctl to read out the gpios to detect if pull up or
      pulldowns are equipped.
      Add fragment generation based on the results.
      
      usbh2 and usb3503 and usbh3 are only enabled when the related
      pullups/pulldowns are equipped on the related gpios.
      
      The direct registor access is needed as gfxml2dto runs in the old and
      the new environment, FNGSystem as well as yocto. Also the driver for
      usb3503 has one of the gpios opened sometimes.
      The direct access is a bit hacky but should always lead to the correct
      readout even if the driver already holds the gpio or the pins are not
      configured at all.
      
      BCS 746-000417
      1496af79
    • Jonas Höppner's avatar
      Add support to detect i.MX6q vs i.MX6dl variants · 90171813
      Jonas Höppner authored
      Rewrite the platform detection, use machine and soc_id from
      /sys/device/soc0 as first attempt, fallback to gfplatdetect and
      proc_cpuinfo if needed.
      Soc_id is an array in the platform struct that has to map to the
      read soc_id to select a platform.
      
      Also added pinfunc headers to use macros for PAD-CTL.
      
      BCS 746-000417
      90171813
Loading