All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thiemo Seufer <ths@networkno.de>
To: Andi <opencode@gmx.net>
Cc: linux-mips@linux-mips.org
Subject: Re: memory dump on mips
Date: Tue, 8 Jan 2008 14:54:49 +0000	[thread overview]
Message-ID: <20080108145449.GB30298@networkno.de> (raw)
In-Reply-To: <4783754D.8010007@gmx.net>

Andi wrote:
> Hi list,
> 
> we are working on an embedded Linux device with a Sigma SMP8634 (MIPS
> 4KEc 300MHz CPU) mounted on it. Unfortunately we don't have access to
> the kernel running on the system.
> 
> We figured out, that the bootloader loads the kernel image to 0x90020000
> (physical address).

This sounds like you are confusing physical and virtual addresses.
Typically the kernel is loaded to the direct-mapped KSEG0 segment,
which starts at physical 0x00000000 / virtual 0x80000000.

So the physical address you are looking for would be 0x10020000.


Thiemo

  reply	other threads:[~2008-01-08 14:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-01-08 13:06 memory dump on mips Andi
2008-01-08 14:54 ` Thiemo Seufer [this message]
2008-01-11 12:30 ` Andi
  -- strict thread matches above, loose matches on Subject: below --
2008-01-09 14:49 Andi

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=20080108145449.GB30298@networkno.de \
    --to=ths@networkno.de \
    --cc=linux-mips@linux-mips.org \
    --cc=opencode@gmx.net \
    /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 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.