This is the mail archive of the ecos-patches@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: [patch] xscale irq-table


On Wed, Sep 29, 2004 at 03:57:58PM +0200, Daniel Schmidt wrote:
> hello,   
>    
> as written before the interrupt-vector-table in  
> arm/arch/current/include/hal_intr.h: hal_interrupt_{handlers|data|objects}  
> is to short for the pxa2x0. So you can not append interrupts for the upper  
> 8 GPIOs (78..85).   
>    
> I've attached the patch; please apply.   

This is not the correct way to do it. You should add the extra 

#define CYGNUM_HAL_INTERRUPT_GPIO81     (96+17)
...
#define CYGNUM_HAL_INTERRUPT_GPIO85     (95+...

Then change 

#define CYGNUM_HAL_ISR_MAX      

Please could you send a patch doing it this way.

        Thanks
                Andrew


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