summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/iaudio
AgeCommit message (Expand)AuthorFilesLines
2008-04-07Save a couple of bytes by using moveq.l where possible.Jens Arnold1-7/+7
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg1-0/+90
2008-03-26Slightly better instruction order, added comment.Jens Arnold2-7/+11
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis10-27/+27
2008-03-26Back-ported the iAudio remote LCD driver optimisations to X5 and M5.Jens Arnold2-240/+333
2008-03-25iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...Jens Arnold2-274/+547
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold3-106/+324
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold3-324/+106
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold3-33/+56
2008-03-19M3: Make remote LCD hotplug work, and make 'backlight on button hold' use the...Jens Arnold1-1/+2
2008-03-18Correct the name of a flag. No functional change.Jens Arnold1-1/+1
2008-03-18Commit the ADC changes (fix red M3 builds).Jens Arnold1-3/+14
2008-03-18Cosmetic fixes for the iAudio bootloader: Don't display 'Hold switch on' if t...Jens Arnold1-0/+2
2008-03-17Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & rem...Jens Arnold4-14/+17
2008-03-17iAudio M3: ADC driver, making buttons and battery voltage reading work. * Dis...Jens Arnold6-14/+175
2008-03-15iAudio M3: Fix standard remote context. * Process button adc values in the bu...Jens Arnold1-10/+39
2008-03-14More iAudio M3 work. Target build compiles, but same problem regarding plugin...Jens Arnold1-0/+47
2008-03-14More iAudio M3 work. Target build compiles, but same problem regarding plugin...Jens Arnold7-7/+223
2008-03-13Make the LCD remote work in the Iriver H1x0 and H300 bootloaders as well (unt...Jens Arnold2-10/+10
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+143
2008-03-12Make ATA work on M3.Jens Arnold1-0/+59
2008-03-12Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp...Jens Arnold4-52/+62
2008-03-12More iAudio M3 work. Bootloader compiles, but doesn't work yet.Jens Arnold7-0/+920
2008-01-15Fix graphical glitches occuring in the greyscale library on H1x0 and M5 at 12...Jens Arnold1-31/+41
2008-01-09Greyscale library: Changed the internal data format once more (separated pixe...Jens Arnold2-54/+147
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold2-16/+92
2007-11-12Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold1-0/+4
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold4-25/+34
2007-11-10Split radio i2c drivers into target tree where they belong. No changes to bin...Barry Wardell1-0/+37
2007-10-15Coldfire targets: enable buffered writes by default. Speeds up all sorts of I...Jens Arnold2-4/+4
2007-10-14H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC...Jens Arnold2-74/+134
2007-10-02Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533Steve Bavin1-4/+5
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman1-2/+3
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold1-0/+58
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold1-10/+2
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius2-42/+0
2007-07-31Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis1-0/+5
2007-07-28Scroll on main and remote with a single thread. Change the way system message...Michael Sevakis1-9/+5
2007-07-26Fix red bootloader builds. * Fix non-working PP5022 bootloaders. Also define ...Jens Arnold1-0/+4
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 Sevakis1-2/+2
2007-06-08Straighten out some audio path APIs and misc. audio stuff. Having recording i...Michael Sevakis2-5/+4
2007-04-21Coldfire targets: Adjusted PLL settings (lowest possible VCO clock for each s...Jens Arnold1-5/+30
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold2-2/+0
2007-04-11Moved archos USB handling to target tree. Minor simplification for coldfire (...Jens Arnold1-24/+0
2007-03-20More logf fixes. speex.c wants to format 64bit args so I didn't change that o...Michael Sevakis1-5/+6
2007-03-15Fixed backlight voltage for M5. Now the backlight is as bright as in the orig...Jens Arnold1-0/+4
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