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: interrupt processing in RedBoot


On Wed, Dec 15, 2004 at 08:38:18PM -0800, Tim michals wrote:
> Question:
> Is it possible to include the eCOS kernel package and
> redboot?  The issue is having to process a high speed
> interface at boot up, polling may not be predictable
> enough to service the interface.  
> 
> Reason:
> I already have created a working CHAR_DEVIO driver and
> tested using the eCOS kernel, but also need to add
> this to redboot due to the speed of the boot process.

Redboot was designed to be used without the kernel. So if you can i
suggest you don't use it. What do you actually need from the kernel? A
driver should not be using the KAPI, rather it should be using the
driver API. This always exists. You can use interrupts, ISR, DSR etc
with the driver API without the kernel.

        Andrew

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


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