summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire
AgeCommit message (Expand)AuthorFilesLines
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
2011-06-17Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...Michael Sevakis7-18/+33
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat2-0/+109
2011-06-04iAudio boot: Unify common macro valuesJens Arnold1-5/+2
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken3-12/+12
2011-04-23Split off target-specific parts from firmware/drivers/serial.cBertrik Sikken1-0/+60
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann2-3/+3
2011-01-30Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis1-4/+4
2011-01-12Fix warning when linking booltoaders with the new toolchain by marking .bss s...Nils Wallménius3-3/+3
2011-01-07HD300 - calibrate discharge curveMarcin Bukat1-1/+1
2011-01-02Rework ATA driver to get rid of lots of target-specific constants and allow f...Michael Sparmann2-54/+4
2010-12-27Move codfire inline asm into cpu specific file.Nils Wallménius1-0/+14
2010-12-20HD300 - Fix bootloader freeze introduced in r28799. DMA transfer hangs for so...Marcin Bukat1-7/+10
2010-12-16fix typo, thanks to Luka_S for catching thisMarcin Bukat1-1/+1
2010-12-16HD300 - hacky workaround which makes USB bridge work in rockboxMarcin Bukat1-1/+27
2010-12-11HD300 - further speedup of lcd_update() by utilizing DMA transfer when unboos...Marcin Bukat1-2/+16
2010-12-11HD300 - tweak lcd_update() (4-5% speedup)Marcin Bukat1-9/+8
2010-12-10HD300 - do not handle scrollstrip events when hold is onMarcin Bukat1-18/+23
2010-12-09MPIO HD200, HD300: Make USB bridge handling more correct (this doesn't solve ...Marcin Bukat2-24/+18
2010-12-01Add HD300 button defines for system_exception_wait()Marcin Bukat1-0/+5
2010-11-29HD300 - decrease touchstrip sensitivityMarcin Bukat1-1/+1
2010-11-29MPIO - drop wait states for LCD accessMarcin Bukat1-2/+1
2010-11-27HD300 - add missing i2c initializtion.Marcin Bukat1-1/+1
2010-11-26MPIO HD300 - initial commitMarcin Bukat10-6/+835
2010-11-12MPIO: move files a bit in preparation for HD300 portMarcin Bukat8-0/+0
2010-11-06fix yellowMarcin Bukat1-2/+0
2010-11-06fix yellow and red from r28522Marcin Bukat1-0/+3
2010-11-06move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.Marcin Bukat2-0/+140
2010-11-02MPIO HD200: rename button defines to adhere how they are labeled on the device.Marcin Bukat2-18/+18
2010-10-22Set svn propertiesbootloader_mpiohd200_v1Marcin Bukat15-15/+15
2010-10-22MPIO HD200 - revert change in crt0.S introduced in r28270 to get rid of stran...Marcin Bukat1-2/+4
2010-10-22MPIO HD200 - squash long standing bug in bootloader which prevented booting O...Marcin Bukat1-0/+3
2010-10-13HD200 - GPIO57 is headphone output enable. Proper handling of this line fixes...Marcin Bukat1-1/+1
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré3-24/+6
2010-09-08Rename cache coherency functions.Thomas Martitz2-1/+5
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+2
2010-08-08HD200 - Use DMA transfers in lcd_update() and lcd_update_rect(). Gives 12-26%...Marcin Bukat1-16/+86