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