index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
coldfire
/
system-coldfire.c
Age
Commit message (
Expand
)
Author
2009-02-11
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
2009-01-08
Clean up panicf and introduce system_exception_wait to do further target task...
Michael Sevakis
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
2008-03-17
Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & rem...
Jens Arnold
2008-03-17
iAudio M3: ADC driver, making buttons and battery voltage reading work. * Dis...
Jens Arnold
2008-03-16
Add two missing coldfire interrupt vectors.
Jens Arnold
2007-10-02
Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533
Steve Bavin
2007-05-23
Allow ColdFire targets to be buildt with GCC >= 4.1.0.
Magnus Holmgren
2007-03-07
Coldfire targets: Shuffle IRQ levels around to have all interaction between l...
Michael Sevakis
2007-03-05
More catching up on old work. Refine audio interface setup on Coldfire. Stop ...
Michael Sevakis
2007-03-05
Bring up the M5 port to a working stage: Extended numerous explicit checks fo...
Jens Arnold
2007-02-25
Well, it seems that caused problems for others but my magic bug correcting DA...
Michael Sevakis
2007-02-25
Add CPU-model-specific init to newborn threads. Add default %macsr for each t...
Michael Sevakis
2007-02-22
Move the MPARK init to system_init()
Linus Nielsen Feltzing
2007-02-05
Optimise EQ coef calculation routines for both speed and size. Move now unnee...
Thom Johansen
2006-12-06
PLL was incorrectly initialized causing system to crash when ran from
Miika Pekkarinen
2006-11-06
Big Patch adds primarily: Samplerate and format selection to recording for SW...
Michael Sevakis
2006-11-03
More tweak to ColdFire default exception handler. iRiver reboots on power pre...
Michael Sevakis
2006-11-02
Display correct exception information on ColdFire targets.
Michael Sevakis
2006-10-30
Moved coldfire code in system.c and system.h into target tree.
Michael Sevakis