index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
system-arm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-21
Add CPU mode asserts to kernel on blocking functions.
Michael Sevakis
1
-1
/
+24
2012-01-22
Create fimrware/asm directory for assembly optimized stuff.
Thomas Martitz
1
-0
/
+27
2012-01-08
AS3525v1/2: Enable nested handling of interrupts
Michael Sevakis
1
-0
/
+10
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
1
-0
/
+22
2011-02-25
Byteswap routines don't really need 'asm volatile', just 'asm' since it shoul...
Michael Sevakis
1
-35
/
+35
2011-02-24
Use thumb-compatible byte swap routines when building with -mthumb.
Michael Sevakis
1
-0
/
+31
2011-01-30
Use __builtin_constant_p() to select the best byteswapping method: constant o...
Michael Sevakis
1
-6
/
+18
2009-11-15
Change "r" back to "i" (i is for immediate, so no syntax error) and reclaim a...
Thomas Martitz
1
-3
/
+3
2009-11-15
Fix a few possible problems discovered in -O0 / eabi experiments.
Thomas Martitz
1
-3
/
+3
2009-02-02
ARMv6: Optimize interrupt enable/disable with cpsie and cpsid. Section off sy...
Michael Sevakis
1
-84
/
+157
2009-01-24
Include divide-by-zero handling within plugins and codecs for ARM processors.
Michael Sevakis
1
-0
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-04-16
Optimized byte-swapping macros for ARMv6.
Michael Sevakis
1
-0
/
+21
2008-04-07
Wow. Fix those irq #defines for ARM and use the right one in power-c200_e200....
Michael Sevakis
1
-4
/
+4
2008-03-26
Do core interrupt masking in a less general fashion and save some instruction...
Michael Sevakis
1
-25
/
+72
2007-10-06
Unify PCM interface just above the hardware driver level for all targets incl...
Michael Sevakis
1
-6
/
+0
2007-09-20
Hopefully fix all the errors/warnings
Jonathan Gordon
1
-8
/
+0
2007-09-20
Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...
Karl Kurbjun
1
-0
/
+9
2007-07-26
Clean up PP502x CPU clock setup code and use the full 80MHz when boosted.
Jens Arnold
1
-14
/
+0
2007-07-06
Gigabeat: Add timer functionality. Rework tick timer setup to be exactly 100H...
Michael Sevakis
1
-24
/
+20
2007-07-03
More PP502x clock setup rework. This should fix the freezes on PP5020 once an...
Jens Arnold
1
-4
/
+4
2007-05-02
Gigabeat: Separate driver for audio codec. Tweak pcm driver to comply with in...
Michael Sevakis
1
-0
/
+19
2007-04-30
This is how it should have been done.
Michael Sevakis
1
-2
/
+1
2007-04-30
ARM/PP: more optimized set_irq_level()
Michael Sevakis
1
-5
/
+11
2007-04-14
Do the target shuffle again a better way by including from higher levels
Michael Sevakis
1
-0
/
+130