All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] Mips: start.S Questions
@ 2009-08-21 11:34 Peter Belm
  2009-08-21 12:40 ` Detlev Zundel
  0 siblings, 1 reply; 8+ messages in thread
From: Peter Belm @ 2009-08-21 11:34 UTC (permalink / raw)
  To: u-boot

I've figured out most of the boot process by following through the code, but
I have a few questions about start.S:

   1. Calls to RVECENT and XVEVENT: what exactly do these do? RVECENT just
   branches to the first parameter f, and does nothing with the second
   parameter. Yet the first argument passed is romReserved which is defined:

>    romReserved:
>        b    romReserved

   Isn't that just an infinite loop?
   2. What are these for?:

>    #ifdef CONFIG_PURPLE
>    /* 0xbfc00400 */
>        .word    0xdc870000
>        .word    0xfca70000
>        .word    0x20840008....etc..


The rest seems pretty straightforward, just some processor specific things I
need to research.

--
Regards,
Peter Belm

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

end of thread, other threads:[~2009-08-21 13:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-21 11:34 [U-Boot] Mips: start.S Questions Peter Belm
2009-08-21 12:40 ` Detlev Zundel
2009-08-21 12:53   ` Peter Belm
2009-08-21 13:02     ` Detlev Zundel
2009-08-21 13:08       ` Peter Belm
2009-08-21 13:42         ` Detlev Zundel
2009-08-21 13:46           ` Peter Belm
2009-08-21 13:05     ` Chetan Nanda

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.