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 v2: https://lore.kernel.org/all/[email protected]/ Logs: https://gist.github.com/chintan013/99c20c1c0773a48cc52a86d3eb86a98a Changes from v2 to v3: -> Removed duplicate config option from r5 defconfig file. -> Added "Reviewed-by" and "Tested-by" tags from Anshul Dalal. -> Removed "bootph-all" tag from "main_pktdma" and posted the patch by adding it in Linux/upstream device tree. -> Added the Ethernet boot documentation for SK-AM62A-LP. Note: The functionality can be verified after U-Boot DT is synced with the Linux DT with the patch: https://lore.kernel.org/all/[email protected]/ Currently the feature is tested by configuring the random MAC address. Chintan Vankar (4): 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 doc: board: ti: am62ax_sk: Add document for Ethernet boot on AM62x SoC. arch/arm/dts/k3-am62a7-r5-sk.dts | 4 + configs/am62ax_evm_a53_ethboot_defconfig | 10 ++ configs/am62ax_evm_r5_ethboot_defconfig | 21 +++ doc/board/ti/am62ax_sk.rst | 197 ++++++++++++++++++++++- 4 files changed, 231 insertions(+), 1 deletion(-) create mode 100644 configs/am62ax_evm_a53_ethboot_defconfig create mode 100644 configs/am62ax_evm_r5_ethboot_defconfig -- 2.34.1

