rockbox/firmware/target/arm/s3c2440
Amaury Pouly f33330c0ff arm: factor all exception handlers out of the crt0.S files
Remove the implementations of all exceptions handlers from the
various crt0.S files and have a single implementation in system-arm.h
The new implementation is weak so that it can be overwritten by some
specific code (like the unwinder)

Change-Id: Ib3e041ed6037376bbe0e79286057e1051640dd90
Reviewed-on: http://gerrit.rockbox.org/205
Reviewed-by: Marcin Bukat <marcin.bukat@gmail.com>
2012-04-06 13:46:32 +02:00
..
gigabeat-fx Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
mini2440 Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
adc-s3c2440.c
app.lds Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
boot.lds Add KEEP() around vectors in linker scripts. 2011-12-18 06:43:08 +00:00
crt0.S arm: factor all exception handlers out of the crt0.S files 2012-04-06 13:46:32 +02:00
debug-s3c2440.c s3c2440: move debug-target.h content to .c 2012-01-04 06:34:04 +00:00
debug-target.h s3c2440: move debug-target.h content to .c 2012-01-04 06:34:04 +00:00
dma-s3c2440.c fix cache function name 2012-03-19 08:42:53 +01:00
dma-target.h
i2c-s3c2440.c
i2c-s3c2440.h
kernel-s3c2440.c
lcd-s3c2440.c Convert remaining memframe LCDs that can be convert to common code. 2011-12-16 23:40:39 +00:00
sd-s3c2440.c
system-s3c2440.c Introduce USED_ATTR wrapper for __attribute__((used)). 2011-12-09 15:33:59 +00:00
system-target.h
uart-s3c2440.c
uart-s3c2440.h