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

4.104.114.84.95
Last change on this file since cde93fa was cde93fa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/28/04 at 06:49:28

2004-01-28 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am fatal/Makefile.am, network/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am.
  • clock/Makefile.am, console/Makefile.am, fatal/Makefile.am, network/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 11.5 KB
Line 
12004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
4        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
5        timer/Makefile.am, wrapup/Makefile.am.
6        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
7        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
8        wrapup/Makefile.am: Remove.
9        * configure.ac: Reflect changes above.
10
112004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * console/console-recording.c: Remove (rename to console-recording.h).
14        * console/console-recording.h: New.
15
162004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Add PREINSTALL_DIRS.
19        * wrapup/Makefile.am: Reflect changes to libcpu.
20
212004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * wrapup/Makefile.am: Reflect changes to libcpu.
24
252004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
28        Add PRE/TMPINSTALL_FILES to CLEANFILES.
29        * startup/Makefile.am: Ditto.
30
312004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: Remove.
34        * Makefile.am: Merge-in start/Makefile.am.
35        * configure.ac: Reflect changes above.
36
372004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * wrapup/Makefile.am: Eliminate $(LIB).
40        Use noinst_DATA to trigger building libbsp.a.
41
422003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
45        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
46
472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
50        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
51
522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
55
562003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Misc cleanups and fixes.
59        * start/Makefile.am: Misc cleanups and fixes.
60        * startup/Makefile.am: Misc cleanups and fixes.
61        * wrapup/Makefile.am: Misc cleanups and fixes.
62
632003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Add preinstallation dirstamp support.
66        * clock/Makefile.am: Cosmetics.
67        * console/Makefile.am: Cosmetics.
68        * fatal/Makefile.am: Cosmetics.
69        * network/Makefile.am: Cosmetics.
70        * startup/Makefile.am: Cosmetics.
71        * timer/Makefile.am: Cosmetics.
72        * wrapup/Makefile.am: Cosmetics.
73
742003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * clock/Makefile.am: Remove all-local: $(ARCH).
77        * console/Makefile.am: Remove all-local: $(ARCH).
78        * fatal/Makefile.am: Remove all-local: $(ARCH).
79        * network/Makefile.am: Remove all-local: $(ARCH).
80        * start/Makefile.am: Remove all-local: $(ARCH).
81        * startup/Makefile.am: Remove all-local: $(ARCH).
82        * timer/Makefile.am: Remove all-local: $(ARCH).
83        * wrapup/Makefile.am: Remove all-local: $(ARCH).
84
852003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Merge-in include/Makefile.am.
88        Reflect changes to bsp.am.
89        * include/Makefile.am: Remove.
90        * configure.ac: Reflect changes above.
91
922003-09-04      Joel Sherrill <joel@OARcorp.com>
93
94        * clock/ckinit.c, console/console-recording.c, console/console.c,
95        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
96        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
97        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
98        changed.
99
1002003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
103        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
104        Remove BSP_CPPFLAGS.
105
1062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Reflect having moved aclocal/.
109
1102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Reflect having moved automake/.
113        * clock/Makefile.am: Reflect having moved automake/.
114        * console/Makefile.am: Reflect having moved automake/.
115        * fatal/Makefile.am: Reflect having moved automake/.
116        * include/Makefile.am: Reflect having moved automake/.
117        * network/Makefile.am: Reflect having moved automake/.
118        * start/Makefile.am: Reflect having moved automake/.
119        * startup/Makefile.am: Reflect having moved automake/.
120        * timer/Makefile.am: Reflect having moved automake/.
121        * wrapup/Makefile.am: Reflect having moved automake/.
122
1232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        PR 452/bsps
126        * startup/Makefile.am: Remove USE_INIT_FINI.
127
1282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
131
1322003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        PR 445/bsps
135        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
136        Remove cpp, old_cpp (now unused).
137
1382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Remove AC_CONFIG_AUX_DIR.
141
1422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
145
1462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: AC_PREREQ(2.57).
149
1502003-01-20      Joel Sherrill <joel@OARcorp.com>
151
152        * startup/linkcmds*: Add FreeBSD sysctl() sections.
153
1542002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
157        * console/Makefile.am: Eliminate C_O_FILES.
158        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
159        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
160        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
161        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
162        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
163
1642002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * start/Makefile.am: Use install-data-local to install startfile.
167
1682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171
1722002-11-04      Joel Sherrill <joel@OARcorp.com>
173
174        * console/console.c: Removed warnings.
175
1762002-11-01      Joel Sherrill <joel@OARcorp.com>
177
178        * network/network.c, startup/bspclean.c: Removed warnings.
179
1802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * .cvsignore: Reformat.
183        Add autom4te*cache.
184        Remove autom4te.cache.
185
1862002-08-21      Joel Sherrill <joel@OARcorp.com>
187
188        * bsp_specs: Added support for -nostdlibs.
189
1902002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
193        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
194        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
195        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
198        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
199        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
200
2012002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * start/Makefile.am: Eliminate PGM.
204        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
205
2062002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
209
2102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
213        Remove $(OBJS) from all-local.
214
2152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
218
2192001-05-28      Joel Sherrill <joel@OARcorp.com>
220
221        * Per PR31, moved mvme16x_hw.h to shared/mvme.
222        * include/Makefile.am: Modified to reflect movement.
223
2242001-05-09      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/linkcmds: In support of gcc 3.1, added one of more
227        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
228        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
229        and direction of segments to memory regions may also have been
230        addressed.  This was a sweep across all BSPs.
231 
2322002-05-01      Eric Norum <eric.norum@usask.ca>
233
234        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
235        startup/page_table.c: Per PR200 fix multi-line inline assembly
236        to satisfy gcc 3.1 and newer.
237
2382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac:
241        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
242        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
243        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
253
2542002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
257
2582001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
261        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
262        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
263        Add AC_DEFINE_UNQUOTED([mvme167]).
264
2652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
268
2692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
272        * configure.in: Remove.
273        * configure.ac: New file, generated from configure.in by autoupdate.
274
2752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * include/Makefile.am: Use 'CLEANFILES ='.
278        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
279
2802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.in: Add bspopts.h.
283        * include/.cvsignore: Add bspopts.h*, stamp-h*.
284        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
285        * include/bsp.h: Include bspopts.h.
286
2872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
288
289        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
290
2912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
294
2952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
298
2992000-11-01      Joel Sherrill <joel@OARcorp.com>
300
301        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
302        and libcsupport.h moved from libc to lib/include/rtems and
303        now must be referenced as <rtems/XXX.h>.   Header file order
304        was cleaned up while doing this.
305
3062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
309        Switch to GNU canonicalization.
310
3112000-09-12      Joel Sherrill <joel@OARcorp.com>
312
313        * network/network.c (uti596_attach): Adjust cpp directives
314        and conditional braces so all cases compile.
315
3162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
319        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
320        wrapup/Makefile.am, network/Makefile.am: Include compile.am
321
3222000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
323
324        * console.c(_BSP_output_char): Output CR after LF for printk.
325
3262000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
327
328        * README: Updated
329        * console/console.c: Fix polled input.
330        Add support for shared printk.
331        Add support for more flexible polled I/O with and without termios.
332        I/O mode and console is selectable either from NVRAM or from
333        mvme167.cfg.  Clean up comments.
334
3352000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
336
337        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
338        * include/bsp.h: Reorganize NVRAM parameters.
339        Add support for shared printk.
340        * times: These are the times for the MVME167, not the MBX860-002.
341
3422000-08-11  John Cotton  <john.cotton@nrc.ca>
343
344        * network/network.c: Fix NVRAM configuration parameter
345        handling from previous revision.
346        Check J1-4,  restructure NVRAM parameter handling.
347
3482000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
349
350        * network/network.c: Cleanup of network driver to reduce warnings.
351        Addition of second parameter to uti596_attach.
352
3532000-08-10      Joel Sherrill <joel@OARcorp.com>
354
355        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.