summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/iriver
AgeCommit message (Expand)AuthorFilesLines
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg1-0/+89
2008-03-27Fix red - adc.h used to be in lcd-remote.hDave Chapman1-0/+1
2008-03-26Iriver H1x0/H300: Speed up remote LCD updates when boosted by implementing an...Jens Arnold1-134/+60
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis8-14/+12
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2-19/+4
2008-03-13Make the LCD remote work in the Iriver H1x0 and H300 bootloaders as well (unt...Jens Arnold1-26/+32
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+143
2008-03-12Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp...Jens Arnold1-3/+0
2008-03-01code police: add some missing trailing zeroes to remove possible confusion. N...Peter D'Hoye1-7/+7
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 Arnold1-30/+40
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-29/+106
2007-11-12Fix bootloaders, and the backlight-modded Ondio build.Jens Arnold1-0/+5
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold4-19/+52
2007-11-10Split radio i2c drivers into target tree where they belong. No changes to bin...Barry Wardell1-0/+242
2007-10-17Coldfire: Partially revert buffered writes, and enable them explicitly for th...Jens Arnold1-1/+1
2007-10-15Coldfire targets: enable buffered writes by default. Speeds up all sorts of I...Jens Arnold2-8/+8
2007-10-14H300, X5: Optimised lcd_yuv_blit(), using line-pair zig-zag writing to the LC...Jens Arnold2-53/+121
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 Chapman2-4/+6
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 Arnold2-0/+116
2007-08-14Moved archos power handling into target tree. * Tuner power handling cleaned ...Jens Arnold2-20/+4
2007-08-12Enable a lot more features for simulators and add stubs where necessary, simu...Nils Wallménius1-33/+0
2007-07-31Straignten out some issues with HAVE_LCD_ENABLE. 1g/2g/3g had it defined but ...Michael Sevakis1-0/+5
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 Sevakis1-3/+4
2007-07-26Fix red bootloader builds. * Fix non-working PP5022 bootloaders. Also define ...Jens Arnold1-0/+4
2007-07-14Do some planned radio interface cleanup since adding in the LV24020LP.Michael Sevakis2-4/+4
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-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 Sevakis3-6/+6
2007-04-21Coldfire targets: Adjusted PLL settings (lowest possible VCO clock for each s...Jens Arnold1-18/+18
2007-04-12Moved archos backlight code to target tree. Changed old mutlivalue CONFIG_BAC...Jens Arnold1-1/+0
2007-04-11Moved archos USB handling to target tree. Minor simplification for coldfire (...Jens Arnold1-24/+0
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis4-5/+21
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis1-15/+7
2007-03-04iRiver H100 series: Catching up on old work. Use a better way to keep playbac...Michael Sevakis1-24/+21
2007-03-02H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging s...Linus Nielsen Feltzing1-1/+4
2007-02-28FS#6419 - driver for H1x0 series RTC Mod with runtime detectionRobert Kukla2-0/+364
2007-02-25Move target specific parts of the H100 remote LCD driver to target tree.Jens Arnold2-0/+654
2007-02-22Move the MPARK init to system_init()Linus Nielsen Feltzing1-2/+0
2007-02-22Correct LCD DMA init on the H300Linus Nielsen Feltzing1-0/+2
2007-02-20Introduced LCD_FBHEIGHT in addition to the already existing LCD_FBWIDTH to ea...Jens Arnold1-3/+3
2007-02-18Fix remaining CONFIG_TUNER checks.Jens Arnold2-4/+4
2007-02-18CONFIG_CHARGINGJonathan Gordon1-1/+1
2007-02-18Do the CONFIG_USBOTG define correctlyJonathan Gordon1-3/+3