summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire
AgeCommit message (Expand)Author
2012-11-13HD300: Fix crash in bootloader introduced by 36281c4Marcin Bukat
2012-05-07remove debug-target.hRafaël Carré
2012-04-29M5/X5 (MCF5250): Scoot the core/plugin IRAM boundary forward by 0x800.Michael Sevakis
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon
2012-01-25MPIO HD300: Fix scrollstip issue at driver level.Marcin Bukat
2012-01-24MPIO HD300: Use MENU button to go back from debug screens.Marcin Bukat
2012-01-24MPIO HD200/HD300: Decrease ADC scanrate.Marcin Bukat
2012-01-22Move optimized ffs to firmware/asm, using the new automatic-asm-picking infra...Thomas Martitz
2012-01-22Move optimized memcpy and friends and strlen to firmware/asm,Thomas Martitz
2012-01-22Move pcm_mixer helper routines to firmware/asm.Thomas Martitz
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz
2012-01-08adc-target.h: cleanupRafaël Carré
2012-01-08button-target.h : move prototypes to button.hRafaël Carré
2012-01-07lcd-remote-target.h: Use only in firmware/target/Rafaël Carré
2012-01-07lcd_remote_powersave: unusedRafaël Carré
2012-01-07move _remote_backlight_* to common headerRafaël Carré
2012-01-07remote_detect(): move to lcd-remote.hRafaël Carré
2012-01-07move lcd remote common declarations to lcd-remote.hRafaël Carré
2012-01-07lcd-remote-target.h: remove more duplicatesRafaël Carré
2012-01-07lcd-remote-target.h: remove duplicate declarationsRafaël Carré
2012-01-06Coldfire: lcd_update call got dropped from dbg_hw_info. Replace.Michael Sevakis
2012-01-05Coldfire: Fix alpha bitmap drawing from messing up the emac status register.Michael Sevakis
2012-01-04coldfire: move debug-target.h content in .cRafaël Carré
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz
2011-12-31usb-target.h: removeRafaël Carré
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré
2011-12-21Make more local functions static.Boris Gjenero
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis
2011-12-10thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside...Michael Sevakis
2011-12-09Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.Boris Gjenero
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero
2011-12-08FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....Boris Gjenero
2011-11-05MPIO HD300: vastly improve sound quality. This unfortunately means reverting ...Marcin Bukat
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2011-06-19Optional dual-boot support in iAudio X5 and M5 bootloader, based on FS#5289.Jens Arnold
2011-06-17Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...Michael Sevakis
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat
2011-06-04iAudio boot: Unify common macro valuesJens Arnold
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken
2011-04-23Split off target-specific parts from firmware/drivers/serial.cBertrik Sikken
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann
2011-01-30Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis
2011-01-12Fix warning when linking booltoaders with the new toolchain by marking .bss s...Nils Wallménius
2011-01-07HD300 - calibrate discharge curveMarcin Bukat
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann
2010-12-27Move codfire inline asm into cpu specific file.Nils Wallménius