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
2015-01-12
Get rid of stupid _backlight_* function names
Marcin Bukat
2
-5
/
+5
2013-07-19
Combine PortalPlayer .lds files into one for app and boot.
Michael Sevakis
1
-195
/
+1
2012-05-01
Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.
Michael Sevakis
1
-1
/
+1
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
2
-2
/
+2
2012-01-11
lcd: fix function name in comments in assembly files (lcd_write_yup_420 inste...
Amaury Pouly
1
-2
/
+2
2012-01-08
button-target.h : move prototypes to button.h
Rafaël Carré
1
-8
/
+0
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
1
-1
/
+1
2012-01-03
Fix path to PP crt0
Rafaël Carré
1
-1
/
+1
2012-01-03
move PP specific files to pp/
Rafaël Carré
1
-1
/
+1
2012-01-01
Fix FS#12243 : On 20GB H10, restore correct upside down state when waking LCD.
Boris Gjenero
1
-3
/
+3
2011-12-31
delete usb-target.h content redundant with PP usb-target.h
Rafaël Carré
1
-31
/
+0
2011-12-31
usb_plugged() is PP only
Rafaël Carré
1
-2
/
+0
2011-12-31
move usb_pin_init() declaration to PP's system-target.h
Rafaël Carré
1
-1
/
+0
2011-12-31
usb_init_device(): move prototype to usb.h
Rafaël Carré
1
-1
/
+0
2011-12-18
Add KEEP() around vectors in linker scripts.
Boris Gjenero
1
-1
/
+1
2011-11-22
FS#12397 : On targets which load .data directly into its final location and l...
Boris Gjenero
1
-9
/
+1
2011-01-17
Convert PortalPlayer iRivers to use USB-mode enabled bootloader. The H10 5/6G...
Michael Sevakis
2
-63
/
+5
2011-01-15
Fix r29053 red and a leftover use of 'usb' variable as a bool rather than int...
Michael Sevakis
1
-0
/
+2
2010-09-20
*/app.lds: remove STUBOFFSET
Rafaël Carré
1
-8
/
+2
2010-06-11
FS#11335 by me: make ARM assembly functions thumb-friendly
Rafaël Carré
1
-2
/
+2
2010-05-15
YUV Dither: r12 saving was removed but stacked parameter load offset wasn't c...
Michael Sevakis
1
-1
/
+1
2010-03-21
Update battery discharge curve and current consumption for iRiver h10 5GB. Th...
Andree Buschmann
1
-12
/
+12
2010-03-08
Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss...
Thomas Martitz
1
-2
/
+2
2010-03-03
Fix remaining reds. I forgot to change the app.lds of the other PP targets (i...
Thomas Martitz
1
-3
/
+15
2010-01-03
Fix tabs
Andree Buschmann
1
-1
/
+1
2009-10-20
Convert lcd_activation callbacks to use the event system to allow for multipl...
Thomas Martitz
1
-1
/
+1
2009-08-06
Various files: make functions static if they're local or make sure there is a...
Bertrik Sikken
1
-0
/
+1
2009-07-11
ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...
Jens Arnold
1
-4
/
+4
2009-06-24
Also fix the iRiver H10
Maurus Cuelenaere
1
-2
/
+2
2009-05-17
Fix duplicate #includes
Bertrik Sikken
1
-1
/
+0
2009-04-26
Remove the calls to backlight_lcd_sleep_countdown from target specific code a...
Thomas Martitz
1
-6
/
+0
2009-04-25
Remove unnecessary #include "adc.h"
Bertrik Sikken
1
-1
/
+0
2009-03-17
Fix very last yellows.
Thomas Martitz
1
-1
/
+6
2009-03-17
Okay, this should be the last. I'm sorry for the trouble, but now everything ...
Thomas Martitz
1
-4
/
+2
2009-03-17
One more try: Fix remaining reds and yellows
Thomas Martitz
1
-35
/
+36
2009-03-17
Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...
Thomas Martitz
1
-5
/
+11
2009-03-17
Rework lcd_enabled and lcd_set/call_enable hook
Thomas Martitz
1
-2
/
+2
2009-03-02
Make the H10 5GB bootloader able to load the OF again. From FS#9955.
Barry Wardell
1
-0
/
+4
2009-02-20
Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...
Michael Sevakis
1
-2
/
+2
2009-01-31
Various files: make function implementations consistent with their declaratio...
Bertrik Sikken
1
-2
/
+3
2009-01-27
Move the PP5020 ADC defines to the c-file instead of repeating them across th...
Mark Arigo
1
-6
/
+0
2008-12-24
H10 can distinguish USB and MAIN charger input so return proper flags. H100s ...
Michael Sevakis
1
-3
/
+9
2008-12-24
Simplify powermgmt thread loops so it calls functions turn (no more power_thr...
Michael Sevakis
1
-4
/
+0
2008-12-03
Straighten out some powermanagement stuff. Give target complete control over ...
Michael Sevakis
1
-2
/
+4
2008-11-07
Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...
Jens Arnold
1
-0
/
+1
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
12
-24
/
+48
2008-05-28
Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...
Michael Sevakis
1
-0
/
+1
2008-05-14
Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlig...
Michael Sevakis
1
-11
/
+8
2008-05-07
H10: Disable IDE controller when the disk is powered down like on ipods.
Jens Arnold
1
-0
/
+2
2008-05-04
Make the H10 bootloader work again. Also fix the same problem that might be a...
Barry Wardell
1
-2
/
+2
[next]