summaryrefslogtreecommitdiff
path: root/firmware/target/sh/system-target.h (follow)
Commit message (Expand)AuthorAge
* Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz2012-01-22
* Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2011-12-17
* Byteswap routines don't really need 'asm volatile', just 'asm' since it shoul...Michael Sevakis2011-02-25
* Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis2011-01-30
* Replace 1UL in BIT_N with 1U to avoid turning it into a 64-bit operation on 6...Andrew Mahone2009-06-06
* Add a system-wide BIT_N macro, implemented via an LUT on SH, and use it in th...Andrew Mahone2009-06-06
* Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis2009-02-11
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* A bit of clarification of code origin. No code change.Jens Arnold2007-04-15
* Oops, forgot to commit 2 new files...Jens Arnold2007-04-11