summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2005-03-18Dummy i2c_init() for iRiver not needed anymoreLinus Nielsen Feltzing1-8/+0
2005-03-18iRiver UDA1380 driver by Andy YoungLinus Nielsen Feltzing2-0/+306
2005-03-18iRiver I2C driver by Andy YoungLinus Nielsen Feltzing2-0/+230
2005-03-18Added DMA register definitionsLinus Nielsen Feltzing1-0/+37
2005-03-18Stricter alignment of sectionsLinus Nielsen Feltzing1-1/+2
2005-03-12non-ambiguous error codeJörg Hohensohn1-1/+1
2005-03-10Don't panic on read attempts past end of card, just exit with error. Such can...Jörg Hohensohn1-1/+5
2005-03-08skip mpeg.c when building bootloaderDaniel Stenberg1-0/+2
2005-03-07gmini: icode in iram, correct layout for DSP iramJean-Philippe Bernardy1-5/+5
2005-03-07Little fix, when debug is disabled clusterchain length was incorrectly computedJean-Philippe Bernardy1-2/+4
2005-03-07Dedicated CPU frequency debug screen for CPU's with PLLLinus Nielsen Feltzing1-5/+5
2005-03-06Use the new generic SRC build "macro" in tools/makesrc.inc to process theDaniel Stenberg1-1/+3
2005-03-03iRiver: Increased the max CPU frequency to 120MHzLinus Nielsen Feltzing2-6/+6
2005-03-03gmini: variable CPU frequencyJean-Philippe Bernardy2-36/+70
2005-03-03Added new coldfire assembly LPC decoder routine to libFLAC.Thom Johansen1-0/+7
2005-03-03removed the practically useless "trickle charge" and "deep discharge" options...Jörg Hohensohn2-32/+7
2005-03-03More aggressive Recorder V1 charging (patch #1116884 from Jerry Van Baren)Jörg Hohensohn3-420/+440
2005-03-01Adjustable CPU frequency for iRiverLinus Nielsen Feltzing5-0/+103
2005-03-01Export tick_start() to allow for tick timer reinit when changing CPU frequencyLinus Nielsen Feltzing2-5/+5
2005-03-01iRiver: more relaxed LCD timingLinus Nielsen Feltzing1-4/+8
2005-03-01iRiver: more relaxed default timingLinus Nielsen Feltzing1-2/+2
2005-03-01iRiver: Moved the main thread stack to IRAMLinus Nielsen Feltzing2-9/+17
2005-02-28Simulators: lseek() working again for systems with an off_t datatype differin...Jens Arnold1-0/+1
2005-02-28long policy fixesJean-Philippe Bernardy1-2/+2
2005-02-28TCC730 slight stylistic improvementJean-Philippe Bernardy1-1/+1
2005-02-28Better definition & usage of the ATTRIBUTE_PRINTF macroJean-Philippe Bernardy3-7/+6
2005-02-28Killed a warning on iRiver buildsLinus Nielsen Feltzing1-5/+1
2005-02-27couple of fixes for 16 bits archsJean-Philippe Bernardy2-3/+5
2005-02-26long policyJean-Philippe Bernardy3-8/+8
2005-02-25more long policyJean-Philippe Bernardy5-17/+17
2005-02-25gmini: safer description of imem zones, secondary idata section addedJean-Philippe Bernardy1-1/+4
2005-02-25more long policyJean-Philippe Bernardy1-6/+6
2005-02-23fixed setup of the gmini GPIOJean-Philippe Bernardy1-11/+12
2005-02-23iRiver: DMA wasn't enabled in SRAM1, and the base address wasn't correct.Linus Nielsen Feltzing1-1/+1
2005-02-22**FIXME** The iRiver simulator was being build using lcd-recorder.c, not lcd...Dave Chapman1-1/+1
2005-02-22Build cleanup and general fixes. fprintf() is now fdprintf(), the separationDaniel Stenberg12-79/+96
2005-02-22Gmini SMSC chip improvementsJean-Philippe Bernardy4-25/+40
2005-02-22Temporary solution for code and data in IRAM for iriver codecsLinus Nielsen Feltzing1-1/+1
2005-02-20Correctly display USB activity on Ondios with old bridge. (Added blindly, ple...Jens Arnold1-8/+12
2005-02-19GminiJean-Philippe Bernardy4-8/+27
2005-02-19Gmini work:Jean-Philippe Bernardy5-27/+87
2005-02-19Ondio: disk activity indication in USB mode, tooJörg Hohensohn3-3/+21
2005-02-19a bit nicer: delay of the disk activity indicator is supplied by app layerJörg Hohensohn2-8/+9
2005-02-19Add an labs() macro - needed by TremorDave Chapman1-0/+1
2005-02-19Ondio: disk indication in the status bar, to compensate for lacking LEDJörg Hohensohn3-4/+24
2005-02-18simulator prototype for exit()Daniel Stenberg1-0/+4
2005-02-18add a fprintf() for the sims tooDaniel Stenberg1-0/+1
2005-02-18localtime() proto for simsDaniel Stenberg1-1/+2
2005-02-18only use hwcompat.c for real targetsDaniel Stenberg1-1/+1
2005-02-18Unified build system to use SOURCES for sim builds too, a single Makefile-lookDaniel Stenberg8-24/+60