This series enables Ethernet boot on SK-AM62A-LP. The series is based on commit 'e800cc67f5b6' of origin/next branch of U-Boot repo.
Logs: https://gist.github.com/chintan013/b31f9111decfbc55303a605cd2f77dcc The functionality can be verified after U-Boot DT is synced with the Linux DT with the patch: https://lore.kernel.org/r/[email protected]/ which doesn't have any open comments. Chintan Vankar (3): configs: am62ax_evm_r5_ethboot: Enable config options required for Ethernet boot configs: am62ax_evm_a53_ethboot: Enable config options required to enable Ethernet boot arm: dts: k3-am62a7-sk-u-boot: Enable DM services for main_pktdma arch/arm/dts/k3-am62a7-r5-sk.dts | 5 +++++ configs/am62ax_evm_a53_ethboot_defconfig | 16 ++++++++++++++ configs/am62ax_evm_r5_ethboot_defconfig | 27 ++++++++++++++++++++++++ 3 files changed, 48 insertions(+) create mode 100644 configs/am62ax_evm_a53_ethboot_defconfig create mode 100644 configs/am62ax_evm_r5_ethboot_defconfig -- 2.34.1

