* xmon, BAT structure, etc.
@ 1999-01-25 21:10 Frank McPherson
1999-02-02 5:29 ` Paul Mackerras
0 siblings, 1 reply; 2+ messages in thread
From: Frank McPherson @ 1999-01-25 21:10 UTC (permalink / raw)
To: linuxppc-dev
xmon doesn't seem to exist in the linuxppc sources any more and I'm
having trouble getting the one from the linuxppc.org 2.1.24 sources to
compile with 2.2.0-pre5, which is the latest version I was able to pull
from vger's anonymous cvs before it started always refusing connections.
Where can I get it, or something equivalent? What's the best way to
debug the platform-specific code that's run shortly after the
bootloader?
I'm working on getting linux up and running on a non-prep, non-pci VME
board with a 603e and having some trouble with it. I've got the kernel
uncompressing down to where it should be, but it traps when it gets a
bit of the way in to init/main.c. When I write the contents of the BAT
structure to dual port RAM on the VME bus, I get all zeros, leading me
to believe I'm not setting thins up correctly down in the
platform-specific sections.
Thanks,
Frank
--
Frank H. McPherson IV
The MITRE Corporation
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: xmon, BAT structure, etc.
1999-01-25 21:10 xmon, BAT structure, etc Frank McPherson
@ 1999-02-02 5:29 ` Paul Mackerras
0 siblings, 0 replies; 2+ messages in thread
From: Paul Mackerras @ 1999-02-02 5:29 UTC (permalink / raw)
To: frank; +Cc: linuxppc-dev
Frank McPherson <frank@mitre.org> wrote:
> xmon doesn't seem to exist in the linuxppc sources any more and I'm
> having trouble getting the one from the linuxppc.org 2.1.24 sources to
> compile with 2.2.0-pre5, which is the latest version I was able to pull
> from vger's anonymous cvs before it started always refusing connections.
> Where can I get it, or something equivalent? What's the best way to
I suggest you get a copy of my tree by anonymous rsync from
samba.anu.edu.au::linux-pmac-devel. Look at http://rsync.samba.org/
if you need more information about rsync.
> I'm working on getting linux up and running on a non-prep, non-pci VME
> board with a 603e and having some trouble with it. I've got the kernel
> uncompressing down to where it should be, but it traps when it gets a
> bit of the way in to init/main.c. When I write the contents of the BAT
> structure to dual port RAM on the VME bus, I get all zeros, leading me
> to believe I'm not setting thins up correctly down in the
> platform-specific sections.
It could be just that the RAM is set for write-back caching and the
values are still in the cache. (Write-back caching is the default
when the data MMU is disabled.) You can use the dcbst instruction to
make sure the stuff you write gets flushed to memory.
Paul.
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-02-02 5:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-01-25 21:10 xmon, BAT structure, etc Frank McPherson
1999-02-02 5:29 ` Paul Mackerras
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).