summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire
AgeCommit message (Expand)AuthorFilesLines
2007-03-11Fix a late error that only let it read at default CPU frequency. Disable inte...Michael Sevakis1-31/+39
2007-03-11iAudio X5: Enable reading of DS2411 serial number. See it under System|Debug|...Michael Sevakis1-0/+206
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis1-5/+6
2007-03-11Reenable aynchronous audio init stage. Really just single stage with aynchron...Michael Sevakis1-18/+4
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis11-36/+146
2007-03-05Add extra filtering to the X5 and M5 button drivers to prevent erratic button...Jens Arnold2-0/+18
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis6-94/+117
2007-03-05Forget to commit this one deleted fileJens Arnold1-24/+0
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold20-3/+738
2007-03-04iRiver H100 series: Catching up on old work. Use a better way to keep playbac...Michael Sevakis1-24/+21
2007-03-04Added new iAudio M5 target, including some adjustments to make the bootloader...Jens Arnold1-1/+1
2007-03-02H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging s...Linus Nielsen Feltzing1-1/+4
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla2-0/+364
2007-02-25Well, it seems that caused problems for others but my magic bug correcting DA...Michael Sevakis1-0/+5
2007-02-25X5: Move the remote tick to target tree.Jens Arnold2-0/+51
2007-02-25Move target specific parts of the H100 remote LCD driver to target tree.Jens Arnold2-0/+654
2007-02-25Add CPU-model-specific init to newborn threads. Add default %macsr for each t...Michael Sevakis1-5/+2
2007-02-22Move the MPARK init to system_init()Linus Nielsen Feltzing3-3/+2
2007-02-22Correct LCD DMA init on the H300Linus Nielsen Feltzing1-0/+2
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold2-6/+6
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold2-4/+4
2007-02-18CONFIG_CHARGINGJonathan Gordon1-1/+1
2007-02-18Do the CONFIG_USBOTG define correctlyJonathan Gordon1-3/+3
2007-02-18CONFIG_USBOTG fixesJonathan Gordon2-4/+4
2007-02-17Keep delay loop from being optimized away.Magnus Holmgren1-1/+1
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen1-2/+2
2007-02-05New PLL calculations to make sure that PLLDIV != 0. This seems to solve the p...Linus Nielsen Feltzing1-12/+13
2007-02-02Corrected the comments regarding USB chargingLinus Nielsen Feltzing1-2/+6
2007-02-01FS#4770 - Add USB charging for the H300 seriesSteve Bavin1-0/+26
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen5-6/+12
2007-01-12Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen1-7/+51
2007-01-09Removed executable flagLinus Nielsen Feltzing20-0/+0
2006-12-17Coldfire: More efficient and compact peaking code. Hope the build doesn't whi...Michael Sevakis1-138/+89
2006-12-17SWCODEC recording: More cleanup of stuff after queue additions and audio driv...Michael Sevakis2-28/+2
2006-12-12Coldfire: Put DMA1 priority back at level 7 as that seems to be the cause of ...Michael Sevakis1-6/+7
2006-12-09Fix some comments, and make code consistent with comments (CSMR2 was set to 1...Jens Arnold1-4/+3
2006-12-08iRiver: Clearing CRSEL bit when using default CPU frequency caused audio chip...Michael Sevakis1-2/+2
2006-12-06Coldfire targets: Fixed performance-hitting bug for unaligned transfers. Now ...Jens Arnold1-5/+5
2006-12-06Removed extraneous #ifdef.Jens Arnold1-4/+0
2006-12-06first step in audio driver unification: renaming the functions to audio_* (mi...Marcoen Hirschberg1-1/+1
2006-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg3-38/+27
2006-12-06PLL was incorrectly initialized causing system to crash when ran fromMiika Pekkarinen3-6/+6
2006-12-06Small change to PCM recording API for low latency effects. Latency can be as ...Michael Sevakis1-38/+30
2006-12-05H1x0: Enable optical output to be switched on or off during playback and reco...Michael Sevakis1-2/+20
2006-12-03Completed target tree move of the ata driver code. Some code cleanup.Jens Arnold2-2/+463
2006-11-29PCM: A few tiny changes. 1) Recording a) Flush all pending files if filename ...Michael Sevakis1-11/+0
2006-11-27iRiver: Channel 2 shouldn't be monitored except for radio playback.Michael Sevakis1-9/+14
2006-11-27Moved archos button reading to target tree. * Cleanup of button.[ch]. * Deact...Jens Arnold1-0/+1
2006-11-26X5: Slightly lower threshold value to reliably disable constant adc reading w...Jens Arnold1-1/+1
2006-11-24The ADC GPIO init code for the H100 was accidentally put in the H300 driver w...Linus Nielsen Feltzing2-8/+8