index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
ipod
Age
Commit message (
Expand
)
Author
2007-10-22
Assembler optimised lcd_yuv_blit() for iPod Video (Fs #7951 by Andree Buschma...
Jens Arnold
2007-10-16
Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplay...
Thom Johansen
2007-10-16
Finally full multicore support for PortalPlayer 502x targets with an eye towa...
Michael Sevakis
2007-10-12
PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurabl...
Jens Arnold
2007-10-07
* Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a ...
Jens Arnold
2007-09-29
Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)...
Nicolas Pennequin
2007-09-28
FS #7763 by Andree Buschmann. Speed up video rendering for Ipod Video.
Thom Johansen
2007-09-12
* Don't touch the backlight(s) (and buttonlight) at backlight init in order t...
Jens Arnold
2007-08-18
iPod 1st Gen: Dynamic wheel enable. This reduces wheel power consumption to a...
Jens Arnold
2007-08-18
iPod 1st Gen: Electronically disable the wheel when hold is enabled, saving q...
Jens Arnold
2007-08-17
First step of powermanagement rework: * Move target specific stuff into targe...
Jens Arnold
2007-08-15
Make the wheel work on 1st gen iPod.
Jens Arnold
2007-08-10
iPod greyscale LCD driver: * Further speedup (timeout check turned out to be ...
Jens Arnold
2007-08-08
iPod greyscale LCD driver: Slight speedup and correct greylevels for other ta...
Jens Arnold
2007-08-06
Use correct 1/3 and 2/3 greylevels.
Jens Arnold
2007-08-03
Disk poweroff for 3rd gen iPods.
Jens Arnold
2007-08-03
Disk poweroff for 1st/2nd gen iPods.
Jens Arnold
2007-07-30
Interrupt driven ADC reading on the 2nd gen.
Jens Arnold
2007-07-30
First version of a 1st/2nd gen ADC driver. 1st gen is untested yet.
Jens Arnold
2007-07-29
iPod 1st..3rd gen: Interrupt driven button driver for 100% smooth wheel opera...
Jens Arnold
2007-07-27
2nd gen: Correct LCD inversion state on init. * Fine tuned default contrast.
Jens Arnold
2007-07-27
iPod 2nd gen: * Fake battery voltage of 4.00V so rockbox doesn't shutdown (AD...
Jens Arnold
2007-07-27
Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.
Jens Arnold
2007-07-25
Remove the hack which read the ipod hardware revision from flash in the bootl...
Dave Chapman
2007-07-02
Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...
Jens Arnold
2007-04-12
Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...
Jens Arnold
2007-04-11
Moved SH1 system code to target tree. * First shot at hwcompat cleanup.
Jens Arnold
2007-03-03
Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...
Barry Wardell
2007-02-25
Moved ipod LCD code to target tree.
Jens Arnold
2007-01-19
iPod G3: Touching the wheel now resets the poweroff timer the same way as on ...
Jens Arnold
2007-01-18
iPods: Touching the wheel now resets the poweroff timer, so the iPod no longe...
Jens Arnold
2006-12-20
Combine USB code for all PortalPlayer targets since they most likely all use ...
Barry Wardell
2006-12-19
Convert queues to use intptr_t for event data and return values as most of th...
Michael Sevakis
2006-11-29
Prevent the click of death when connecting an ipod to usb.
Miika Pekkarinen
2006-10-07
Move iPod headphone detection into target tree (FS#6131 by Robert Keevil) and...
Daniel Ankers
2006-10-05
Move all iPod targets into the target tree. FS#5890
Barry Wardell