rockbox/firmware/target/arm/s3c2440
Aidan MacDonald 4d3190f416 arm: split ARM cache maintenance functions to separate header
Cortex-M processors don't have an MMU, but can still have caches
that need software management, so on those platforms we don't want
to include the MMU related functions.

While here, remove an outdated section of a comment referring to
deprecated cache maintenance functions which no longer exist.

Change-Id: I6f0fe694560bdee25ed7c69a846bf46e3e544cb1
2025-04-21 12:39:47 -04:00
..
gigabeat-fx Remove BATTERY_TYPES 2025-03-11 02:26:38 -04:00
mini2440 Remove BATTERY_TYPES 2025-03-11 02:26:38 -04:00
adc-s3c2440.c Remove atomic register bit manipulation functions from i.MX and s3c target code and introduce generic functions for ARM (bitmod32, bitset32, and bitclr32). Multiprocessor support is possible but just not implemented at the moment, only interrupt lockout. 2010-06-30 02:02:46 +00:00
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 Add missing kernel.h includes (hopefully all of them). 2014-01-05 20:32:09 +01:00
dma-s3c2440.c arm: split ARM cache maintenance functions to separate header 2025-04-21 12:39:47 -04:00
dma-target.h Convert non-ASCII characters to UTF-8 2024-12-15 21:16:12 -05:00
i2c-s3c2440.c Add missing kernel.h includes (hopefully all of them). 2014-01-05 20:32:09 +01:00
i2c-s3c2440.h Add INIT_ATTR to i2c_init() 2023-01-12 06:33:50 -05:00
kernel-s3c2440.c Remove atomic register bit manipulation functions from i.MX and s3c target code and introduce generic functions for ARM (bitmod32, bitset32, and bitclr32). Multiprocessor support is possible but just not implemented at the moment, only interrupt lockout. 2010-06-30 02:02:46 +00:00
lcd-s3c2440.c [Fix Red] define lcd_awake for targets with lcd_sleep 2025-01-05 12:12:57 -05:00
sd-s3c2440.c storage: 64-bit sector offsets 2024-08-12 14:23:44 -04:00
system-s3c2440.c arm: split ARM cache maintenance functions to separate header 2025-04-21 12:39:47 -04:00
system-target.h arm: split ARM cache maintenance functions to separate header 2025-04-21 12:39:47 -04:00
uart-s3c2440.c Implement a much more capable vuprintf() 2017-11-21 05:00:27 -05:00
uart-s3c2440.h Many more drivers for mini2440. Now the main binary compiles and runs. 2009-10-26 18:16:58 +00:00