Skip to content
Snippets Groups Projects
  1. Jan 03, 2023
  2. Dec 21, 2022
  3. Dec 20, 2022
  4. Dec 19, 2022
  5. Dec 09, 2022
  6. Dec 06, 2022
  7. Nov 28, 2022
  8. Nov 21, 2022
  9. Nov 11, 2022
  10. Nov 08, 2022
  11. Nov 07, 2022
    • GitBot's avatar
      Integrate meta-seconorth-machine/add-tanaro-fannal-10.1 · 07162657
      GitBot authored
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-machine@2c43c1d4
      
      tanaro: Add devicetree for Fannal 10.1" display
      
      (cherry picked from commit 9b63e87fab9825ecb5c9e93001b7032a723847eb)
      07162657
    • 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
  12. Nov 04, 2022
  13. Oct 19, 2022
  14. Oct 18, 2022
    • GitBot's avatar
      Integrate gitlab-ci/add-hide-ftp-upload-flag · 7d180af5
      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.
      7d180af5
    • GitBot's avatar
      Integrate gitlab-ci/add-release-suffix and 3 more · ea06a841
      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.
      ea06a841
  15. Oct 12, 2022
  16. Oct 06, 2022
    • GitBot's avatar
      Integrate linux-guf/updated_audio_patch · a293e294
      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
      a293e294
    • GitBot's avatar
      Integrate meta-seconorth-distro/add_mqs_init_service · d2946d2d
      GitBot authored
      --
      
      Commit: seco-ne/yocto/layers/meta-seconorth-distro@b10ff5b8
      
      audio:mqs: Added init service for the MQS
      
      The Medium Quality Sound (MQS) interface on the Nallino was patched to reduce
      unwanted noise during audio playback. The service triggers some initialization
      routines in the audio stack by playing a silent sine wave.
      
      Original commit by Sam Crossman <sam.crossman@seco.com>
      
      BCS 746-001052
      d2946d2d
  17. Sep 28, 2022
    • GitBot's avatar
      Integrate uboot-imx-kuk/ram-size-from-fuses · cd7df694
      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
      cd7df694
  18. Sep 27, 2022
  19. Sep 23, 2022
  20. Sep 22, 2022
  21. Sep 20, 2022
  22. Sep 16, 2022
    • GitBot's avatar
      Integrate uboot-imx-kuk/add_boot_bus_check · d369a378
      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
      d369a378
  23. Sep 14, 2022
  24. Sep 12, 2022
  25. Sep 09, 2022
  26. Sep 07, 2022
  27. Sep 06, 2022
  28. Sep 05, 2022
  29. Aug 31, 2022
  30. Aug 30, 2022
Loading