]> git.ipfire.org Git - people/ms/u-boot.git/commit
arc: Update exception & interrupt handling for ARCv2
authorAlexey Brodkin <abrodkin@synopsys.com>
Thu, 4 Aug 2016 06:21:50 +0000 (09:21 +0300)
committerAlexey Brodkin <abrodkin@synopsys.com>
Fri, 5 Aug 2016 09:50:25 +0000 (12:50 +0300)
commit699c4e592b32f43d4ba2cc0d53848118a77d590a
tree75bf7dd85f4d5c2d6a744a0229f5cb4482227381
parentffffcd15948d9d1081afd6f1215a9850bd9f4bd5
arc: Update exception & interrupt handling for ARCv2

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 implemented properly and extened to
all possible 240 items.

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
arch/arc/cpu/arcv2/ivt.S
arch/arc/lib/interrupts.c
arch/arc/lib/ints_low.S