rockbox/firmware/target/coldfire
2008-03-25 02:34:12 +00:00
..
iaudio Consistent naming scheme the various blit functions. * Removed lcd_blit_mono() for colour targets. Plugin API became incompatible, so sort, clean up & bump. * Implemented lcd_blit_mono() for M3. 2008-03-24 00:35:53 +00:00
iriver Consistent naming scheme the various blit functions. * Removed lcd_blit_mono() for colour targets. Plugin API became incompatible, so sort, clean up & bump. * Implemented lcd_blit_mono() for M3. 2008-03-24 00:35:53 +00:00
ata-as-coldfire.S Removed executable flag 2007-01-09 23:29:07 +00:00
ata-target.h Removed executable flag 2007-01-09 23:29:07 +00:00
crt0.S More iAudio M3 work. Bootloader compiles, but doesn't work yet. 2008-03-12 20:35:42 +00:00
ffs-coldfire.S Add a complete priority inheritance implementation to the scheduler (all mutex ownership and queue_send calls are inheritable). Priorities are differential so that dispatch depends on the runnable range of priorities. Codec priority can therefore be raised in small steps (pcmbuf updated to enable). Simplify the kernel functions to ease implementation and use the same kernel.c for both sim and target (I'm tired of maintaining two ;_). 1) Not sure if a minor audio break at first buffering issue will exist on large-sector disks (the main mutex speed issue was genuinely resolved earlier). At this point it's best dealt with at the buffering level. It seems a larger filechunk could be used again. 2) Perhaps 64-bit sims will have some minor issues (finicky) but a backroll of the code of concern there is a 5-minute job. All kernel objects become incompatible so a full rebuild and update is needed. 2008-03-25 02:34:12 +00:00
i2c-coldfire.c Correct the name of a flag. No functional change. 2008-03-18 22:48:26 +00:00
memcpy-coldfire.S Revert accidental tree commit. Sorry for that. 2008-03-08 23:50:55 +00:00
memmove-coldfire.S Removed executable flag 2007-01-09 23:29:07 +00:00
memset-coldfire.S Removed executable flag 2007-01-09 23:29:07 +00:00
memset16-coldfire.S Removed executable flag 2007-01-09 23:29:07 +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 Sound on M3. yay! 2008-03-15 21:55:14 +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 Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & remote power button vs. the respective hold switch, and shut down when on hold. On X5/M5 this check is not strictly necessary for the main unit, but left there to keep things uniform. (2) M3: Stop reading the ADC properly before leaving the bootloader, on RoLo, and on reboot, to make it work reliably after those transitions. (3) Disable all interrupt sources on system init to avoid premature ISR calls after enabling interrupts in general. (4) iAudios: Proper implementation of ide_powered(), avoiding nasty HDD clicks in the bootloader when powering down, e.g. because of Hold. (5) Slight optimisations. 2008-03-17 23:47:38 +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