index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
sh
/
system-target.h
(
follow
)
Commit message (
Expand
)
Author
Age
*
Create fimrware/asm directory for assembly optimized stuff.
Thomas Martitz
2012-01-22
*
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
2011-12-17
*
Byteswap routines don't really need 'asm volatile', just 'asm' since it shoul...
Michael Sevakis
2011-02-25
*
Use __builtin_constant_p() to select the best byteswapping method: constant o...
Michael Sevakis
2011-01-30
*
Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 6...
Andrew Mahone
2009-06-06
*
Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...
Andrew Mahone
2009-06-06
*
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
2009-02-11
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
2008-03-26
*
A bit of clarification of code origin. No code change.
Jens Arnold
2007-04-15
*
Oops, forgot to commit 2 new files...
Jens Arnold
2007-04-11