rockbox/firmware/target/arm/s3c2440
Rafaël Carré d0af7f9601 s3c2440/system-target.h : CRLF -> LF
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25632 a1c6a512-1295-4272-9138-f99709370657
2010-04-13 15:50:03 +00:00
..
gigabeat-fx Make ATA code not bother to retry requests that return IDNF (specified sector not valid). 2010-04-07 20:01:21 +00:00
mini2440 Fix tabs 2010-01-03 10:19:43 +00:00
adc-s3c2440.c Initial touchscreen support for mini2440. Based on D2 touchscreen driver 2009-10-27 20:25:40 +00:00
app.lds
boot.lds Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss sections need NOLOAD. otherwise the linker would try to include those into the binary. I don't know why this ever worked with our current ld version. 2010-03-08 23:16:57 +00:00
crt0.S Use ldr instead of adr, so that it compiles with a newer ld, although setting lr at that point hardly matters anyway. 2010-03-08 23:17:03 +00:00
debug-s3c2440.c
debug-target.h Initial mini2440 port. 2009-10-19 18:14:27 +00:00
dma-s3c2440.c Working Bootloader for mini2440. 2009-10-22 17:45:02 +00:00
dma-target.h Working Bootloader for mini2440. 2009-10-22 17:45:02 +00:00
i2c-s3c2440.c Many more drivers for mini2440. Now the main binary compiles and runs. 2009-10-26 18:16:58 +00:00
i2c-s3c2440.h Many more drivers for mini2440. Now the main binary compiles and runs. 2009-10-26 18:16:58 +00:00
kernel-s3c2440.c Initial mini2440 port. 2009-10-19 18:14:27 +00:00
lcd-s3c2440.c Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they don't need it anymore. 2009-10-26 01:44:39 +00:00
sd-s3c2440.c Make mini2440 compile again. 2010-03-08 23:43:11 +00:00
system-s3c2440.c Replace hard-coded value of memory size 2009-10-31 23:03:34 +00:00
system-target.h s3c2440/system-target.h : CRLF -> LF 2010-04-13 15:50:03 +00:00
uart-s3c2440.c Simplify uart_printf() a bit by using vuprintf(), that also makes removing a static buffer possible. 2009-11-03 21:28:02 +00:00
uart-s3c2440.h Many more drivers for mini2440. Now the main binary compiles and runs. 2009-10-26 18:16:58 +00:00