Re: [PATCH v1 0/5] Add Ethernet driver for StarFive JH7110 SoC

2023-03-27 Thread Torsten Duwe
On Mon, 27 Mar 2023 10:22:37 +0800 yanhong wang wrote: > On 2023/3/24 20:53, Torsten Duwe wrote: > > What's missing to read the correct MACs from the EEPROM? > > The minimum system of u-boot supporting JH7110 does not contain EEPROM [...] Thanks for the info! Torsten

Re: [PATCH v1 0/5] Add Ethernet driver for StarFive JH7110 SoC

2023-03-26 Thread yanhong wang
On 2023/3/24 20:53, Torsten Duwe wrote: > On Fri, 17 Mar 2023 09:05:31 +0800 > Yanhong Wang wrote: > >> This series adds ethernet support for the StarFive JH7110 RISC-V SoC. >> The series includes PHY and MAC drivers. The PHY model is >> YT8531 (from Motorcomm Inc), and the MAC version is

Re: [PATCH v1 0/5] Add Ethernet driver for StarFive JH7110 SoC

2023-03-24 Thread Torsten Duwe
On Fri, 17 Mar 2023 09:05:31 +0800 Yanhong Wang wrote: > This series adds ethernet support for the StarFive JH7110 RISC-V SoC. > The series includes PHY and MAC drivers. The PHY model is > YT8531 (from Motorcomm Inc), and the MAC version is dwmac-5.20 > (from Synopsys DesignWare). > > The

[PATCH v1 0/5] Add Ethernet driver for StarFive JH7110 SoC

2023-03-16 Thread Yanhong Wang
This series adds ethernet support for the StarFive JH7110 RISC-V SoC. The series includes PHY and MAC drivers. The PHY model is YT8531 (from Motorcomm Inc), and the MAC version is dwmac-5.20 (from Synopsys DesignWare). The implementation of the phy driver is ported from linux, but it has been