Re: [PATCH] hw/net: Extend ethernetlite driver with PHY layer

2024-10-16 Thread Bernhard Beschow
Am 15. Oktober 2024 13:26:22 UTC schrieb Sai Pavan Boddu : >From: Michal Simek > >Add missing optional MDIO lines. Without it U-Boot is not working. > >Signed-off-by: Edgar E. Iglesias >Signed-off-by: Michal Simek Overall the code seems almost identical to the one in axienet. Doesn't it mak

[PATCH] hw/net: Extend ethernetlite driver with PHY layer

2024-10-15 Thread Sai Pavan Boddu
From: Michal Simek Add missing optional MDIO lines. Without it U-Boot is not working. Signed-off-by: Edgar E. Iglesias Signed-off-by: Michal Simek --- hw/net/xilinx_ethlite.c | 240 1 file changed, 240 insertions(+) diff --git a/hw/net/xilinx_ethlite.