Re: [Qemu-devel] [Qemu-devel PATCH 4/5] msf2: Add Smartfusion2 SoC.

2017-05-15 Thread sundeep subbaraya
Hi Philippe and Alistair, On Mon, May 15, 2017 at 10:24 PM, Alistair Francis wrote: > On Thu, May 11, 2017 at 10:02 PM, Philippe Mathieu-Daudé > wrote: > > On 05/12/2017 12:17 AM, sundeep subbaraya wrote: > >> > >> Hi Philippe, > >> > >> On Wed, May 10, 2017 at 5:20 PM, Philippe Mathieu-Daudé

Re: [Qemu-devel] [Qemu-devel PATCH 4/5] msf2: Add Smartfusion2 SoC.

2017-05-15 Thread Alistair Francis
On Thu, May 11, 2017 at 10:02 PM, Philippe Mathieu-Daudé wrote: > On 05/12/2017 12:17 AM, sundeep subbaraya wrote: >> >> Hi Philippe, >> >> On Wed, May 10, 2017 at 5:20 PM, Philippe Mathieu-Daudé >> wrote: >> >>> Hi Subbaraya, >>> >>> >>> On 05/09/2017 01:44 PM, Subbaraya Sundeep wrote: >>>

Re: [Qemu-devel] [Qemu-devel PATCH 4/5] msf2: Add Smartfusion2 SoC.

2017-05-11 Thread Philippe Mathieu-Daudé
On 05/12/2017 12:17 AM, sundeep subbaraya wrote: Hi Philippe, On Wed, May 10, 2017 at 5:20 PM, Philippe Mathieu-Daudé wrote: Hi Subbaraya, On 05/09/2017 01:44 PM, Subbaraya Sundeep wrote: Smartfusion2 SoC has hardened Microcontroller subsystem and flash based FPGA fabric. This patch adds

Re: [Qemu-devel] [Qemu-devel PATCH 4/5] msf2: Add Smartfusion2 SoC.

2017-05-11 Thread sundeep subbaraya
Hi Philippe, On Wed, May 10, 2017 at 5:20 PM, Philippe Mathieu-Daudé wrote: > Hi Subbaraya, > > > On 05/09/2017 01:44 PM, Subbaraya Sundeep wrote: > >> Smartfusion2 SoC has hardened Microcontroller subsystem >> and flash based FPGA fabric. This patch adds support for >> Microcontroller subsystem

Re: [Qemu-devel] [Qemu-devel PATCH 4/5] msf2: Add Smartfusion2 SoC.

2017-05-10 Thread Philippe Mathieu-Daudé
Hi Subbaraya, On 05/09/2017 01:44 PM, Subbaraya Sundeep wrote: Smartfusion2 SoC has hardened Microcontroller subsystem and flash based FPGA fabric. This patch adds support for Microcontroller subsystem in the SoC. Signed-off-by: Subbaraya Sundeep --- default-configs/arm-softmmu.mak | 1 + h

[Qemu-devel] [Qemu-devel PATCH 4/5] msf2: Add Smartfusion2 SoC.

2017-05-09 Thread Subbaraya Sundeep
Smartfusion2 SoC has hardened Microcontroller subsystem and flash based FPGA fabric. This patch adds support for Microcontroller subsystem in the SoC. Signed-off-by: Subbaraya Sundeep --- default-configs/arm-softmmu.mak | 1 + hw/arm/Makefile.objs| 2 +- hw/arm/msf2-soc.c