[ECOS] redboot init entry

Nickolay nickolay@protei.ru
Wed Mar 30 16:59:00 GMT 2005


Hallo Guys!

I discovered, that my IXDP425 is hanged in this section code:

#if defined(CYGPRI_REDBOOT_ZLIB_FLASH) && 
defined(CYGOPT_REDBOOT_FIS_ZLIB_COMMON_BUFFER)
    fis_zlib_common_buffer =
    workspace_end -= CYGNUM_REDBOOT_FIS_ZLIB_COMMON_BUFFER_SIZE;
#endif

#ifdef CYGFUN_REDBOOT_BOOT_SCRIPT
    script_timeout = CYGNUM_REDBOOT_BOOT_SCRIPT_DEFAULT_TIMEOUT;
#endif

for (init_entry = __RedBoot_INIT_TAB__; init_entry != 
&__RedBoot_INIT_TAB_END__;  init_entry++) {
    (*init_entry->fun)();
}


What does it mean?
What is the init_entry ?



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss



More information about the Ecos-discuss mailing list