public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Alex_SYS <schmid-grafenau@t-online•de>
To: linuxppc-embedded@ozlabs•org
Subject: LIME on MPC5200B ioremap problem
Date: Sat, 12 Jul 2008 06:48:12 -0700 (PDT)	[thread overview]
Message-ID: <18419614.post@talk.nabble.com> (raw)


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.

                 reply	other threads:[~2008-07-12 13:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=18419614.post@talk.nabble.com \
    --to=schmid-grafenau@t-online$(echo .)de \
    --cc=linuxppc-embedded@ozlabs$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox