summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s5l8700
AgeCommit message (Expand)AuthorFilesLines
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2-8/+8
2011-02-27iPod Classic CE-ATA Support (Part 4 of 4: S5L8702 ATA driver)Michael Sparmann1-1/+1
2011-01-03Remove files accidentally commited in 28953Michael Sparmann2-119/+0
2011-01-02New port: iPod Classic (also known as iPod 6G/6.5G/7G)Michael Sparmann2-0/+119
2011-01-01Fix comment.Andree Buschmann1-1/+1
2011-01-01Save some binsize in LCD driver of iPod nano 2G. No impact to speed.Andree Buschmann1-44/+25
2010-12-30Submit FS11782: Use faster DRAM timings in unboosted state for S5L870x. DRAM ...Andree Buschmann1-0/+18
2010-12-30Submitted the wrong file with r28933.Andree Buschmann1-4/+13
2010-12-21Major speedup of iPod nano 2G. Part 6: Use faster LCD interface configuration...Andree Buschmann1-1/+1
2010-12-19iPod nano 2G: Use LCD_PHTIME = 0x22 for both LDS and ILI type of displays. Si...Andree Buschmann1-1/+2
2010-12-19iPod nano2g ILI type LCD displays need big endian configuration for the LCD i...Andree Buschmann1-5/+5
2010-12-13Add short sleep after wakeup of LDS176 type LCD to avoid occasional shift of ...Andree Buschmann1-0/+1
2010-12-13Speedup of iPod nano 2G YUV blitting by 3%.Andree Buschmann1-37/+35
2010-12-13FS#11807 - Major speedup of iPod nano 2G. Part 5: Introduce asm for RGB scree...Andree Buschmann2-24/+56
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 4: Introduce asm for yuv blitt...Andree Buschmann2-110/+275
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 3: Unify different write comma...Andree Buschmann1-175/+90
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 2: Use 16 bit data width and s...Andree Buschmann1-15/+8
2010-12-12FS#11708 - Major speedup of iPod nano 2G. Part 1: Loop unrolling and reductio...Andree Buschmann1-11/+25
2010-12-12iPod Nano 2G: Correct clickwheel interrupt handler name, this time consistently.Michael Sparmann1-5/+5
2010-12-11Fix typo in comment.Andree Buschmann1-1/+1
2010-12-11iPod nano 2G: Call lcd_update_rect() in lcd_update() instead of using an own ...Andree Buschmann1-33/+1
2010-12-11Set DRAM configuration for iPod nano 2G in crt0.sAndree Buschmann1-1/+5
2010-12-11Detail comment in timer configuration of S5L870x.Andree Buschmann1-1/+1
2010-12-11Derive clock and timer defines from frequency of external source.Andree Buschmann1-7/+7
2010-12-01Remove tabsAndree Buschmann3-57/+57
2010-11-15Implement udelay() for S5L870x. Exchange sleep() with udelay() during CPU vol...Andree Buschmann2-1/+8
2010-11-14iPod Nano 2G LCD sleep: Powering down LDO2 also affects USB, so we can't do t...Michael Sparmann2-858/+665
2010-11-14Move pcm doublebuffer to IRAM on nano 2G.Andree Buschmann1-1/+1
2010-11-14iPod Nano 2G LCD sleep: Send LCD_EVENT_ACTIVATION eventMichael Sparmann1-846/+847
2010-11-14iPod Nano 2G: Implement LCD sleep (FS#11604 by Franz-Josef Haider), adds up t...Michael Sparmann2-30/+471
2010-11-14iPod Nano 2G: Dynamic Vcore scaling, based on current CPU clock. Adds 1-2 hou...Michael Sparmann1-33/+8
2010-11-14iPod Nano 2G: Set I2C clock to 374400 Hz, now that we know what it is derived...Michael Sparmann1-10/+10
2010-11-14iPod Nano 2G: Use sane (150 microseconds) PLL locking delays and properly set...Michael Sparmann1-2/+6
2010-11-14iPod Nano 2G: Fix I2S clocking. All sampling rates should work now.Michael Sparmann1-19/+15
2010-11-13iPod Nano 2G: Finally FIQ-less and glitch-free PCM. This should allow for IRQ...Michael Sparmann1-167/+107
2010-11-13iPod Nano 2G: Post-mortem memory dumper stub (FS#11701)Michael Sparmann2-0/+311
2010-11-13iPod Nano 2G FTL: Remove some meaningless code in ftl_initMichael Sparmann1-27/+2
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat2-2/+2
2010-11-02Reconfigure IRAM for S5L870x. S5L8700 has 256 KB of IRAM, use a 48 KB / 208 K...Andree Buschmann1-2/+2
2010-11-02Fix a small bug that prevented the iPod Nano 2G NAND driver from detecting in...Michael Sparmann1-2/+2
2010-10-25Fix iPod Nano 2G bootloader, which was apparently broken by the eabi transitionMichael Sparmann2-11/+20
2010-10-25Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...Michael Sparmann1-27/+13
2010-10-01Submit FS#11646. Reduce voltage supply for iPod nano 2G LCD. Significantly re...Andree Buschmann1-1/+2
2010-09-25Roll back r28164 as this change introduced LCD issues on some nano 2G.Andree Buschmann1-1/+0
2010-09-25Reduce LCD voltage supply to 2500 mV to avoid humming noise of nano 2G.Andree Buschmann1-0/+1
2010-09-25Remove code that was unintentionally submitted.Andree Buschmann1-1/+0
2010-09-25Add some more information to iPod nano 2G debug screen.Andree Buschmann1-16/+12
2010-09-24Implement lineout en-/disable for WM8975 and activate it for iPod nano 2G.Andree Buschmann1-0/+9
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+1
2010-08-21Some Nano2G FTL cosmeticsMichael Sparmann1-21/+22