[ECOS] redboot - main.c INIT_TAB

Christoph Csebits Christoph.Csebits@frequentis.com
Fri Jun 8 02:36:00 GMT 2001


hi

i try to get redboot working on my
MPC860T based board. 

I figured out that in the following
lines of code (main.c) redboot never
returns:
(CVS-version May 2001)

for (init_entry = __RedBoot_INIT_TAB__; init_entry != &__RedBoot_INIT_TAB_END__;  init_entry++) {
   printf("T: %08x\n", init_entry);
   (*init_entry->fun)();
}

What is it good for?
Where is the table __RedBoot_INIT_TAB__ initially
build up?

thanks, best regards
Christoph
-- 
___________________________________
DI Christoph Csebits, System Design
FREQUENTIS   -   www.frequentis.com
A-1120 Wien, Spittelbreitengasse 34
voice:  +43/1/81150-2149, fax: 2499



More information about the Ecos-discuss mailing list