Startup code in MPC
Nick.SIMON at syntegra.bt.co.uk
Nick.SIMON at syntegra.bt.co.uk
Mon Feb 21 18:15:52 UTC 2000
> -----Original Message-----
> From: Dr. Leon Pollak [mailto:leonp at plris.com]
> Sent: 20 February 2000 11:11
> To: rtems-users at OARcorp.com
> Subject: Startup code in MPC
>
>
> Hello all,
> I shall be very thankful for the clarification of the question:
> How CPU is supposed to arrive to the "start" label in
> start.S file after it
> processes code in vectors.S file at address 0x100 (reset vector)?
> I wasn't able to trace this for powerpc cpu, but it
> seems to me that
> the same situation is with several other cpu's too.
> Thanks.
>
> Leon Pollak
> leonp at plris.com
>
I only really looked at the eth-comm bsp, and that was a while ago, but it
was my impression that the software was loaded by a monitor (quite a lot of
important chip setup was ommitted IIRC) and so the reset vector probably
wasn't used. Certainly, the code there didn't make a lot of sense to me
(but others may no better). I substitued a simple long jump to my start
point.
Best of luck,
-- Nick Simon
More information about the users
mailing list