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

4.104.114.84.95
Last change on this file since e31ccfdd was e31ccfdd, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:40:39

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • console/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • include/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • network/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • start/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
16
172002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
20
212001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
24        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
25        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
26        Add AC_DEFINE_UNQUOTED([mvme167]).
27
282001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
31
322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
35        * configure.in: Remove.
36        * configure.ac: New file, generated from configure.in by autoupdate.
37
382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * include/Makefile.am: Use 'CLEANFILES ='.
41        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
42
432001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.in: Add bspopts.h.
46        * include/.cvsignore: Add bspopts.h*, stamp-h*.
47        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
48        * include/bsp.h: Include bspopts.h.
49
502001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
51
52        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
53
542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
57
582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
61
622000-11-01      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
65        and libcsupport.h moved from libc to lib/include/rtems and
66        now must be referenced as <rtems/XXX.h>.   Header file order
67        was cleaned up while doing this.
68
692000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
72        Switch to GNU canonicalization.
73
742000-09-12      Joel Sherrill <joel@OARcorp.com>
75
76        * network/network.c (uti596_attach): Adjust cpp directives
77        and conditional braces so all cases compile.
78
792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
82        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
83        wrapup/Makefile.am, network/Makefile.am: Include compile.am
84
852000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
86
87        * console.c(_BSP_output_char): Output CR after LF for printk.
88
892000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
90
91        * README: Updated
92        * console/console.c: Fix polled input.
93        Add support for shared printk.
94        Add support for more flexible polled I/O with and without termios.
95        I/O mode and console is selectable either from NVRAM or from
96        mvme167.cfg.  Clean up comments.
97
982000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
99
100        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
101        * include/bsp.h: Reorganize NVRAM parameters.
102        Add support for shared printk.
103        * times: These are the times for the MVME167, not the MBX860-002.
104
1052000-08-11  John Cotton  <john.cotton@nrc.ca>
106
107        * network/network.c: Fix NVRAM configuration parameter
108        handling from previous revision.
109        Check J1-4,  restructure NVRAM parameter handling.
110
1112000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
112
113        * network/network.c: Cleanup of network driver to reduce warnings.
114        Addition of second parameter to uti596_attach.
115
1162000-08-10      Joel Sherrill <joel@OARcorp.com>
117
118        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.