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: eCos port for S3C44B0 ARM processor


On Thu, Apr 03, 2003 at 04:33:23AM -0800, Arun SR wrote:
> 
> Hi,
> 
> I am trying to port eCos for S3C44B0 ARM variant.
> This processor has an interrupt controller which
> which uses vectored interrupt mode for IRQ interrupts.
> So instead of one interrupt source for IRQ, 26 sources
> of interrupt are generated and the vector table should
> have entries for all these sources.
> 
> To do the port, should I change the
> arm/arch/current/src/vectors.S file? Or is there any
> other way to achieve this?
> What are the changes needed to do this port?

Thats normal for the ARM. Take a look at say the EBSA HAL. It has a
similar interrupt controller. The interrupt VSR handler reads the
controllers registers and then calls the correct ISR. You should not
need to modify vectors.S.

            Andrew

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