commit | 699c4e592b32f43d4ba2cc0d53848118a77d590a | [log] [tgz] |
---|---|---|
author | Alexey Brodkin <abrodkin@synopsys.com> | Thu Aug 04 09:21:50 2016 +0300 |
committer | Alexey Brodkin <abrodkin@synopsys.com> | Fri Aug 05 12:50:25 2016 +0300 |
tree | 75bf7dd85f4d5c2d6a744a0229f5cb4482227381 | |
parent | ffffcd15948d9d1081afd6f1215a9850bd9f4bd5 [diff] |
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>