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]
Other format: [Raw text]

eCos HAL Object Tables


Hello all:

I am trying to determine how the eCos HAL Object Tables mechanism works.
In particular, I am looking at the macros:

CYG_HAL_TABLE_BEGIN( __CONFIG_options_TAB__, RedBoot_config_options);
CYG_HAL_TABLE_END( __CONFIG_options_TAB_END__, RedBoot_config_options);

and trying to understand where in flash memory the Redboot config options
parameters get written.  I need to understand this because I wish to
use "fconfig" values for configuring my system at the time my Linux
kernel boots.

Could someone please describe how the CYG_HAL_TABLE_* mechanism works, and
how to ascertain the location of table objects in flash memory??

Thanks in advance,
craig vanderborgh
voxware incorporated

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


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