linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* How to implement kexec on e500 ?
@ 2009-06-29 13:47 wilbur.chan
  2009-06-29 14:50 ` Kumar Gala
  0 siblings, 1 reply; 4+ messages in thread
From: wilbur.chan @ 2009-06-29 13:47 UTC (permalink / raw)
  To: linuxppc-dev

kernel 2.6.21.7

As we know , kexec stores  data  for new kernel image ,  in the form
of   a page list.

And kexec uses the physical address of the another  page for a
"next-page" pointer.

However, PowerPC e500  does not allow users to turn off the MMU, so we
can not used physical address directly in our code.


Someone suggested that changing  relocate_kernel.S to add a TLB 1-to-1
mapping of DRAM .

What does "mapping" mean ?

Any suggestion to implement kexec on e500 ?



Cheers,

wilbur

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

end of thread, other threads:[~2009-06-29 16:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-29 13:47 How to implement kexec on e500 ? wilbur.chan
2009-06-29 14:50 ` Kumar Gala
2009-06-29 15:36   ` wilbur.chan
2009-06-29 16:01     ` kernel mailz

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).