rv1126-uboot/arch/arc/lib
Alexey Brodkin 699c4e592b 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>
2016-08-05 12:50:25 +03:00
..
Makefile
_millicodethunk.S
bootm.c
cache.c arc/cache: Flush & invalidate all caches right before enabling IOC 2016-06-13 14:38:05 +02:00
cpu.c arc: get rid of running_on_hw 2016-04-11 10:20:30 -07:00
init_helpers.c arc: significant cache rework 2015-07-01 17:17:27 +03:00
interrupts.c arc: Update exception & interrupt handling for ARCv2 2016-08-05 12:50:25 +03:00
ints_low.S arc: Update exception & interrupt handling for ARCv2 2016-08-05 12:50:25 +03:00
libgcc2.c
libgcc2.h
memcmp.S
memcpy-700.S
memset.S
relocate.c arc: Add debug messages during relocation fixups 2016-08-05 12:50:25 +03:00
reset.c
sections.c
start.S Fix board init code to respect the C runtime environment 2016-01-13 21:05:17 -05:00
strchr-700.S
strcmp.S
strcpy-700.S
strlen.S
timer.c