Re: [uClinux-dev] [PATCH v2 1/2] mtd: fix wrong usage of ioremap_nocache() in uclinux.c map driver

2012-08-20 Thread Artem Bityutskiy
On Thu, 2012-07-19 at 15:42 +1000, g...@snapgear.com wrote: From: Greg Ungerer g...@uclinux.org The uclinux.c mapping driver uses ioremap_nocache() to map its physical mapping address to a system virtual address. Problem is that the region it is mapping is not device memory. It is ordinary

Re: [uClinux-dev] Is there any possibility to port uClinux to MPC5566 Microcontroller

2012-08-20 Thread Lennart Sorensen
On Sat, Aug 18, 2012 at 09:51:24AM +0530, Thirumalesha N wrote: This is Thiru, I'm new to uClinux. Is there any comparability to port uClinux for MPC5566 micro controller, if so how to port? How much ram does one of those systems actually have? As far as I can tell the CPU is a

Re: [uClinux-dev] Is there any possibility to port uClinux to MPC5566 Microcontroller

2012-08-20 Thread Erwin Authried
it has 128KB internal SRAM only, so there's no chance to run uClinux without adding more ram. I don't know if this chip supports external ram at all. -Erwin Am Monday, den 20.08.2012, 10:37 -0400 schrieb Lennart Sorensen: On Sat, Aug 18, 2012 at 09:51:24AM +0530, Thirumalesha N wrote:

Re: [uClinux-dev] Is there any possibility to port uClinux to MPC5566 Microcontroller

2012-08-20 Thread Lennart Sorensen
On Mon, Aug 20, 2012 at 04:48:01PM +0200, Erwin Authried wrote: it has 128KB internal SRAM only, so there's no chance to run uClinux without adding more ram. I don't know if this chip supports external ram at all. It seems like it can support up to 512MB external ram, but I can't make sense of