source: rtems/c/src/lib/libbsp/m68k/mvme167/ChangeLog @ 9cf372e5

4.104.114.84.95
Last change on this file since 9cf372e5 was 4cbf22a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 21:06:25

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

  • Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 13.7 KB
Line 
12005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove build-variant support.
4
52004-11-25      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
8
92004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Require automake > 1.9.
12
132004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        PR 610/bsps
16        * Makefile.am: Add include/tm27.h, Cosmetics.
17        * include/tm27.h: Final cosmetics.
18
192004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * include/bsp.h: Split out tmtest27 support.
22        * include/tm27.h: New.
23
242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        PR 613/bsps
27        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 614/bsps
32        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
33
342004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
37
382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
41        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
42        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
43
442004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * clock/ckinit.c, console/console-recording.h, console/console.c,
47        fatal/bspfatal.c, include/fatal.h, network/network.c,
48        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
49        using c99 fixed size types.
50
512004-03-05      Joel Sherrill <joel@OARcorp.com>
52
53        * network/network.c: Remove warnings for unused routines left from
54        original code.
55
562004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Reflect changes to bsp.am.
59        Preinstall dist_project_lib*.
60
612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Reflect changes to bsp.am.
64
652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
68
692004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Pickup files from ../../m68k/shared instead of
72        ../shared. Reformat.
73
742004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
77
782004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
81        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
82        timer/Makefile.am, wrapup/Makefile.am.
83        Use automake compilation rules.
84        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
85        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
86        wrapup/Makefile.am: Remove.
87        * configure.ac: Reflect changes above.
88
892004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * console/console-recording.c: Remove (rename to console-recording.h).
92        * console/console-recording.h: New.
93
942004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Add PREINSTALL_DIRS.
97        * wrapup/Makefile.am: Reflect changes to libcpu.
98
992004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Reflect changes to libcpu.
102
1032004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
106        Add PRE/TMPINSTALL_FILES to CLEANFILES.
107        * startup/Makefile.am: Ditto.
108
1092004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * start/Makefile.am: Remove.
112        * Makefile.am: Merge-in start/Makefile.am.
113        * configure.ac: Reflect changes above.
114
1152004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Eliminate $(LIB).
118        Use noinst_DATA to trigger building libbsp.a.
119
1202003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
123        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
124
1252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
128        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
129
1302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
133
1342003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Misc cleanups and fixes.
137        * start/Makefile.am: Misc cleanups and fixes.
138        * startup/Makefile.am: Misc cleanups and fixes.
139        * wrapup/Makefile.am: Misc cleanups and fixes.
140
1412003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Add preinstallation dirstamp support.
144        * clock/Makefile.am: Cosmetics.
145        * console/Makefile.am: Cosmetics.
146        * fatal/Makefile.am: Cosmetics.
147        * network/Makefile.am: Cosmetics.
148        * startup/Makefile.am: Cosmetics.
149        * timer/Makefile.am: Cosmetics.
150        * wrapup/Makefile.am: Cosmetics.
151
1522003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * clock/Makefile.am: Remove all-local: $(ARCH).
155        * console/Makefile.am: Remove all-local: $(ARCH).
156        * fatal/Makefile.am: Remove all-local: $(ARCH).
157        * network/Makefile.am: Remove all-local: $(ARCH).
158        * start/Makefile.am: Remove all-local: $(ARCH).
159        * startup/Makefile.am: Remove all-local: $(ARCH).
160        * timer/Makefile.am: Remove all-local: $(ARCH).
161        * wrapup/Makefile.am: Remove all-local: $(ARCH).
162
1632003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Merge-in include/Makefile.am.
166        Reflect changes to bsp.am.
167        * include/Makefile.am: Remove.
168        * configure.ac: Reflect changes above.
169
1702003-09-04      Joel Sherrill <joel@OARcorp.com>
171
172        * clock/ckinit.c, console/console-recording.c, console/console.c,
173        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
174        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
175        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
176        changed.
177
1782003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
181        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
182        Remove BSP_CPPFLAGS.
183
1842003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Reflect having moved aclocal/.
187
1882003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect having moved automake/.
191        * clock/Makefile.am: Reflect having moved automake/.
192        * console/Makefile.am: Reflect having moved automake/.
193        * fatal/Makefile.am: Reflect having moved automake/.
194        * include/Makefile.am: Reflect having moved automake/.
195        * network/Makefile.am: Reflect having moved automake/.
196        * start/Makefile.am: Reflect having moved automake/.
197        * startup/Makefile.am: Reflect having moved automake/.
198        * timer/Makefile.am: Reflect having moved automake/.
199        * wrapup/Makefile.am: Reflect having moved automake/.
200
2012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        PR 452/bsps
204        * startup/Makefile.am: Remove USE_INIT_FINI.
205
2062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
209
2102003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        PR 445/bsps
213        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
214        Remove cpp, old_cpp (now unused).
215
2162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Remove AC_CONFIG_AUX_DIR.
219
2202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
223
2242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: AC_PREREQ(2.57).
227
2282003-01-20      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds*: Add FreeBSD sysctl() sections.
231
2322002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * console/Makefile.am: Eliminate C_O_FILES.
236        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241
2422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * start/Makefile.am: Use install-data-local to install startfile.
245
2462002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
249
2502002-11-04      Joel Sherrill <joel@OARcorp.com>
251
252        * console/console.c: Removed warnings.
253
2542002-11-01      Joel Sherrill <joel@OARcorp.com>
255
256        * network/network.c, startup/bspclean.c: Removed warnings.
257
2582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * .cvsignore: Reformat.
261        Add autom4te*cache.
262        Remove autom4te.cache.
263
2642002-08-21      Joel Sherrill <joel@OARcorp.com>
265
266        * bsp_specs: Added support for -nostdlibs.
267
2682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
278
2792002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * start/Makefile.am: Eliminate PGM.
282        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
283
2842002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
287
2882002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
291        Remove $(OBJS) from all-local.
292
2932002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
296
2972001-05-28      Joel Sherrill <joel@OARcorp.com>
298
299        * Per PR31, moved mvme16x_hw.h to shared/mvme.
300        * include/Makefile.am: Modified to reflect movement.
301
3022001-05-09      Joel Sherrill <joel@OARcorp.com>
303
304        * startup/linkcmds: In support of gcc 3.1, added one of more
305        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
306        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
307        and direction of segments to memory regions may also have been
308        addressed.  This was a sweep across all BSPs.
309 
3102002-05-01      Eric Norum <eric.norum@usask.ca>
311
312        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
313        startup/page_table.c: Per PR200 fix multi-line inline assembly
314        to satisfy gcc 3.1 and newer.
315
3162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac:
319        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
320        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
321        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
331
3322002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
335
3362001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
339        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
340        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
341        Add AC_DEFINE_UNQUOTED([mvme167]).
342
3432001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
346
3472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
350        * configure.in: Remove.
351        * configure.ac: New file, generated from configure.in by autoupdate.
352
3532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * include/Makefile.am: Use 'CLEANFILES ='.
356        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
357
3582001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.in: Add bspopts.h.
361        * include/.cvsignore: Add bspopts.h*, stamp-h*.
362        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
363        * include/bsp.h: Include bspopts.h.
364
3652001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
366
367        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
368
3692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
372
3732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
376
3772000-11-01      Joel Sherrill <joel@OARcorp.com>
378
379        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
380        and libcsupport.h moved from libc to lib/include/rtems and
381        now must be referenced as <rtems/XXX.h>.   Header file order
382        was cleaned up while doing this.
383
3842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
387        Switch to GNU canonicalization.
388
3892000-09-12      Joel Sherrill <joel@OARcorp.com>
390
391        * network/network.c (uti596_attach): Adjust cpp directives
392        and conditional braces so all cases compile.
393
3942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
397        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
398        wrapup/Makefile.am, network/Makefile.am: Include compile.am
399
4002000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
401
402        * console.c(_BSP_output_char): Output CR after LF for printk.
403
4042000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
405
406        * README: Updated
407        * console/console.c: Fix polled input.
408        Add support for shared printk.
409        Add support for more flexible polled I/O with and without termios.
410        I/O mode and console is selectable either from NVRAM or from
411        mvme167.cfg.  Clean up comments.
412
4132000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
414
415        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
416        * include/bsp.h: Reorganize NVRAM parameters.
417        Add support for shared printk.
418        * times: These are the times for the MVME167, not the MBX860-002.
419
4202000-08-11  John Cotton  <john.cotton@nrc.ca>
421
422        * network/network.c: Fix NVRAM configuration parameter
423        handling from previous revision.
424        Check J1-4,  restructure NVRAM parameter handling.
425
4262000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
427
428        * network/network.c: Cleanup of network driver to reduce warnings.
429        Addition of second parameter to uti596_attach.
430
4312000-08-10      Joel Sherrill <joel@OARcorp.com>
432
433        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.