source: rtems/c/src/lib/libbsp/m68k/mvme167/ChangeLog @ 8b9e7f1

4.104.114.84.95
Last change on this file since 8b9e7f1 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 13.8 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-11-25      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
12
132004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * configure.ac: Require automake > 1.9.
16
172004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 610/bsps
20        * Makefile.am: Add include/tm27.h, Cosmetics.
21        * include/tm27.h: Final cosmetics.
22
232004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * include/bsp.h: Split out tmtest27 support.
26        * include/tm27.h: New.
27
282004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        PR 613/bsps
31        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
32
332004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        PR 614/bsps
36        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
37
382004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
41
422004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
45        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
46        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
47
482004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * clock/ckinit.c, console/console-recording.h, console/console.c,
51        fatal/bspfatal.c, include/fatal.h, network/network.c,
52        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
53        using c99 fixed size types.
54
552004-03-05      Joel Sherrill <joel@OARcorp.com>
56
57        * network/network.c: Remove warnings for unused routines left from
58        original code.
59
602004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect changes to bsp.am.
63        Preinstall dist_project_lib*.
64
652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Reflect changes to bsp.am.
68
692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
72
732004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Pickup files from ../../m68k/shared instead of
76        ../shared. Reformat.
77
782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
81
822004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
85        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
86        timer/Makefile.am, wrapup/Makefile.am.
87        Use automake compilation rules.
88        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
89        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
90        wrapup/Makefile.am: Remove.
91        * configure.ac: Reflect changes above.
92
932004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * console/console-recording.c: Remove (rename to console-recording.h).
96        * console/console-recording.h: New.
97
982004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Add PREINSTALL_DIRS.
101        * wrapup/Makefile.am: Reflect changes to libcpu.
102
1032004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * wrapup/Makefile.am: Reflect changes to libcpu.
106
1072004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
110        Add PRE/TMPINSTALL_FILES to CLEANFILES.
111        * startup/Makefile.am: Ditto.
112
1132004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * start/Makefile.am: Remove.
116        * Makefile.am: Merge-in start/Makefile.am.
117        * configure.ac: Reflect changes above.
118
1192004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Eliminate $(LIB).
122        Use noinst_DATA to trigger building libbsp.a.
123
1242003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
127        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
128
1292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
132        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
133
1342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
137
1382003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Misc cleanups and fixes.
141        * start/Makefile.am: Misc cleanups and fixes.
142        * startup/Makefile.am: Misc cleanups and fixes.
143        * wrapup/Makefile.am: Misc cleanups and fixes.
144
1452003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Add preinstallation dirstamp support.
148        * clock/Makefile.am: Cosmetics.
149        * console/Makefile.am: Cosmetics.
150        * fatal/Makefile.am: Cosmetics.
151        * network/Makefile.am: Cosmetics.
152        * startup/Makefile.am: Cosmetics.
153        * timer/Makefile.am: Cosmetics.
154        * wrapup/Makefile.am: Cosmetics.
155
1562003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * clock/Makefile.am: Remove all-local: $(ARCH).
159        * console/Makefile.am: Remove all-local: $(ARCH).
160        * fatal/Makefile.am: Remove all-local: $(ARCH).
161        * network/Makefile.am: Remove all-local: $(ARCH).
162        * start/Makefile.am: Remove all-local: $(ARCH).
163        * startup/Makefile.am: Remove all-local: $(ARCH).
164        * timer/Makefile.am: Remove all-local: $(ARCH).
165        * wrapup/Makefile.am: Remove all-local: $(ARCH).
166
1672003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Merge-in include/Makefile.am.
170        Reflect changes to bsp.am.
171        * include/Makefile.am: Remove.
172        * configure.ac: Reflect changes above.
173
1742003-09-04      Joel Sherrill <joel@OARcorp.com>
175
176        * clock/ckinit.c, console/console-recording.c, console/console.c,
177        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
178        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
179        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
180        changed.
181
1822003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
185        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
186        Remove BSP_CPPFLAGS.
187
1882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect having moved aclocal/.
191
1922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Reflect having moved automake/.
195        * clock/Makefile.am: Reflect having moved automake/.
196        * console/Makefile.am: Reflect having moved automake/.
197        * fatal/Makefile.am: Reflect having moved automake/.
198        * include/Makefile.am: Reflect having moved automake/.
199        * network/Makefile.am: Reflect having moved automake/.
200        * start/Makefile.am: Reflect having moved automake/.
201        * startup/Makefile.am: Reflect having moved automake/.
202        * timer/Makefile.am: Reflect having moved automake/.
203        * wrapup/Makefile.am: Reflect having moved automake/.
204
2052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        PR 452/bsps
208        * startup/Makefile.am: Remove USE_INIT_FINI.
209
2102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
213
2142003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        PR 445/bsps
217        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
218        Remove cpp, old_cpp (now unused).
219
2202003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: Remove AC_CONFIG_AUX_DIR.
223
2242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
227
2282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: AC_PREREQ(2.57).
231
2322003-01-20      Joel Sherrill <joel@OARcorp.com>
233
234        * startup/linkcmds*: Add FreeBSD sysctl() sections.
235
2362002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * console/Makefile.am: Eliminate C_O_FILES.
240        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245
2462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * start/Makefile.am: Use install-data-local to install startfile.
249
2502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253
2542002-11-04      Joel Sherrill <joel@OARcorp.com>
255
256        * console/console.c: Removed warnings.
257
2582002-11-01      Joel Sherrill <joel@OARcorp.com>
259
260        * network/network.c, startup/bspclean.c: Removed warnings.
261
2622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * .cvsignore: Reformat.
265        Add autom4te*cache.
266        Remove autom4te.cache.
267
2682002-08-21      Joel Sherrill <joel@OARcorp.com>
269
270        * bsp_specs: Added support for -nostdlibs.
271
2722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
280        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
281        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
282
2832002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/Makefile.am: Eliminate PGM.
286        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
287
2882002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
291
2922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
295        Remove $(OBJS) from all-local.
296
2972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
300
3012001-05-28      Joel Sherrill <joel@OARcorp.com>
302
303        * Per PR31, moved mvme16x_hw.h to shared/mvme.
304        * include/Makefile.am: Modified to reflect movement.
305
3062001-05-09      Joel Sherrill <joel@OARcorp.com>
307
308        * startup/linkcmds: In support of gcc 3.1, added one of more
309        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
310        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
311        and direction of segments to memory regions may also have been
312        addressed.  This was a sweep across all BSPs.
313 
3142002-05-01      Eric Norum <eric.norum@usask.ca>
315
316        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
317        startup/page_table.c: Per PR200 fix multi-line inline assembly
318        to satisfy gcc 3.1 and newer.
319
3202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac:
323        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
324        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
325        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
335
3362002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
339
3402001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
343        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
344        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
345        Add AC_DEFINE_UNQUOTED([mvme167]).
346
3472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
350
3512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
354        * configure.in: Remove.
355        * configure.ac: New file, generated from configure.in by autoupdate.
356
3572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * include/Makefile.am: Use 'CLEANFILES ='.
360        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
361
3622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.in: Add bspopts.h.
365        * include/.cvsignore: Add bspopts.h*, stamp-h*.
366        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
367        * include/bsp.h: Include bspopts.h.
368
3692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
370
371        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
372
3732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
376
3772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
380
3812000-11-01      Joel Sherrill <joel@OARcorp.com>
382
383        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
384        and libcsupport.h moved from libc to lib/include/rtems and
385        now must be referenced as <rtems/XXX.h>.   Header file order
386        was cleaned up while doing this.
387
3882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
391        Switch to GNU canonicalization.
392
3932000-09-12      Joel Sherrill <joel@OARcorp.com>
394
395        * network/network.c (uti596_attach): Adjust cpp directives
396        and conditional braces so all cases compile.
397
3982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
401        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
402        wrapup/Makefile.am, network/Makefile.am: Include compile.am
403
4042000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
405
406        * console.c(_BSP_output_char): Output CR after LF for printk.
407
4082000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
409
410        * README: Updated
411        * console/console.c: Fix polled input.
412        Add support for shared printk.
413        Add support for more flexible polled I/O with and without termios.
414        I/O mode and console is selectable either from NVRAM or from
415        mvme167.cfg.  Clean up comments.
416
4172000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
418
419        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
420        * include/bsp.h: Reorganize NVRAM parameters.
421        Add support for shared printk.
422        * times: These are the times for the MVME167, not the MBX860-002.
423
4242000-08-11  John Cotton  <john.cotton@nrc.ca>
425
426        * network/network.c: Fix NVRAM configuration parameter
427        handling from previous revision.
428        Check J1-4,  restructure NVRAM parameter handling.
429
4302000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
431
432        * network/network.c: Cleanup of network driver to reduce warnings.
433        Addition of second parameter to uti596_attach.
434
4352000-08-10      Joel Sherrill <joel@OARcorp.com>
436
437        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.