Merge patch series "*** Add Ethernet boot support for AM62Ax + phyCORE-AM62 SoMs...
authorTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 21:04:09 +0000 (15:04 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 10 Apr 2025 21:04:09 +0000 (15:04 -0600)
Wadim Egorov <w.egorov@phytec.de> says:

Add general ethernet boot support for AM62Ax SoC.
Some of the work is based on TI's downstream u-boot patches found in
[1], patches touching code in mach-k3 and *.yaml board config files.

Also, provide defconfigs and device tree changes for phyCORE-AM62x and
phyCORE-AM62Ax to support booting via ethernet.

[1] https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1307981/sk-am62a-lp-rgmii-boot-mode-problem

Link: https://lore.kernel.org/r/20250325035824.2304200-1-w.egorov@phytec.de
1  2 
arch/arm/dts/k3-am625-phyboard-lyra-rdk-u-boot.dtsi
arch/arm/dts/k3-am62a7-phyboard-lyra-rdk-u-boot.dtsi
board/phytec/phycore_am62ax/MAINTAINERS
board/phytec/phycore_am62x/MAINTAINERS
configs/phycore_am62x_a53_defconfig

@@@ -10,6 -10,6 +10,7 @@@ F:    arch/arm/dts/k3-am62a7-r5-phycore-so
  F:    board/phytec/phycore_am62ax/
  F:    configs/phycore_am62ax_a53_defconfig
  F:    configs/phycore_am62ax_r5_defconfig
+ F:    configs/phycore_am62ax_r5_ethboot_defconfig
 +F:    configs/phycore_am62ax_r5_usbdfu_defconfig
  F:    include/configs/phycore_am62ax.h
  F:    doc/board/phytec/phycore-am62ax.rst
Simple merge