All of lore.kernel.org
 help / color / mirror / Atom feed
* LIME on MPC5200B ioremap problem
@ 2008-07-12 13:48 Alex_SYS
  0 siblings, 0 replies; only message in thread
From: Alex_SYS @ 2008-07-12 13:48 UTC (permalink / raw)
  To: linuxppc-embedded


Hello,
I have an MPC5200B with Linux and an Grafic Chip Lime on the LPB !
The Lime is configured under U-Boot und works very fine in 800x480x16 bit
colors.
In Linux I adapted the Virtual Framebuffer driver! There are only three
things necessary:
   1: check_mem (0xE0000000, 750kB)      ->thats OK
   2: io__mem_request(0xE0000000, 750kB)    ->thats OK , too
   3_ioremap(0xE0000000, 750kB)    ->thats OK , too
   3: write Io request to framebuffers screen_base
The Kernel with Grafics output works fine with 800x350 resolution or 580x480
and so on.
But when I use 800x480, the screen output is OK, But the kernel crashes with
custom trace stop.
I have found out that it must be a ioremap failure, because it has to do
with the space i request!
It works fine if the mem_remap is under 546kB! Exactly it is not the space,
but the upper adress!
Because ioremap(0xE00000860, 500kB) crashes also the Kernel!
It seems like ioremap can`t give me the adresses upper
(0xE00000000+546kB)=0xE00088B80 ?
What can be the problem?
Kernel 2.6.23-rt5 with 16MB Flash and 64MB RAM

Thanks very much!


-- 
View this message in context: http://www.nabble.com/LIME-on-MPC5200B-ioremap-problem-tp18419614p18419614.html
Sent from the linuxppc-embedded mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-12 13:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-12 13:48 LIME on MPC5200B ioremap problem Alex_SYS

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.