Re: [Qemu devel PATCH v4 1/3] hw/net: Add Smartfusion2 emac block

2020-04-14 Thread Philippe Mathieu-Daudé
On Tue, Apr 14, 2020 at 3:05 PM sundeep subbaraya wrote: > > Hi Philippe, > > On Mon, Apr 13, 2020 at 2:16 AM Philippe Mathieu-Daudé > wrote: > > > > Hi Sundeep, > > > > On 4/10/20 4:45 PM, sundeep.l...@gmail.com wrote: > > > From: Subbaraya Sundeep > > > > > > Modelled Ethernet MAC of Smartfus

Re: [Qemu devel PATCH v4 1/3] hw/net: Add Smartfusion2 emac block

2020-04-14 Thread sundeep subbaraya
Hi Philippe, On Mon, Apr 13, 2020 at 2:16 AM Philippe Mathieu-Daudé wrote: > > Hi Sundeep, > > On 4/10/20 4:45 PM, sundeep.l...@gmail.com wrote: > > From: Subbaraya Sundeep > > > > Modelled Ethernet MAC of Smartfusion2 SoC. > > Micrel KSZ8051 PHY is present on Emcraft's > > SOM kit hence same PH

Re: [Qemu devel PATCH v4 1/3] hw/net: Add Smartfusion2 emac block

2020-04-12 Thread Philippe Mathieu-Daudé
Hi Sundeep, On 4/10/20 4:45 PM, sundeep.l...@gmail.com wrote: > From: Subbaraya Sundeep > > Modelled Ethernet MAC of Smartfusion2 SoC. > Micrel KSZ8051 PHY is present on Emcraft's > SOM kit hence same PHY is emulated. > > Signed-off-by: Subbaraya Sundeep > --- > MAINTAINERS|

[Qemu devel PATCH v4 1/3] hw/net: Add Smartfusion2 emac block

2020-04-10 Thread sundeep . lkml
From: Subbaraya Sundeep Modelled Ethernet MAC of Smartfusion2 SoC. Micrel KSZ8051 PHY is present on Emcraft's SOM kit hence same PHY is emulated. Signed-off-by: Subbaraya Sundeep --- MAINTAINERS| 2 + hw/net/Makefile.objs | 1 + hw/net/msf2-emac.c | 562 ++