On Fri Jul 10, 2026 at 3:52 PM IST, Chintan Vankar wrote: > This series enables Ethernet boot on SK-AM62A-LP. The series is based on > commit 'a18265f1ccb7' of origin/next branch of U-Boot repo. > > Link to v1: > https://lore.kernel.org/all/[email protected]/ > > Logs: > https://gist.github.com/chintan013/db875ef8b703094af70ca681659ba7f0 >
I forgot to mention in my last reply but with ethernet boot added, it would be helpful to document it in the respective board RST as well. > Changes from v1 to v2: > -> Removed the duplicate config options from r5 and a53 defconfig. > -> Updated commit message for [PATCH 1/3]. > > 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 | 10 ++++++++++ > configs/am62ax_evm_r5_ethboot_defconfig | 22 ++++++++++++++++++++++ > 3 files changed, 37 insertions(+) > create mode 100644 configs/am62ax_evm_a53_ethboot_defconfig > create mode 100644 configs/am62ax_evm_r5_ethboot_defconfig

