summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire
AgeCommit message (Expand)AuthorFilesLines
2007-11-10Split radio i2c drivers into target tree where they belong. No changes to bin...Barry Wardell2-0/+279
2007-10-17Coldfire: Partially revert buffered writes, and enable them explicitly for th...Jens Arnold4-6/+7
2007-10-15Coldfire targets: enable buffered writes by default. Speeds up all sorts of I...Jens Arnold7-16/+16
2007-10-15Fix coldfire PCF50606 I2C driver, and iriver FM radio I2C driver. Both driver...Jens Arnold1-15/+25
2007-10-14H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC...Jens Arnold4-127/+255
2007-10-06Unify PCM interface just above the hardware driver level for all targets incl...Michael Sevakis1-308/+170
2007-10-02Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533Steve Bavin4-8/+18
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman3-6/+9
2007-08-17H300: Read battery voltage with 10bit precision.Jens Arnold2-7/+10
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold3-0/+174
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold3-30/+6
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius3-75/+0
2007-07-31Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis2-0/+10
2007-07-30H1x0, H300: Get rid of the adc tick, and use the same concept as the iAudio A...Jens Arnold4-54/+14
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis2-12/+9
2007-07-26Fix red bootloader builds. * Fix non-working PP5022 bootloaders. Also define ...Jens Arnold2-0/+8
2007-07-19Slight speedup for iAudio remote LCD update when the CPU isn't boosted.Jens Arnold1-25/+20
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis3-6/+6
2007-07-05Temporary fix for FS#7257 and FS#7261 - playback resumes while paused when se...Robert Keevil1-1/+2
2007-07-02H1x0: Increase delay during button reads. Hopefully fixes the scroll down pro...Magnus Holmgren1-9/+9
2007-06-27Forget all the nonsense with C delay loops. 'volatile' on the variable makes ...Michael Sevakis2-2/+22
2007-06-26Fix up the ACK generation in the Coldfire i2c driver.Michael Sevakis1-16/+18
2007-06-25Simple coldfire assembly strlen() function, 20-25% faster than the c Nils Wallménius1-0/+40
2007-06-19Fix iriver H100 i2c driver which was broken by the switch to build with -Os. ...Nils Wallménius1-1/+1
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis6-12/+11
2007-05-23Allow ColdFire targets to be buildt with GCC >= 4.1.0. Magnus Holmgren1-1/+1
2007-05-20Use bitmasks to define which inputs are available. Makes it easier to remove ...Michael Sevakis1-4/+4
2007-05-19always reset the pcm_paused flag when stopping playback. fixes FS #7187Marcoen Hirschberg1-2/+1
2007-04-21Coldfire targets: Adjusted PLL settings (lowest possible VCO clock for each s...Jens Arnold2-23/+48
2007-04-18H100 S/PDIF recording: Check and clear the correct interrupt bits when record...Michael Sevakis1-3/+6
2007-04-13Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis1-0/+4
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold3-3/+0
2007-04-11Moved archos USB handling to target tree. Minor simplification for coldfire (...Jens Arnold2-24/+0
2007-04-10mpegplayer: Get A-V synchronized. Improve frame sync and dropping logic and t...Michael Sevakis1-0/+7
2007-03-29Missed one variable declaration updating byteswapping functions. Not function...Michael Sevakis1-3/+1
2007-03-29Fix errors. What an errant keystroke when saving can accomplish.Michael Sevakis1-1/+1
2007-03-29Add an asm swap_odd_even32 to SH and ARM. Have the byteswapping functions tak...Michael Sevakis1-5/+5
2007-03-25Save a couple bytes in set_irq_level on Coldfire. Should add up to something.Michael Sevakis1-3/+4
2007-03-20More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis2-9/+10
2007-03-19Rrrr. Editor shouldn't have left those tabs. Will check settings.Michael Sevakis1-6/+6
2007-03-19SWCODEC: Get rid of extra swap buffer and get back 512K of RAM or 100K if the...Michael Sevakis1-0/+50
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 Sevakis1-3/+9
2007-03-13H100 Series: Fix FS#6810 - Distortion on Bass/Treble usage. Coldfire PCM need...Michael Sevakis1-3/+13
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 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