Joel Sherrill
6ddc4dab20
m68k/shared/misc/memProbe.c: Add prototype to eliminate warning
2014-06-01 18:18:00 -05:00
Chris Johns
c49985691f
Change all references of rtems.com to rtems.org.
2014-03-21 08:10:47 +11:00
Sebastian Huber
e18db9f0cf
termios: Update due to API changes
...
Termios notifies now the driver about an inactive transmit with the
length argument set to zero.
2013-06-25 17:03:21 +02:00
Gedare Bloom
fad2d38a9f
RTEMS: Delete ChangeLog files.
...
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.
2013-03-08 15:55:06 -05:00
Ralf Corsépius
1c554014af
Remove CVS-Ids.
2012-07-19 16:55:18 +02:00
Ralf Corsépius
bb2b8259ea
Require automake-1.12.2.
2012-07-19 15:47:55 +02:00
Ralf Corsépius
0f772813aa
Require autoconf-2.69.
2012-07-19 15:44:32 +02:00
Joel Sherrill
65c6425de9
Remove CVS Id Strings (manual edits after script)
...
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.
2012-05-11 08:44:14 -05:00
Joel Sherrill
9b4422a251
Remove All CVS Id Strings Possible Using a Script
...
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.
2012-05-11 08:44:13 -05:00
Ralf Corsépius
1559075d97
Remove CVS-Ids.
2012-05-04 09:36:22 +02:00
Joel Sherrill
78dea6ceb2
libcpu misc m68k and sh - Correct formatting and remove weird Id strings
2012-05-03 13:23:07 -05:00
Joel Sherrill
cfaa3662ee
General - Remove extraneous blank line in license message
...
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.
2012-05-03 12:55:58 -05:00
Joel Sherrill
b8b2f19d0d
libcpu/m68k/mcf532x - Remove bad $Id$ and clean up file header
2012-05-02 15:41:13 -05:00
Joel Sherrill
61250b4ce9
Remove all .cvsignore files.
2012-02-01 10:59:44 -06:00
Ralf Corsepius
8525cffc7d
2011-02-11 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* 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-11 09:36:44 +00:00
Ralf Corsepius
8ee3775f30
2011-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* configure.ac: Require autoconf-2.68, automake-1.11.1.
2011-02-02 15:01:43 +00:00
Joel Sherrill
14782ec0cd
2010-04-05 Thomas Znidar <t.znidar@embed-it.com>
...
* Makefile.am, configure.ac, preinstall.am: Add mcf5225x support.
* mcf5225x/include/fec.h, mcf5225x/include/mcf5225x.h,
mcf5225x/network/fec.c: New files.
2010-04-05 17:11:48 +00:00
Eric Norum
cf293d1562
Fix hex constants.
2010-03-16 15:53:48 +00:00
Thomas Doerfler
39a9f8ea12
adapted to new prototype for *_write function
2009-12-17 08:42:17 +00:00
Ralf Corsepius
c758a4ecf4
Whitespace removal.
2009-12-08 13:36:55 +00:00
Ralf Corsepius
42e243eeef
Whitespace removal.
2009-12-04 04:27:21 +00:00
Ralf Corsepius
1857b0082d
Whitespace removal.
2009-11-30 17:14:20 +00:00
Ralf Corsepius
023f1dd927
Whitespace removal.
2009-11-30 05:27:08 +00:00
Ralf Corsepius
359e537416
Whitespace removal.
2009-11-30 05:09:41 +00:00
Ralf Corsepius
309dbd07ff
Whitespace removal.
2009-11-28 06:28:41 +00:00
Till Straumann
5bd4fb059c
2009/10/20 Till Straumann <strauman@slac.stanford.edu>
...
* shared/misc/m68kidle.c: somehow this change was never committed, sorry.
2009-10-20 14:07:20 +00:00
Thomas Doerfler
6229b2a7e7
add MC_DMA support to MCF548x
2009-10-15 13:55:47 +00:00
Thomas Doerfler
578e6fe20d
* mcf5282/include/mcf5282.h: add missing (x) params to four macros, added paranthesis around usage of x in some macros
2009-10-08 16:36:22 +00:00
Till Straumann
fabc115705
*** empty log message ***
2009-09-10 21:40:10 +00:00
Till Straumann
b14bfbba45
2009-09-10 Till Straumann <strauman@slac.stanford.edu>
...
* shared/misc/m68kidle.c: added "cc" clobber to inline
asm; STOP instruction modifies CCR!
2009-09-10 21:20:49 +00:00
Thomas Doerfler
e63acfbb90
add cache definition for mcfv4e
2009-07-17 13:51:57 +00:00
Joel Sherrill
326220ee47
2009-02-12 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* shared/misc/m68kidle.c: Change prototype of IDLE thread to
consistently return void * and take a uintptr_t argument.
2009-02-12 15:57:00 +00:00
Joel Sherrill
fe26418d7c
2009-02-11 Till Straumann <strauman@slac.stanford.edu>
...
PR 1369/bsps
* Makefile.am, configure.ac: Fix name clashes when using MC68040 fpsp
floating-point emulation.
2009-02-11 16:20:00 +00:00
Joel Sherrill
55670973c0
2008-09-30 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mcf5206/timer/timerisr.S: Make compile again.
2008-09-30 14:22:23 +00:00
Thomas Doerfler
27fef33625
*** empty log message ***
2008-09-22 11:39:25 +00:00
Joel Sherrill
c01e72bdc5
2008-09-19 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* 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-19 15:51:33 +00:00
Joel Sherrill
3a1b7b8042
2008-09-18 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* mcf5206/timer/timerisr.S: Remove unnecessary include of bsp.h
2008-09-18 17:43:06 +00:00
Joel Sherrill
db81d0b218
2008-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* mcf548x/include/Freescale_license.txt: Convert to UNIX CR/LF style,
eliminate characters with 8th bit set.
2008-09-08 13:29:20 +00:00
Thomas Doerfler
95c274ecf3
corrected parameters for done signalling
2008-09-08 09:53:40 +00:00
Ralf Corsepius
6a1c843517
2008-09-08 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* mcf548x/include/mcf548x.h: Convert to Unix file format.
2008-09-08 06:59:51 +00:00
Ralf Corsepius
d862ab7ab4
Convert to Unix file format.
2008-09-08 06:59:44 +00:00
Joel Sherrill
1e6aed25b4
2008-09-05 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* 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 22:06:49 +00:00
Ralf Corsepius
3553085fba
2008-09-05 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* mcf5206/timer/timer.c, mcf5272/timer/timer.c: Convert to "bool".
2008-09-05 11:56:04 +00:00
Ralf Corsepius
3551166d7b
Convert to "bool".
2008-09-05 11:55:58 +00:00
Ralf Corsepius
9a73f42181
Eliminate rtems_boolean.
2008-09-02 12:55:44 +00:00
Ralf Corsepius
6197fb5f8d
2008-09-02 Ralf Corsépius <ralf.corsepius@rtems.org>
...
* mcf5206/console/mcfuart.c, mcf5206/include/mcfuart.h:
Eliminate rtems_boolean.
2008-09-02 12:52:58 +00:00
Joel Sherrill
18bfc42d67
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* 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 17:19:10 +00:00
Joel Sherrill
a5cd22710d
2008-08-31 Joel Sherrill <joel.sherrill@oarcorp.com>
...
* 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-31 16:59:23 +00:00
Joel Sherrill
6bdeeb3111
2008-08-19 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* m68040/fpsp/rtems_fpsp.c: Move extern outside of braces.
2008-08-19 17:42:03 +00:00
Joel Sherrill
90c9d2b45f
2008-07-31 Joel Sherrill <joel.sherrill@OARcorp.com>
...
* shared/misc/m68kidle.c: Correct prototype of Idle threads.
2008-07-31 15:00:11 +00:00