summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/mcf5272 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libcpu misc m68k and sh - Correct formatting and remove weird Id stringsJoel Sherrill2012-05-031-10/+7
|
* General - Remove extraneous blank line in license messageJoel Sherrill2012-05-033-3/+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.
* Whitespace removal.Ralf Corsepius2009-11-304-23/+23
|
* 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-051-42/+0
| | | | | | | | * 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.
* Convert to "bool".Ralf Corsepius2008-09-051-3/+3
|
* 2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2008-08-311-17/+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-312-14/+14
| | | | | | * 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.
* 2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-111-39/+39
| | | | | | * mcf5206/clock/ckinit.c, mcf5272/clock/ckinit.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-124-7/+4
| | | | | | | * mcf5272/clock/ckinit.c, mcf5272/include/mcf5272.h, mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: Correct license URL and/or fix mistake in copyright notice. Both of these mistakes appear to be from code submitted after these changes were made previously.
* Remove.Ralf Corsepius2005-05-115-78/+0
|
* 2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-071-3/+3
| | | | | * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am, shared/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-021-31/+7
| | | | | * m68040/Makefile.am, mcf5206/Makefile.am, mcf5272/Makefile.am, shared/Makefile.am: Remove build-variant support.
* 2005-01-02 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-01-021-15/+0
| | | | | * ChangeLog: Merge-in mcf5272/ChangeLog. * mcf5272/ChangeLog: Remove.
* 2004-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2004-11-262-2/+6
| | | | * timer/timerisr.S: Include rtems/asm.h not asm.h
* Reformat.Ralf Corsepius2004-10-261-2/+1
|
* 2004-10-21 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius2004-10-214-376/+381
| | | | | * clock/ckinit.c, include/mcf5272.h, timer/timer.c: Use POSIX fixed-size types.
* 2004-08-02 Jay Monkman <jtm@lopingdog.com>Jay Monkman2004-08-0310-0/+1264
* Makefile.am, configure.ac: Added CSB360 BSP * mcf5272/.cvsignore, mcf5272/ChangeLog, mcf5272/Makefile.am, mcf5272/clock/.cvsignore, mcf5272/clock/ckinit.c, mcf5272/include/.cvsignore, mcf5272/include/mcf5272.h, mcf5272/timer/.cvsignore, mcf5272/timer/timer.c, mcf5272/timer/timerisr.S: New files.