summaryrefslogtreecommitdiff
path: root/firmware/target/coldfire/system-target.h
AgeCommit message (Expand)Author
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg
2008-03-26Do core interrupt masking in a less general fashion and save some instruction...Michael Sevakis
2007-10-17Coldfire: Partially revert buffered writes, and enable them explicitly for th...Jens Arnold
2007-10-15Coldfire targets: enable buffered writes by default. Speeds up all sorts of I...Jens Arnold
2007-10-02Thanks to LinusN, fix Coldfire bootloaders not booting - FS#7533Steve Bavin
2007-04-13Portal Player: Add invalidate_icache and flush_icache. Flush the cache on the...Michael Sevakis
2007-04-10mpegplayer: Get A-V synchronized. Improve frame sync and dropping logic and t...Michael Sevakis
2007-03-29Missed one variable declaration updating byteswapping functions. Not function...Michael Sevakis
2007-03-29Fix errors. What an errant keystroke when saving can accomplish.Michael Sevakis
2007-03-29Add an asm swap_odd_even32 to SH and ARM. Have the byteswapping functions tak...Michael Sevakis
2007-03-25Save a couple bytes in set_irq_level on Coldfire. Should add up to something.Michael Sevakis
2007-03-07Coldfire targets: Shuffle IRQ levels around to have all interaction between l...Michael Sevakis
2007-03-05More catching up on old work. Refine audio interface setup on Coldfire. Stop ...Michael Sevakis
2006-12-06Removed extraneous #ifdef.Jens Arnold
2006-12-06PLL was incorrectly initialized causing system to crash when ran fromMiika Pekkarinen
2006-11-08Use HAVE_FLASHED_ROCKBOX when target is flashable. Currenly only used by the ...Michael Sevakis
2006-11-08More exodus to the target tree for ColdFire and a bonus sorting of firmware/S...Michael Sevakis
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis
2006-10-30Moved coldfire code in system.c and system.h into target tree.Michael Sevakis