Re: [Qemu-devel] [PATCH v4 3/3] i.MX: Add an i.MX25 specific CCM class/instance.

2015-11-29 Thread Jean-Christophe DUBOIS
Le 27/11/2015 21:26, Peter Crosthwaite a écrit : On Fri, Nov 27, 2015 at 11:54 AM, Jean-Christophe DUBOIS wrote: Le 27/11/2015 03:39, Peter Crosthwaite a écrit : On Wed, Nov 25, 2015 at 11:16 PM, Jean-Christophe Dubois wrote: Signed-off-by: Jean-Christophe Dubois This seems to slow down bo

Re: [Qemu-devel] [PATCH v4 3/3] i.MX: Add an i.MX25 specific CCM class/instance.

2015-11-27 Thread Peter Crosthwaite
On Fri, Nov 27, 2015 at 2:05 PM, Jean-Christophe DUBOIS wrote: > Le 27/11/2015 21:26, Peter Crosthwaite a écrit : >> >> On Fri, Nov 27, 2015 at 11:54 AM, Jean-Christophe DUBOIS >> wrote: >>> >>> Le 27/11/2015 03:39, Peter Crosthwaite a écrit : >>> >>> On Wed, Nov 25, 2015 at 11:16 PM, Jean-Christ

Re: [Qemu-devel] [PATCH v4 3/3] i.MX: Add an i.MX25 specific CCM class/instance.

2015-11-27 Thread Jean-Christophe DUBOIS
Le 27/11/2015 21:26, Peter Crosthwaite a écrit : On Fri, Nov 27, 2015 at 11:54 AM, Jean-Christophe DUBOIS wrote: Le 27/11/2015 03:39, Peter Crosthwaite a écrit : On Wed, Nov 25, 2015 at 11:16 PM, Jean-Christophe Dubois wrote: Signed-off-by: Jean-Christophe Dubois This seems to slow down bo

Re: [Qemu-devel] [PATCH v4 3/3] i.MX: Add an i.MX25 specific CCM class/instance.

2015-11-27 Thread Guenter Roeck
On 11/27/2015 12:26 PM, Peter Crosthwaite wrote: On Fri, Nov 27, 2015 at 11:54 AM, Jean-Christophe DUBOIS wrote: Le 27/11/2015 03:39, Peter Crosthwaite a écrit : On Wed, Nov 25, 2015 at 11:16 PM, Jean-Christophe Dubois wrote: Signed-off-by: Jean-Christophe Dubois This seems to slow down bo

Re: [Qemu-devel] [PATCH v4 3/3] i.MX: Add an i.MX25 specific CCM class/instance.

2015-11-27 Thread Peter Crosthwaite
On Fri, Nov 27, 2015 at 11:54 AM, Jean-Christophe DUBOIS wrote: > Le 27/11/2015 03:39, Peter Crosthwaite a écrit : > > On Wed, Nov 25, 2015 at 11:16 PM, Jean-Christophe Dubois > wrote: > > Signed-off-by: Jean-Christophe Dubois > > This seems to slow down boot performance for i.MX25 Linux. Admitt

Re: [Qemu-devel] [PATCH v4 3/3] i.MX: Add an i.MX25 specific CCM class/instance.

2015-11-27 Thread Jean-Christophe DUBOIS
Le 27/11/2015 03:39, Peter Crosthwaite a écrit : On Wed, Nov 25, 2015 at 11:16 PM, Jean-Christophe Dubois wrote: Signed-off-by: Jean-Christophe Dubois This seems to slow down boot performance for i.MX25 Linux. Admittedly, the issue looks to be in timeout code for an unmodelled periph (NAND):

Re: [Qemu-devel] [PATCH v4 3/3] i.MX: Add an i.MX25 specific CCM class/instance.

2015-11-26 Thread Peter Crosthwaite
On Wed, Nov 25, 2015 at 11:16 PM, Jean-Christophe Dubois wrote: > Signed-off-by: Jean-Christophe Dubois This seems to slow down boot performance for i.MX25 Linux. Admittedly, the issue looks to be in timeout code for an unmodelled periph (NAND): [ cut here ] WARNING: CPU

[Qemu-devel] [PATCH v4 3/3] i.MX: Add an i.MX25 specific CCM class/instance.

2015-11-25 Thread Jean-Christophe Dubois
Signed-off-by: Jean-Christophe Dubois --- Changes since v1: * rework loging to match other i.MX drivers Changes since v2: * We moved to an inheritance QOM scheme Changes since v3: * Rework logging based on comments. hw/arm/fsl-imx25.c | 2 +- hw/misc/Makefile.objs | 1 +