
On Wed, Nov 09, 2022 at 02:29:56PM +0100, Stefan Roese wrote:
Hi Ioana,
[snip]
fsl-mc: Booting Management Complex ... SUCCESS fsl-mc: Management Complex booted (version: 10.24.0, boot status: 0x1) Hit any key to stop autoboot: 0 => setenv ethact DPMAC3@usxgmii => setenv ipaddr 10.0.0.1 => ping 10.0.0.2 DPMAC3@usxgmii Waiting for PHY auto negotiation to complete.Using DPMAC3@usxgmii device host 10.0.0.2 is alive
Great. Many thanks for this testing this. I need to check what needs to be done on our custom LX2160 based board in the dts/dtsi files and corresponding drivers to fully support operation with DM_ETH enabled now.
Mainly you would need to populate the dpmacX DTS nodes corresponding to the interfaces enabled in your RCW setup and any PHY which they are using. The 'fsl-lx2160a-rdb.dts' can be a reference for your board.
BTW: You might want to send a patch removing the now obsolete board_eth_init() functions in board/freescale/*.
Yes, I should do that since it's removed for good now.
Ioana