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
/
iriver
Age
Commit message (
Expand
)
Author
Files
Lines
2008-05-01
Make the linker complain if the bootloader isn't going to fit into IRAM on PP...
Barry Wardell
1
-7
/
+15
2008-04-29
Make sure the linker considers crt0*.o before all files specified on the comm...
Jens Arnold
2
-2
/
+2
2008-04-20
move some data around to place qh_array at the start of iram. This saves up t...
Frank Gevaerts
1
-9
/
+10
2008-04-07
explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...
Robert Kukla
1
-0
/
+1
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
3
-11
/
+49
2008-04-02
Revert... stupid svn doesn't complain when passing -m twice :(
Jens Arnold
1
-39
/
+75
2008-04-02
Make the measured LCD scanrates from the greylib known to the scanrate test p...
Jens Arnold
1
-75
/
+39
2008-03-27
split boot.lds and move it into the target tree
Marcoen Hirschberg
1
-0
/
+53
2008-03-27
Make H10 bootloader successfully boot the OF again.
Barry Wardell
1
-0
/
+4
2008-03-25
Revert accidental tree commit. /me needs a smaller enter key...
Jens Arnold
1
-39
/
+75
2008-03-25
Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...
Jens Arnold
1
-75
/
+39
2008-03-24
Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...
Jens Arnold
2
-30
/
+2
2008-03-13
Split up app.lds to the respective target directories. The portalplayer devi...
Karl Kurbjun
1
-0
/
+160
2008-03-08
Revert accidental tree commit. Sorry for that.
Jens Arnold
1
-39
/
+75
2008-03-08
No need to have \n here. panicf() won't output it anyway.
Jens Arnold
1
-75
/
+39
2008-02-01
H10-20GB: Commit the first patch in FS#8533 to fix the mpegplayer display pro...
Michael Sevakis
1
-8
/
+16
2008-01-26
H10 20GB: Assembly YUV blitting and dithering.
Michael Sevakis
2
-145
/
+586
2008-01-25
H10 20GB: Hopefully fix the issue on FM not operating at 80MHz CPU frequency ...
Michael Sevakis
1
-0
/
+2
2008-01-12
- share adc reading code between h10 and mrobe100
Robert Kukla
1
-141
/
+0
2007-11-27
H10 button driver: Use atomic GPIO bit manipulation.
Jens Arnold
1
-7
/
+7
2007-11-12
Hardware controlled backlight brightness for iPod Video and Nano, retaining t...
Jens Arnold
2
-9
/
+18
2007-11-11
FS#8046: H10 FM tuner support. Thanks to Przemyslaw Holubowski for doing the...
Barry Wardell
2
-2
/
+206
2007-11-03
Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Mi...
Jens Arnold
1
-3
/
+2
2007-10-16
Improved H10 ADC driver. We now do things exactly as the OF does. This includ...
Barry Wardell
4
-44
/
+79
2007-10-12
H10 LCD driver size reductions: Un-inline a function for H10 20GB, and introd...
Jens Arnold
2
-16
/
+16
2007-10-12
PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurabl...
Jens Arnold
2
-95
/
+70
2007-08-21
H10: add more time between enabling touch-pad and reading ADC. Greatly improv...
Peter D'Hoye
2
-2
/
+7
2007-08-17
First step of powermanagement rework: * Move target specific stuff into targe...
Jens Arnold
1
-0
/
+71
2007-08-14
Moved archos power handling into target tree. * Tuner power handling cleaned ...
Jens Arnold
1
-20
/
+4
2007-07-31
Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...
Michael Sevakis
1
-0
/
+5
2007-07-26
H10: Speed up LCD updates significantly (~+80% when boosted).
Jens Arnold
2
-1
/
+3
2007-07-14
Do some planned radio interface cleanup since adding in the LV24020LP.
Michael Sevakis
1
-2
/
+2
2007-04-19
move the iriver ifp7xx and other pnx0101 related files together in the target...
Marcoen Hirschberg
9
-641
/
+0
2007-04-14
Do the target shuffle again a better way by including from higher levels
Michael Sevakis
1
-0
/
+34
2007-04-12
Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...
Jens Arnold
1
-0
/
+1
2007-04-11
Moved SH1 system code to target tree. * First shot at hwcompat cleanup.
Jens Arnold
3
-3
/
+0
2007-03-16
Fix problem where power_off() on the H10 returns before the device is actuall...
Barry Wardell
1
-0
/
+1
2007-02-20
Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...
Jens Arnold
1
-3
/
+3
2007-02-18
Fix remaining CONFIG_TUNER checks.
Jens Arnold
2
-4
/
+4
2007-01-20
On the H10 when we power the disk on again after spindown and poweroff we nee...
Barry Wardell
1
-0
/
+1
2007-01-09
Removed executable flag
Linus Nielsen Feltzing
2
-0
/
+0
2006-12-20
Combine USB code for all PortalPlayer targets since they most likely all use ...
Barry Wardell
1
-58
/
+0
2006-12-05
Recent fix "Prevent the click of death when connecting an ipod to usb." is us...
Barry Wardell
1
-0
/
+2
2006-11-12
Split 1 bit LCD code and move appropriate parts to target tree. Only archos c...
Jens Arnold
1
-0
/
+208
2006-11-11
Improved power management (FS#3001). Shutdown rockbox when the battery gets t...
Barry Wardell
1
-0
/
+6
2006-11-10
Forgot to add new files for iFP move to target tree.
Tomasz Malesinski
9
-0
/
+401
2006-10-02
Enable ATA poweroff option on H10 for a nice increase in battery life.
Barry Wardell
1
-4
/
+6
2006-09-29
Add support for H10 remote. Remote buttons have the same keymappings as their...
Barry Wardell
4
-10
/
+59
2006-09-28
Apply Mike Sevakis' recent sleep/contrast fixes for the X5 LCD driver to the ...
Barry Wardell
1
-6
/
+15
2006-09-25
Fix "Upside down" behaviour on H10. We need to flip horizontally as well as v...
Barry Wardell
1
-1
/
+3
[prev]
[next]