summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
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 Purchase2-1/+45
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-18Various Nano2g changes - enable the rest of crt0.S (including clock setup) an...Dave Chapman1-0/+2
2009-07-17fix ata-nand-s5l8700 compilation properly this timeFrank Gevaerts1-0/+1
2009-07-17remove obsolete nand_spinup_time() declarationFrank Gevaerts1-1/+0
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts18-186/+254
2009-07-17make ELIO_TPJ1022 bootloader compile againRobert Kukla1-1/+8
2009-07-17Add information gleaned from disassembling the main firmware image. Detect lc...Robert Keevil1-0/+11
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré4-9/+18
2009-07-17Onda VX747: add dual-boot capability + make it possible to permanently 'stick...Maurus Cuelenaere1-0/+5
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 Kurbjun1-5/+4
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré4-18/+9
2009-07-16Add auto-detection of Nano 2G LCD type, and an initial attempt at lcd_update(...Dave Chapman1-0/+4
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-15Introduce S5L8701 CONFIG_CPU definition for Nano2G and a new CPU_S5L870X "fam...Dave Chapman3-60/+68
2009-07-14Guard the Timeout API declarations with the correct #ifdefRob Purchase1-0/+2
2009-07-13FS#10436 - add the Sansa View to the build system. The bootloader builds but...Robert Keevil4-3/+249
2009-07-12Basic changes to add nano 2g to the build system, based on the Meizu M3 port....Dave Chapman2-0/+186
2009-07-12S5L8700/Meizu: miscellaneous minor fixes, stubs added, keywords setBertrik Sikken1-18/+18
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 Sikken1-2/+2
2009-07-12S5L8700: implement timer driverBertrik Sikken1-0/+2
2009-07-12Correct svn:keywords and svn:eol-style on a few more files.Thomas Martitz8-184/+184
2009-07-11Fix red for sansa m200v4 (it also should have the pitchscreenif sansa m200 ha...Alexander Levin1-1/+1
2009-07-11Fix red in bootloadersAlexander Levin1-0/+7
2009-07-11Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin1-2/+2
2009-07-10D2: Remove unnecessary ide_power functions.Rob Purchase1-3/+0
2009-07-10D2: Update the battery discharge curve to observed values, and add a crude ru...Rob Purchase1-0/+5
2009-07-09S5L8700: Implement ADC driverBertrik Sikken1-1/+2
2009-07-07Meizu: implement i2c for the meizu fmradio and update the tea5760 tuner driverBertrik Sikken2-0/+61
2009-07-06Samsa: fix red for clip/m200v4/c200v2 (typo)Rafaël Carré3-3/+3
2009-07-06Samsa AMS: start of an USB driver (nothing working atm)Rafaël Carré6-15/+31
2009-07-03Also enable frequency switching on Onda VX767Maurus Cuelenaere1-2/+1
2009-07-03Ingenic Jz4740: add basic frequency switchingMaurus Cuelenaere2-3/+5
2009-07-01Ingenic jz4740 SD driver: remove custom list of SD commandsRafaël Carré1-4/+4
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré2-5/+3
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré3-14/+36
2009-07-01Philips SA9200. Add LCD features: enable, sleep, flip, contrast, and invert.Mark Arigo1-7/+17
2009-07-01Use the USB pid normally used by the OF when in UMS mode. This might make mis...Jonas Häggqvist1-1/+1
2009-06-291 mA gets rounded to 0 during computation, so use 2 mA as the default.Michael Giacomelli1-5/+5
2009-06-29Clean up nested defines in powermngt.h while I'm at it.Michael Giacomelli1-8/+4
2009-06-29Protect CURRENT_REMOTE define with an ifndef.Michael Giacomelli1-0/+2
2009-06-29Move Archos battery runtime estimation defines into config files instead of p...Michael Giacomelli5-7/+24
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré14-13/+52