Re: [Qemu devel PATCH v4 2/3] msf2: Add EMAC block to SmartFusion2 SoC

2020-04-14 Thread sundeep subbaraya
Hi Philippe, On Sun, Apr 12, 2020 at 11:28 PM Philippe Mathieu-Daudé wrote: > > On 4/10/20 4:45 PM, sundeep.l...@gmail.com wrote: > > From: Subbaraya Sundeep > > > > With SmartFusion2 Ethernet MAC model in > > place this patch adds the same to SoC. > > > > Signed-off-by: Subbaraya Sundeep > > -

Re: [Qemu devel PATCH v4 2/3] msf2: Add EMAC block to SmartFusion2 SoC

2020-04-12 Thread Philippe Mathieu-Daudé
On 4/10/20 4:45 PM, sundeep.l...@gmail.com wrote: > From: Subbaraya Sundeep > > With SmartFusion2 Ethernet MAC model in > place this patch adds the same to SoC. > > Signed-off-by: Subbaraya Sundeep > --- > hw/arm/msf2-soc.c | 21 - > include/hw/arm/msf2-soc.h | 3 +

[Qemu devel PATCH v4 2/3] msf2: Add EMAC block to SmartFusion2 SoC

2020-04-10 Thread sundeep . lkml
From: Subbaraya Sundeep With SmartFusion2 Ethernet MAC model in place this patch adds the same to SoC. Signed-off-by: Subbaraya Sundeep --- hw/arm/msf2-soc.c | 21 - include/hw/arm/msf2-soc.h | 3 +++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/h