summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/m68k/ChangeLog (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-03-08RTEMS: Delete ChangeLog files.Gedare Bloom1-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.
2011-02-112011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-022011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2010-04-052010-04-05 Thomas Znidar <t.znidar@embed-it.com>Joel Sherrill1-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.
2010-03-16Fix hex constants.Eric Norum1-0/+4
2009-12-17 adapted to new prototype for *_write functionThomas Doerfler1-1/+6
2009-10-15add MC_DMA support to MCF548xThomas Doerfler1-0/+8
2009-10-08* mcf5282/include/mcf5282.h: add missing (x) params to four macros, added ↵Thomas Doerfler1-0/+5
paranthesis around usage of x in some macros
2009-09-10*** empty log message ***Till Straumann1-0/+1
2009-09-102009-09-10 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+5
* shared/misc/m68kidle.c: added "cc" clobber to inline asm; STOP instruction modifies CCR!
2009-07-17add cache definition for mcfv4eThomas Doerfler1-0/+4
2009-02-122009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+5
* shared/misc/m68kidle.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
2009-02-112009-02-11 Till Straumann <strauman@slac.stanford.edu>Joel Sherrill1-0/+6
PR 1369/bsps * Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp floating-point emulation.
2008-09-302008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* mcf5206/timer/timerisr.S: Make compile again.
2008-09-22*** empty log message ***Thomas Doerfler1-0/+5
2008-09-192008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-182008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+4
* mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h
2008-09-082008-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+5
* mcf548x/include/Freescale_license.txt: Convert to UNIX CR/LF style, eliminate characters with 8th bit set.
2008-09-082008-09-08 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* mcf548x/include/mcf548x.h: Convert to Unix file format.
2008-09-052008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-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-052008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".
2008-09-022008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+5
* mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h: Eliminate rtems_boolean.
2008-08-312008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-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-192008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+4
* m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
2008-07-312008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+4
* shared/misc/m68kidle.c: Correct prototype of Idle threads.
2008-07-11added mcf548x BSP supportThomas Doerfler1-0/+11
2008-07-042008-07-04 Matthew Riek <matthew.riek@ibiscomputer.com.au>Joel Sherrill1-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-202008-06-20 Matthew Riek <matthew.riek@ibiscomputer.com.au>Joel Sherrill1-0/+6
* Makefile.am, configure.ac, preinstall.am: Adding mcf5329 BSP and CPU support. * mcf532x/include/mcf532x.h: New file.
2008-06-192008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>Chris Johns1-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-112008-06-10 Matthew Riek <matthew.riek@ibiscomputer.com.au>Chris Johns1-0/+5
* mcf52235/include/mcf52235.h: New. * preinstall.am, configure.ac, Makefile.am: Add 52235 support.
2007-12-112007-12-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-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-222007-11-22 Chris Johns <chrisj@rtems.org>Chris Johns1-0/+4
* m68k/mcf5235/include/mcf5235.h: Remove '/' from define label.
2007-06-042007-06-04 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-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-122007-03-12 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-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.
2006-12-14 * m68k/mcf5282/include/mcf5282.h: added __may_alias__Till Straumann1-0/+6
attribute to low-level scalar type definitions and removed intermediate (void*) cast.
2006-12-142006-12-14 Till Straumann <strauman@slac.stanford.edu>Till Straumann1-0/+5
* m68k/mcf5282/include/mcf5282.h: fixed wrong value of MCF5282_QSPI_QDLYR_SPE.
2006-12-022006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: New BUG-REPORT address.
2006-10-172006-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Require autoconf-2.60. Require automake-1.10.
2006-09-11Remove extra CRLF.Chris Johns1-2/+1
2006-09-11Remove extra CRLF.Chris Johns1-0/+5
2006-05-162006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* configure.ac: Use RTEMS_AMPOLISH3.
2005-07-272005-07-27 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* Makefile.am: Fix broken patch to mcf5235.
2005-07-082005-07-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+4
* Makefile.am: Eliminate duplicate entry for include_mcf5235... .
2005-06-172005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>Joel Sherrill1-0/+11
* ChangeLog, Makefile.am, configure.ac, preinstall.am: Addition of mcf5235 support. * mcf5235/include/mcf5235.h: New file.
2005-05-112005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+7
* Makefile.am: Merge-in mcf5282/Makefile.am. * preinstall.am: Regenerate. * mcf5282/Makefile.am: Remove. * configure.ac: Remove mcf5282/Makefile.
2005-05-112005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+7
* Makefile.am: Merge-in mcf5272/Makefile.am. * preinstall.am: Regenerate. * mcf5272/Makefile.am: Remove. * configure.ac: Remove mcf5272/Makefile.
2005-05-112005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+7
* Makefile.am: Merge-in mcf5206/Makefile.am. * preinstall.am: Regenerate. * mcf5206/Makefile.am: Remove. * configure.ac: Remove mcf5206/Makefile.
2005-05-112005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+6
* Makefile.am: Merge-in m68040/Makefile.am. * m68040/Makefile.am: Remove. * configure.ac: Remove m68040/Makefile.
2005-05-112005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-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-112005-05-11 Ralf Corsepius <ralf.corsepius@rtems.org>Ralf Corsepius1-0/+4
* mcf5282/include/Makefile.am: Remove (unused).