source: rtems/c/src/lib/libbsp/m68k/mvme167/ChangeLog @ 7dd6e8d

4.104.114.84.95
Last change on this file since 7dd6e8d was 7dd6e8d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:16:38

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

PR 614/bsps

  • include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
  • Property mode set to 100644
File size: 13.0 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 614/bsps
4        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
5
62004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
9
102004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
13        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
14        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
15
162004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * clock/ckinit.c, console/console-recording.h, console/console.c,
19        fatal/bspfatal.c, include/fatal.h, network/network.c,
20        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
21        using c99 fixed size types.
22
232004-03-05      Joel Sherrill <joel@OARcorp.com>
24
25        * network/network.c: Remove warnings for unused routines left from
26        original code.
27
282004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Reflect changes to bsp.am.
31        Preinstall dist_project_lib*.
32
332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect changes to bsp.am.
36
372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
40
412004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Pickup files from ../../m68k/shared instead of
44        ../shared. Reformat.
45
462004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
49
502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
53        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
54        timer/Makefile.am, wrapup/Makefile.am.
55        Use automake compilation rules.
56        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
57        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
58        wrapup/Makefile.am: Remove.
59        * configure.ac: Reflect changes above.
60
612004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * console/console-recording.c: Remove (rename to console-recording.h).
64        * console/console-recording.h: New.
65
662004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Add PREINSTALL_DIRS.
69        * wrapup/Makefile.am: Reflect changes to libcpu.
70
712004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Reflect changes to libcpu.
74
752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
78        Add PRE/TMPINSTALL_FILES to CLEANFILES.
79        * startup/Makefile.am: Ditto.
80
812004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Remove.
84        * Makefile.am: Merge-in start/Makefile.am.
85        * configure.ac: Reflect changes above.
86
872004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Eliminate $(LIB).
90        Use noinst_DATA to trigger building libbsp.a.
91
922003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
95        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
100        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
105
1062003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Misc cleanups and fixes.
109        * start/Makefile.am: Misc cleanups and fixes.
110        * startup/Makefile.am: Misc cleanups and fixes.
111        * wrapup/Makefile.am: Misc cleanups and fixes.
112
1132003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Add preinstallation dirstamp support.
116        * clock/Makefile.am: Cosmetics.
117        * console/Makefile.am: Cosmetics.
118        * fatal/Makefile.am: Cosmetics.
119        * network/Makefile.am: Cosmetics.
120        * startup/Makefile.am: Cosmetics.
121        * timer/Makefile.am: Cosmetics.
122        * wrapup/Makefile.am: Cosmetics.
123
1242003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * clock/Makefile.am: Remove all-local: $(ARCH).
127        * console/Makefile.am: Remove all-local: $(ARCH).
128        * fatal/Makefile.am: Remove all-local: $(ARCH).
129        * network/Makefile.am: Remove all-local: $(ARCH).
130        * start/Makefile.am: Remove all-local: $(ARCH).
131        * startup/Makefile.am: Remove all-local: $(ARCH).
132        * timer/Makefile.am: Remove all-local: $(ARCH).
133        * wrapup/Makefile.am: Remove all-local: $(ARCH).
134
1352003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Merge-in include/Makefile.am.
138        Reflect changes to bsp.am.
139        * include/Makefile.am: Remove.
140        * configure.ac: Reflect changes above.
141
1422003-09-04      Joel Sherrill <joel@OARcorp.com>
143
144        * clock/ckinit.c, console/console-recording.c, console/console.c,
145        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
146        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
147        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
148        changed.
149
1502003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
153        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
154        Remove BSP_CPPFLAGS.
155
1562003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Reflect having moved aclocal/.
159
1602003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Reflect having moved automake/.
163        * clock/Makefile.am: Reflect having moved automake/.
164        * console/Makefile.am: Reflect having moved automake/.
165        * fatal/Makefile.am: Reflect having moved automake/.
166        * include/Makefile.am: Reflect having moved automake/.
167        * network/Makefile.am: Reflect having moved automake/.
168        * start/Makefile.am: Reflect having moved automake/.
169        * startup/Makefile.am: Reflect having moved automake/.
170        * timer/Makefile.am: Reflect having moved automake/.
171        * wrapup/Makefile.am: Reflect having moved automake/.
172
1732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        PR 452/bsps
176        * startup/Makefile.am: Remove USE_INIT_FINI.
177
1782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
181
1822003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        PR 445/bsps
185        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
186        Remove cpp, old_cpp (now unused).
187
1882003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Remove AC_CONFIG_AUX_DIR.
191
1922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
195
1962003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: AC_PREREQ(2.57).
199
2002003-01-20      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/linkcmds*: Add FreeBSD sysctl() sections.
203
2042002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * console/Makefile.am: Eliminate C_O_FILES.
208        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213
2142002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * start/Makefile.am: Use install-data-local to install startfile.
217
2182002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221
2222002-11-04      Joel Sherrill <joel@OARcorp.com>
223
224        * console/console.c: Removed warnings.
225
2262002-11-01      Joel Sherrill <joel@OARcorp.com>
227
228        * network/network.c, startup/bspclean.c: Removed warnings.
229
2302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * .cvsignore: Reformat.
233        Add autom4te*cache.
234        Remove autom4te.cache.
235
2362002-08-21      Joel Sherrill <joel@OARcorp.com>
237
238        * bsp_specs: Added support for -nostdlibs.
239
2402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
250
2512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * start/Makefile.am: Eliminate PGM.
254        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
255
2562002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
259
2602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
263        Remove $(OBJS) from all-local.
264
2652002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
268
2692001-05-28      Joel Sherrill <joel@OARcorp.com>
270
271        * Per PR31, moved mvme16x_hw.h to shared/mvme.
272        * include/Makefile.am: Modified to reflect movement.
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-05-01      Eric Norum <eric.norum@usask.ca>
283
284        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
285        startup/page_table.c: Per PR200 fix multi-line inline assembly
286        to satisfy gcc 3.1 and newer.
287
2882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac:
291        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
292        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
293        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
303
3042002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
307
3082001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
311        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
312        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
313        Add AC_DEFINE_UNQUOTED([mvme167]).
314
3152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
318
3192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
322        * configure.in: Remove.
323        * configure.ac: New file, generated from configure.in by autoupdate.
324
3252001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * include/Makefile.am: Use 'CLEANFILES ='.
328        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
329
3302001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.in: Add bspopts.h.
333        * include/.cvsignore: Add bspopts.h*, stamp-h*.
334        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
335        * include/bsp.h: Include bspopts.h.
336
3372001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
338
339        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
340
3412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
344
3452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
348
3492000-11-01      Joel Sherrill <joel@OARcorp.com>
350
351        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
352        and libcsupport.h moved from libc to lib/include/rtems and
353        now must be referenced as <rtems/XXX.h>.   Header file order
354        was cleaned up while doing this.
355
3562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
359        Switch to GNU canonicalization.
360
3612000-09-12      Joel Sherrill <joel@OARcorp.com>
362
363        * network/network.c (uti596_attach): Adjust cpp directives
364        and conditional braces so all cases compile.
365
3662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
369        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
370        wrapup/Makefile.am, network/Makefile.am: Include compile.am
371
3722000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
373
374        * console.c(_BSP_output_char): Output CR after LF for printk.
375
3762000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
377
378        * README: Updated
379        * console/console.c: Fix polled input.
380        Add support for shared printk.
381        Add support for more flexible polled I/O with and without termios.
382        I/O mode and console is selectable either from NVRAM or from
383        mvme167.cfg.  Clean up comments.
384
3852000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
386
387        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
388        * include/bsp.h: Reorganize NVRAM parameters.
389        Add support for shared printk.
390        * times: These are the times for the MVME167, not the MBX860-002.
391
3922000-08-11  John Cotton  <john.cotton@nrc.ca>
393
394        * network/network.c: Fix NVRAM configuration parameter
395        handling from previous revision.
396        Check J1-4,  restructure NVRAM parameter handling.
397
3982000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
399
400        * network/network.c: Cleanup of network driver to reduce warnings.
401        Addition of second parameter to uti596_attach.
402
4032000-08-10      Joel Sherrill <joel@OARcorp.com>
404
405        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.