summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2008-11-02put stubs in the proper placeFrank Gevaerts2-120/+0
2008-11-02add proper dummy storage implementation for simsFrank Gevaerts3-90/+141
2008-11-02fix redFrank Gevaerts1-2/+1
2008-11-02implement single-driver storage layer with macros instead of inlinesFrank Gevaerts11-264/+210
2008-11-02make the m200v2 lcd work again with higher cpu frequencyDominik Wenger1-1/+4
2008-11-02AS3525: disable interrupts, higher clock frequenciesRafaël Carré1-1/+17
2008-11-02declare m200v2 storage typeFrank Gevaerts1-0/+3
2008-11-01Shave off another 4 instructions (8 bytes).Jens Arnold1-15/+11
2008-11-01AS3525 : enable instruction and data cacheRafaël Carré1-0/+10
2008-11-01Clean up the Fuze LCD driver. The only functional change is to write 0x7030 ...Dave Chapman1-126/+43
2008-11-01Adapt sansa v2 sd driver to the new storage layerFrank Gevaerts1-4/+4
2008-11-01Unify the e200v2 and Fuze backlight/buttonlight code - it is identical.Dave Chapman3-75/+2
2008-11-01conditionalise *_get_info() to get some binsize backFrank Gevaerts11-0/+27
2008-11-01Add new storage-related defines for meizuFrank Gevaerts4-2/+15
2008-11-01Add more simulator stubs. This should get rid of the last redsFrank Gevaerts1-6/+90
2008-11-01fix redsFrank Gevaerts6-19/+30
2008-11-01Now also commit added filesFrank Gevaerts6-0/+474
2008-11-01Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...Frank Gevaerts18-408/+365
2008-11-01Remove Linux's mmci.h since the license is strict GPLv2Rafaël Carré3-143/+85
2008-11-01Add Sansa Fuze to the build system, including a first (untested) attempt at a...Dave Chapman12-1/+1023
2008-11-01Define HAVE_AS3514 for the other V2 targets (it was already defined for the e...Dave Chapman2-3/+8
2008-11-01Sansa Clip config : remove/fix wrong defines/commentsRafaël Carré1-4/+4
2008-10-31Clip: add backlight and buttonlight codeRafaël Carré5-10/+97
2008-10-31Make lcd_set_enable_hook() conditional on HAVE_LCD_ENABLE and HAVE_LCD_COLORRafaël Carré1-0/+4
2008-10-31cleanup storage definesFrank Gevaerts56-71/+96
2008-10-31Sansa Clip simulatorRafaël Carré3-18/+13
2008-10-31Sansav2 SD : minor modificationsRafaël Carré1-2/+2
2008-10-31Oops, fix red - only include ascodec-target.h when HAVE_AS3514 is definedDave Chapman1-0/+4
2008-10-31Abstract the PortalPlayer AS3514 handling with an "ascodec" API - inspired by...Dave Chapman14-59/+192
2008-10-30Sansav2 bootloader: explicitely link everything into IRAMRafaël Carré1-6/+20
2008-10-29Embryo of a SD driver for Sansav2Rafaël Carré3-0/+465
2008-10-29use ARCHOS_ONDIO* defines when checking for ondioFrank Gevaerts1-1/+1
2008-10-29correct HAVE_MULTIVOLUME vs HAVE_HOTSWAP usageFrank Gevaerts1-4/+4
2008-10-29Adding non-existing files in SOURCES no longer causes strange sysfont.h error...Björn Stenberg1-3/+1
2008-10-29Move kernel tick initialization and handling to the target tree for ones rema...Michael Sevakis6-144/+237
2008-10-29Save another 4 bytes without sacrificing performance by subroutine rearrangem...Jens Arnold1-11/+9
2008-10-29AS3525 is ARMv4, not ARMv5.Jens Arnold1-2/+2
2008-10-29FS#9511 - working lcd update (and lcd_update_rect() ) for the e200v2, working...Jonathan Gordon2-14/+9
2008-10-29fix lcd mirror and rotation problem on the e200v2. also remove a wierd whites...Jonathan Gordon1-3/+3
2008-10-29Oops, revert 18911 - this was added a couple of commits ago.Dave Chapman1-2/+0
2008-10-29e200v2 LCD - it helps to enable the DBOP clock.Dave Chapman1-0/+2
2008-10-29e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 c...Dave Chapman5-14/+85
2008-10-29e200v2 lcd: Add missing DBOP clock initializationRafaël Carré1-1/+1
2008-10-28Self-extractor for on-disk firmware image: UCL decompressor in SH1 assembler ...Jens Arnold3-72/+164
2008-10-28Make the e200v2 simulator compile - an easy job as the apps/ code is identica...Dave Chapman1-4/+6
2008-10-28Sansav2 : initializes SDRAMRafaël Carré2-1/+110
2008-10-27Fix red-- it should.Michael Sevakis1-12/+16
2008-10-27Strange little kernel optimization to ease targeting the timer tick and to li...Michael Sevakis8-126/+37
2008-10-26Fix line endings and set svn propertiesBertrik Sikken2-67/+67
2008-10-26FS#9503 - Sansa v2 audio/PMU communication driver (for the AS3525 SoC)Bertrik Sikken3-0/+162