summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/ipod
AgeCommit message (Expand)AuthorFilesLines
2008-01-09Greyscale library: Changed the internal data format once more (separated pixe...Jens Arnold1-82/+52
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold1-0/+117
2007-11-27Further lockdown of multipart i2c operations that must be done without intrus...Michael Sevakis1-0/+6
2007-11-26Speed up YUV blitting on iPod Video by ~8% (FS #8075 by Andree Buschmann).Jens Arnold2-148/+156
2007-11-19FS#7738 - Scroll wheel acceleration for iPodLinus Nielsen Feltzing1-39/+155
2007-11-18Move 4th Gen (grayscale and color) backlight init where it belongs.Jens Arnold4-22/+23
2007-11-18Significant LCD speedup for all greyscale iPods and Sansa c200 (c200, 4th Gen...Jens Arnold1-2/+8
2007-11-12Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold1-0/+12
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold7-25/+128
2007-11-06Get rid of some more inl/outl, and use the new macros for bitwise GPIO manipu...Jens Arnold1-10/+4
2007-11-05Get rid of some more inl/outl. 0x70000084 seems to be GPO32_ENABLE.Barry Wardell3-3/+3
2007-11-05Fix red.Barry Wardell2-2/+2
2007-11-05Get rid of some more inl/outl and use the new GPO32 define instead.Barry Wardell2-2/+2
2007-11-04The GPIO interrupts are split into several port groups on all PP502x versions...Jens Arnold1-3/+3
2007-11-03Finally: HDD power control for all PP502x iPods (4th gen Grayscale, Color, Mi...Jens Arnold1-6/+20
2007-11-02iPod Video LCD driver: Reintroduce the simple method of waiting for update co...Jens Arnold1-2/+30
2007-11-02Bootloaders are single core... (aka fix red)Jens Arnold1-3/+15
2007-11-02Major speedup of the iPod Video LCD driver. The internal update procedure of ...Jens Arnold2-153/+234
2007-10-28iPod Video: Further optimised LCD data transfer (5..6% speedup, but increase ...Jens Arnold2-103/+116
2007-10-22Assembler optimised lcd_yuv_blit() for iPod Video (Fs #7951 by Andree Buschma...Jens Arnold2-105/+248
2007-10-16Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplay...Thom Johansen2-120/+94
2007-10-16Finally full multicore support for PortalPlayer 502x targets with an eye towa...Michael Sevakis1-4/+4
2007-10-12PP LCD drivers: * Optimised and cleaned up PP colour LCD drivers. Immeasurabl...Jens Arnold2-64/+40
2007-10-07* Use proper definitions for the PP (mono) LCD bridge. * Clean up pp5002.h a ...Jens Arnold1-21/+8
2007-09-29Fix the LCD line remaining active after shutdown on grayscale ipods (FS#5199)...Nicolas Pennequin1-0/+9
2007-09-28FS #7763 by Andree Buschmann. Speed up video rendering for Ipod Video.Thom Johansen1-115/+91
2007-09-12* Don't touch the backlight(s) (and buttonlight) at backlight init in order t...Jens Arnold1-0/+26
2007-08-18iPod 1st Gen: Dynamic wheel enable. This reduces wheel power consumption to a...Jens Arnold1-13/+36
2007-08-18iPod 1st Gen: Electronically disable the wheel when hold is enabled, saving q...Jens Arnold1-0/+11
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold2-0/+156
2007-08-15Make the wheel work on 1st gen iPod.Jens Arnold1-2/+9
2007-08-10iPod greyscale LCD driver: * Further speedup (timeout check turned out to be ...Jens Arnold1-10/+74
2007-08-08iPod greyscale LCD driver: Slight speedup and correct greylevels for other ta...Jens Arnold1-18/+10
2007-08-06Use correct 1/3 and 2/3 greylevels.Jens Arnold1-3/+3
2007-08-03Disk poweroff for 3rd gen iPods.Jens Arnold1-4/+5
2007-08-03Disk poweroff for 1st/2nd gen iPods.Jens Arnold1-2/+17
2007-07-30Interrupt driven ADC reading on the 2nd gen.Jens Arnold1-17/+38
2007-07-30First version of a 1st/2nd gen ADC driver. 1st gen is untested yet.Jens Arnold3-10/+134
2007-07-29iPod 1st..3rd gen: Interrupt driven button driver for 100% smooth wheel opera...Jens Arnold1-14/+33
2007-07-272nd gen: Correct LCD inversion state on init. * Fine tuned default contrast.Jens Arnold1-1/+6
2007-07-27iPod 2nd gen: * Fake battery voltage of 4.00V so rockbox doesn't shutdown (AD...Jens Arnold5-14/+79
2007-07-27Rockbox compiles and boots now on the 2nd gen, but doesn't work properly yet.Jens Arnold3-6/+24
2007-07-25Remove the hack which read the ipod hardware revision from flash in the bootl...Dave Chapman1-3/+3
2007-07-02Improved CPU clock setup for PP502x. PP5020 and PP5022 are not register compa...Jens Arnold1-1/+1
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold1-0/+1
2007-04-11Moved SH1 system code to target tree. * First shot at hwcompat cleanup.Jens Arnold1-1/+0
2007-03-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell3-10/+10
2007-02-25Moved ipod LCD code to target tree.Jens Arnold3-0/+1169
2007-01-19iPod G3: Touching the wheel now resets the poweroff timer the same way as on ...Jens Arnold1-0/+1
2007-01-18iPods: Touching the wheel now resets the poweroff timer, so the iPod no longe...Jens Arnold2-3/+5