Re: [U-Boot] [PATCH] arc: Update exception & interrupt handling for ARCv2

2016-08-05 Thread Alexey Brodkin
Hi! On Thu, 2016-08-04 at 14:09 +0300, Alexey Brodkin wrote: > Initially IVT for ARCv2 was simply copypasted from ARCompact > with some selected fixes so basic stuff works. > > Now we update it with more ARCv2 specific vectors like >  * Software Interrupt >  * Division by zero >  * Data cache

[U-Boot] [PATCH] arc: Update exception & interrupt handling for ARCv2

2016-08-04 Thread Alexey Brodkin
Initially IVT for ARCv2 was simply copypasted from ARCompact with some selected fixes so basic stuff works. Now we update it with more ARCv2 specific vectors like * Software Interrupt * Division by zero * Data cache consistency error * Misaligned access Also normal interrupts are now