linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* How to map addresses beyond 4GB
@ 2007-11-22 10:42 Dell Query
  2007-11-23 23:23 ` Dan Malek
  0 siblings, 1 reply; 3+ messages in thread
From: Dell Query @ 2007-11-22 10:42 UTC (permalink / raw)
  To: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 352 bytes --]

Hi,

I would like to ask if anyone knows how to map addresses beyond 4GB. I am trying to access the GPIO on PPC440EPx by mapping it but the address is 0x1EF600B00, which is way beyond 4GB.

May I know how to map this one?

Thanks,
dell

       
---------------------------------
Get easy, one-click access to your favorites.  Make Yahoo! your homepage.

[-- Attachment #2: Type: text/html, Size: 436 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to map addresses beyond 4GB
  2007-11-22 10:42 How to map addresses beyond 4GB Dell Query
@ 2007-11-23 23:23 ` Dan Malek
  2007-11-27  9:57   ` Dell Query
  0 siblings, 1 reply; 3+ messages in thread
From: Dan Malek @ 2007-11-23 23:23 UTC (permalink / raw)
  To: Dell Query; +Cc: linuxppc-embedded


On Nov 22, 2007, at 2:42 AM, Dell Query wrote:

> May I know how to map this one?

Just call ioremap() as usual.  It will understand the > 4G
physical address and return a useful virtual address
to you.

	-- Dan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: How to map addresses beyond 4GB
  2007-11-23 23:23 ` Dan Malek
@ 2007-11-27  9:57   ` Dell Query
  0 siblings, 0 replies; 3+ messages in thread
From: Dell Query @ 2007-11-27  9:57 UTC (permalink / raw)
  To: Dan Malek; +Cc: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 354 bytes --]

Thanks

Dan Malek <dan@embeddedalley.com> wrote: 
On Nov 22, 2007, at 2:42 AM, Dell Query wrote:

> May I know how to map this one?

Just call ioremap() as usual.  It will understand the > 4G
physical address and return a useful virtual address
to you.

 -- Dan



       
---------------------------------
Never miss a thing.   Make Yahoo your homepage.

[-- Attachment #2: Type: text/html, Size: 610 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-11-27 10:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-22 10:42 How to map addresses beyond 4GB Dell Query
2007-11-23 23:23 ` Dan Malek
2007-11-27  9:57   ` Dell Query

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).