summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire
AgeCommit message (Expand)Author
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis
2009-02-13Remove experimental check which should only be there if all PCM drivers do it...Michael Sevakis
2009-02-12Give pcm-coldfire.c a much needed shakedown. Fixes FS#9378 - metronome freeze...Michael Sevakis
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken
2009-01-25Hopefully fix wrong colours on coldfire targets for certain scaling factors. ...Jens Arnold
2009-01-13Reverting parts of r19760 that was mistakenly committed.Björn Stenberg
2009-01-13Minor Clip button changes: UP|REPEAT no longer goes to wps. Volume adjustment...Björn Stenberg
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis
2008-12-24H10 can distinguish USB and MAIN charger input so return proper flags. H100s ...Michael Sevakis
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis
2008-10-29Move kernel tick initialization and handling to the target tree for ones rema...Michael Sevakis
2008-08-19Since several S/PDIF sources do not set the valnogood bit properly, valnogood...Jens Arnold
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-05-29Fix FS #8840 for irivers by slowing down the driver some more. Signal quality...Jens Arnold
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis
2008-05-24Hopefully fix FS #8840 for iAudio M3, M5 and X5. Reduce greyscale update freq...Jens Arnold
2008-05-14Fix red. No bother with lcd power management calls in bootloader.Michael Sevakis
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin
2008-05-03Another round of making local functions static and making sure that source fi...Bertrik Sikken
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold
2008-04-07Save a couple of bytes by using moveq.l where possible.Jens Arnold
2008-04-06Iriver remote LCD driver: * Split out assembler parts. * Reintroduced the 2 t...Jens Arnold
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg
2008-03-27Fix red - adc.h used to be in lcd-remote.hDave Chapman
2008-03-26Slightly better instruction order, added comment.Jens Arnold
2008-03-26Iriver H1x0/H300: Speed up remote LCD updates when boosted by implementing an...Jens Arnold
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis
2008-03-26Back-ported the iAudio remote LCD driver optimisations to X5 and M5.Jens Arnold
2008-03-25iAudio M3: Optimised LCD driver, with more/better assembly code. Speedup is ~...Jens Arnold
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis
2008-03-24Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold
2008-03-19M3: Make remote LCD hotplug work, and make 'backlight on button hold' use the...Jens Arnold
2008-03-18Correct the name of a flag. No functional change.Jens Arnold
2008-03-18Commit the ADC changes (fix red M3 builds).Jens Arnold
2008-03-18Cosmetic fixes for the iAudio bootloader: Don't display 'Hold switch on' if t...Jens Arnold
2008-03-17Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & rem...Jens Arnold
2008-03-17iAudio M3: ADC driver, making buttons and battery voltage reading work. * Dis...Jens Arnold
2008-03-16Add two missing coldfire interrupt vectors.Jens Arnold
2008-03-15Sound on M3. yay!Jens Arnold
2008-03-15iAudio M3: Fix standard remote context. * Process button adc values in the bu...Jens Arnold
2008-03-14More iAudio M3 work. Target build compiles, but same problem regarding plugin...Jens Arnold
2008-03-14More iAudio M3 work. Target build compiles, but same problem regarding plugin...Jens Arnold
2008-03-13Make the LCD remote work in the Iriver H1x0 and H300 bootloaders as well (unt...Jens Arnold
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun
2008-03-12Make ATA work on M3.Jens Arnold
2008-03-12Make the LCD remote work in the iAudio M3, M5 and X5 bootloaders. * Fix viewp...Jens Arnold