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

2015-12-17 Thread Peter Maydell
On 7 December 2015 at 22:53, 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 v6 0/5] Add an i.MX25 specific CCM driver

2015-12-07 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. So