summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/iaudio
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Fix more warnings.Solomon Peachy1-4/+0
2020-10-13iaudiox5: Fix red, due to slightly bogus asmSolomon Peachy2-7/+13
2020-10-13Fix a pile of yellow in the bootloaderSolomon Peachy2-1/+13
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat6-31/+31
2014-01-18coldfire: fix bootloader buildsMarcin Bukat1-1/+1
2014-01-15coldfire: Use single app.lds script for all coldfires.Marcin Bukat1-143/+0
2014-01-05Add missing kernel.h includes (hopefully all of them), take #3.Thomas Martitz1-1/+2
2014-01-05Add missing kernel.h includes (hopefully all of them), take #2.Thomas Martitz2-1/+3
2012-04-29M5/X5 (MCF5250): Scoot the core/plugin IRAM boundary forward by 0x800.Michael Sevakis1-0/+4
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon4-7/+7
2012-01-08adc-target.h: cleanupRafaël Carré1-1/+0
2012-01-08button-target.h : move prototypes to button.hRafaël Carré2-15/+0
2012-01-07lcd_remote_powersave: unusedRafaël Carré2-1/+2
2012-01-07move _remote_backlight_* to common headerRafaël Carré1-3/+0
2012-01-07remote_detect(): move to lcd-remote.hRafaël Carré4-4/+3
2012-01-07move lcd remote common declarations to lcd-remote.hRafaël Carré1-5/+0
2012-01-07lcd-remote-target.h: remove more duplicatesRafaël Carré1-1/+0
2012-01-05Coldfire: Fix alpha bitmap drawing from messing up the emac status register.Michael Sevakis1-0/+4
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2-2/+2
2011-12-31usb-target.h: removeRafaël Carré2-2/+0
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero2-2/+2
2011-06-19Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289.Jens Arnold1-1/+5
2011-06-04iAudio boot: Unify common macro valuesJens Arnold1-5/+2
2011-01-12Fix warning when linking booltoaders with the new toolchain by marking .bss s...Nils Wallménius1-1/+1
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-08-01More minor const/static/include fixes.Bertrik Sikken2-0/+2
2010-05-31Smaller & faster greylib blitting on iriver H1x0 and iAudio M5, based on the ...Jens Arnold1-126/+107
2010-04-26remove some useless linesNils Wallménius1-4/+0
2010-03-19Reset USB bridge properly when selecting bus powered mode. The bridge might h...Jens Arnold1-1/+4
2010-03-07Set IRAM split to 48KB / 80KB (apps / plugins) for M5 and X5. This way codecs...Andree Buschmann1-1/+1
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz1-1/+1
2009-06-12Add iAudio M5 FM radio mod to the advanced build options. * Unify iAudio audi...Jens Arnold7-306/+25
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz1-6/+0
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 Martitz1-2/+2
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis1-6/+8
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis3-21/+12
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg44-89/+177
2008-05-28Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when t...Michael Sevakis1-0/+1
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 Pennequin1-4/+4
2008-05-03Another round of making local functions static and making sure that source fi...Bertrik Sikken5-0/+5
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold2-2/+2
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