summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2008-11-09Also rename as3525_codec in the e200/fuze backlight driverBertrik Sikken
2008-11-09Rename functions as3525_codec_* to ascodec_* to prepare re-use of as3514 code...Bertrik Sikken
2008-11-09Sansav2 BootloaderRafaël Carré
2008-11-09ARM C Runtime : prepare to exception vectors if not in the bootloaderRafaël Carré
2008-11-09SD PP: move non specific defines to sd.h, to be reused by other SD driversRafaël Carré
2008-11-09drive might be used uninitialized, prevent thatRafaël Carré
2008-11-07AS3525: enable access to the embedded SD cardRafaël Carré
2008-11-07FS#9532 - e200v2 buttons Jonathan Gordon
2008-11-07Fix tabs galore.Jens Arnold
2008-11-07Common data must be included in .bss or it won't get zeroed in crt0. Fix the ...Jens Arnold
2008-11-06AS3525: disable interruptsRafaël Carré
2008-11-06AS3525: we won't use threads in the bootloaderRafaël Carré
2008-11-06AS3525: implement tick_start() with TIMER2Rafaël Carré
2008-11-06AS3525: use kernel_init() in bootloaderRafaël Carré
2008-11-06AS3525: timer supportRafaël Carré
2008-11-05Onda VX747:Maurus Cuelenaere
2008-11-04Onda VX747:Maurus Cuelenaere
2008-11-04Since *set_led_enabled() is actually an ata-specific feature, move it back to...Frank Gevaerts
2008-11-04*_hard_reset() is only used inside ata.c, so there's no need to export it to ...Frank Gevaerts
2008-11-04More storage work. Frank Gevaerts
2008-11-03AS3525 : wait until PLLA is locked when changedRafaël Carré
2008-11-03ramdisk needs to be non-externFrank Gevaerts
2008-11-03Add ramdisk storage driver. It will be useful for developing multi-driver sto...Frank Gevaerts
2008-11-03Minor comment change. FS #9234.Björn Stenberg
2008-11-03Sansa Clip : define recording and tuner capabilities to fix simulator buildRafaël Carré
2008-11-02AS3525 : fix interrupts support (but leave them disabled)Rafaël Carré
2008-11-02put stubs in the proper placeFrank Gevaerts
2008-11-02add proper dummy storage implementation for simsFrank Gevaerts
2008-11-02fix redFrank Gevaerts
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts
2008-11-02make the m200v2 lcd work again with higher cpu frequencyDominik Wenger
2008-11-02AS3525: disable interrupts, higher clock frequenciesRafaël Carré
2008-11-02declare m200v2 storage typeFrank Gevaerts
2008-11-01Shave off another 4 instructions (8 bytes).Jens Arnold
2008-11-01AS3525 : enable instruction and data cacheRafaël Carré
2008-11-01Clean up the Fuze LCD driver. The only functional change is to write 0x7030 ...Dave Chapman
2008-11-01Adapt sansa v2 sd driver to the new storage layerFrank Gevaerts
2008-11-01Unify the e200v2 and Fuze backlight/buttonlight code - it is identical.Dave Chapman
2008-11-01conditionalise *_get_info() to get some binsize backFrank Gevaerts
2008-11-01Add new storage-related defines for meizuFrank Gevaerts
2008-11-01Add more simulator stubs. This should get rid of the last redsFrank Gevaerts
2008-11-01fix redsFrank Gevaerts
2008-11-01Now also commit added filesFrank Gevaerts
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts
2008-11-01Remove Linux's mmci.h since the license is strict GPLv2Rafaël Carré
2008-11-01Add Sansa Fuze to the build system, including a first (untested) attempt at a...Dave Chapman
2008-11-01Define HAVE_AS3514 for the other V2 targets (it was already defined for the e...Dave Chapman
2008-11-01Sansa Clip config : remove/fix wrong defines/commentsRafaël Carré
2008-10-31Clip: add backlight and buttonlight codeRafaël Carré
2008-10-31Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLORRafaël Carré