summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/ChangeLog (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2011-02-111-0/+6
| | | | | | * 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-021-0/+4
| | | | * configure.ac: Require autoconf-2.68, automake-1.11.1.
* 2010-04-05 Thomas Znidar <t.znidar@embed-it.com>Joel Sherrill2010-04-051-0/+6
| | | | | | * 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-161-0/+4
|
* adapted to new prototype for *_write functionThomas Doerfler2009-12-171-1/+6
|
* add MC_DMA support to MCF548xThomas Doerfler2009-10-151-0/+8
|
* * mcf5282/include/mcf5282.h: add missing (x) params to four macros, added ↵Thomas Doerfler2009-10-081-0/+5
| | | | 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-171-0/+4
|
* 2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-02-121-0/+5
| | | | | * 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-111-0/+6
| | | | | | 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-301-0/+4
| | | | * 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-191-0/+6
| | | | | | * 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-181-0/+4
| | | | * mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h
* 2008-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-081-0/+5
| | | | | * mcf548x/include/Freescale_license.txt: Convert to UNIX CR/LF style, eliminate characters with 8th bit set.
* 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.
* 2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-051-0/+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".
* 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-311-0/+6
| | | | | | * 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-191-0/+4
| | | | * m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
* 2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-07-311-0/+4
| | | | * shared/misc/m68kidle.c: Correct prototype of Idle threads.
* added mcf548x BSP supportThomas Doerfler2008-07-111-0/+11
|
* 2008-07-04 Matthew Riek <matthew.riek@ibiscomputer.com.au>Joel Sherrill2008-07-041-0/+7
| | | | | | | * Makefile.am, mcf532x/include/mcf532x.h, shared/cache/cache_.h: Add cache support for 5329. Enable the cache in copyback and write-through so we can assume that in BSP. * mcf532x/cache/cachepd.c: New file.
* 2008-06-20 Matthew Riek <matthew.riek@ibiscomputer.com.au>Joel Sherrill2008-06-201-0/+6
| | | | | | * Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU support. * mcf532x/include/mcf532x.h: New file.
* 2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>Chris Johns2008-06-191-0/+8
| | | | | | | | * mcf52235/include/mcf52235.h: Removed. Moved to the more generic mcf5223x.h. * mcf5223x/include/mcf5223x.h: New. Was mcf52235.h. * Makefile.am, configure.ac, preinstall.am: Changed from mcf52235 to mcf5223x.
* 2008-06-10 Matthew Riek <matthew.riek@ibiscomputer.com.au>Chris Johns2008-06-111-0/+5
| | | | | * mcf52235/include/mcf52235.h: New. * preinstall.am, configure.ac, Makefile.am: Add 52235 support.
* 2007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-12-111-0/+6
| | | | | | * 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-11-22 Chris Johns <chrisj@rtems.org>Chris Johns2007-11-221-0/+4
| | | | * m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
* 2007-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-041-0/+6
| | | | | | * Makefile.am: Now use the m68k memcpy and memset recently added to newlib instead of our own. * shared/misc/memcpy.c: Removed.
* 2007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2007-03-121-0/+7
| | | | | | | * 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.
* * m68k/mcf5282/include/mcf5282.h: added __may_alias__Till Straumann2006-12-141-0/+6
| | | | | attribute to low-level scalar type definitions and removed intermediate (void*) cast.
* 2006-12-14 Till Straumann <strauman@slac.stanford.edu>Till Straumann2006-12-141-0/+5
| | | | | * m68k/mcf5282/include/mcf5282.h: fixed wrong value of MCF5282_QSPI_QDLYR_SPE.
* 2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-12-021-0/+4
| | | | * configure.ac: New BUG-REPORT address.
* 2006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-10-171-0/+4
| | | | * configure.ac: Require autoconf-2.60. Require automake-1.10.
* Remove extra CRLF.Chris Johns2006-09-111-2/+1
|
* Remove extra CRLF.Chris Johns2006-09-111-0/+5
|
* 2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius2006-05-161-0/+4
| | | | * configure.ac: Use RTEMS_AMPOLISH3.
* 2005-07-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-07-271-0/+4
| | | | * Makefile.am: Fix broken patch to mcf5235.
* 2005-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-07-081-0/+4
| | | | * Makefile.am: Eliminate duplicate entry for include_mcf5235... .
* 2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill2005-06-171-0/+11
| | | | | | * ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of mcf5235 support. * mcf5235/include/mcf5235.h: New file.
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-111-0/+7
| | | | | | | * Makefile.am: Merge-in mcf5282/Makefile.am. * preinstall.am: Regenerate. * mcf5282/Makefile.am: Remove. * configure.ac: Remove mcf5282/Makefile.
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-111-0/+7
| | | | | | | * Makefile.am: Merge-in mcf5272/Makefile.am. * preinstall.am: Regenerate. * mcf5272/Makefile.am: Remove. * configure.ac: Remove mcf5272/Makefile.
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-111-0/+7
| | | | | | | * Makefile.am: Merge-in mcf5206/Makefile.am. * preinstall.am: Regenerate. * mcf5206/Makefile.am: Remove. * configure.ac: Remove mcf5206/Makefile.
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-111-0/+6
| | | | | | * Makefile.am: Merge-in m68040/Makefile.am. * m68040/Makefile.am: Remove. * configure.ac: Remove m68040/Makefile.
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-111-0/+8
| | | | | | | | * Makefile.am: Merge-in shared/Makefile.am. * preinstall.am: New. * shared/Makefile.am: Remove. * configure.ac: Remove shared/Makefile. Add AMPOLISH3.
* 2005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius2005-05-111-0/+4
| | | | * mcf5282/include/Makefile.am: Remove (unused).
* 2005-04-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2005-04-261-0/+4
| | | | * mcf5206/include/mcfuart.h: Reformatted.