summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8700
AgeCommit message (Expand)Author
2011-12-21Make more local functions static.Boris Gjenero
2011-12-17Swap red and yellow for green on r31339's cranky builds.Michael Sevakis
2011-12-17Get the linker files that slipped through in r31337.Michael Sevakis
2011-11-16Fix the gpl notice in the previous commits new files, and fix the yelow gevea...Jonathan Gordon
2011-11-16Finally commit FS#5111 - piezo clicker for ipods!Jonathan Gordon
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2011-06-08Remove superfluous executable bits on a bunch of files.Torne Wuff
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat
2011-04-22Fix issues with iPod nano 2G displays reported on the forums. The voltage sup...Andree Buschmann
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis
2011-02-27iPod Classic CE-ATA Support (Part 4 of 4: S5L8702 ATA driver)Michael Sparmann
2011-01-03Remove files accidentally commited in 28953Michael Sparmann
2011-01-02New port: iPod Classic (also known as iPod 6G/6.5G/7G)Michael Sparmann
2011-01-01Fix comment.Andree Buschmann
2011-01-01Save some binsize in LCD driver of iPod nano 2G. No impact to speed.Andree Buschmann
2010-12-30Submit FS11782: Use faster DRAM timings in unboosted state for S5L870x. DRAM ...Andree Buschmann
2010-12-30Submitted the wrong file with r28933.Andree Buschmann
2010-12-21Major speedup of iPod nano 2G. Part 6: Use faster LCD interface configuration...Andree Buschmann
2010-12-19iPod nano 2G: Use LCD_PHTIME = 0x22 for both LDS and ILI type of displays. Si...Andree Buschmann
2010-12-19iPod nano2g ILI type LCD displays need big endian configuration for the LCD i...Andree Buschmann
2010-12-13Add short sleep after wakeup of LDS176 type LCD to avoid occasional shift of ...Andree Buschmann
2010-12-13Speedup of iPod nano 2G YUV blitting by 3%.Andree Buschmann
2010-12-13FS#11807 - Major speedup of iPod nano 2G. Part 5: Introduce asm for RGB scree...Andree Buschmann
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 4: Introduce asm for yuv blitt...Andree Buschmann
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 3: Unify different write comma...Andree Buschmann
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 2: Use 16 bit data width and s...Andree Buschmann
2010-12-12FS#11708 - Major speedup of iPod nano 2G. Part 1: Loop unrolling and reductio...Andree Buschmann
2010-12-12iPod Nano 2G: Correct clickwheel interrupt handler name, this time consistently.Michael Sparmann
2010-12-11Fix typo in comment.Andree Buschmann
2010-12-11iPod nano 2G: Call lcd_update_rect() in lcd_update() instead of using an own ...Andree Buschmann
2010-12-11Set DRAM configuration for iPod nano 2G in crt0.sAndree Buschmann
2010-12-11Detail comment in timer configuration of S5L870x.Andree Buschmann
2010-12-11Derive clock and timer defines from frequency of external source.Andree Buschmann
2010-12-01Remove tabsAndree Buschmann
2010-11-15Implement udelay() for S5L870x. Exchange sleep() with udelay() during CPU vol...Andree Buschmann
2010-11-14iPod Nano 2G LCD sleep: Powering down LDO2 also affects USB, so we can't do t...Michael Sparmann
2010-11-14Move pcm doublebuffer to IRAM on nano 2G.Andree Buschmann
2010-11-14iPod Nano 2G LCD sleep: Send LCD_EVENT_ACTIVATION eventMichael Sparmann
2010-11-14iPod Nano 2G: Implement LCD sleep (FS#11604 by Franz-Josef Haider), adds up t...Michael Sparmann
2010-11-14iPod Nano 2G: Dynamic Vcore scaling, based on current CPU clock. Adds 1-2 hou...Michael Sparmann
2010-11-14iPod Nano 2G: Set I2C clock to 374400 Hz, now that we know what it is derived...Michael Sparmann
2010-11-14iPod Nano 2G: Use sane (150 microseconds) PLL locking delays and properly set...Michael Sparmann
2010-11-14iPod Nano 2G: Fix I2S clocking. All sampling rates should work now.Michael Sparmann
2010-11-13iPod Nano 2G: Finally FIQ-less and glitch-free PCM. This should allow for IRQ...Michael Sparmann
2010-11-13iPod Nano 2G: Post-mortem memory dumper stub (FS#11701)Michael Sparmann
2010-11-13iPod Nano 2G FTL: Remove some meaningless code in ftl_initMichael Sparmann
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat