linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Boot ROM Responsibilities (and GDB)?
@ 2002-01-09 16:25 Kent Borg
  2002-01-09 17:30 ` Dan Malek
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Kent Borg @ 2002-01-09 16:25 UTC (permalink / raw)
  To: linuxppc-embedded


Is there any documentation on what a 405 boot ROM is supposed to do
before jumping to the PPC kernel?

We finally found what was messing with our use of GDB.  DBSR was
(sometimes) coming up with some unfortunate bits set, our boot ROM
didn't know to clear them and the code that actually uses the CPU's
debug hardware didn't bother to put that hardware in an appropriate
state.

Coming from an old fashioned perspective where boot ROMs are little
and only sufficient to get the next higher level of program running,
it seems strange to make them have to know anything about details of
assorted hardware other than to disable optional things and make very
basic things (like RAM access) work.

Because we have a custom boot ROM (lifted from a previous non-Linux
use of the same board--that's part of the beauty of having boot ROMs
be simple, they are then quite universal and can be written quite
early in the project before you even know what the project is) what
else are we missing?

What are a PPC boot ROM's responsibilities?  (I.E., what do we add to
our version of head.S.)


Thanks,

-kb, the Kent who is trying to keep his head in two different arch
trees at once without too much confusion.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-01-09 18:22 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-01-09 16:25 Boot ROM Responsibilities (and GDB)? Kent Borg
2002-01-09 17:30 ` Dan Malek
2002-01-09 17:37 ` Armin Kuster
2002-01-09 18:10 ` Michael Washburn
2002-01-09 18:22   ` Dan Malek

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).