rockbox/firmware/target/coldfire
Michael Sevakis 302937e586 Coldfire: Fix alpha bitmap drawing from messing up the emac status register.
It failed to restore macsr to the expected default (FRAC/SAT) which caused DSP
functions like tone control filter calculation to fail (resulting in noise).
The FFT plugin was also affected.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31589 a1c6a512-1295-4272-9138-f99709370657
2012-01-05 23:00:14 +00:00
..
iaudio Coldfire: Fix alpha bitmap drawing from messing up the emac status register. 2012-01-05 23:00:14 +00:00
iriver Rework powermgmt to enable code re-use on appliation and sims. 2012-01-03 23:44:38 +00:00
mpio Rework powermgmt to enable code re-use on appliation and sims. 2012-01-03 23:44:38 +00:00
ata-as-coldfire.S Do s/SWAP_WORDS/ATA_SWAP_WORDS/ to prevent namespace clashes. 2010-05-17 15:15:38 +00:00
ata-target.h FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver.h. After this change: 2011-12-08 21:23:53 +00:00
crt0.S Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289. 2011-06-19 17:23:18 +00:00
debug-coldfire.c coldfire: move debug-target.h content in .c 2012-01-04 06:33:54 +00:00
debug-target.h coldfire: move debug-target.h content in .c 2012-01-04 06:33:54 +00:00
ffs-coldfire.S Remove unneeded instruction from the coldfire ffs function and fix a wrong comment 2009-12-16 16:39:24 +00:00
i2c-coldfire.c HD300 - add missing i2c initializtion. 2010-11-27 14:23:10 +00:00
kernel-coldfire.c Coldfire: Fix the modification of IMR. Interrupts must be masked at the core level at at least the level of the interrupt being masked. Not following the datasheet and relying strictly on and/or_l causes unhandled 'Levelx' exceptions (showing itself quite often in PCM mixer work which more greatly stresses PCM lockout). 2011-06-17 03:09:47 +00:00
memcpy-coldfire.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
memmove-coldfire.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
memset-coldfire.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
memset16-coldfire.S Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
pcf50606-coldfire.c Make more local functions static. 2011-12-21 17:36:18 +00:00
pcm-coldfire.c Shuffle some functions around so that interfacing with playback.c in particular isn't required. Though playback does finish the audio init, pcm doesn't care who does it. 2011-09-01 12:15:43 +00:00
pcm-mixer-coldfire.c Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitations about playback of voice and other sounds when paused. Channels are independent in state and amplitude. Fade on stop/pause is handled by the channel's volume control rather than global volume which means it now works from anywhere. Opens up the possibility of plugin sounds during music playback by merely adding an additional channel enum. If any PCM drivers were not properly modified, see one of the last comments in the task for a description of the simple change that is expected. Some params are tunable in firmware/export/pcm-mixer.h as well. 2011-06-29 06:37:04 +00:00
strlen-coldfire.S Coldfire strlen, slight optimization pointed out by amiconn, eliminate some unconditionla branches by rearranging the code handling the head bytes 2010-05-12 12:32:34 +00:00
system-coldfire.c Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
system-target.h Commit to certain names for cache coherency APIs and discard the aliases. 2011-12-17 07:27:24 +00:00
thread-coldfire.c thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own. 2011-12-10 20:47:59 +00:00
timer-coldfire.c Coldfire: Fix the modification of IMR. Interrupts must be masked at the core level at at least the level of the interrupt being masked. Not following the datasheet and relying strictly on and/or_l causes unhandled 'Levelx' exceptions (showing itself quite often in PCM mixer work which more greatly stresses PCM lockout). 2011-06-17 03:09:47 +00:00
uart-coldfire.c Split off target-specific parts from firmware/drivers/serial.c 2011-04-23 08:23:07 +00:00
wmcodec-coldfire.c MPIO HD300 - initial commit 2010-11-26 23:28:08 +00:00