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

4.104.114.84.95
Last change on this file since bc76099 was 81afa42b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/04 at 00:08:39

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

  • start/Makefile.am: Remove.
  • Makefile.am: Merge-in start/Makefile.am.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 10.6 KB
Line 
12004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Remove.
4        * Makefile.am: Merge-in start/Makefile.am.
5        * configure.ac: Reflect changes above.
6
72004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * wrapup/Makefile.am: Eliminate $(LIB).
10        Use noinst_DATA to trigger building libbsp.a.
11
122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
15        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
16
172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
20        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
21
222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
25
262003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Misc cleanups and fixes.
29        * start/Makefile.am: Misc cleanups and fixes.
30        * startup/Makefile.am: Misc cleanups and fixes.
31        * wrapup/Makefile.am: Misc cleanups and fixes.
32
332003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Add preinstallation dirstamp support.
36        * clock/Makefile.am: Cosmetics.
37        * console/Makefile.am: Cosmetics.
38        * fatal/Makefile.am: Cosmetics.
39        * network/Makefile.am: Cosmetics.
40        * startup/Makefile.am: Cosmetics.
41        * timer/Makefile.am: Cosmetics.
42        * wrapup/Makefile.am: Cosmetics.
43
442003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * clock/Makefile.am: Remove all-local: $(ARCH).
47        * console/Makefile.am: Remove all-local: $(ARCH).
48        * fatal/Makefile.am: Remove all-local: $(ARCH).
49        * network/Makefile.am: Remove all-local: $(ARCH).
50        * start/Makefile.am: Remove all-local: $(ARCH).
51        * startup/Makefile.am: Remove all-local: $(ARCH).
52        * timer/Makefile.am: Remove all-local: $(ARCH).
53        * wrapup/Makefile.am: Remove all-local: $(ARCH).
54
552003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Merge-in include/Makefile.am.
58        Reflect changes to bsp.am.
59        * include/Makefile.am: Remove.
60        * configure.ac: Reflect changes above.
61
622003-09-04      Joel Sherrill <joel@OARcorp.com>
63
64        * clock/ckinit.c, console/console-recording.c, console/console.c,
65        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
66        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
67        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
68        changed.
69
702003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
73        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
74        Remove BSP_CPPFLAGS.
75
762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect having moved aclocal/.
79
802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect having moved automake/.
83        * clock/Makefile.am: Reflect having moved automake/.
84        * console/Makefile.am: Reflect having moved automake/.
85        * fatal/Makefile.am: Reflect having moved automake/.
86        * include/Makefile.am: Reflect having moved automake/.
87        * network/Makefile.am: Reflect having moved automake/.
88        * start/Makefile.am: Reflect having moved automake/.
89        * startup/Makefile.am: Reflect having moved automake/.
90        * timer/Makefile.am: Reflect having moved automake/.
91        * wrapup/Makefile.am: Reflect having moved automake/.
92
932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        PR 452/bsps
96        * startup/Makefile.am: Remove USE_INIT_FINI.
97
982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
101
1022003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        PR 445/bsps
105        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
106        Remove cpp, old_cpp (now unused).
107
1082003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Remove AC_CONFIG_AUX_DIR.
111
1122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
115
1162003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: AC_PREREQ(2.57).
119
1202003-01-20      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds*: Add FreeBSD sysctl() sections.
123
1242002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127        * console/Makefile.am: Eliminate C_O_FILES.
128        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133
1342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Use install-data-local to install startfile.
137
1382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141
1422002-11-04      Joel Sherrill <joel@OARcorp.com>
143
144        * console/console.c: Removed warnings.
145
1462002-11-01      Joel Sherrill <joel@OARcorp.com>
147
148        * network/network.c, startup/bspclean.c: Removed warnings.
149
1502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * .cvsignore: Reformat.
153        Add autom4te*cache.
154        Remove autom4te.cache.
155
1562002-08-21      Joel Sherrill <joel@OARcorp.com>
157
158        * bsp_specs: Added support for -nostdlibs.
159
1602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
163        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
164        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
165        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
166        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
167        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
170
1712002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * start/Makefile.am: Eliminate PGM.
174        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
175
1762002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
179
1802002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
183        Remove $(OBJS) from all-local.
184
1852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
188
1892001-05-28      Joel Sherrill <joel@OARcorp.com>
190
191        * Per PR31, moved mvme16x_hw.h to shared/mvme.
192        * include/Makefile.am: Modified to reflect movement.
193
1942001-05-09      Joel Sherrill <joel@OARcorp.com>
195
196        * startup/linkcmds: In support of gcc 3.1, added one of more
197        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
198        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
199        and direction of segments to memory regions may also have been
200        addressed.  This was a sweep across all BSPs.
201 
2022002-05-01      Eric Norum <eric.norum@usask.ca>
203
204        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
205        startup/page_table.c: Per PR200 fix multi-line inline assembly
206        to satisfy gcc 3.1 and newer.
207
2082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac:
211        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
212        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
213        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
223
2242002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
227
2282001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
231        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
232        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
233        Add AC_DEFINE_UNQUOTED([mvme167]).
234
2352001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
238
2392001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
242        * configure.in: Remove.
243        * configure.ac: New file, generated from configure.in by autoupdate.
244
2452001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * include/Makefile.am: Use 'CLEANFILES ='.
248        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
249
2502001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.in: Add bspopts.h.
253        * include/.cvsignore: Add bspopts.h*, stamp-h*.
254        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
255        * include/bsp.h: Include bspopts.h.
256
2572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
258
259        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
260
2612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
264
2652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
268
2692000-11-01      Joel Sherrill <joel@OARcorp.com>
270
271        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
272        and libcsupport.h moved from libc to lib/include/rtems and
273        now must be referenced as <rtems/XXX.h>.   Header file order
274        was cleaned up while doing this.
275
2762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
279        Switch to GNU canonicalization.
280
2812000-09-12      Joel Sherrill <joel@OARcorp.com>
282
283        * network/network.c (uti596_attach): Adjust cpp directives
284        and conditional braces so all cases compile.
285
2862000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
289        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
290        wrapup/Makefile.am, network/Makefile.am: Include compile.am
291
2922000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
293
294        * console.c(_BSP_output_char): Output CR after LF for printk.
295
2962000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
297
298        * README: Updated
299        * console/console.c: Fix polled input.
300        Add support for shared printk.
301        Add support for more flexible polled I/O with and without termios.
302        I/O mode and console is selectable either from NVRAM or from
303        mvme167.cfg.  Clean up comments.
304
3052000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
306
307        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
308        * include/bsp.h: Reorganize NVRAM parameters.
309        Add support for shared printk.
310        * times: These are the times for the MVME167, not the MBX860-002.
311
3122000-08-11  John Cotton  <john.cotton@nrc.ca>
313
314        * network/network.c: Fix NVRAM configuration parameter
315        handling from previous revision.
316        Check J1-4,  restructure NVRAM parameter handling.
317
3182000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
319
320        * network/network.c: Cleanup of network driver to reduce warnings.
321        Addition of second parameter to uti596_attach.
322
3232000-08-10      Joel Sherrill <joel@OARcorp.com>
324
325        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.