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

4.104.114.95
Last change on this file since 1693c131 was 1693c131, checked in by Joel Sherrill <joel.sherrill@…>, on 11/26/07 at 21:20:33

2007-11-26 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Eliminate the interrupt_vector_table field in the m68k CPU Table since it is never read.
  • Property mode set to 100644
File size: 15.1 KB
Line 
12007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
4        m68k CPU Table since it is never read.
5
62007-05-03      Joel Sherrill <joel@OARcorp.com>
7
8        * startup/linkcmds: Handle .data.* sections
9
102007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * bsp_specs: Remove qrtems_debug.
13
142006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: New BUG-REPORT address.
17
182006-11-15      Joel Sherrill <joel@OARcorp.com>
19
20        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
21        file and simplified initialization.
22
232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Remove superfluous -DASM.
26
272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Require autoconf-2.60. Require automake-1.10.
30
312006-02-08      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: Add sections required by newer gcc versions.
34
352006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Add preinstall.am.
38
392006-01-08      Joel Sherrill <joel@OARcorp.com>
40
41        * network/network.c: Remove warnings.
42
432005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * include/bsp.h: New header guard.
46
472005-04-26      Joel Sherrill <joel@OARcorp.com>
48
49        * network/network.c: Change int to rtems_id to eliminate warning.
50
512005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
54
552005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Remove build-variant support.
58
592004-11-25      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
62
632004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * configure.ac: Require automake > 1.9.
66
672004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        PR 610/bsps
70        * Makefile.am: Add include/tm27.h, Cosmetics.
71        * include/tm27.h: Final cosmetics.
72
732004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * include/bsp.h: Split out tmtest27 support.
76        * include/tm27.h: New.
77
782004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        PR 613/bsps
81        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
82
832004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        PR 614/bsps
86        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
87
882004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
91
922004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
95        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
96        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
97
982004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * clock/ckinit.c, console/console-recording.h, console/console.c,
101        fatal/bspfatal.c, include/fatal.h, network/network.c,
102        network/uti596.h, startup/bspstart.c, timer/timer.c: Convert to
103        using c99 fixed size types.
104
1052004-03-05      Joel Sherrill <joel@OARcorp.com>
106
107        * network/network.c: Remove warnings for unused routines left from
108        original code.
109
1102004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Reflect changes to bsp.am.
113        Preinstall dist_project_lib*.
114
1152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Reflect changes to bsp.am.
118
1192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
122
1232004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Pickup files from ../../m68k/shared instead of
126        ../shared. Reformat.
127
1282004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
131
1322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am
135        fatal/Makefile.am, network/Makefile.am, startup/Makefile.am,
136        timer/Makefile.am, wrapup/Makefile.am.
137        Use automake compilation rules.
138        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
139        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
140        wrapup/Makefile.am: Remove.
141        * configure.ac: Reflect changes above.
142
1432004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * console/console-recording.c: Remove (rename to console-recording.h).
146        * console/console-recording.h: New.
147
1482004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Add PREINSTALL_DIRS.
151        * wrapup/Makefile.am: Reflect changes to libcpu.
152
1532004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * wrapup/Makefile.am: Reflect changes to libcpu.
156
1572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
160        Add PRE/TMPINSTALL_FILES to CLEANFILES.
161        * startup/Makefile.am: Ditto.
162
1632004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * start/Makefile.am: Remove.
166        * Makefile.am: Merge-in start/Makefile.am.
167        * configure.ac: Reflect changes above.
168
1692004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * wrapup/Makefile.am: Eliminate $(LIB).
172        Use noinst_DATA to trigger building libbsp.a.
173
1742003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
177        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
178
1792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
182        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
183
1842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
187
1882003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Misc cleanups and fixes.
191        * start/Makefile.am: Misc cleanups and fixes.
192        * startup/Makefile.am: Misc cleanups and fixes.
193        * wrapup/Makefile.am: Misc cleanups and fixes.
194
1952003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Add preinstallation dirstamp support.
198        * clock/Makefile.am: Cosmetics.
199        * console/Makefile.am: Cosmetics.
200        * fatal/Makefile.am: Cosmetics.
201        * network/Makefile.am: Cosmetics.
202        * startup/Makefile.am: Cosmetics.
203        * timer/Makefile.am: Cosmetics.
204        * wrapup/Makefile.am: Cosmetics.
205
2062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * clock/Makefile.am: Remove all-local: $(ARCH).
209        * console/Makefile.am: Remove all-local: $(ARCH).
210        * fatal/Makefile.am: Remove all-local: $(ARCH).
211        * network/Makefile.am: Remove all-local: $(ARCH).
212        * start/Makefile.am: Remove all-local: $(ARCH).
213        * startup/Makefile.am: Remove all-local: $(ARCH).
214        * timer/Makefile.am: Remove all-local: $(ARCH).
215        * wrapup/Makefile.am: Remove all-local: $(ARCH).
216
2172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Merge-in include/Makefile.am.
220        Reflect changes to bsp.am.
221        * include/Makefile.am: Remove.
222        * configure.ac: Reflect changes above.
223
2242003-09-04      Joel Sherrill <joel@OARcorp.com>
225
226        * clock/ckinit.c, console/console-recording.c, console/console.c,
227        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
228        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
229        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
230        changed.
231
2322003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
235        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
236        Remove BSP_CPPFLAGS.
237
2382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Reflect having moved aclocal/.
241
2422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Reflect having moved automake/.
245        * clock/Makefile.am: Reflect having moved automake/.
246        * console/Makefile.am: Reflect having moved automake/.
247        * fatal/Makefile.am: Reflect having moved automake/.
248        * include/Makefile.am: Reflect having moved automake/.
249        * network/Makefile.am: Reflect having moved automake/.
250        * start/Makefile.am: Reflect having moved automake/.
251        * startup/Makefile.am: Reflect having moved automake/.
252        * timer/Makefile.am: Reflect having moved automake/.
253        * wrapup/Makefile.am: Reflect having moved automake/.
254
2552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        PR 452/bsps
258        * startup/Makefile.am: Remove USE_INIT_FINI.
259
2602003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
263
2642003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        PR 445/bsps
267        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
268        Remove cpp, old_cpp (now unused).
269
2702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Remove AC_CONFIG_AUX_DIR.
273
2742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
277
2782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: AC_PREREQ(2.57).
281
2822003-01-20      Joel Sherrill <joel@OARcorp.com>
283
284        * startup/linkcmds*: Add FreeBSD sysctl() sections.
285
2862002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * console/Makefile.am: Eliminate C_O_FILES.
290        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295
2962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * start/Makefile.am: Use install-data-local to install startfile.
299
3002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303
3042002-11-04      Joel Sherrill <joel@OARcorp.com>
305
306        * console/console.c: Removed warnings.
307
3082002-11-01      Joel Sherrill <joel@OARcorp.com>
309
310        * network/network.c, startup/bspclean.c: Removed warnings.
311
3122002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * .cvsignore: Reformat.
315        Add autom4te*cache.
316        Remove autom4te.cache.
317
3182002-08-21      Joel Sherrill <joel@OARcorp.com>
319
320        * bsp_specs: Added support for -nostdlibs.
321
3222002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
332
3332002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * start/Makefile.am: Eliminate PGM.
336        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
337
3382002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
341
3422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
345        Remove $(OBJS) from all-local.
346
3472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
350
3512001-05-28      Joel Sherrill <joel@OARcorp.com>
352
353        * Per PR31, moved mvme16x_hw.h to shared/mvme.
354        * include/Makefile.am: Modified to reflect movement.
355
3562001-05-09      Joel Sherrill <joel@OARcorp.com>
357
358        * startup/linkcmds: In support of gcc 3.1, added one of more
359        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
360        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
361        and direction of segments to memory regions may also have been
362        addressed.  This was a sweep across all BSPs.
363 
3642002-05-01      Eric Norum <eric.norum@usask.ca>
365
366        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
367        startup/page_table.c: Per PR200 fix multi-line inline assembly
368        to satisfy gcc 3.1 and newer.
369
3702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac:
373        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
374        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
375        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
385
3862002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
389
3902001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
393        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
394        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
395        Add AC_DEFINE_UNQUOTED([mvme167]).
396
3972001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
400
4012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
404        * configure.in: Remove.
405        * configure.ac: New file, generated from configure.in by autoupdate.
406
4072001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * include/Makefile.am: Use 'CLEANFILES ='.
410        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
411
4122001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.in: Add bspopts.h.
415        * include/.cvsignore: Add bspopts.h*, stamp-h*.
416        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
417        * include/bsp.h: Include bspopts.h.
418
4192001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
420
421        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
422
4232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
426
4272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
430
4312000-11-01      Joel Sherrill <joel@OARcorp.com>
432
433        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
434        and libcsupport.h moved from libc to lib/include/rtems and
435        now must be referenced as <rtems/XXX.h>.   Header file order
436        was cleaned up while doing this.
437
4382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
441        Switch to GNU canonicalization.
442
4432000-09-12      Joel Sherrill <joel@OARcorp.com>
444
445        * network/network.c (uti596_attach): Adjust cpp directives
446        and conditional braces so all cases compile.
447
4482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
451        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
452        wrapup/Makefile.am, network/Makefile.am: Include compile.am
453
4542000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
455
456        * console.c(_BSP_output_char): Output CR after LF for printk.
457
4582000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
459
460        * README: Updated
461        * console/console.c: Fix polled input.
462        Add support for shared printk.
463        Add support for more flexible polled I/O with and without termios.
464        I/O mode and console is selectable either from NVRAM or from
465        mvme167.cfg.  Clean up comments.
466
4672000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
468
469        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
470        * include/bsp.h: Reorganize NVRAM parameters.
471        Add support for shared printk.
472        * times: These are the times for the MVME167, not the MBX860-002.
473
4742000-08-11  John Cotton  <john.cotton@nrc.ca>
475
476        * network/network.c: Fix NVRAM configuration parameter
477        handling from previous revision.
478        Check J1-4,  restructure NVRAM parameter handling.
479
4802000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
481
482        * network/network.c: Cleanup of network driver to reduce warnings.
483        Addition of second parameter to uti596_attach.
484
4852000-08-10      Joel Sherrill <joel@OARcorp.com>
486
487        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.