This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

redboot - main.c INIT_TAB


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]