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]

Re: Redboot-GDB


"Michael Anburaj" <embeddedeng@hotmail.com> writes:

> Hi,
> 
> >
> >an ARM based platform.  Ultimately, the bug was in my initialization of the
> >interrupt controller on my target.  IIRC, I didn't mask all of the
> >interrupts that should have been masked.
> 
> In my case, I am masking off all the interrupts at
> initialization. But, later on Cyg_RealTimeClock::Cyg_RealTimeClock()
> of kernel/current/src/clock.cxx gets called & this inturn calls
> HAL_CLOCK_INITIALIZE(), which unmasks the RTC <or the ecos system
> timer> interrupt. Is this control path ok for Redboot? If yes, or no;
> please comment on the 4 questions I earlier asked.

Cyg_RealTimeClock::Cyg_RealTimeClock() is in the kernel, which is not
part of redBoot. So this has no relevance to what is happening.


-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com/     The eCos and RedBoot experts


-- 
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]