summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2009-07-12AMSSansa: Use single adc_read instead of multiple ascodec_reads to read volta...Jack Halpin1-3/+2
2009-07-12S5L8700: implement timer driverBertrik Sikken2-0/+106
2009-07-12Correct svn:keywords and svn:eol-style on a few more files.Thomas Martitz14-190/+190
2009-07-12Remove svn:executable from these files.Thomas Martitz2-0/+0
2009-07-11ARM asm LCD and ATA driver functions: Don't save r12 as it is a scratch reg. ...Jens Arnold12-261/+256
2009-07-11S5L8700: fix buttons used in debug menuBertrik Sikken2-2/+2
2009-07-11Meizu M3: implement rudimentary button driverBertrik Sikken2-15/+79
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 Levin2-2/+7
2009-07-11Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin2-10/+13
2009-07-11fix yellow : panicf() is declared in panic.hRafaël Carré1-0/+1
2009-07-11S5L8700: add skeleton for __dbg_hw_info and __dbg_ports items in the debug menuBertrik Sikken2-0/+126
2009-07-11Sansa AMS: panic with the PL180 controller status register in case of errorsRafaël Carré1-12/+14
2009-07-11S5L8700: mask away status bits from ADC conversion resultBertrik Sikken1-1/+1
2009-07-11Sansa AMS: handle properly SD transfer errorsRafaël Carré1-4/+8