summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-10-22Working Bootloader for mini2440. Dominik Wenger8-3/+1652
2009-10-22Code cleanup in dsp.c and misc.c, some commentsJeffrey Goode1-0/+3
2009-10-21Add a "Flushing storage buffers" message to ROLO if it needs to do that.Michael Sparmann1-6/+11
2009-10-21storage_flush() should be done before disabling interrupts in ROLO.Michael Sparmann1-3/+7
2009-10-21Fix yellowMichael Sparmann1-2/+3
2009-10-21Fix redMichael Sparmann1-0/+2
2009-10-21Add iPod Nano 2G µsec timer, and use it in the clickwheel driver.Michael Sparmann2-13/+2
2009-10-21iPod Nano 2G: "Fix" the latest PCM issues, channel swap and vinyl popping. Th...Michael Sparmann2-8/+11
2009-10-21Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now,...Michael Sparmann2-25/+55
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz25-84/+28
2009-10-20Correct wrong usage of event callbacks all over the place. It's not supposed ...Thomas Martitz4-12/+10
2009-10-20D2: Remove the hardcoded driver-level touchscreen calibration, since it's don...Rob Purchase1-33/+3
2009-10-20D2 should have HAVE_USB_POWER defined.Rob Purchase2-0/+6
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-20Don't selecu any usb class drivers for a simulator buildFrank Gevaerts1-0/+2
2009-10-20Fix some iPod Nano 2G config defines to make USB HID work.Michael Sparmann2-9/+13
2009-10-20Fix redMichael Sparmann1-3/+4
2009-10-20iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default...Michael Sparmann7-60/+790
2009-10-20Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and ...Thomas Martitz1-2/+1
2009-10-19Fix a scrolling bug with centered drawing and too long lines.Thomas Martitz1-0/+2
2009-10-19Make RoLo work on PP5002. * Rename CACHE_CTL flag values on PP5002 for consis...Jens Arnold4-13/+17
2009-10-19Fix rolo for AMS Sansa and simplify a few #ifdefs.Thomas Martitz1-7/+5
2009-10-19Initial mini2440 port.Dominik Wenger20-184/+1182
2009-10-19Change control handling to start expecting host packets before sending data t...Frank Gevaerts4-36/+33
2009-10-19AMS Sansa: Adjust SD Card frequency to Identification frequency at beginning...Jack Halpin1-14/+31
2009-10-19AMS Sansa: Add voltage defines to pl180.h. No functional changes.Jack Halpin1-0/+17
2009-10-18S5l8700: fix some CLCD controller register namesBertrik Sikken1-5/+5
2009-10-18Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_tim...Bertrik Sikken4-4/+4
2009-10-18Split ARMv6 code from mmu-arm.SRafaël Carré3-138/+157
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 Sparmann5-6/+140
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 Sparmann3-5/+6
2009-10-17fix redNils Wallménius1-2/+1
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius11-197/+170
2009-10-17USB HID: Add mouse mode to h10Tomer Shalev2-0/+2
2009-10-17USB HID: Use different context for each mode; Use constant for each action;Tomer Shalev3-2/+1
2009-10-16Fix logic error in D2+ touchscreen driver.Rob Purchase1-3/+3
2009-10-16AMS Sansa: Lower ADC checkvalue for voltage scaling to 1.175V as some player...Jack Halpin1-3/+3
2009-10-16Gigabeat S: Add support for dumping the flash from debug menuTorne Wuff1-1/+1
2009-10-15Touchscreen support for newer Cowon D2+ hardware revisions (using TSC200x tou...Rob Purchase8-137/+369
2009-10-15AMS Sansa: FS#10669 Reimplement Voltage scaling.Jack Halpin2-4/+24
2009-10-15Sansa Fuze & e200v2 : do not enable USBSTACK in the bootloaderRafaël Carré3-0/+14
2009-10-15Sansa AMS USB driver : still not workingRafaël Carré2-26/+26
2009-10-15Sansa AMS SD driver: cleanup defines and commentsRafaël Carré1-50/+16
2009-10-13Changes to make the Nano2G sim build. It is still missing a UI-ipodnano2g.bmpDave Chapman1-0/+2
2009-10-13The Nano2G also qualifies for HAVE_WHEEL_POSITIONDave Chapman1-0/+3
2009-10-13Add HAVE_SCROLLWHEEL for the Nano2G, as they have a scrollwheel.Dave Chapman1-0/+3