source: rtems/c/src/lib/libcpu/m68k/mcf5206/ChangeLog @ a4666cd5

4.104.114.84.95
Last change on this file since a4666cd5 was a4666cd5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 15:47:20

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4
52003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
8
92003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Cosmetics.
12        * clock/Makefile.am: Remove.
13        * console/Makefile.am: Remove.
14        * include/Makefile.am: Remove.
15        * mbus/Makefile.am: Remove.
16        * timer/Makefile.am: Remove.
17        * Makefile.am: Merge-in former clock/Makefile.am, console/Makefile.am,
18        include/Makefile.am, mbus/Makefile.am, timer/Makefile.am.
19        * configure.ac: Reflect changes above.
20
212003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * clock/Makefile.am: Cosmetics.
24        * mbus/Makefile.am: Cosmetics.
25        * timer/Makefile.am: Cosmetics.
26
272003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * console/Makefile.am: Remove all-local: $(ARCH).
30
312003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reformat.
34        * clock/Makefile.am: Reformat.
35        * console/Makefile.am: Reformat.
36        * include/Makefile.am: Reformat. Use dirstamps for preinstallation.
37        * timer/Makefile.am: Reformat.
38
392003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Remove RTEMS_CANONICAL_HOST.
42
432003-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Remove RTEMS_CHECK_CPU.
46
472003-09-04      Joel Sherrill <joel@OARcorp.com>
48
49        * clock/ckinit.c, console/mcfuart.c, include/mcf5206e.h,
50        include/mcfmbus.h, include/mcfuart.h, mbus/mcfmbus.c, timer/timer.c,
51        timer/timerisr.S: URL for license changed.
52
532003-08-20      Joel Sherrill <joel@OARcorp.com>
54
55        * clock/ckinit.c, console/mcfuart.c, timer/timer.c, timer/timerisr.S:
56        Correct copyright statements.
57
582003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Reflect having moved aclocal/.
61
622003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Reflect having moved automake/.
65        * clock/Makefile.am: Reflect having moved automake/.
66        * console/Makefile.am: Reflect having moved automake/.
67        * include/Makefile.am: Reflect having moved automake/.
68        * mbus/Makefile.am: Reflect having moved automake/.
69        * timer/Makefile.am: Reflect having moved automake/.
70
712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
74
752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Remove AC_CONFIG_AUX_DIR.
78
792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
82
832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: AC_PREREQ(2.57).
86
872003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * clock/Makefile.am: Eliminate *_O_FILES.
90        Don't include @RTEMS_BSP@.cfg.
91        * console/Makefile.am: Likewise.
92        * mbus/Makefile.am: Likewise.
93        * timer/Makefile.am: Likewise.
94
952003-01-03      Victor V. Vengerov <vvv@oktet.ru>
96
97        * mbus/mcfmbus.c: Per PR323, move the mbus_send command on line 232
98        to after the state has been set.
99
1002002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
103
1042002-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Add RTEMS_PROG_CCAS.
107
1082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * .cvsignore: Reformat.
111        Add autom4te*cache.
112        Remove autom4te.cache.
113
1142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac:
117        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
118        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
119        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * mbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
125
1262001-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * include/Makefile.am: Fix TMPINSTALL_FILES to make automake-1.5
129        happy.
130
1312001-10-29      Joel Sherrill <joel@OARcorp.com>
132
133        * .cvsignore: Add more entries.
134
1352001-10-26      Victor V. Vengerov <vvv@oktet.ru>
136
137        * New libcpu support for mcf5206e.
138        * ChangeLog, clock/ckinit.c, clock/.cvsignore, configure.ac,
139        console/mcfuart.c, console/.cvsignore, include/mcf5206e.h,
140        include/mcfmbus.h, include/mcfuart.h, include/.cvsignore,
141        mbus/mcfmbus.c, mbus/.cvsignore, timer/timer.c, timer/timerisr.S,
142        timer/.cvsignore, .cvsignore: New files.
143
Note: See TracBrowser for help on using the repository browser.