public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Ian Thompson" <ithompso@stargateip.com>
To: "Russell King" <rmk@arm.linux.org.uk>
Cc: <linux-kernel@vger.kernel.org>
Subject: RE: How can I jump to non-linux address space?
Date: Fri, 5 Oct 2001 17:38:53 -0700	[thread overview]
Message-ID: <NFBBIBIEHMPDJNKCIKOBCELFCAAA.ithompso@stargateip.com> (raw)
In-Reply-To: <20011004213523.D14538@flint.arm.linux.org.uk>

> Essentially, you have 2 choices:
>
> 1. Turn off the MMU.
> 2. insert a 1:1 physical to virtual mapping for the ROM and call the code.
>    (with interrupts disabled).
>
> Which one works depends on what the ROM code requires.
>
> There is an example of (1) in the current ARM kernel sources - the RiscPC
> port uses this method to reboot - we can't activate the hardware reset
line
> on these machines, so our only option is to use this method.

I tried both of these, and I must be doing something wrong.  For (1), I
grabbed the code you mentioned from the RiscPC port (setup_mm_for_reboot()
and some code from the soft reset routine).  After calling
setup_mm_for_reboot, if I call __ioremap(), the processor hangs.  If I shut
down the MMU, I get the same results.

Where would be a good place to find an example of how to implement your
second suggestion?

thanks.  sorry to keep bothering you.  i'll also try asking on the arm
newsgroup...
-ian


  reply	other threads:[~2001-10-06  0:39 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-10-04  1:10 How can I jump to non-linux address space? Ian Thompson
2001-10-04  9:04 ` Helge Hafting
2001-10-04 19:40   ` Ian Thompson
2001-10-04 20:32     ` Richard B. Johnson
2001-10-05  0:35       ` Ian Thompson
2001-10-05  7:55         ` Russell King
2001-10-08 12:51         ` Richard B. Johnson
2001-10-04 20:35 ` Russell King
2001-10-06  0:38   ` Ian Thompson [this message]
2001-10-06  7:57     ` Russell King
2001-10-08 17:43       ` Ian Thompson
2001-10-08 20:01         ` Russell King

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=NFBBIBIEHMPDJNKCIKOBCELFCAAA.ithompso@stargateip.com \
    --to=ithompso@stargateip.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rmk@arm.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
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