summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts5-9/+29
2009-07-20take first_drive into account when handling hotswap. This is not important as...Frank Gevaerts1-6/+8
2009-07-19Update the uda1380 codec driver to allow it to be used without the WSPLL for ...Bertrik Sikken1-2/+20
2009-07-19M666591 (MRobe:500) USB: Driver works without restarting rockbox between conn...Karl Kurbjun1-1/+1
2009-07-19D2: Enable tagcache databaseRob Purchase1-1/+1
2009-07-19fix ifdef (HAVE_HOTSWAP, not HOTSWAP)Frank Gevaerts1-1/+1
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon...Rob Purchase4-1/+881
2009-07-18adapt c200v2 and view defines to the new drive/volume handling schemeFrank Gevaerts2-2/+4
2009-07-18Fix Onda VX747(+)/VX777 simulator buildMaurus Cuelenaere1-8/+6
2009-07-18Flyspray: FS#10326Frank Gevaerts3-446/+1026
2009-07-18S5L8700: fix off-by-one error in kernel timer and fix incorrect interrupt mas...Bertrik Sikken2-3/+3
2009-07-18Nano2g button driver - currently only implementing the hold switch. Should h...Dave Chapman1-0/+40
2009-07-18Various Nano2g changes - enable the rest of crt0.S (including clock setup) an...Dave Chapman4-1/+17
2009-07-18Commit FS#10413 by Michael Chicoine. Fixes upside down menu in mpegplayer wh...Michael Giacomelli1-5/+22
2009-07-17fix ata-nand-s5l8700 compilation properly this timeFrank Gevaerts2-2/+1
2009-07-17remove obsolete nand_spinup_time() declarationFrank Gevaerts1-1/+0
2009-07-17svn properties, late as usualFrank Gevaerts1-1/+1
2009-07-17Basic backlight driver for Nano 2GDave Chapman2-0/+68
2009-07-17don't try to call nand_soft_reset() or nand_disk_is_active(), they don't existFrank Gevaerts1-3/+3
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts37-315/+1157
2009-07-17make ELIO_TPJ1022 bootloader compile againRobert Kukla4-1/+276
2009-07-17Apply the same fix as r21930 did for the ramdisk for the AMS Sansa driver.Thomas Martitz1-1/+1
2009-07-17Allow access to the last sector of the ramdisk as wellFrank Gevaerts1-2/+2
2009-07-17Add information gleaned from disassembling the main firmware image. Detect lc...Robert Keevil2-76/+101
2009-07-17Improvments to Nano 2G LCD driver. This now works reliably on both LCD types.Dave Chapman1-85/+77
2009-07-17remove nand_soft_reset and nand_disk_is_active already voided in storage.hRafaël Carré2-22/+0
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré8-9/+95
2009-07-17Onda VX747: add dual-boot capability + make it possible to permanently 'stick...Maurus Cuelenaere3-4/+9
2009-07-17M:Robe 500: Fix simulator build and include some small changes for the 640x48...Karl Kurbjun1-13/+20
2009-07-17M:Robe 500: Start of interrupt support.Karl Kurbjun2-15/+28
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré8-95/+9
2009-07-16Add auto-detection of Nano 2G LCD type, and an initial attempt at lcd_update(...Dave Chapman2-29/+70
2009-07-16Fix Philips sa9200 red (HAVE_LCD_SLEEP is not defined in the bootloader so th...Thomas Martitz1-0/+2
2009-07-16Get the Nano2G bootloader running - it now runs and displays a logo on one ty...Dave Chapman1-3/+11
2009-07-16Oops, r21896 used the wrong #if check. Thanks to Thomas Martitz for spottingDave Chapman1-1/+1
2009-07-16The S5L8701 has the LCD controller in a different place.Dave Chapman1-11/+17
2009-07-16Working LCD driver for half the Nano2Gs. It now appears that there are two t...Dave Chapman1-20/+54
2009-07-15Apply some ARMv6 optimisations to YUV blitting. Speeds up mpegplayer on Gigab...Jens Arnold1-1/+67
2009-07-15Introduce S5L8701 CONFIG_CPU definition for Nano2G and a new CPU_S5L870X "fam...Dave Chapman4-62/+71
2009-07-14Guard the Timeout API declarations with the correct #ifdefRob Purchase1-0/+2
2009-07-14Missed one strncpy callNils Wallménius1-1/+1
2009-07-14FS#10080Nils Wallménius15-160/+84
2009-07-13FS#10436 - add the Sansa View to the build system. The bootloader builds but...Robert Keevil16-3/+1062
2009-07-12* Fix overlooked r12 usage possibility in mpegplayer ARM idct Jens Arnold1-2/+2
2009-07-12Basic changes to add nano 2g to the build system, based on the Meizu M3 port....Dave Chapman6-5/+424
2009-07-12S5L8700/Meizu: miscellaneous minor fixes, stubs added, keywords setBertrik Sikken7-27/+57
2009-07-12Meizu M3: initial version of battery readout and (uncalibrated) charge/discha...Bertrik Sikken1-0/+67
2009-07-12Add data structuresFrank Gevaerts1-3/+24
2009-07-12Remove OHCI registers from s3c2440.h and move them to their own header. Since...Frank Gevaerts2-27/+56
2009-07-12Meizu: implement power driver (USB power detect / charging status / poweroff)Bertrik Sikken2-2/+94