* MMU probs in head.S w/821
@ 2000-11-05 4:50 Ron Avisa
2000-11-05 20:08 ` Dan Malek
0 siblings, 1 reply; 2+ messages in thread
From: Ron Avisa @ 2000-11-05 4:50 UTC (permalink / raw)
To: linuxppc-dev
Hopefully someone's seen this show,
Trying to get linux up and running on an 821 on some custom hardware.
Got ppcboot all set up and happy, and thought linux should happily boot up
via bootm 2a000000.
The bootm code uncompresses and relocates linux nicely to 0x000000000
and then jumps to 0x0000000c. Board info is good, starts setting up the mmu,
sets up an entry for IMMR at recommended 0xF0000000, branches to
:turn_on_mmu, loads up 0xc00021b8 for return address and msr with MMU enabled,
hits the rfi and disappears only to show up with a machine exception at 0x220.
Strangely I did see it actually run once and was able to watch (via
vision-ice BDM) the
pc zip around 0xC000xxxx space values before finally crashing.
I've tried cutting out just the head.S section, making it standalone srec
format and using
the LOADS feature of ppcboot and then just running it. strangely enough the
code seems
to work when loaded at 0x0 (runs, jumps to infinite loop in virtual
0xc0002000). Though dies
when started from 0xC generating machine exceptions or just freezing.
At this point I'm wondering...
Vision-ICE BDM might be problematic?
821 has some strange MMU/cache problems (possibly related to alignment)?
Any ideas or suggestions?
Thanks,
Ron
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: MMU probs in head.S w/821
2000-11-05 4:50 MMU probs in head.S w/821 Ron Avisa
@ 2000-11-05 20:08 ` Dan Malek
0 siblings, 0 replies; 2+ messages in thread
From: Dan Malek @ 2000-11-05 20:08 UTC (permalink / raw)
To: Ron Avisa; +Cc: linuxppc-dev
Ron Avisa wrote:
> Vision-ICE BDM might be problematic?
Yep.
> 821 has some strange MMU/cache problems (possibly related to alignment)?
Unlikely, unless you changed code in head.S and other places that
were not necessary.
-- Dan
** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-11-05 20:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-11-05 4:50 MMU probs in head.S w/821 Ron Avisa
2000-11-05 20:08 ` Dan Malek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox