summaryrefslogtreecommitdiffstats
path: root/firmware/target/coldfire/system-coldfire.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis1-3/+1
2011-12-09Convert remaining __attribute__((noreturn)) to NORETURN_ATTR.Boris Gjenero1-1/+1
2011-12-09Introduce USED_ATTR wrapper for __attribute__((used)).Boris Gjenero1-1/+1
2011-06-17Coldfire: Fix the modification of IMR. Interrupts must be masked at the core ...Michael Sevakis1-1/+11
2010-12-01Add HD300 button defines for system_exception_wait()Marcin Bukat1-0/+5
2010-09-08Rename cache coherency functions.Thomas Martitz1-1/+3
2010-08-12Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...Thomas Martitz1-1/+2
2010-04-26Add MPIO HD200 port - changed filesMarcin Bukat1-0/+5
2009-11-14Set DRMODE_SOLID, uniform colors, and sysfont before clearing LCD to display ...Andrew Mahone1-1/+8
2009-10-17Revise r23225 a bit, removing the debug_printf function and implementing more...Nils Wallménius1-5/+2
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-0/+8
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-9/+12
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis1-1/+1
2008-03-17Various coldfire fixes: (1) iAudio Bootloader: Check the status of main & rem...Jens Arnold1-0/+12
2008-03-17iAudio M3: ADC driver, making buttons and battery voltage reading work. * Dis...Jens Arnold1-0/+5
2008-03-16Add two missing coldfire interrupt vectors.Jens Arnold1-2/+5
2007-10-02Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533Steve Bavin1-0/+4
2007-05-23Allow ColdFire targets to be buildt with GCC >= 4.1.0. Magnus Holmgren1-1/+1
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis1-0/+3
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis1-0/+5
2007-03-05Bring up the M5 port to a working stage: Extended numerous explicit checks fo...Jens Arnold1-1/+1
2007-02-25Well, it seems that caused problems for others but my magic bug correcting DA...Michael Sevakis1-0/+5
2007-02-25Add CPU-model-specific init to newborn threads. Add default %macsr for each t...Michael Sevakis1-5/+2
2007-02-22Move the MPARK init to system_init()Linus Nielsen Feltzing1-0/+2
2007-02-05Optimise EQ coef calculation routines for both speed and size. Move now unnee...Thom Johansen1-2/+2
2006-12-06PLL was incorrectly initialized causing system to crash when ran fromMiika Pekkarinen1-1/+1
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-0/+7
2006-11-03More tweak to ColdFire default exception handler. iRiver reboots on power pre...Michael Sevakis1-31/+22
2006-11-02Display correct exception information on ColdFire targets.Michael Sevakis1-14/+39
2006-10-30Moved coldfire code in system.c and system.h into target tree.Michael Sevakis1-0/+296