rockbox/firmware/target/arm
Rafaël Carré a8c073216d cowond2: make the code consistent with the comments and really clear the bits
Untested on target

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26832 a1c6a512-1295-4272-9138-f99709370657
2010-06-13 14:00:30 +00:00
..
archos/av300 Make ATA code not bother to retry requests that return IDNF (specified sector not valid). 2010-04-07 20:01:21 +00:00
as3525 usb-as3535v2: add more defines, reorganize/simplify things, add code for interrupt handling 2010-06-12 05:26:23 +00:00
at91sam
imx31 Configure Gigabeat S with EABI compiler by default. Implement the INIT section that this enables (due to selective need for long calls). Remove pcm_postinit from INIT section since it's asynchronous. Disable strict aliasing on SPC codec for now just to shut it up. 2010-06-11 14:39:35 +00:00
ipod FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
iriver FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
olympus FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
pbell FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
philips FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
pnx0101 Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API. 2010-05-24 16:42:32 +00:00
s3c2440 Remove card_enable_monitoring() and use a mutex instead. The card_enable_monitoring() method actually didn't eliminate the possible race conditions it was meant to fix. 2010-06-06 13:20:47 +00:00
s5l8700 Remove an unneccessary long call from the S5L8700 PCM FIQ handler 2010-06-11 16:20:46 +00:00
samsung FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
sandisk FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
tatung
tcc77x Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
tcc780x cowond2: make the code consistent with the comments and really clear the bits 2010-06-13 14:00:30 +00:00
tms320dm320 ata-creative-zvm: make sure return value is defined 2010-06-11 11:52:50 +00:00
adc-as3514.c adc-as3514.c: cosmetics 2010-05-15 19:44:54 +00:00
adc-pp5020.c
ascodec-pp.c
ascodec-target.h as3514/as3543 fixes 2010-05-17 20:53:25 +00:00
ata-as-arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
ata-nand-telechips.c
ata-pp5002.c
ata-pp5020.c
ata-sd-pp.c Remove card_enable_monitoring() and use a mutex instead. The card_enable_monitoring() method actually didn't eliminate the possible race conditions it was meant to fix. 2010-06-06 13:20:47 +00:00
ata-target.h Make ATA code not bother to retry requests that return IDNF (specified sector not valid). 2010-04-07 20:01:21 +00:00
audio-pp.c
crt0-pp-bl.S
crt0-pp.S ARM: use BX when branch to an address in register 2010-05-31 15:14:26 +00:00
crt0.S Sansa AMS: call the exception handler with the correct address when the exception happened in Thumb state 2010-06-12 16:55:51 +00:00
ffs-arm.S
i2c-pp.c
i2c-telechips.c
i2s-pp.c
kernel-pp.c
lcd-as-memframe.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
lcd-c200_c200v2.c Apply FS#9194 - LCD invert for Sansa c200/c200v2 2010-05-28 19:36:52 +00:00
lcd-ssd1815.c
memcpy-arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
memmove-arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
memset-arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
memset16-arm.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
mmu-arm.h
mmu-arm.S Update Samsung YP-S3 bootloader demo 2010-05-30 21:43:14 +00:00
mmu-armv6.S mmu-armv6: comment out invalidate_dcache_range() 2010-04-13 15:25:11 +00:00
pcm-pp.c pcm-pp: revert r26756 2010-06-11 11:25:16 +00:00
pcm-telechips.c Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API. 2010-05-24 16:42:32 +00:00
powermgmt-ascodec.c as3525v2: fix end of charge detection 2010-05-19 14:06:08 +00:00
sd-pp-target.h
support-arm.S ARM: __div0() takes no argument 2010-06-12 17:15:39 +00:00
system-arm.c __div0: give the address of the instruction calling division to UIE 2010-06-12 17:15:44 +00:00
system-arm.h
system-pp502x.c
system-pp5002.c
system-target.h Move CACHEALIGN_BITS to cpu headers 2010-04-13 15:50:08 +00:00
thread-arm.c FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
thread-pp.c Clean unused stuff out of thread.h and config.h and reorganize thread-pp.c to simplify the preprocessor blocks. 2010-06-10 17:31:45 +00:00
timer-pp.c
usb-drv-arc.c
usb-fw-pp502x.c
usb-fw-pp5002.c
usb-s3c6400x.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
usb-target.h
usb-tcc.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
wmcodec-pp.c
wmcodec-telechips.c