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
/
system.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-25
AMS: Return ascodec to interrupt-based I2C2 driver
Michael Sevakis
1
-16
/
+13
2011-12-24
Fix reds.
Thomas Martitz
1
-2
/
+4
2011-12-24
Initial commit of the Samsung YP-R0 port.
Thomas Martitz
1
-1
/
+1
2010-06-21
Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #...
Thomas Martitz
1
-1
/
+1
2009-05-21
Simplify some redundant boolean expressions
Bertrik Sikken
1
-1
/
+1
2009-03-09
A few tweaks to get USB support compiling again on TCC targets (part of FS#99...
Rob Purchase
1
-0
/
+1
2009-02-03
Remove struct spinlock to cleanup some mess and simplify. It's only used in b...
Michael Sevakis
1
-32
/
+11
2009-01-08
Clean up panicf and introduce system_exception_wait to do further target task...
Michael Sevakis
1
-57
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
1
-2
/
+4
2008-06-27
remove leftover debug stuff
Marcoen Hirschberg
1
-6
/
+0
2008-06-27
initial Meizu M6SL port (take 2)
Marcoen Hirschberg
1
-0
/
+6
2008-04-29
Make sure the linker considers crt0*.o before all files specified on the comm...
Jens Arnold
1
-6
/
+0
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
1
-4
/
+4
2008-02-08
Gigabeat S: Interrupt enabled bootloader. Miscellaneous integration changes.
Michael Sevakis
1
-0
/
+6
2008-01-18
Finally, out goes struct spinlock for anything but mutiprocessor targets wher...
Michael Sevakis
1
-1
/
+1
2007-10-21
Fixed warnings when logf is enabled.
Miika Pekkarinen
1
-0
/
+6
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
1
-11
/
+63
2007-09-28
Commit a subset of the dual core changes that have to do with cache handling,...
Michael Sevakis
1
-1
/
+3
2007-07-09
Add divide-by-zero trap for ARM instead of just silently ignoring them.
Michael Sevakis
1
-1
/
+17
2007-04-22
Fix build errors.
Barry Wardell
1
-4
/
+0
2007-04-22
Move PortalPlayer system.c code into the target tree.
Barry Wardell
1
-386
/
+0
2007-04-22
Fix some very probable typo's.
Barry Wardell
1
-7
/
+7
2007-04-14
PP5020/PP5024: Add ASM optimized inline current_core.
Michael Sevakis
1
-10
/
+0
2007-04-11
Moved SH1 system code to target tree. * First shot at hwcompat cleanup.
Jens Arnold
1
-401
/
+1
2007-04-06
Now charcell displays require lcd_update() for updating the main lcd content ...
Jens Arnold
1
-3
/
+0
2007-03-26
Fixed compilation problems with boostctrl_mtx.
Miika Pekkarinen
1
-0
/
+9
2007-03-26
Make scheduler functions thread safe core wise. A big step towards playback r...
Miika Pekkarinen
1
-40
/
+48
2007-03-24
PNX0101 changes:
Tomasz Malesinski
1
-87
/
+0
2007-03-04
Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...
Daniel Ankers
1
-91
/
+146
2007-03-03
Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...
Barry Wardell
1
-3
/
+3
2007-02-23
Remap flash ROM to 0x20000000 on the ipods and H10s, and implement dbg_save_r...
Dave Chapman
1
-0
/
+8
2007-01-22
Simple cpu boost tracker for LOGF builds. Shows the last 64 cpu_boost() calls...
Jonathan Gordon
1
-1
/
+47
2007-01-12
Prepare core support for the iriver bootloader supporting ROM images
Miika Pekkarinen
1
-11
/
+24
2007-01-04
Move system specific reboot
Greg White
1
-17
/
+0
2006-12-29
merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...
Marcoen Hirschberg
1
-1
/
+9
2006-12-05
Removed the cpu boost tracking debug feature for now because of
Miika Pekkarinen
1
-38
/
+2
2006-11-22
Sansa doesn't use a Wolfson codec. Various other changes to allow Sansa to c...
Daniel Ankers
1
-2
/
+4
2006-11-10
Removed the Gmini 120 and Gmini SP code. These ports are dead, unfortunately.
Jens Arnold
1
-237
/
+1
2006-11-08
Use HAVE_FLASHED_ROCKBOX when target is flashable. Currenly only used by the ...
Michael Sevakis
1
-11
/
+8
2006-11-06
Big Patch adds primarily: Samplerate and format selection to recording for SW...
Michael Sevakis
1
-2
/
+1
2006-10-30
Moved coldfire code in system.c and system.h into target tree.
Michael Sevakis
1
-279
/
+1
2006-10-30
move the iriver h1x0/h3x0 targets to the target tree
Jonathan Gordon
1
-110
/
+3
2006-10-12
Logf output on the serial port for h100 targets
Linus Nielsen Feltzing
1
-0
/
+22
2006-10-08
UIE(), panicf(): Make reboot with ON react immediately on targets with real L...
Jens Arnold
1
-6
/
+8
2006-10-08
coldfire: set INTBASE and SPURVEC at startup, fixed typo in GPI0 int name
Peter D'Hoye
1
-1
/
+5
2006-10-05
Add CPU boost tracker to see where boosts are coming from
Steve Bavin
1
-4
/
+44
2006-09-20
Detect charger connected on H10. No need to sleep(HZ) when powering off.
Barry Wardell
1
-0
/
+2
2006-08-31
Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...
Dave Chapman
1
-1
/
+1
2006-08-30
Enable CPU boosting on H10 models.
Barry Wardell
1
-1
/
+1
2006-08-21
Threading changes in preparation for multiple core support
Daniel Ankers
1
-41
/
+61
[next]