summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire
AgeCommit message (Expand)AuthorFilesLines
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken3-2/+3
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré2-28/+0
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré2-16/+3
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-1/+1
2009-06-29Move SH7034 timer code in the target treeRafaël Carré1-1/+1
2009-06-29Move coldfire timer code in the target treeRafaël Carré2-0/+159
2009-06-28Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken1-0/+76
2009-06-12Add iAudio M5 FM radio mod to the advanced build options. * Unify iAudio audi...Jens Arnold7-306/+25
2009-05-31Old patch from FS#7832: Sprinkle 'volatile' in the various inline assembler s...Nils Wallménius1-6/+7
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz1-6/+0
2009-03-23Correct Björn's name in various file headers.Nicolas Pennequin1-1/+1
2009-03-17Fix very last yellows.Thomas Martitz1-43/+42
2009-03-17One more try: Fix remaining reds and yellowsThomas Martitz1-13/+12
2009-03-17Fix reds and yellows (hopefully). Some targets apparently didn't properly #if...Thomas Martitz1-4/+10
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz2-4/+4
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis3-21/+28
2009-02-13Remove experimental check which should only be there if all PCM drivers do it...Michael Sevakis1-6/+0
2009-02-12Give pcm-coldfire.c a much needed shakedown. Fixes FS#9378 - metronome freeze...Michael Sevakis1-159/+157
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis2-8/+9
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken2-2/+4
2009-01-25Hopefully fix wrong colours on coldfire targets for certain scaling factors. ...Jens Arnold1-0/+1
2009-01-13Reverting parts of r19760 that was mistakenly committed.Björn Stenberg2-83/+81
2009-01-13Minor Clip button changes: UP|REPEAT no longer goes to wps. Volume adjustment...Björn Stenberg2-81/+83
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-9/+12
2008-12-24H10 can distinguish USB and MAIN charger input so return proper flags. H100s ...Michael Sevakis1-6/+0
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis1-64/+37
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis5-44/+63
2008-10-29Move kernel tick initialization and handling to the target tree for ones rema...Michael Sevakis1-0/+64
2008-08-19Since several S/PDIF sources do not set the valnogood bit properly, valnogood...Jens Arnold1-4/+5
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg90-182/+362
2008-05-29Fix FS #8840 for irivers by slowing down the driver some more. Signal quality...Jens Arnold2-8/+24
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis2-0/+2
2008-05-24Hopefully fix FS #8840 for iAudio M3, M5 and X5. Reduce greyscale update freq...Jens Arnold2-45/+94
2008-05-14Fix red. No bother with lcd power management calls in bootloader.Michael Sevakis1-13/+10
2008-05-05Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creativ...Nicolas Pennequin3-6/+6
2008-05-03Another round of making local functions static and making sure that source fi...Bertrik Sikken8-3/+9
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold4-4/+4
2008-04-07Save a couple of bytes by using moveq.l where possible.Jens Arnold1-7/+7
2008-04-06Iriver remote LCD driver: * Split out assembler parts. * Reintroduced the 2 t...Jens Arnold2-204/+309
2008-03-27split boot.lds and move it into the target treeMarcoen Hirschberg2-0/+179
2008-03-27Fix red - adc.h used to be in lcd-remote.hDave Chapman1-0/+1
2008-03-26Slightly better instruction order, added comment.Jens Arnold2-7/+11
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 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