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

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

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

  • include/bsp.h: 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: 12.8 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        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
5        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
6
72004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * clock/ckinit.c, console/console-recording.h, console/console.c,
10        fatal/bspfatal.c, include/fatal.h, network/network.c,
11        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
12        using c99 fixed size types.
13
142004-03-05      Joel Sherrill <joel@OARcorp.com>
15
16        * network/network.c: Remove warnings for unused routines left from
17        original code.
18
192004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect changes to bsp.am.
22        Preinstall dist_project_lib*.
23
242004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Reflect changes to bsp.am.
27
282004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
31
322004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Pickup files from ../../m68k/shared instead of
35        ../shared. Reformat.
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        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
45        timer/Makefile.am, wrapup/Makefile.am.
46        Use automake compilation rules.
47        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
48        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
49        wrapup/Makefile.am: Remove.
50        * configure.ac: Reflect changes above.
51
522004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * console/console-recording.c: Remove (rename to console-recording.h).
55        * console/console-recording.h: New.
56
572004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Add PREINSTALL_DIRS.
60        * wrapup/Makefile.am: Reflect changes to libcpu.
61
622004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Reflect changes to libcpu.
65
662004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
69        Add PRE/TMPINSTALL_FILES to CLEANFILES.
70        * startup/Makefile.am: Ditto.
71
722004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/Makefile.am: Remove.
75        * Makefile.am: Merge-in start/Makefile.am.
76        * configure.ac: Reflect changes above.
77
782004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Eliminate $(LIB).
81        Use noinst_DATA to trigger building libbsp.a.
82
832003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
86        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
91        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
92
932003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
96
972003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Misc cleanups and fixes.
100        * start/Makefile.am: Misc cleanups and fixes.
101        * startup/Makefile.am: Misc cleanups and fixes.
102        * wrapup/Makefile.am: Misc cleanups and fixes.
103
1042003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Add preinstallation dirstamp support.
107        * clock/Makefile.am: Cosmetics.
108        * console/Makefile.am: Cosmetics.
109        * fatal/Makefile.am: Cosmetics.
110        * network/Makefile.am: Cosmetics.
111        * startup/Makefile.am: Cosmetics.
112        * timer/Makefile.am: Cosmetics.
113        * wrapup/Makefile.am: Cosmetics.
114
1152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * clock/Makefile.am: Remove all-local: $(ARCH).
118        * console/Makefile.am: Remove all-local: $(ARCH).
119        * fatal/Makefile.am: Remove all-local: $(ARCH).
120        * network/Makefile.am: Remove all-local: $(ARCH).
121        * start/Makefile.am: Remove all-local: $(ARCH).
122        * startup/Makefile.am: Remove all-local: $(ARCH).
123        * timer/Makefile.am: Remove all-local: $(ARCH).
124        * wrapup/Makefile.am: Remove all-local: $(ARCH).
125
1262003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Merge-in include/Makefile.am.
129        Reflect changes to bsp.am.
130        * include/Makefile.am: Remove.
131        * configure.ac: Reflect changes above.
132
1332003-09-04      Joel Sherrill <joel@OARcorp.com>
134
135        * clock/ckinit.c, console/console-recording.c, console/console.c,
136        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
137        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
138        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
139        changed.
140
1412003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
144        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
145        Remove BSP_CPPFLAGS.
146
1472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Reflect having moved aclocal/.
150
1512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect having moved automake/.
154        * clock/Makefile.am: Reflect having moved automake/.
155        * console/Makefile.am: Reflect having moved automake/.
156        * fatal/Makefile.am: Reflect having moved automake/.
157        * include/Makefile.am: Reflect having moved automake/.
158        * network/Makefile.am: Reflect having moved automake/.
159        * start/Makefile.am: Reflect having moved automake/.
160        * startup/Makefile.am: Reflect having moved automake/.
161        * timer/Makefile.am: Reflect having moved automake/.
162        * wrapup/Makefile.am: Reflect having moved automake/.
163
1642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        PR 452/bsps
167        * startup/Makefile.am: Remove USE_INIT_FINI.
168
1692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
172
1732003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        PR 445/bsps
176        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
177        Remove cpp, old_cpp (now unused).
178
1792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Remove AC_CONFIG_AUX_DIR.
182
1832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
186
1872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: AC_PREREQ(2.57).
190
1912003-01-20      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/linkcmds*: Add FreeBSD sysctl() sections.
194
1952002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * console/Makefile.am: Eliminate C_O_FILES.
199        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204
2052002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * start/Makefile.am: Use install-data-local to install startfile.
208
2092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212
2132002-11-04      Joel Sherrill <joel@OARcorp.com>
214
215        * console/console.c: Removed warnings.
216
2172002-11-01      Joel Sherrill <joel@OARcorp.com>
218
219        * network/network.c, startup/bspclean.c: Removed warnings.
220
2212002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * .cvsignore: Reformat.
224        Add autom4te*cache.
225        Remove autom4te.cache.
226
2272002-08-21      Joel Sherrill <joel@OARcorp.com>
228
229        * bsp_specs: Added support for -nostdlibs.
230
2312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
241
2422002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * start/Makefile.am: Eliminate PGM.
245        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
246
2472002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
250
2512002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
254        Remove $(OBJS) from all-local.
255
2562002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
259
2602001-05-28      Joel Sherrill <joel@OARcorp.com>
261
262        * Per PR31, moved mvme16x_hw.h to shared/mvme.
263        * include/Makefile.am: Modified to reflect movement.
264
2652001-05-09      Joel Sherrill <joel@OARcorp.com>
266
267        * startup/linkcmds: In support of gcc 3.1, added one of more
268        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
269        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
270        and direction of segments to memory regions may also have been
271        addressed.  This was a sweep across all BSPs.
272 
2732002-05-01      Eric Norum <eric.norum@usask.ca>
274
275        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
276        startup/page_table.c: Per PR200 fix multi-line inline assembly
277        to satisfy gcc 3.1 and newer.
278
2792002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac:
282        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
283        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
284        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
294
2952002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
298
2992001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
302        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
303        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
304        Add AC_DEFINE_UNQUOTED([mvme167]).
305
3062001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
309
3102001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
313        * configure.in: Remove.
314        * configure.ac: New file, generated from configure.in by autoupdate.
315
3162001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * include/Makefile.am: Use 'CLEANFILES ='.
319        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
320
3212001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.in: Add bspopts.h.
324        * include/.cvsignore: Add bspopts.h*, stamp-h*.
325        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
326        * include/bsp.h: Include bspopts.h.
327
3282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
329
330        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
331
3322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
335
3362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
339
3402000-11-01      Joel Sherrill <joel@OARcorp.com>
341
342        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
343        and libcsupport.h moved from libc to lib/include/rtems and
344        now must be referenced as <rtems/XXX.h>.   Header file order
345        was cleaned up while doing this.
346
3472000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
350        Switch to GNU canonicalization.
351
3522000-09-12      Joel Sherrill <joel@OARcorp.com>
353
354        * network/network.c (uti596_attach): Adjust cpp directives
355        and conditional braces so all cases compile.
356
3572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
360        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
361        wrapup/Makefile.am, network/Makefile.am: Include compile.am
362
3632000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
364
365        * console.c(_BSP_output_char): Output CR after LF for printk.
366
3672000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
368
369        * README: Updated
370        * console/console.c: Fix polled input.
371        Add support for shared printk.
372        Add support for more flexible polled I/O with and without termios.
373        I/O mode and console is selectable either from NVRAM or from
374        mvme167.cfg.  Clean up comments.
375
3762000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
377
378        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
379        * include/bsp.h: Reorganize NVRAM parameters.
380        Add support for shared printk.
381        * times: These are the times for the MVME167, not the MBX860-002.
382
3832000-08-11  John Cotton  <john.cotton@nrc.ca>
384
385        * network/network.c: Fix NVRAM configuration parameter
386        handling from previous revision.
387        Check J1-4,  restructure NVRAM parameter handling.
388
3892000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
390
391        * network/network.c: Cleanup of network driver to reduce warnings.
392        Addition of second parameter to uti596_attach.
393
3942000-08-10      Joel Sherrill <joel@OARcorp.com>
395
396        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.