[PATCH v4 00/10] Add support for Ethernet Boot on SK-AM62

Chintan Vankar c-vankar at ti.com
Mon Aug 12 13:36:21 CEST 2024


This series enables Ethernet Boot on SK-AM62 device.

This series is based on commit 'f4f845b85926' of origin/next branch of
U-Boot.

Link to v3:
https://lore.kernel.org/r/20240705045030.1141934-1-c-vankar@ti.com/

Logs for Ethernet Boot for AM625-SK:
https://gist.github.com/chintanv133/07bcb1473301581aab6d4e951d9c6572

Changes from v3 to v4:
- Updated config files by enabling architecture specific configs and
  default device tree config to fix buildman failure as pointed by Tom.
- Updated [PATCH v3 10/10] by syncing "k3-am62x-sk-common.dtsi" file
  with Linux v6.11-rc3.

Chintan Vankar (2):
  common: spl: spl: Init DRAM size in R5/A53 SPL
  dts: upstream: src: arm64: ti: k3-am62x-sk-common: Sync DT with Linux
    v6.11-rc3

Kishon Vijay Abraham I (6):
  firmware: ti_sci: Add No-OP for "RX_FL_CFG"
  soc: ti: k3-navss-ringacc: Initialize base address of ring cfg
    registers
  dma: ti: k3-udma: Add support for native configuration of chan/flow
  arm: mach-k3: am62x: am625_init: Probe AM65 CPSW NUSS
  configs: am62: Add configs for enabling ETHBOOT in R5SPL
  configs: am62: Enable configs required for Ethboot

Siddharth Vadapalli (1):
  arm: dts: k3-am625-r5-sk: Enable DM services for main_pktdma

Vignesh Raghavendra (1):
  soc: ti: k3-navss-ringacc: Fix reset ring API

 arch/arm/dts/k3-am625-r5-sk.dts               |  5 +++
 arch/arm/mach-k3/am62x/am625_init.c           | 10 ++++++
 common/spl/spl.c                              |  2 +-
 configs/am62x_evm_a53_ethboot_defconfig       | 17 ++++++++++
 configs/am62x_evm_r5_ethboot_defconfig        | 25 +++++++++++++++
 drivers/dma/ti/k3-udma.c                      |  6 ++++
 drivers/firmware/ti_sci.c                     |  8 ++++-
 drivers/soc/ti/k3-navss-ringacc-u-boot.c      |  9 +++++-
 drivers/soc/ti/k3-navss-ringacc.c             | 17 +++++++++-
 .../src/arm64/ti/k3-am62x-sk-common.dtsi      | 32 ++++++++++---------
 10 files changed, 112 insertions(+), 19 deletions(-)
 create mode 100644 configs/am62x_evm_a53_ethboot_defconfig
 create mode 100644 configs/am62x_evm_r5_ethboot_defconfig

-- 
2.34.1



More information about the U-Boot mailing list