summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2007-03-17If loading rockbox.mi4 fails, then drop back to trying rockbox.h10/rockbox.e2...Barry Wardell3-45/+21
2007-03-17Fix simulator builds, and some debugf() format strings.Jens Arnold4-13/+14
2007-03-17Fixed the logf builds.Miika Pekkarinen1-0/+1
2007-03-17Let GCC check arguments of some more printf-style functions, also for plugins...Jens Arnold3-6/+8
2007-03-16Set CONFIG_RTC to 0 for non-RTC targets, and check with #if to profit from -W...Jens Arnold4-5/+9
2007-03-16Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold5-22/+22
2007-03-16Partition type 0x84 is "OS/2 hidden C: drive"Barry Wardell1-4/+4
2007-03-16FM Radio mishmash: Make a quieter screen for the SWCODEC targets esp. for the...Michael Sevakis3-16/+85
2007-03-16In preparation for use with sansapatcher, change portalplayer bootloaders to ...Barry Wardell4-9/+28
2007-03-16Fix problem where power_off() on the H10 returns before the device is actuall...Barry Wardell1-0/+1
2007-03-15Jan 1 1980 was a tuesdayLinus Nielsen Feltzing1-1/+1
2007-03-15Fix problem where power_off() on the Sansa returns before the device is actua...Barry Wardell1-0/+2
2007-03-15Fixed backlight voltage for M5. Now the backlight is as bright as in the orig...Jens Arnold1-0/+4
2007-03-14x5/M5: Finally get rid of filter selection aberrations when switching to 88.2...Michael Sevakis2-3/+21
2007-03-13H100 Series: Fix FS#6810 - Distortion on Bass/Treble usage. Coldfire PCM need...Michael Sevakis1-3/+13
2007-03-13Improved ADC driver for AS3514 (used in PP5024 - ie. Sansa e200) based off da...Barry Wardell4-15/+42
2007-03-12Fix typo. We only need to keep bit 6 set on HPH_OUT_L. Setting it on HPH_OUT_...Barry Wardell1-2/+2
2007-03-12Disable bootloader messages in the H10 and Sansa bootloaders unless the PLAY ...Barry Wardell1-0/+4
2007-03-12Sorted and updated FILES for both apps and firmware, included features.txt pr...Nils Wallménius1-20/+23
2007-03-12Add missing files (for Archos and iRiver M5) to the source archive.Magnus Holmgren1-0/+7
2007-03-11Make private function static on variable CPU frequency targets. Kill it on fi...Jens Arnold1-2/+8
2007-03-11Enable balance control on SansaDaniel Ankers1-1/+2
2007-03-11Oops, missed a file from r12727Daniel Ankers1-0/+2
2007-03-11Sound for Sansa E200 - based on work by myself, Rene Peinthor, Barry Wardell ...Daniel Ankers7-56/+362
2007-03-11Squeeze the serial number code down a few more bytes and call it a day. Will ...Michael Sevakis1-1/+1
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 Sevakis3-0/+255
2007-03-11Optimized the gui list code performance, including automatic frame dropping a...Miika Pekkarinen3-2/+56
2007-03-11Audio Init: Just can't stand that heirarchy. Add one level of abstraction. Mi...Michael Sevakis5-25/+26
2007-03-11Pop a stub in there for the e200 until playback is ready. Move it to the prop...Michael Sevakis1-0/+3
2007-03-11Reenable aynchronous audio init stage. Really just single stage with aynchron...Michael Sevakis6-18/+37
2007-03-10Fix red builds and make udelay actually work as it should again.Barry Wardell1-1/+2
2007-03-10Make udelay() wrap-safe.Barry Wardell1-2/+2
2007-03-09Guess there were more changes to it.:) Odd that mine built until a make clean.Michael Sevakis2-57/+3
2007-03-09Install the single stage synchronous audio initialization I cooked up awhile ...Michael Sevakis1-0/+2
2007-03-09Back to green?Michael Sevakis1-2/+1
2007-03-09As usual I left experimental stuff in a file. Forgot to add that set_irq_leve...Michael Sevakis1-4/+0
2007-03-09Put an end to priority inversion in the ata driver. Gave up trying to have fu...Michael Sevakis5-68/+122
2007-03-07Use the new DSP callback functionality in firmware/sound.c to deal with SWCOD...Thom Johansen1-4/+6
2007-03-07Hack around the lack of a hardware prescaler on a number of WM codecs. Bass a...Thom Johansen2-24/+26
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis11-36/+146
2007-03-06Fix problem with recording screen creep and bag a bigfoot. Voice clips aren't...Michael Sevakis2-0/+6
2007-03-05Add extra filtering to the X5 and M5 button drivers to prevent erratic button...Jens Arnold2-0/+18
2007-03-05Forgot that too...hrmph.Michael Sevakis1-2/+1
2007-03-05Use a larger font cache on the targets that can afford the (quite small) RAM ...Linus Nielsen Feltzing1-0/+4
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis9-100/+122
2007-03-05Some more M5 adjustments.Jens Arnold2-4/+4
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 Arnold22-31/+759
2007-03-04Fix RoLo on PortalPlayer targetsDaniel Ankers1-0/+11