1. 11 Sep, 2022 3 commits
  2. 08 Sep, 2022 3 commits
  3. 24 Aug, 2022 3 commits
  4. 21 Aug, 2022 1 commit
  5. 09 Jun, 2022 1 commit
  6. 08 Jun, 2022 1 commit
  7. 02 Jun, 2022 1 commit
    • Josua Mayer's avatar
      docker: re-enable passing environment variables to the build · f8766fc7
      Josua Mayer authored
      The -E flag for sudo has previously been removed to work around some
      strange issues.
      Re-add the safer --preserve-envs flag listing all the settings currently
      available.
      
      This allows in particular to override the serdes configuration again
      without editing the runme.sh file - e.g.:
      docker run -i -t -v "$PWD":/work -e SERDES=8S_9_2 lx2160a_build -u 0 -g 0
      Signed-off-by: default avatarJosua Mayer <josua@solid-run.com>
      f8766fc7
  8. 31 May, 2022 2 commits
  9. 30 May, 2022 1 commit
  10. 25 May, 2022 1 commit
  11. 11 May, 2022 1 commit
  12. 09 May, 2022 2 commits
    • Josua Mayer's avatar
      half-twins: connect sfp cages link status to LEDs · da618fe6
      Josua Mayer authored
      Directly connect the sfp drivers's (sfp.c) link up and down events to an
      LED node in device-tree. This solution is a workaround to the
      shortcomings of the generic led triggers framework in combination with
      multiple dynamic network interfaces, hot-pluggable phys (inside sfp
      modules) and the dpaa2 driver in particular.
      Signed-off-by: default avatarJosua Mayer <josua@solid-run.com>
      da618fe6
    • Rabeeh Khoury's avatar
      Half-twins motherboard: fix dpmac.16 to dpmac.18 · c0eea644
      Rabeeh Khoury authored
      The issue is that dpmac.16 to dpmac.18 links up, but unable to
      communicate thru those ports.
      This patch series does -
      1. Fix dpmac.17 phy-handle type since by default the dpmac is RGMII, and
      in half-twins case it is thru SGMII.
      2. Add to the build script the usage of MC firmware 10.28.100; which is
      based on 10.28.1 that fixes the tx/rx thru dpmac.16, dpmac.17 and
      dpmac.18. This firmware is only for LSDK-21.08 and will be fixed in
      later LSDK releases with newer MC firmwares.
      3. Limit recycle queues in the half twins DPC to 1G; this makes it
      possible for dpmac.18 to be able to transmit
      Signed-off-by: default avatarRabeeh Khoury <rabeeh@solid-run.com>
      c0eea644
  13. 01 May, 2022 3 commits
  14. 28 Apr, 2022 1 commit
  15. 04 Apr, 2022 2 commits
  16. 28 Mar, 2022 1 commit
  17. 21 Mar, 2022 1 commit
  18. 20 Mar, 2022 2 commits
  19. 30 Nov, 2021 1 commit
  20. 15 Jun, 2021 1 commit
  21. 17 Feb, 2021 2 commits
  22. 24 Jan, 2021 1 commit
    • Rabeeh Khoury's avatar
      lx2160acex7: secure boot: add more secure bits and fixes · 5b09619d
      Rabeeh Khoury authored
      This patch adds most of the fixes to enable secure boot on the LX2160A
      COM express -
      
      1. The atf patches fixes the efuse fip fuse loading, and setting of ppwm
      register and then gpio handling
      2. The u-boot patches adds the secureboot defconfig, and then SVR_WO_E
      mask fix
      3. Patches for runme.sh script; for building the secure image run with
      'SECURE=true ./runme.sh'
      
      The missing piece is u-boot esbc validate code that completes the chain
      of trust boot (COT).
      Signed-off-by: default avatarRabeeh Khoury <rabeeh@solid-run.com>
      5b09619d
  23. 18 Jan, 2021 1 commit
  24. 17 Jan, 2021 1 commit
  25. 10 Jan, 2021 1 commit
  26. 04 Jan, 2021 1 commit
  27. 30 Dec, 2020 1 commit
    • Rabeeh Khoury's avatar
      u-boot: add 10Gbps retimer configurations · e27c9814
      Rabeeh Khoury authored
      ClearFog CX boards rev 1.3 and newer contains on carrier board retimers
      to support 100Gbps DAC cables.
      When configuring the SERDEses to 10Gbps the retimer configuration needs
      to be changed to lock on 10.3125Gbps rate on both the ingress (i2c
      address 0x23) and egress (i2c address 0x22) retimers.
      Signed-off-by: default avatarRabeeh Khoury <rabeeh@solid-run.com>
      e27c9814