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

4.104.114.84.95
Last change on this file since 4cb9d26 was 4cb9d26, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/06/04 at 08:01:14

2004-02-06 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Pickup files from ../../m68k/shared instead of ../shared. Reformat.
  • Property mode set to 100644
File size: 11.8 KB
Line 
12004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Pickup files from ../../m68k/shared instead of
4        ../shared. Reformat.
5
62004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
9
102004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
13        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
14        timer/Makefile.am, wrapup/Makefile.am.
15        Use automake compilation rules.
16        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
17        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
18        wrapup/Makefile.am: Remove.
19        * configure.ac: Reflect changes above.
20
212004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * console/console-recording.c: Remove (rename to console-recording.h).
24        * console/console-recording.h: New.
25
262004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Add PREINSTALL_DIRS.
29        * wrapup/Makefile.am: Reflect changes to libcpu.
30
312004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * wrapup/Makefile.am: Reflect changes to libcpu.
34
352004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
38        Add PRE/TMPINSTALL_FILES to CLEANFILES.
39        * startup/Makefile.am: Ditto.
40
412004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * start/Makefile.am: Remove.
44        * Makefile.am: Merge-in start/Makefile.am.
45        * configure.ac: Reflect changes above.
46
472004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Eliminate $(LIB).
50        Use noinst_DATA to trigger building libbsp.a.
51
522003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
55        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
56
572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
60        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
61
622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
65
662003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Misc cleanups and fixes.
69        * start/Makefile.am: Misc cleanups and fixes.
70        * startup/Makefile.am: Misc cleanups and fixes.
71        * wrapup/Makefile.am: Misc cleanups and fixes.
72
732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Add preinstallation dirstamp support.
76        * clock/Makefile.am: Cosmetics.
77        * console/Makefile.am: Cosmetics.
78        * fatal/Makefile.am: Cosmetics.
79        * network/Makefile.am: Cosmetics.
80        * startup/Makefile.am: Cosmetics.
81        * timer/Makefile.am: Cosmetics.
82        * wrapup/Makefile.am: Cosmetics.
83
842003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * clock/Makefile.am: Remove all-local: $(ARCH).
87        * console/Makefile.am: Remove all-local: $(ARCH).
88        * fatal/Makefile.am: Remove all-local: $(ARCH).
89        * network/Makefile.am: Remove all-local: $(ARCH).
90        * start/Makefile.am: Remove all-local: $(ARCH).
91        * startup/Makefile.am: Remove all-local: $(ARCH).
92        * timer/Makefile.am: Remove all-local: $(ARCH).
93        * wrapup/Makefile.am: Remove all-local: $(ARCH).
94
952003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Merge-in include/Makefile.am.
98        Reflect changes to bsp.am.
99        * include/Makefile.am: Remove.
100        * configure.ac: Reflect changes above.
101
1022003-09-04      Joel Sherrill <joel@OARcorp.com>
103
104        * clock/ckinit.c, console/console-recording.c, console/console.c,
105        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
106        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
107        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
108        changed.
109
1102003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
113        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
114        Remove BSP_CPPFLAGS.
115
1162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Reflect having moved aclocal/.
119
1202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Reflect having moved automake/.
123        * clock/Makefile.am: Reflect having moved automake/.
124        * console/Makefile.am: Reflect having moved automake/.
125        * fatal/Makefile.am: Reflect having moved automake/.
126        * include/Makefile.am: Reflect having moved automake/.
127        * network/Makefile.am: Reflect having moved automake/.
128        * start/Makefile.am: Reflect having moved automake/.
129        * startup/Makefile.am: Reflect having moved automake/.
130        * timer/Makefile.am: Reflect having moved automake/.
131        * wrapup/Makefile.am: Reflect having moved automake/.
132
1332003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        PR 452/bsps
136        * startup/Makefile.am: Remove USE_INIT_FINI.
137
1382003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
141
1422003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        PR 445/bsps
145        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
146        Remove cpp, old_cpp (now unused).
147
1482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Remove AC_CONFIG_AUX_DIR.
151
1522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
155
1562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: AC_PREREQ(2.57).
159
1602003-01-20      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/linkcmds*: Add FreeBSD sysctl() sections.
163
1642002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * console/Makefile.am: Eliminate C_O_FILES.
168        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173
1742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: Use install-data-local to install startfile.
177
1782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181
1822002-11-04      Joel Sherrill <joel@OARcorp.com>
183
184        * console/console.c: Removed warnings.
185
1862002-11-01      Joel Sherrill <joel@OARcorp.com>
187
188        * network/network.c, startup/bspclean.c: Removed warnings.
189
1902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * .cvsignore: Reformat.
193        Add autom4te*cache.
194        Remove autom4te.cache.
195
1962002-08-21      Joel Sherrill <joel@OARcorp.com>
197
198        * bsp_specs: Added support for -nostdlibs.
199
2002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
208        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
209        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
210
2112002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * start/Makefile.am: Eliminate PGM.
214        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
215
2162002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
219
2202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
223        Remove $(OBJS) from all-local.
224
2252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
228
2292001-05-28      Joel Sherrill <joel@OARcorp.com>
230
231        * Per PR31, moved mvme16x_hw.h to shared/mvme.
232        * include/Makefile.am: Modified to reflect movement.
233
2342001-05-09      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/linkcmds: In support of gcc 3.1, added one of more
237        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
238        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
239        and direction of segments to memory regions may also have been
240        addressed.  This was a sweep across all BSPs.
241 
2422002-05-01      Eric Norum <eric.norum@usask.ca>
243
244        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
245        startup/page_table.c: Per PR200 fix multi-line inline assembly
246        to satisfy gcc 3.1 and newer.
247
2482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac:
251        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
252        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
253        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
263
2642002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
267
2682001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
271        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
272        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
273        Add AC_DEFINE_UNQUOTED([mvme167]).
274
2752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
278
2792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
282        * configure.in: Remove.
283        * configure.ac: New file, generated from configure.in by autoupdate.
284
2852001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * include/Makefile.am: Use 'CLEANFILES ='.
288        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
289
2902001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.in: Add bspopts.h.
293        * include/.cvsignore: Add bspopts.h*, stamp-h*.
294        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
295        * include/bsp.h: Include bspopts.h.
296
2972001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
298
299        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
300
3012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
304
3052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
308
3092000-11-01      Joel Sherrill <joel@OARcorp.com>
310
311        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
312        and libcsupport.h moved from libc to lib/include/rtems and
313        now must be referenced as <rtems/XXX.h>.   Header file order
314        was cleaned up while doing this.
315
3162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
319        Switch to GNU canonicalization.
320
3212000-09-12      Joel Sherrill <joel@OARcorp.com>
322
323        * network/network.c (uti596_attach): Adjust cpp directives
324        and conditional braces so all cases compile.
325
3262000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
329        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
330        wrapup/Makefile.am, network/Makefile.am: Include compile.am
331
3322000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
333
334        * console.c(_BSP_output_char): Output CR after LF for printk.
335
3362000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
337
338        * README: Updated
339        * console/console.c: Fix polled input.
340        Add support for shared printk.
341        Add support for more flexible polled I/O with and without termios.
342        I/O mode and console is selectable either from NVRAM or from
343        mvme167.cfg.  Clean up comments.
344
3452000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
346
347        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
348        * include/bsp.h: Reorganize NVRAM parameters.
349        Add support for shared printk.
350        * times: These are the times for the MVME167, not the MBX860-002.
351
3522000-08-11  John Cotton  <john.cotton@nrc.ca>
353
354        * network/network.c: Fix NVRAM configuration parameter
355        handling from previous revision.
356        Check J1-4,  restructure NVRAM parameter handling.
357
3582000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
359
360        * network/network.c: Cleanup of network driver to reduce warnings.
361        Addition of second parameter to uti596_attach.
362
3632000-08-10      Joel Sherrill <joel@OARcorp.com>
364
365        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.