Re: [PATCH v3 0/4] Enable Ethernet boot on SK-AM62A-LP
Tom Rini <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 16 Jul 2026 13:35:49 +0530, 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 v2: > https://lore.kernel.org/all/[email protected]/ > > Logs: > https://gist.github.com/chintan013/99c20c1c0773a48cc52a86d3eb86a98a > > [...] Applied to u-boot/main, thanks! [1/4] configs: am62ax_evm_r5_ethboot: Enable config options required for Ethernet boot commit: 5aec4a2c9099888d5e9334a51bc60cce7eb52b94 [2/4] configs: am62ax_evm_a53_ethboot: Enable config options required to enable Ethernet boot commit: 707a9b537b2a0d30e6523be9c926796674773a65 [3/4] arm: dts: k3-am62a7-sk-u-boot: Enable DM services for main_pktdma commit: 3e3dfa33507a2e2ce64e679d6cbb09b59f0cbf53 [4/4] doc: board: ti: am62ax_sk: Add document for Ethernet boot on AM62x SoC. commit: 179a5619aaf48d127a8b706981ce381e50eea924 -- Tom