rockbox/firmware/target/coldfire
2007-10-17 20:45:13 +00:00
..
iaudio Coldfire targets: enable buffered writes by default. Speeds up all sorts of I/O that writes to ports: LCD update (except the functions using DMA on H300), ATA writes, .... Some timings had to be adjusted for the new configuration. 2007-10-15 21:16:50 +00:00
iriver Coldfire: Partially revert buffered writes, and enable them explicitly for the LCD only. Turned out that with buffered writes enabled, reads after writes are not always serialized, which is a bad thing for I/O. Buffered writes to the LCD are safe because that's write-only. Fixes FS #7985. How come I didn't notice this earlier? :> 2007-10-17 20:45:13 +00:00
ata-as-coldfire.S
ata-target.h
crt0.S Coldfire: Partially revert buffered writes, and enable them explicitly for the LCD only. Turned out that with buffered writes enabled, reads after writes are not always serialized, which is a bad thing for I/O. Buffered writes to the LCD are safe because that's write-only. Fixes FS #7985. How come I didn't notice this earlier? :> 2007-10-17 20:45:13 +00:00
i2c-coldfire.c Fix up the ACK generation in the Coldfire i2c driver. 2007-06-26 23:53:32 +00:00
memcpy-coldfire.S
memmove-coldfire.S
memset-coldfire.S
memset16-coldfire.S
memswap128-coldfire.S Rrrr. Editor shouldn't have left those tabs. Will check settings. 2007-03-19 22:14:10 +00:00
pcf50606-coldfire.c Coldfire: Partially revert buffered writes, and enable them explicitly for the LCD only. Turned out that with buffered writes enabled, reads after writes are not always serialized, which is a bad thing for I/O. Buffered writes to the LCD are safe because that's write-only. Fixes FS #7985. How come I didn't notice this earlier? :> 2007-10-17 20:45:13 +00:00
pcm-coldfire.c Unify PCM interface just above the hardware driver level for all targets including the sims. Perform lockout of audio callback when changing states. Weird new playback or recording trouble? Check before and after this revision first though things seem quite sound. 2007-10-06 22:27:27 +00:00
strlen-coldfire.S Simple coldfire assembly strlen() function, 20-25% faster than the c 2007-06-25 20:21:37 +00:00
system-coldfire.c Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533 2007-10-02 07:54:50 +00:00
system-target.h Coldfire: Partially revert buffered writes, and enable them explicitly for the LCD only. Turned out that with buffered writes enabled, reads after writes are not always serialized, which is a bad thing for I/O. Buffered writes to the LCD are safe because that's write-only. Fixes FS #7985. How come I didn't notice this earlier? :> 2007-10-17 20:45:13 +00:00
usb-target.h Moved archos USB handling to target tree. Minor simplification for coldfire (only one usb-target.h). 2007-04-11 20:44:32 +00:00