source: rtems/c/src/lib/libbsp/m68k/mvme136/ChangeLog @ 3defec6

4.104.114.84.95
Last change on this file since 3defec6 was 3defec6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 04:47:38

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

PR 610/bsps

  • Makefile.am: Add include/tm27.h, Cosmetics.
  • include/tm27.h: Final cosmetics.
  • Property mode set to 100644
File size: 11.4 KB
Line 
12004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 610/bsps
4        * Makefile.am: Add include/tm27.h, Cosmetics.
5        * include/tm27.h: Final cosmetics.
6
72004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * include/bsp.h: Split out tmtest27 support.
10        * include/tm27.h: New.
11
122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        PR 613/bsps
15        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
16
172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 614/bsps
20        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
21
222004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * mvme136/clock/ckinit.c, mvme136/startup/bspclean.c,
25        mvme136/startup/bspstart.c, mvme136/timer/timer.c: Include
26        <rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
27
282004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
31
322004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
35        * startup/bspclean.c: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
36        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
37        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
38
392004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * clock/ckinit.c, include/bsp.h, shmsupp/getcfg.c, shmsupp/lock.c,
42        shmsupp/mpisr.c, startup/bspstart.c, timer/timer.c: Convert to using
43        c99 fixed size types.
44
452004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Reflect changes to bsp.am.
48        Preinstall dist_project_lib*.
49
502004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect changes to bsp.am.
53
542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
57
582004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Pickup files from ../../m68k/shared instead of
61        ../shared. Reformat.
62
632004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Remove RTEMS_CHECK_MULTIPROCESSING.
66        Remove AM_CONDITIONAL(HAS_MP).
67
682004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
71
722004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
75        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
76        wrapup/Makefile.am.
77        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am
78        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
79        Remove.
80        * configure.ac: Reflect changes above.
81
822004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Add PREINSTALL_DIRS.
85        * wrapup/Makefile.am: Reflect changes to libcpu.
86
872004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Reflect changes to libcpu.
90
912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
94        Add PRE/TMPINSTALL_FILES to CLEANFILES.
95        * startup/Makefile.am: Ditto.
96
972004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/.cvsignore: Remove.
100        * start/Makefile.am: Remove.
101        * Makefile.am: Merge-in start/Makefile.am.
102        * configure.ac: Reflect changes above.
103
1042004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Eliminate $(LIB).
107        Use noinst_DATA to trigger building libbsp.a.
108
1092003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * wrapup/Makefile.am: Remove GENERIC_FILES.
112
1132003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
116        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
117
1182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
121        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
122
1232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
126
1272003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * start/Makefile.am: Misc cleanups and fixes.
130        * startup/Makefile.am: Misc cleanups and fixes.
131        * wrapup/Makefile.am: Misc cleanups and fixes.
132
1332003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Add preinstallation dirstamp support.
136        * clock/Makefile.am: Cosmetics.
137        * console/Makefile.am: Cosmetics.
138        * shmsupp/Makefile.am: Cosmetics.
139        * startup/Makefile.am: Cosmetics.
140        * timer/Makefile.am: Cosmetics.
141        * wrapup/Makefile.am: Cosmetics.
142
1432003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * clock/Makefile.am: Remove all-local: $(ARCH).
146        * console/Makefile.am: Remove all-local: $(ARCH).
147        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
148        * start/Makefile.am: Remove all-local: $(ARCH).
149        * startup/Makefile.am: Remove all-local: $(ARCH).
150        * timer/Makefile.am: Remove all-local: $(ARCH).
151        * wrapup/Makefile.am: Remove all-local: $(ARCH).
152
1532003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Merge-in include/Makefile.am.
156        Reflect changes to bsp.am.
157        * include/Makefile.am: Remove.
158        * configure.ac: Reflect changes above.
159
1602003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * bsp_specs: Remove *lib:.
163
1642003-09-04      Joel Sherrill <joel@OARcorp.com>
165
166        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
167        shmsupp/addrconv.c, shmsupp/getcfg.c, shmsupp/lock.c,
168        shmsupp/mpisr.c, startup/bspclean.c, startup/bspstart.c,
169        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
170        changed.
171
1722003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Reflect having moved aclocal/.
175
1762003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Reflect having moved automake/.
179        * clock/Makefile.am: Reflect having moved automake/.
180        * console/Makefile.am: Reflect having moved automake/.
181        * include/Makefile.am: Reflect having moved automake/.
182        * shmsupp/Makefile.am: Reflect having moved automake/.
183        * start/Makefile.am: Reflect having moved automake/.
184        * startup/Makefile.am: Reflect having moved automake/.
185        * timer/Makefile.am: Reflect having moved automake/.
186        * wrapup/Makefile.am: Reflect having moved automake/.
187
1882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        PR 452/bsps
191        * startup/Makefile.am: Remove USE_INIT_FINI.
192
1932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
196
1972003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        PR 445/bsps
200        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
201        Remove cpp, old_cpp (now unused).
202
2032003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Remove AC_CONFIG_AUX_DIR.
206
2072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
210
2112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: AC_PREREQ(2.57).
214
2152003-01-20      Joel Sherrill <joel@OARcorp.com>
216
217        * startup/linkcmds*: Add FreeBSD sysctl() sections.
218
2192002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227
2282002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * start/Makefile.am: Use install-data-local to install startfile.
231
2322002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235
2362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * .cvsignore: Reformat.
239        Add autom4te*cache.
240        Remove autom4te.cache.
241
2422002-08-21      Joel Sherrill <joel@OARcorp.com>
243
244        * bsp_specs: Added support for -nostdlibs.
245
2462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
250        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
251        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
255
2562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * start/Makefile.am: Eliminate PGM.
259        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
260
2612002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
264
2652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
268        Remove $(OBJS) from all-local.
269
2702002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
273
2742001-05-09      Joel Sherrill <joel@OARcorp.com>
275
276        * startup/linkcmds: In support of gcc 3.1, added one of more
277        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
278        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
279        and direction of segments to memory regions may also have been
280        addressed.  This was a sweep across all BSPs.
281 
2822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac:
285        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
286        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
287        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
296
2972001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
300
3012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
304        * configure.in: Remove.
305        * configure.ac: New file, generated from configure.in by autoupdate.
306
3072001-09-27      Joel Sherrill <joel@OARcorp.com>
308
309        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
310
3112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
314
3152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * wrapup/Makefile.am: Use GENERIC_PIECES = to make automake-1.5
318        happy.
319
3202001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.in: Add bspopts.h.
323        * include/.cvsignore: Add bspopts.h*, stamp-h*.
324        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
325        * include/bsp.h: Include bspopts.h.
326
3272001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
328
329        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
330
3312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
334
3352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
338
3392000-11-01      Joel Sherrill <joel@OARcorp.com>
340
341        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
342        and libcsupport.h moved from libc to lib/include/rtems and
343        now must be referenced as <rtems/XXX.h>.   Header file order
344        was cleaned up while doing this.
345
3462000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
349        Switch to GNU canonicalization.
350
3512000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
352
353        * startup/linkcmds: Added lines so DWARF debug information
354        would be available.  Otherwise gdb complains that the offsets
355        for the debug info are incorrect and doesn't load the files.
356
3572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
360        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
361        wrapup/Makefile.am: Include compile.am
362
3632000-08-10      Joel Sherrill <joel@OARcorp.com>
364
365        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.