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-target.h
Age
Commit message (
Expand
)
Author
2011-06-17
Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...
Michael Sevakis
2011-01-30
Use __builtin_constant_p() to select the best byteswapping method: constant o...
Michael Sevakis
2010-09-08
Rename cache coherency functions.
Thomas Martitz
2009-02-11
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
2009-01-25
Hopefully fix wrong colours on coldfire targets for certain scaling factors. ...
Jens Arnold
2009-01-13
Reverting parts of r19760 that was mistakenly committed.
Björn Stenberg
2009-01-13
Minor Clip button changes: UP|REPEAT no longer goes to wps. Volume adjustment...
Björn Stenberg
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
2007-10-17
Coldfire: Partially revert buffered writes, and enable them explicitly for th...
Jens Arnold
2007-10-15
Coldfire targets: enable buffered writes by default. Speeds up all sorts of I...
Jens Arnold
2007-10-02
Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533
Steve Bavin
2007-04-13
Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...
Michael Sevakis
2007-04-10
mpegplayer: Get A-V synchronized. Improve frame sync and dropping logic and t...
Michael Sevakis
2007-03-29
Missed one variable declaration updating byteswapping functions. Not function...
Michael Sevakis
2007-03-29
Fix errors. What an errant keystroke when saving can accomplish.
Michael Sevakis
2007-03-29
Add an asm swap_odd_even32 to SH and ARM. Have the byteswapping functions tak...
Michael Sevakis
2007-03-25
Save a couple bytes in set_irq_level on Coldfire. Should add up to something.
Michael Sevakis
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
2006-12-06
Removed extraneous #ifdef.
Jens Arnold
2006-12-06
PLL was incorrectly initialized causing system to crash when ran from
Miika Pekkarinen
2006-11-08
Use HAVE_FLASHED_ROCKBOX when target is flashable. Currenly only used by the ...
Michael Sevakis
2006-11-08
More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...
Michael Sevakis
2006-11-06
Big Patch adds primarily: Samplerate and format selection to recording for SW...
Michael Sevakis
2006-10-30
Moved coldfire code in system.c and system.h into target tree.
Michael Sevakis