summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Coldfire: Don't clobber alwarm wakeup signal in dualboot modeSolomon Peachy1-0/+4
2015-01-12Fix red/yellowMarcin Bukat4-18/+13
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat13-82/+77
2014-04-15MPIO HD300: Fix occasional scrollstrip hangMarcin Bukat1-12/+11
2014-04-02optimize Cypress chip power supply for iriver h100 seriesDmitry Gamza2-3/+13
2014-01-18coldfire: fix bootloader buildsMarcin Bukat3-3/+3
2014-01-17coldfire: Implement HAVE_INIT_ATTR magicMarcin Bukat2-2/+28
2014-01-15coldfire: Use single app.lds script for all coldfires.Marcin Bukat3-279/+1
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 Martitz3-1/+4
2014-01-05Add missing kernel.h includes (hopefully all of them).Thomas Martitz2-1/+4
2012-11-13HD300: Fix crash in bootloader introduced by 36281c4Marcin Bukat1-1/+4
2012-05-07remove debug-target.hRafaël Carré1-0/+0
2012-04-29M5/X5 (MCF5250): Scoot the core/plugin IRAM boundary forward by 0x800.Michael Sevakis1-0/+4
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-18/+18
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon9-17/+17
2012-01-25MPIO HD300: Fix scrollstip issue at driver level.Marcin Bukat1-2/+33
2012-01-24MPIO HD300: Use MENU button to go back from debug screens.Marcin Bukat1-2/+4
2012-01-24MPIO HD200/HD300: Decrease ADC scanrate.Marcin Bukat2-31/+11
2012-01-22Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz1-65/+0
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz5-1721/+0
2012-01-22Move pcm_mixer helper routines to firmware/asm.Thomas Martitz1-134/+0
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz2-111/+10
2012-01-08adc-target.h: cleanupRafaël Carré1-1/+0
2012-01-08button-target.h : move prototypes to button.hRafaël Carré7-39/+3
2012-01-07lcd-remote-target.h: Use only in firmware/target/Rafaël Carré1-28/+0
2012-01-07lcd_remote_powersave: unusedRafaël Carré4-2/+4
2012-01-07move _remote_backlight_* to common headerRafaël Carré2-6/+0
2012-01-07remote_detect(): move to lcd-remote.hRafaël Carré5-6/+3
2012-01-07move lcd remote common declarations to lcd-remote.hRafaël Carré2-10/+0
2012-01-07lcd-remote-target.h: remove more duplicatesRafaël Carré2-3/+0
2012-01-07lcd-remote-target.h: remove duplicate declarationsRafaël Carré1-2/+0
2012-01-06Coldfire: lcd_update call got dropped from dbg_hw_info. Replace.Michael Sevakis1-0/+2
2012-01-05Coldfire: Fix alpha bitmap drawing from messing up the emac status register.Michael Sevakis1-0/+4
2012-01-04coldfire: move debug-target.h content in .cRafaël Carré2-35/+14
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré1-1/+0
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré1-1/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz6-6/+6
2011-12-31usb-target.h: removeRafaël Carré4-3/+0
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré1-26/+0
2011-12-21Make more local functions static.Boris Gjenero1-0/+6
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis2-7/+5
2011-12-10thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...Michael Sevakis1-2/+0
2011-12-09Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.Boris Gjenero1-1/+1
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero2-2/+4
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero6-16/+4
2011-11-05MPIO HD300: vastly improve sound quality. This unfortunately means reverting ...Marcin Bukat1-19/+2
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-1/+1
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis2-0/+138
2011-06-19Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289.Jens Arnold2-3/+56