summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2004-10-26Wrong access mask for LCD and ATA registersLinus Nielsen Feltzing1-2/+2
2004-10-26New LCD driver for iRiver H100Linus Nielsen Feltzing1-0/+915
2004-10-26Ported to iRiver H100Linus Nielsen Feltzing2-1/+54
2004-10-26Ported to ColdfireLinus Nielsen Feltzing3-1/+50
2004-10-25Update pause_start_time when creating new files. Fixes bug report #988839.Linus Nielsen Feltzing1-0/+2
2004-10-25The battery level thresholds for Ondio were a bit optimisticJens Arnold1-3/+3
2004-10-19tuner cleanup + improvements:Jörg Hohensohn5-18/+47
2004-10-18minor touchup, to make the tuner interface independent from the IFJörg Hohensohn3-15/+12
2004-10-17Philips tuner supportedJörg Hohensohn3-11/+197
2004-10-17bugfix for OndioFM tuner powerJörg Hohensohn1-5/+5
2004-10-17moved and renamed fmradio_set/get_status to power.c, where it now additionall...Jörg Hohensohn6-16/+42
2004-10-15Philips tuner prepared, new middle layer to abstract which tuner is usedJörg Hohensohn9-4/+307
2004-10-15Logarithmic scroll speed setting: speed doubles every 3 steps.Jens Arnold2-7/+19
2004-10-15Another small adjustment for Ondio: Don't adjust initial battery level for no...Jens Arnold1-1/+4
2004-10-15Adjusted power thread to Ondio: no charging, no car adapter mode, different c...Jens Arnold2-5/+17
2004-10-15Ported interrupt vector handling to ColdfireLinus Nielsen Feltzing2-3/+176
2004-10-15Cleaned up and started porting to ColdfireLinus Nielsen Feltzing1-36/+16
2004-10-15stacksymbols adapted to ColdfireLinus Nielsen Feltzing1-0/+2
2004-10-15Threading ported to ColdfireLinus Nielsen Feltzing2-1/+45
2004-10-15Coldfire: Set up DRAM controller, copy data/iram sections and call main()Linus Nielsen Feltzing1-14/+35
2004-10-14Disabling all timers on rolo fixes the problems with roloed Archos firmware o...Jens Arnold1-2/+5
2004-10-14Fix: Doing the port function setting first in usb_enable() fixes the instabil...Jens Arnold1-2/+2
2004-10-14cleaned out parts of bpb which we don't useJörg Hohensohn1-45/+3
2004-10-14No hard-coded minimum capacity any moreJens Arnold1-2/+2
2004-10-13Disabled charger detection and ide_power_enable() for Ondio; some cleanupJens Arnold1-5/+11
2004-10-13MACH, MACL and SR are no longer part of the SH1 thread contextLinus Nielsen Feltzing1-11/+1
2004-10-12Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can ...Linus Nielsen Feltzing1-0/+3
2004-10-12Now the FM, V2 and Ondio players use the new SYS_POWEROFF event. Now you can ...Linus Nielsen Feltzing4-5/+15
2004-10-12SYS_xxx events now don't share bits with regular events. New event: SYS_POWER...Linus Nielsen Feltzing1-10/+10
2004-10-12Bus controller inits are valid for all models. Corrected WCR1 init according ...Jens Arnold1-6/+2
2004-10-11Disabled S/PDIF out for models where S/PDIF output is not physically availabl...Jens Arnold2-2/+8
2004-10-11Stepping backwards over non-existing files now works. Thanks to Christian Mar...Linus Nielsen Feltzing1-2/+6
2004-10-10Properly initialize the bus controller for Ondio as well. Fixes coldstart fro...Jens Arnold1-2/+2
2004-10-10MMC hotswap handling in USB modeJens Arnold3-4/+46
2004-10-10more realistic limits for AAA cellsJörg Hohensohn1-3/+3
2004-10-10Consistent battery capacity handling for settings and menu, adapted allowed r...Jens Arnold1-1/+6
2004-10-10Removed car adapter mode for Ondio, and changed the misleading config option ...Jens Arnold5-5/+5
2004-10-10First part of MMC hotswap handling; removed unnecessary MMC threadJens Arnold2-30/+50
2004-10-09Fixed busy timeout handling; better commentsJens Arnold1-4/+6
2004-10-09Removed backlight handling remains for platforms with no backlight (Ondio)Jens Arnold1-2/+2
2004-10-09Limit read chunk size for MMC to 256 KB. Fixes playback problems for high-bit...Jens Arnold1-0/+3
2004-10-09Major MMC driver rework: DMA for sector transfers (except for single sector w...Jens Arnold1-68/+192
2004-10-08battery levels adjusted for OndioJörg Hohensohn2-1/+8
2004-10-08Fixed warning when compiling with PREFER_C_WRITINGJens Arnold1-1/+1
2004-10-08multiple battery types prepared (CONFIG_BATTERY)Jörg Hohensohn10-18/+38
2004-10-08Button flip enabled on OndioJens Arnold1-0/+3
2004-10-08Set up the Flash, LCD and ATA chip selectsLinus Nielsen Feltzing1-4/+46
2004-10-08Let's put the DRAM at 0x30000000 on the iRiverLinus Nielsen Feltzing1-1/+1
2004-10-08Fixed typoJens Arnold1-7/+7
2004-10-07First iRiver startup code, does nothing but blink the backlightLinus Nielsen Feltzing1-1/+35