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> |
||
|---|---|---|
| .. | ||
| Makefile | ||
| _millicodethunk.S | ||
| bootm.c | ||
| cache.c | ||
| cpu.c | ||
| init_helpers.c | ||
| interrupts.c | ||
| ints_low.S | ||
| libgcc2.c | ||
| libgcc2.h | ||
| memcmp.S | ||
| memcpy-700.S | ||
| memset.S | ||
| relocate.c | ||
| reset.c | ||
| sections.c | ||
| start.S | ||
| strchr-700.S | ||
| strcmp.S | ||
| strcpy-700.S | ||
| strlen.S | ||
| timer.c | ||