Skip to content
Snippets Groups Projects
  1. Aug 08, 2023
  2. Aug 07, 2023
  3. Aug 06, 2023
  4. Aug 05, 2023
  5. Aug 04, 2023
    • Tom Rini's avatar
      Merge branch '2023-08-04-toradex-platform-updates' · 9787da0d
      Tom Rini authored
      Two Toradex platform series.  First, to quote Andrejs:
      
      This series adds Yavia Carrier board name string to the known
      Toradex carrier board list, and reworks carrier board and display
      adapter name handling.
      
      And then to quote Marcel:
      This series adds initial support for the Toradex Verdin AM62 SoM.
      The first commit adds resp. PID4s to the ConfigBlock, the second one
      fixes an early clocking issue confirmed to be a weird bug in TI's
      scripting, the third one fixes some binman labeling issue. And last but
      not least support for the Toradex Verdin AM62 is added.
      9787da0d
    • Marcel Ziswiler's avatar
      board: toradex: add verdin am62 support · 7d1a1065
      Marcel Ziswiler authored and Tom Rini's avatar Tom Rini committed
      
      This adds initial support for the Toradex Verdin AM62 Quad 1GB WB IT
      V1.0A module and subsequent V1.1 launch configuration SKUs. They are
      strapped to boot from their on-module eMMC. U-Boot supports booting
      from the on-module eMMC only, DFU support is disabled for now due to
      missing AM62x USB support.
      
      The device trees were taken straight from Linux v6.5-rc1.
      
      Boot sequence is:
      SYSFW ---> R5 SPL (both in tiboot3.bin) ---> ATF (TF-A) ---> OP-TEE
        ---> A53 SPL (part of tispl.bin) ---> U-boot proper (u-boot.img)
      
      Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
      Reviewed-by: default avatarNishanth Menon <nm@ti.com>
      7d1a1065
    • Marcel Ziswiler's avatar
      arm: dts: k3-binman: fix rcfg_yaml and pcfg_yaml labels · e5fe63d4
      Marcel Ziswiler authored and Tom Rini's avatar Tom Rini committed
      
      Fix rcfg_yaml to really point to rm-cfg.yaml and pcfg_yaml to really
      point to pm-cfg.yaml which likely is the intention.
      
      While at it also add labels for the remaining items like custmpk_pem,
      dkey_pem, bcfg_yaml_sysfw, scfg_yaml_sysfw, pcfg_yaml_sysfw and
      rcfg_yaml_sysfw.
      
      Signed-off-by: default avatarMarcel Ziswiler <marcel.ziswiler@toradex.com>
      Reviewed-by: default avatarNeha Malcom Francis <n-francis@ti.com>
      Reviewed-by: default avatarNishanth Menon <nm@ti.com>
      e5fe63d4
Loading