source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ 553aa5f

4.104.114.84.95
Last change on this file since 553aa5f was 553aa5f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:01

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
4        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
5        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
6        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
7
82004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
9
10        * clock/ckinit.c, include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
11        shmsupp/mpisr.c, startup/bspstart.c, timer/timer.c: Convert to using
12        c99 fixed size types.
13
142004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Reflect changes to bsp.am.
17        Preinstall dist_project_lib*.
18
192004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect changes to bsp.am.
22
232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
26
272004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Pickup files from ../../m68k/shared instead of
30        ../shared. Reformat.
31
322004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
35        Remove AM_CONDITIONAL(HAS_MP).
36
372004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
40
412004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
44        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
45        wrapup/Makefile.am.
46        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am
47        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
48        Remove.
49        * configure.ac: Reflect changes above.
50
512004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Add PREINSTALL_DIRS.
54        * wrapup/Makefile.am: Reflect changes to libcpu.
55
562004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * wrapup/Makefile.am: Reflect changes to libcpu.
59
602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
63        Add PRE/TMPINSTALL_FILES to CLEANFILES.
64        * startup/Makefile.am: Ditto.
65
662004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * start/.cvsignore: Remove.
69        * start/Makefile.am: Remove.
70        * Makefile.am: Merge-in start/Makefile.am.
71        * configure.ac: Reflect changes above.
72
732004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Eliminate $(LIB).
76        Use noinst_DATA to trigger building libbsp.a.
77
782003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Remove GENERIC_FILES.
81
822003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
85        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
86
872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
90        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
91
922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
95
962003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: Misc cleanups and fixes.
99        * startup/Makefile.am: Misc cleanups and fixes.
100        * wrapup/Makefile.am: Misc cleanups and fixes.
101
1022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Add preinstallation dirstamp support.
105        * clock/Makefile.am: Cosmetics.
106        * console/Makefile.am: Cosmetics.
107        * shmsupp/Makefile.am: Cosmetics.
108        * startup/Makefile.am: Cosmetics.
109        * timer/Makefile.am: Cosmetics.
110        * wrapup/Makefile.am: Cosmetics.
111
1122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * clock/Makefile.am: Remove all-local: $(ARCH).
115        * console/Makefile.am: Remove all-local: $(ARCH).
116        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
117        * start/Makefile.am: Remove all-local: $(ARCH).
118        * startup/Makefile.am: Remove all-local: $(ARCH).
119        * timer/Makefile.am: Remove all-local: $(ARCH).
120        * wrapup/Makefile.am: Remove all-local: $(ARCH).
121
1222003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Merge-in include/Makefile.am.
125        Reflect changes to bsp.am.
126        * include/Makefile.am: Remove.
127        * configure.ac: Reflect changes above.
128
1292003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * bsp_specs: Remove *lib:.
132
1332003-09-04      Joel Sherrill <joel@OARcorp.com>
134
135        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
136        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
137        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
138        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
139        changed.
140
1412003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Reflect having moved aclocal/.
144
1452003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Reflect having moved automake/.
148        * clock/Makefile.am: Reflect having moved automake/.
149        * console/Makefile.am: Reflect having moved automake/.
150        * include/Makefile.am: Reflect having moved automake/.
151        * shmsupp/Makefile.am: Reflect having moved automake/.
152        * start/Makefile.am: Reflect having moved automake/.
153        * startup/Makefile.am: Reflect having moved automake/.
154        * timer/Makefile.am: Reflect having moved automake/.
155        * wrapup/Makefile.am: Reflect having moved automake/.
156
1572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        PR 452/bsps
160        * startup/Makefile.am: Remove USE_INIT_FINI.
161
1622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
165
1662003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        PR 445/bsps
169        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
170        Remove cpp, old_cpp (now unused).
171
1722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove AC_CONFIG_AUX_DIR.
175
1762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
179
1802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: AC_PREREQ(2.57).
183
1842003-01-20      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/linkcmds*: Add FreeBSD sysctl() sections.
187
1882002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196
1972002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * start/Makefile.am: Use install-data-local to install startfile.
200
2012002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204
2052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * .cvsignore: Reformat.
208        Add autom4te*cache.
209        Remove autom4te.cache.
210
2112002-08-21      Joel Sherrill <joel@OARcorp.com>
212
213        * bsp_specs: Added support for -nostdlibs.
214
2152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
224
2252002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * start/Makefile.am: Eliminate PGM.
228        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
229
2302002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
233
2342002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
237        Remove $(OBJS) from all-local.
238
2392002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
242
2432001-05-09      Joel Sherrill <joel@OARcorp.com>
244
245        * startup/linkcmds: In support of gcc 3.1, added one of more
246        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
247        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
248        and direction of segments to memory regions may also have been
249        addressed.  This was a sweep across all BSPs.
250 
2512002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac:
254        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
255        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
256        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
265
2662001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
269
2702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
273        * configure.in: Remove.
274        * configure.ac: New file, generated from configure.in by autoupdate.
275
2762001-09-27      Joel Sherrill <joel@OARcorp.com>
277
278        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
279
2802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
283
2842001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
287        happy.
288
2892001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.in: Add bspopts.h.
292        * include/.cvsignore: Add bspopts.h*, stamp-h*.
293        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
294        * include/bsp.h: Include bspopts.h.
295
2962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
297
298        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
299
3002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
303
3042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
307
3082000-11-01      Joel Sherrill <joel@OARcorp.com>
309
310        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
311        and libcsupport.h moved from libc to lib/include/rtems and
312        now must be referenced as <rtems/XXX.h>.   Header file order
313        was cleaned up while doing this.
314
3152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
318        Switch to GNU canonicalization.
319
3202000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
321
322        * startup/linkcmds: Added lines so DWARF debug information
323        would be available.  Otherwise gdb complains that the offsets
324        for the debug info are incorrect and doesn't load the files.
325
3262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
329        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
330        wrapup/Makefile.am: Include compile.am
331
3322000-08-10      Joel Sherrill <joel@OARcorp.com>
333
334        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.