From: Rainer Kloud <rainer.kloud@siemens.at>
To: linuxppc-embedded <linuxppc-embedded@lists.linuxppc.org>
Subject: different memory map
Date: Tue, 03 Oct 2000 15:51:13 +0200 [thread overview]
Message-ID: <39D9E451.9A4E20D4@siemens.at> (raw)
Dear All,
for porting the 2.4.0-test4 kernel to my Scout Board I
used as base the EST8260 configuration.
This two boards are very similar, but they have a different
Memory Map.
The EST board has the IMMR Registers at 0xf0000000, my
Board has them at 0x10700000.
Therefore I'd like to know which changes are necessary to
get the Board running.
All what I have done up to now is that I have changed the
define for IMAP_ADDR and in MMU_init I setup the bat with
index 0 from 0x10000000 (instead of 0xf0000000).
With this two changes the kernel can boot correctly
until it tries to execute the init process.
When loading the init process via load_elf_binary
the kernel gets a machine check execption in function
clear_user (beqlr) which was called from padzero (first time
that we are in user space?).
The parameters for the function are: address: 0x10010528
len: 0xad8
This address resides in the BAT which I have used for my
IMMR registers.
Is there any coherence between the machine check exceptions
and my changes for the different memory map?
Any suggestions to fix my problem?
Thank you in advance!
Bye
Rainer
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
next reply other threads:[~2000-10-03 13:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-10-03 13:51 Rainer Kloud [this message]
2000-10-03 14:37 ` different memory map Jerry Van Baren
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=39D9E451.9A4E20D4@siemens.at \
--to=rainer.kloud@siemens.at \
--cc=linuxppc-embedded@lists.linuxppc.org \
/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