summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* *** empty log message ***Thomas Doerfler2008-09-221-0/+5
|
* 2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-194-0/+156
| | | | | | * Makefile.am: Split out various BSPs bspstart.c contents. Move cache management code here. * mcf5223x/cache/cachepd.c, mcf5235/cache/cachepd.c: New files.
* 2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-09-182-1/+4
| | | | * mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h
* 2008-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-082-31/+137
| | | | | * mcf548x/include/Freescale_license.txt: Convert to UNIX CR/LF style, eliminate characters with 8th bit set.
* corrected parameters for done signallingThomas Doerfler2008-09-082-7/+7
|
* 2008-09-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-081-0/+4
| | | | * mcf548x/include/mcf548x.h: Convert to Unix file format.
* Convert to Unix file format.Ralf Corsepius2008-09-081-4057/+4057
|
* 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-053-84/+8
| | | | | | | | * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: The Shared Memory Driver no longer requires the special IOCTL in Clock_control. This was a hack which has existed since before the Classic API Timer Manager was implemented. All implementations of and references to Clock_control were removed.
* 2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-051-0/+4
| | | | * mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".
* Convert to "bool".Ralf Corsepius2008-09-052-6/+6
|
* Eliminate rtems_boolean.Ralf Corsepius2008-09-022-5/+5
|
* 2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2008-09-021-0/+5
| | | | | * mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h: Eliminate rtems_boolean.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-312-34/+0
| | | | | | | | * arm/at91rm9200/timer/timer.c, arm/lpc22xx/timer/timer.c, arm/mc9328mxl/timer/timer.c, arm/s3c2400/timer/timer.c, arm/s3c24xx/timer/timer.c, bfin/timer/timer.c, m68k/mcf5206/timer/timer.c, m68k/mcf5272/timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-315-28/+34
| | | | | | * mcf5206/timer/timer.c, mcf5206/timer/timerisr.S, mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Rename timer driver methods to follow RTEMS programming conventions.
* 2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-08-192-10/+18
| | | | * m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
* 2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-07-312-2/+6
| | | | * shared/misc/m68kidle.c: Correct prototype of Idle threads.
* Cleanup.Ralf Corsepius2008-07-141-6/+0
|
* added mcf548x BSP supportThomas Doerfler2008-07-116-0/+4116
|