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

2017-08-31 Thread Alistair Francis
On Thu, Aug 31, 2017 at 4:40 PM, Philippe Mathieu-Daudé wrote: > Hi Alistair, > > > On 08/31/2017 08:02 PM, Alistair Francis wrote: >> >> On Wed, Aug 30, 2017 at 7:47 AM, Philippe Mathieu-Daudé >> wrote: >>> >>> On 08/30/2017 09:26 AM, Peter Maydell wrote:

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

2017-08-31 Thread Philippe Mathieu-Daudé
Hi Alistair, On 08/31/2017 08:02 PM, Alistair Francis wrote: On Wed, Aug 30, 2017 at 7:47 AM, Philippe Mathieu-Daudé wrote: On 08/30/2017 09:26 AM, Peter Maydell wrote: On 30 August 2017 at 03:45, Philippe Mathieu-Daudé wrote: I think they might be

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

2017-08-31 Thread Alistair Francis
On Wed, Aug 30, 2017 at 7:47 AM, Philippe Mathieu-Daudé wrote: > On 08/30/2017 09:26 AM, Peter Maydell wrote: >> >> On 30 August 2017 at 03:45, Philippe Mathieu-Daudé >> wrote: >>> >>> I think they might be issues if you start QEMU without -serial and then >>>

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

2017-08-30 Thread Philippe Mathieu-Daudé
On 08/30/2017 09:26 AM, Peter Maydell wrote: On 30 August 2017 at 03:45, Philippe Mathieu-Daudé wrote: I think they might be issues if you start QEMU without -serial and then use a firmware polling for an uart, the device won't be mapped and the memory accesses are mostly

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

2017-08-30 Thread Peter Maydell
On 30 August 2017 at 03:45, Philippe Mathieu-Daudé wrote: > I think they might be issues if you start QEMU without -serial and then use > a firmware polling for an uart, the device won't be mapped and the memory > accesses are mostly ignored. > > I'd rather use: > > for (i =

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

2017-08-30 Thread sundeep subbaraya
Hi Philippe, On Wed, Aug 30, 2017 at 8:15 AM, Philippe Mathieu-Daudé wrote: > Hi Subbaraya, > > > On 08/28/2017 01:38 PM, Subbaraya Sundeep wrote: > >> Smartfusion2 SoC has hardened Microcontroller subsystem >> and flash based FPGA fabric. This patch adds support for >>

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

2017-08-29 Thread Philippe Mathieu-Daudé
Hi Subbaraya, On 08/28/2017 01:38 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 ---

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

2017-08-28 Thread Alistair Francis
On Mon, Aug 28, 2017 at 9:38 AM, 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

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

2017-08-28 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| 1 +