commit | eadcd5e9790d56dd26729c81b01dcf855388d6ad | [log] [tgz] |
---|---|---|
author | Nathan Morrisson <nmorrisson@phytec.com> | Tue Mar 25 04:58:23 2025 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 10 15:03:32 2025 -0600 |
tree | 71f156330e5b81d71a277b264e763deb0391d1a4 | |
parent | 5581b103f207f8173ed3ba12d288db4d35f981cb [diff] |
board: phytec: phycore_am62ax: Share ethernet resources with boot r5 core During the U-Boot SPL R5 boot stage the code is running on the MAIN R5 core, which means a host ID of 36 is used for DM/TIFS communication, see [1]. In order to enable Ethernet boot update the DMA resources used to be shared with the MAIN R5 core instead of the MCU R5 core. [1] https://software-dl.ti.com/tisci/esd/latest/5_soc_doc/am62ax/hosts.html Based on patch 19 from https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1307981/sk-am62a-lp-rgmii-boot-mode-problem Signed-off-by: Nathan Morrisson <nmorrisson@phytec.com> Signed-off-by: Wadim Egorov <w.egorov@phytec.de>