Re: [Qemu-devel] [PATCH v2 0/2] Add an i.MX25 specific CCM driver

2015-10-30 Thread Jean-Christophe DUBOIS
Le 30/10/2015 21:50, Peter Crosthwaite a écrit : On Fri, Oct 30, 2015 at 1:24 PM, Peter Maydell wrote: On 28 October 2015 at 23:02, Jean-Christophe Dubois wrote: i.MX25 SOC has a different CCM device than i.MX31. Qemu i.MX25 emulation was built with i.MX31 CCM driver. This allows Linux to w

Re: [Qemu-devel] [PATCH v2 0/2] Add an i.MX25 specific CCM driver

2015-10-30 Thread Peter Crosthwaite
On Fri, Oct 30, 2015 at 1:24 PM, Peter Maydell wrote: > On 28 October 2015 at 23:02, Jean-Christophe Dubois > wrote: >> i.MX25 SOC has a different CCM device than i.MX31. >> >> Qemu i.MX25 emulation was built with i.MX31 CCM driver. This allows >> Linux to work on top of the i.MX25 emultion but

Re: [Qemu-devel] [PATCH v2 0/2] Add an i.MX25 specific CCM driver

2015-10-30 Thread Peter Maydell
On 28 October 2015 at 23:02, Jean-Christophe Dubois wrote: > i.MX25 SOC has a different CCM device than i.MX31. > > Qemu i.MX25 emulation was built with i.MX31 CCM driver. This allows > Linux to work on top of the i.MX25 emultion but this is not correct. > > Furthermore, other SOC we could emulat

[Qemu-devel] [PATCH v2 0/2] Add an i.MX25 specific CCM driver

2015-10-28 Thread Jean-Christophe Dubois
i.MX25 SOC has a different CCM device than i.MX31. Qemu i.MX25 emulation was built with i.MX31 CCM driver. This allows Linux to work on top of the i.MX25 emultion but this is not correct. Furthermore, other SOC we could emulate like i.MX6 have yet a different implementation of the CCM device. We