summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2009-07-23Remove USB storage defines from USB coreMaurus Cuelenaere
2009-07-22D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451.Rob Purchase
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz
2009-07-22Disable the D2 SD driver for the time being since there are reports of damage...Rob Purchase
2009-07-20Nano2G Backlight driver improvements - the previous version didn't work relia...Dave Chapman
2009-07-20sd_first_drive is only used when HAVE_HOTSWAP is defined, so add appropriate ...Frank Gevaerts
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts
2009-07-20take first_drive into account when handling hotswap. This is not important as...Frank Gevaerts
2009-07-19Update the uda1380 codec driver to allow it to be used without the WSPLL for ...Bertrik Sikken
2009-07-19M666591 (MRobe:500) USB: Driver works without restarting rockbox between conn...Karl Kurbjun
2009-07-19D2: Enable tagcache databaseRob Purchase
2009-07-19fix ifdef (HAVE_HOTSWAP, not HOTSWAP)Frank Gevaerts
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon...Rob Purchase
2009-07-18adapt c200v2 and view defines to the new drive/volume handling schemeFrank Gevaerts
2009-07-18Fix Onda VX747(+)/VX777 simulator buildMaurus Cuelenaere
2009-07-18Flyspray: FS#10326Frank Gevaerts
2009-07-18S5L8700: fix off-by-one error in kernel timer and fix incorrect interrupt mas...Bertrik Sikken
2009-07-18Nano2g button driver - currently only implementing the hold switch. Should h...Dave Chapman
2009-07-18Various Nano2g changes - enable the rest of crt0.S (including clock setup) an...Dave Chapman
2009-07-18Commit FS#10413 by Michael Chicoine. Fixes upside down menu in mpegplayer wh...Michael Giacomelli
2009-07-17fix ata-nand-s5l8700 compilation properly this timeFrank Gevaerts
2009-07-17remove obsolete nand_spinup_time() declarationFrank Gevaerts
2009-07-17svn properties, late as usualFrank Gevaerts
2009-07-17Basic backlight driver for Nano 2GDave Chapman
2009-07-17don't try to call nand_soft_reset() or nand_disk_is_active(), they don't existFrank Gevaerts
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts
2009-07-17make ELIO_TPJ1022 bootloader compile againRobert Kukla
2009-07-17Apply the same fix as r21930 did for the ramdisk for the AMS Sansa driver.Thomas Martitz
2009-07-17Allow access to the last sector of the ramdisk as wellFrank Gevaerts
2009-07-17Add information gleaned from disassembling the main firmware image. Detect lc...Robert Keevil
2009-07-17Improvments to Nano 2G LCD driver. This now works reliably on both LCD types.Dave Chapman
2009-07-17remove nand_soft_reset and nand_disk_is_active already voided in storage.hRafaël Carré
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré
2009-07-17Onda VX747: add dual-boot capability + make it possible to permanently 'stick...Maurus Cuelenaere
2009-07-17M:Robe 500: Fix simulator build and include some small changes for the 640x48...Karl Kurbjun
2009-07-17M:Robe 500: Start of interrupt support.Karl Kurbjun
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré
2009-07-16Add auto-detection of Nano 2G LCD type, and an initial attempt at lcd_update(...Dave Chapman
2009-07-16Fix Philips sa9200 red (HAVE_LCD_SLEEP is not defined in the bootloader so th...Thomas Martitz
2009-07-16Get the Nano2G bootloader running - it now runs and displays a logo on one ty...Dave Chapman
2009-07-16Oops, r21896 used the wrong #if check. Thanks to Thomas Martitz for spottingDave Chapman
2009-07-16The S5L8701 has the LCD controller in a different place.Dave Chapman
2009-07-16Working LCD driver for half the Nano2Gs. It now appears that there are two t...Dave Chapman
2009-07-15Apply some ARMv6 optimisations to YUV blitting. Speeds up mpegplayer on Gigab...Jens Arnold
2009-07-15Introduce S5L8701 CONFIG_CPU definition for Nano2G and a new CPU_S5L870X "fam...Dave Chapman
2009-07-14Guard the Timeout API declarations with the correct #ifdefRob Purchase
2009-07-14Missed one strncpy callNils Wallménius
2009-07-14FS#10080Nils Wallménius
2009-07-13FS#10436 - add the Sansa View to the build system. The bootloader builds but...Robert Keevil
2009-07-12* Fix overlooked r12 usage possibility in mpegplayer ARM idct Jens Arnold