
24 Sep
2003
24 Sep
'03
11:09 a.m.
Hi there,
I am trying to figure out how ARM based board start up.
PPC boards basicly have a board_init_f(), doing initialization, then relocating the code from flash to ram using relocate_code(), and then continue in ram with board_init_r().
I can't find anything like this in the ARM based files?
How is that done? Is that the same for all ARM boards?
Thanks a million,
Steven