Re: [U-Boot] Prefetch abort exception

2014-01-16 Thread Albert ARIBAUD
Hi Parimala, On Thu, 16 Jan 2014 17:55:10 +0530, Parimala Baggiri wrote: > Hello, > > On Tue, Jan 14, 2014 at 11:30 AM, Albert ARIBAUD > wrote: > > > Hi Parimala, > > > > On Mon, 13 Jan 2014 19:00:04 +0530, Parimala Baggiri > > wrote: > > > > > Hello, > > > > > > I have added interrupt suppor

Re: [U-Boot] Prefetch abort exception

2014-01-16 Thread Parimala Baggiri
Hello, On Tue, Jan 14, 2014 at 11:30 AM, Albert ARIBAUD wrote: > Hi Parimala, > > On Mon, 13 Jan 2014 19:00:04 +0530, Parimala Baggiri > wrote: > > > Hello, > > > > I have added interrupt support for armv7 platform, by implementing the > > do_irq and irq_install_handler and arch_interrupt_init f

Re: [U-Boot] Prefetch abort exception

2014-01-13 Thread Albert ARIBAUD
Hi Parimala, On Mon, 13 Jan 2014 19:00:04 +0530, Parimala Baggiri wrote: > Hello, > > I have added interrupt support for armv7 platform, by implementing the > do_irq and irq_install_handler and arch_interrupt_init functions. > > Initially default_isr is the handler function installed for all t

[U-Boot] Prefetch abort exception

2014-01-13 Thread Parimala Baggiri
Hello, I have added interrupt support for armv7 platform, by implementing the do_irq and irq_install_handler and arch_interrupt_init functions. Initially default_isr is the handler function installed for all the interrupts. >From my standalone application, I am enabling the interrupts and instal