summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2009-11-01Replace hardcoded constants (fix 32/64MB bug)Bob Cousins1-5/+8
2009-11-01Fix debug/multidrive build errorBob Cousins1-1/+4
2009-10-31FS#10744 - Fuze: Last line of screen's pixels doesn't change when switching t...Michael Chicoine2-2/+2
2009-10-31Replace hard-coded value of memory sizeBob Cousins1-1/+1
2009-10-31make mini2440 bootloader compile again, and remove a few warnings from sd dri...Dominik Wenger1-6/+10
2009-10-31Remove svn:executable from firmwareMichael Chicoine13-0/+0
2009-10-29Make the TCC78x HW debug screen yield by including a button wait timeout.Rob Purchase1-9/+6
2009-10-28The Onda VX777 has only one button, add it to the keymap.Maurus Cuelenaere1-1/+1
2009-10-27Initial touchscreen support for mini2440. Based on D2 touchscreen driverDominik Wenger6-9/+258
2009-10-26Fix iPod Nano 2G UI sluggishness (thanks to JdGordon for spotting this)Michael Sparmann1-1/+0
2009-10-26Many more drivers for mini2440. Now the main binary compiles and runs.Dominik Wenger10-69/+481
2009-10-26AMS Sansa: Change some #defines in debug-as3525 from "(SANSA_E200V2) || defin...Jack Halpin1-2/+2
2009-10-26fix an off-by-one error in lcd_update_rect()Michael Chicoine2-2/+2
2009-10-26Revert r23350 "AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk."Jack Halpin3-22/+13
2009-10-26Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they...Thomas Martitz2-8/+0
2009-10-26Color targets: Ported assembler optimised transparent bitmap drawing from Gig...Jens Arnold2-128/+0
2009-10-25AMS Sansa: Assume IDECLK is MCLK for the internal SD Disk. Reduce IDECLK to...Jack Halpin3-13/+22
2009-10-25Fix ipod nano 2g bootloader link problem, caused by my previous commitBertrik Sikken1-2/+2
2009-10-25Meizu M6 SP: make bootloader compile and run againBertrik Sikken4-371/+478
2009-10-25Meizu M6 SP: update lcd driver, it is now possible to display a rockbox logo ...Bertrik Sikken1-67/+90
2009-10-25power-meizu.c: fix usage of USB_TR nameBertrik Sikken1-1/+1
2009-10-24Adjust the iPod Nano 2G CPU clock freq again, this time to an exact value. Al...Michael Sparmann1-3/+4
2009-10-24Plumb an iPod Nano 2G battery leak that started spilling as soon as USB was u...Michael Sparmann1-3/+4
2009-10-24Add #ifdef HAVE_MULTIDRIVE to HS timings switch for uSD cards.Jack Halpin1-9/+11
2009-10-24Speed up lcd_update_rect by ~2.5% by counting towards 0 in the loop.Thomas Martitz2-2/+6
2009-10-24Hide yellowMichael Sparmann1-1/+1
2009-10-23Fix redMichael Sparmann1-0/+10
2009-10-23Implement iPod Nano 2G storage active indicatorMichael Sparmann2-10/+9
2009-10-23Finally a click, pop and other distortion free PCM driver for that fishy buff...Michael Sparmann2-51/+106
2009-10-22Working Bootloader for mini2440. Dominik Wenger5-0/+1473
2009-10-21Add iPod Nano 2G µsec timer, and use it in the clickwheel driver.Michael Sparmann1-13/+0
2009-10-21iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. Th...Michael Sparmann1-7/+8
2009-10-21Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now,...Michael Sparmann1-25/+50
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz19-19/+19
2009-10-20D2: Remove the hardcoded driver-level touchscreen calibration, since it's don...Rob Purchase1-33/+3
2009-10-20Cleanup and expand D2 charger detection (not yet implemented for D2+).Rob Purchase1-2/+20
2009-10-20Fixed a bunch of iPod Nano 2G FTL bugs.Michael Sparmann1-10/+16
2009-10-20iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default...Michael Sparmann2-56/+429
2009-10-19Make RoLo work on PP5002. * Rename CACHE_CTL flag values on PP5002 for consis...Jens Arnold2-3/+3
2009-10-19Initial mini2440 port.Dominik Wenger16-177/+937
2009-10-19AMS Sansa: Adjust SD Card frequency to Identification frequency at beginning...Jack Halpin1-14/+31
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken2-2/+2
2009-10-18Split ARMv6 code from mmu-arm.SRafaël Carré2-137/+156
2009-10-18iPod Nano 2G storage performance improved by not copying around buffers unnec...Michael Sparmann2-84/+95
2009-10-17Add dcache cleaning to the S5L870x PCM driver.Michael Sparmann1-1/+3
2009-10-17Fix S5L870x cache coherency functions. They were split into a different file,...Michael Sparmann4-5/+139
2009-10-17Implement iPod Nano 2G nand_get_info()Michael Sparmann2-1/+12
2009-10-17Adjust iPod Nano 2G CPU speed to 192MHz, which measurements show it to be. Ti...Michael Sparmann1-3/+3
2009-10-17fix redNils Wallménius1-2/+1
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius7-196/+141