1. 27 Oct, 2022 1 commit
  2. 26 Oct, 2022 1 commit
  3. 26 Sep, 2022 2 commits
  4. 18 Sep, 2022 1 commit
  5. 11 Sep, 2022 3 commits
  6. 08 Sep, 2022 3 commits
  7. 24 Aug, 2022 3 commits
  8. 21 Aug, 2022 1 commit
  9. 09 Jun, 2022 1 commit
  10. 08 Jun, 2022 1 commit
  11. 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
  12. 31 May, 2022 2 commits
  13. 30 May, 2022 1 commit
  14. 25 May, 2022 1 commit
  15. 11 May, 2022 1 commit
  16. 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
  17. 01 May, 2022 3 commits
  18. 28 Apr, 2022 1 commit
  19. 04 Apr, 2022 2 commits
  20. 28 Mar, 2022 1 commit
  21. 21 Mar, 2022 1 commit
  22. 20 Mar, 2022 2 commits
  23. 30 Nov, 2021 1 commit
  24. 15 Jun, 2021 1 commit
  25. 17 Feb, 2021 2 commits
  26. 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