Re: [Qemu-devel] [PATCH 16/17] i.MX: Add i.MX7 SOC implementation.

2017-10-09 Thread Peter Maydell
On 9 October 2017 at 17:18, Andrey Smirnov wrote: > On Fri, Oct 6, 2017 at 7:38 AM, Peter Maydell > wrote: >> On 18 September 2017 at 20:50, Andrey Smirnov >> wrote: >>> +static void fsl_imx7_realize(DeviceState *dev, Error **errp) >>> +{ >>> +FslIMX7State *s = FSL_IMX7(dev); >>> +Obje

Re: [Qemu-devel] [PATCH 16/17] i.MX: Add i.MX7 SOC implementation.

2017-10-09 Thread Andrey Smirnov
On Fri, Oct 6, 2017 at 7:38 AM, Peter Maydell wrote: > On 18 September 2017 at 20:50, Andrey Smirnov > wrote: >> For now we only support the following devices: >> * up to 2 Cortex A9 cores (SMP works with PSCI) >> * A7 MPCORE (identical to A15 MPCORE) >> * 7 i.MX UARTs >> * 1 CCM

Re: [Qemu-devel] [PATCH 16/17] i.MX: Add i.MX7 SOC implementation.

2017-10-06 Thread Peter Maydell
On 18 September 2017 at 20:50, Andrey Smirnov wrote: > For now we only support the following devices: > * up to 2 Cortex A9 cores (SMP works with PSCI) > * A7 MPCORE (identical to A15 MPCORE) > * 7 i.MX UARTs > * 1 CCM device > * 2 Ethernet controllers (FEC) > * 3 SD contro

[Qemu-devel] [PATCH 16/17] i.MX: Add i.MX7 SOC implementation.

2017-09-18 Thread Andrey Smirnov
For now we only support the following devices: * up to 2 Cortex A9 cores (SMP works with PSCI) * A7 MPCORE (identical to A15 MPCORE) * 7 i.MX UARTs * 1 CCM device * 2 Ethernet controllers (FEC) * 3 SD controllers (USDHC) * 1 SNVS device * 1 WDT device Cc: Peter Mayd