summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire
AgeCommit message (Expand)AuthorFilesLines
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis21-48/+87
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-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-0/+62
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold5-52/+60
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 Arnold2-4/+4
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 Arnold5-14/+29
2008-03-17iAudio M3: ADC driver, making buttons and battery voltage reading work. * Dis...Jens Arnold8-22/+189
2008-03-16Add two missing coldfire interrupt vectors.Jens Arnold1-2/+5
2008-03-15Sound on M3. yay!Jens Arnold1-1/+1
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 Arnold8-8/+224
2008-03-13Make the LCD remote work in the Iriver H1x0 and H300 bootloaders as well (unt...Jens Arnold3-36/+42
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun2-0/+286
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 Arnold5-55/+62
2008-03-12More iAudio M3 work. Bootloader compiles, but doesn't work yet.Jens Arnold8-0/+922
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold1-435/+5
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold1-5/+435
2008-03-01code police: add some missing trailing zeroes to remove possible confusion. N...Peter D'Hoye1-7/+7
2008-02-27Fix a few comments.Jens Arnold1-3/+3
2008-02-03fix h300 redRobert Kukla1-1/+1
2008-02-03mrobe 100: real time clock (if anybody recognises the RTC chip let me know)Robert Kukla1-269/+0
2008-01-15Fix graphical glitches occuring in the greyscale library on H1x0 and M5 at 12...Jens Arnold2-61/+81
2008-01-09Greyscale library: Changed the internal data format once more (separated pixe...Jens Arnold4-108/+294
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold4-45/+198
2007-11-18Make speex the new voice format for SWCODEC targets (non-Archos). Remove code...Michael Sevakis1-50/+0
2007-11-12Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold2-0/+9
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold8-44/+86
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