summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire
AgeCommit message (Expand)Author
2007-04-10mpegplayer: Get A-V synchronized. Improve frame sync and dropping logic and t...Michael Sevakis
2007-03-29Missed one variable declaration updating byteswapping functions. Not function...Michael Sevakis
2007-03-29Fix errors. What an errant keystroke when saving can accomplish.Michael Sevakis
2007-03-29Add an asm swap_odd_even32 to SH and ARM. Have the byteswapping functions tak...Michael Sevakis
2007-03-25Save a couple bytes in set_irq_level on Coldfire. Should add up to something.Michael Sevakis
2007-03-20More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis
2007-03-19Rrrr. Editor shouldn't have left those tabs. Will check settings.Michael Sevakis
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis
2007-03-15Fixed backlight voltage for M5. Now the backlight is as bright as in the orig...Jens Arnold
2007-03-14x5/M5: Finally get rid of filter selection aberrations when switching to 88.2...Michael Sevakis
2007-03-13H100 Series: Fix FS#6810 - Distortion on Bass/Treble usage. Coldfire PCM need...Michael Sevakis
2007-03-11Squeeze the serial number code down a few more bytes and call it a day. Will ...Michael Sevakis
2007-03-11Fix a late error that only let it read at default CPU frequency. Disable inte...Michael Sevakis
2007-03-11iAudio X5: Enable reading of DS2411 serial number. See it under System|Debug|...Michael Sevakis
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis
2007-03-11Reenable aynchronous audio init stage. Really just single stage with aynchron...Michael Sevakis
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis
2007-03-05Add extra filtering to the X5 and M5 button drivers to prevent erratic button...Jens Arnold
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis
2007-03-05Forget to commit this one deleted fileJens Arnold
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold
2007-03-04iRiver H100 series: Catching up on old work. Use a better way to keep playbac...Michael Sevakis
2007-03-04Added new iAudio M5 target, including some adjustments to make the bootloader...Jens Arnold
2007-03-02H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging s...Linus Nielsen Feltzing
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla
2007-02-25Well, it seems that caused problems for others but my magic bug correcting DA...Michael Sevakis
2007-02-25X5: Move the remote tick to target tree.Jens Arnold
2007-02-25Move target specific parts of the H100 remote LCD driver to target tree.Jens Arnold
2007-02-25Add CPU-model-specific init to newborn threads. Add default %macsr for each t...Michael Sevakis
2007-02-22Move the MPARK init to system_init()Linus Nielsen Feltzing
2007-02-22Correct LCD DMA init on the H300Linus Nielsen Feltzing
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold
2007-02-18CONFIG_CHARGINGJonathan Gordon
2007-02-18Do the CONFIG_USBOTG define correctlyJonathan Gordon
2007-02-18CONFIG_USBOTG fixesJonathan Gordon
2007-02-17Keep delay loop from being optimized away.Magnus Holmgren
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen
2007-02-05New PLL calculations to make sure that PLLDIV != 0. This seems to solve the p...Linus Nielsen Feltzing
2007-02-02Corrected the comments regarding USB chargingLinus Nielsen Feltzing
2007-02-01FS#4770 - Add USB charging for the H300 seriesSteve Bavin
2007-01-12Turn backlight ON at boot unless bootloader has already done that.Miika Pekkarinen
2007-01-12Prepare core support for the iriver bootloader supporting ROM imagesMiika Pekkarinen
2007-01-09Removed executable flagLinus Nielsen Feltzing
2006-12-17Coldfire: More efficient and compact peaking code. Hope the build doesn't whi...Michael Sevakis
2006-12-17SWCODEC recording: More cleanup of stuff after queue additions and audio driv...Michael Sevakis
2006-12-12Coldfire: Put DMA1 priority back at level 7 as that seems to be the cause of ...Michael Sevakis
2006-12-09Fix some comments, and make code consistent with comments (CSMR2 was set to 1...Jens Arnold
2006-12-08iRiver: Clearing CRSEL bit when using default CPU frequency caused audio chip...Michael Sevakis
2006-12-06Coldfire targets: Fixed performance-hitting bug for unaligned transfers. Now ...Jens Arnold