summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/ipod/video
AgeCommit message (Expand)AuthorFilesLines
2011-07-19Set the default battery capacity for ipod video properly depending on detecte...Frank Gevaerts1-0/+33
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis1-4/+4
2011-01-10iPod Video LCD: Avoid white flash when entering sleep mode or shutting off.Andree Buschmann1-0/+4
2010-06-11FS#11335 by me: make ARM assembly functions thumb-friendlyRafaël Carré1-2/+4
2010-05-10No need to use alternating registers for dual register read/write sequence. C...Andree Buschmann1-6/+5
2010-05-10Minor speed up (+3%) of iPod Video screen updates.Andree Buschmann1-7/+13
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz1-1/+1
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-08-19fix redNils Wallménius1-0/+2
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken1-5/+5
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold1-13/+13
2009-04-26Remove workaround for FS#10130 from 5G iPod LCD sleep codeBoris Gjenero1-9/+0
2009-04-13Code police: fix brace placement, remove trailing spacesBoris Gjenero1-51/+62
2009-04-12Fix redBoris Gjenero1-0/+8
2009-04-12Fixes and improvements for FS#9890 - iPod 5G: LCD sleep, BCM shutdown and boo...Boris Gjenero1-34/+65
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz1-1/+1
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-0/+5
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz1-4/+1
2009-02-21Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down ...Andree Buschmann1-25/+291
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2-4/+8
2008-03-27Save a few registers in assembler routines for iPod 5Gs LCD driver and YUV co...Andree Buschmann1-35/+33
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-5/+5
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold1-15/+1
2007-11-26Speed up YUV blitting on iPod Video by ~8% (FS #8075 by Andree Buschmann).Jens Arnold2-148/+156
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 Johansen1-27/+27
2007-09-28FS #7763 by Andree Buschmann. Speed up video rendering for Ipod Video.Thom Johansen1-115/+91
2007-02-25Moved ipod LCD code to target tree.Jens Arnold1-0/+389