summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ipod/video (follow)
Commit message (Expand)AuthorAge
* lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon2012-02-28
* Set the default battery capacity for ipod video properly depending on detecte...Frank Gevaerts2011-07-19
* Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2011-03-02
* iPod Video LCD: Avoid white flash when entering sleep mode or shutting off.Andree Buschmann2011-01-10
* FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré2010-06-11
* No need to use alternating registers for dual register read/write sequence. C...Andree Buschmann2010-05-10
* Minor speed up (+3%) of iPod Video screen updates.Andree Buschmann2010-05-10
* Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz2010-05-06
* Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz2009-10-20
* fix redNils Wallménius2009-08-19
* Various files: make functions static if they're local or make sure there is a...Bertrik Sikken2009-08-06
* ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold2009-07-11
* Remove workaround for FS#10130 from 5G iPod LCD sleep codeBoris Gjenero2009-04-26
* Code police: fix brace placement, remove trailing spacesBoris Gjenero2009-04-13
* Fix redBoris Gjenero2009-04-12
* Fixes and improvements for FS#9890 - iPod 5G: LCD sleep, BCM shutdown and boo...Boris Gjenero2009-04-12
* One more try: Fix remaining reds and yellowsThomas Martitz2009-03-17
* Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz2009-03-17
* Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz2009-03-17
* Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down ...Andree Buschmann2009-02-21
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Save a few registers in assembler routines for iPod 5Gs LCD driver and YUV co...Andree Buschmann2008-03-27
* Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis2008-03-26
* Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2008-03-24
* Speed up YUV blitting on iPod Video by ~8% (FS #8075 by Andree Buschmann).Jens Arnold2007-11-26
* iPod Video LCD driver: Reintroduce the simple method of waiting for update co...Jens Arnold2007-11-02
* Bootloaders are single core... (aka fix red)Jens Arnold2007-11-02
* Major speedup of the iPod Video LCD driver. The internal update procedure of ...Jens Arnold2007-11-02
* iPod Video: Further optimised LCD data transfer (5..6% speedup, but increase ...Jens Arnold2007-10-28
* Assembler optimised lcd_yuv_blit() for iPod Video (Fs #7951 by Andree Buschma...Jens Arnold2007-10-22
* Parts of FS #7951 by Andree Buschmann. Faster YUV BLIT (means faster mpegplay...Thom Johansen2007-10-16
* FS #7763 by Andree Buschmann. Speed up video rendering for Ipod Video.Thom Johansen2007-09-28
* Moved ipod LCD code to target tree.Jens Arnold2007-02-25