summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update bug report URLSebastian Huber2014-12-051-1/+1
|
* rtems: Move rtems_cache_aligned_malloc()Sebastian Huber2014-11-251-1/+0
| | | | | | Make sure also the size is cache aligned since otherwise we may have some overlap with the next allocation block. A cache invalidate on this area would be fatal.
* mcf5206 libcpu and mcf5206elite: Fix warningsJoel Sherrill2014-10-194-801/+705
|
* mcf5282: Move cache to libcpu and update av5282 and uC5282 BSPsJoel Sherrill2014-10-163-0/+133
|
* libcpu/m68k/mcf532x/cache/cachepd.c: Fix warningsJoel Sherrill2014-10-161-1/+3
|
* libcpu/m68k/mcf5235/cache/cachepd.c: Fix warningsJoel Sherrill2014-10-161-0/+1
|
* libcpu/m68k/mcf5223x/cache/cachepd.c: Fix warningsJoel Sherrill2014-10-161-0/+1
|
* Move CPU cache support from mcf5225x BSP to libcpuJoel Sherrill2014-10-162-6/+46
|
* libcpu/m68k/mcf5272/clock/ckinit.c: Fix warningsJoel Sherrill2014-10-131-124/+68
|
* libcpu/m68k/mcf5206/clock/ckinit.c: Fix warningsJoel Sherrill2014-10-131-108/+48
|
* Eliminate use of /*PAGE and clean up formattingJoel Sherrill2014-10-091-17/+10
|
* bsps/mcf5235: Fix warningsSebastian Huber2014-10-091-810/+812
|
* bsps/mcf548x: Fix warningsSebastian Huber2014-10-091-0/+1
|
* bsps/mcf548x: Fix warningsSebastian Huber2014-10-091-1099/+1101
|
* bsps/mcf548x: Fix warningsSebastian Huber2014-10-091-1/+2
|
* Use correct prototype of benchmark_timer_read()Joel Sherrill2014-09-164-18/+28
| | | | | | | | | | | | | | This change starts with removing the effectively empty file timerdrv.h. The prototypes for benchmark_timer_XXX() were in btimer.h which was not universally used. Thus every use of timerdrv.h had to be changed to btimer.h. Then the prototypes for benchmark_timer_read() had to be adjusted to return benchmark_timer_t rather than int or uint32_t. I took this opportunity to also correct the file headers to separate the copyright from the file description comments which is needed to ensure the copyright isn't propagated into Doxygen output.
* m68k/shared/misc/memProbe.c: Add prototype to eliminate warningJoel Sherrill2014-06-011-0/+2
|
* Change all references of rtems.com to rtems.org.Chris Johns2014-03-2118-18/+18
|
* termios: Update due to API changesSebastian Huber2013-06-251-11/+12
| | | | | Termios notifies now the driver about an inactive transmit with the length argument set to zero.
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-640/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* Remove CVS-Ids.Ralf Corsépius2012-07-193-6/+0
|
* Require automake-1.12.2.Ralf Corsépius2012-07-191-1/+1
|
* Require autoconf-2.69.Ralf Corsépius2012-07-191-1/+1
|
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-111-2/+0
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1151-66/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Remove CVS-Ids.Ralf Corsépius2012-05-042-6/+0
|
* libcpu misc m68k and sh - Correct formatting and remove weird Id stringsJoel Sherrill2012-05-035-49/+35
|
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-038-8/+0
| | | | | | | | | | | | | Many files had an extra blank line in the license text found in the file header. This patch removes that line. * The license and distribution terms for this file may be * found in the file LICENSE in this distribution or at * * http://www.rtems.com/license/LICENSE. The script that did this also turned off execute permission when it was turned on incorrectly.
* libcpu/m68k/mcf532x - Remove bad $Id$ and clean up file headerJoel Sherrill2012-05-021-3/+3
|
* Remove all .cvsignore files.Joel Sherrill2012-02-011-8/+0
|
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-116-28/+34
| | | | | | * mcf5225x/network/fec.c, mcf5235/cache/cachepd.c, mcf532x/cache/cachepd.c, shared/cache/cache.c, shared/misc/m68kidle.c: Use "__asm__" instead of "asm" for improved c99-compliance.
* 2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-022-2/+6
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-04-05 Thomas Znidar <t.znidar@embed-it.com>Joel Sherrill2010-04-057-1/+3899
| | | | | | * Makefile.am, configure.ac, preinstall.am: Add mcf5225x support. * mcf5225x/include/fec.h, mcf5225x/include/mcf5225x.h, mcf5225x/network/fec.c: New files.
* Fix hex constants.Eric Norum2010-03-162-2/+6
|
* adapted to new prototype for *_write functionThomas Doerfler2009-12-173-10/+17
|
* Whitespace removal.Ralf Corsepius2009-12-082-35/+35
|
* Whitespace removal.Ralf Corsepius2009-12-0441-591/+591
|
* Whitespace removal.Ralf Corsepius2009-11-304-84/+84
|
* Whitespace removal.Ralf Corsepius2009-11-3016-75/+75
|
* Whitespace removal.Ralf Corsepius2009-11-302-2/+2
|
* Whitespace removal.Ralf Corsepius2009-11-281-1/+1
|
* 2009/10/20 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-10-201-1/+1
| | | | * shared/misc/m68kidle.c: somehow this change was never committed, sorry.
* add MC_DMA support to MCF548xThomas Doerfler2009-10-1512-0/+4408
|
* * mcf5282/include/mcf5282.h: add missing (x) params to four macros, added ↵Thomas Doerfler2009-10-082-70/+75
| | | | paranthesis around usage of x in some macros
* *** empty log message ***Till Straumann2009-09-101-0/+1
|
* 2009-09-10 Till Straumann <strauman@slac.stanford.edu>Till Straumann2009-09-101-0/+5
| | | | | * shared/misc/m68kidle.c: added "cc" clobber to inline asm; STOP instruction modifies CCR!
* add cache definition for mcfv4eThomas Doerfler2009-07-172-0/+7
|
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-122-1/+6
| | | | | * shared/misc/m68kidle.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
* 2009-02-11 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill2009-02-113-3/+22
| | | | | | PR 1369/bsps * Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp floating-point emulation.
* 2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-302-0/+5
| | | | * mcf5206/timer/timerisr.S: Make compile again.