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

4.104.114.84.95
Last change on this file since afc2129 was afc2129, checked in by Joel Sherrill <joel.sherrill@…>, on 05/28/02 at 19:48:32

2001-05-28 Joel Sherrill <joel@…>

  • Per PR31, moved mvme16x_hw.h to shared/mvme.
  • include/Makefile.am: Modified to reflect movement.
  • Property mode set to 100644
File size: 4.6 KB
Line 
12001-05-28      Joel Sherrill <joel@OARcorp.com>
2
3        * Per PR31, moved mvme16x_hw.h to shared/mvme.
4        * include/Makefile.am: Modified to reflect movement.
5
62001-05-09      Joel Sherrill <joel@OARcorp.com>
7
8        * startup/linkcmds: In support of gcc 3.1, added one of more
9        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
10        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
11        and direction of segments to memory regions may also have been
12        addressed.  This was a sweep across all BSPs.
13 
142002-05-01      Eric Norum <eric.norum@usask.ca>
15
16        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
17        startup/page_table.c: Per PR200 fix multi-line inline assembly
18        to satisfy gcc 3.1 and newer.
19
202002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac:
23        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
24        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
25        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
35
362002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
39
402001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
43        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
44        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
45        Add AC_DEFINE_UNQUOTED([mvme167]).
46
472001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
50
512001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
54        * configure.in: Remove.
55        * configure.ac: New file, generated from configure.in by autoupdate.
56
572001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * include/Makefile.am: Use 'CLEANFILES ='.
60        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
61
622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: Add bspopts.h.
65        * include/.cvsignore: Add bspopts.h*, stamp-h*.
66        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
67        * include/bsp.h: Include bspopts.h.
68
692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
70
71        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
72
732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
76
772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
80
812000-11-01      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
84        and libcsupport.h moved from libc to lib/include/rtems and
85        now must be referenced as <rtems/XXX.h>.   Header file order
86        was cleaned up while doing this.
87
882000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
91        Switch to GNU canonicalization.
92
932000-09-12      Joel Sherrill <joel@OARcorp.com>
94
95        * network/network.c (uti596_attach): Adjust cpp directives
96        and conditional braces so all cases compile.
97
982000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
101        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
102        wrapup/Makefile.am, network/Makefile.am: Include compile.am
103
1042000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
105
106        * console.c(_BSP_output_char): Output CR after LF for printk.
107
1082000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
109
110        * README: Updated
111        * console/console.c: Fix polled input.
112        Add support for shared printk.
113        Add support for more flexible polled I/O with and without termios.
114        I/O mode and console is selectable either from NVRAM or from
115        mvme167.cfg.  Clean up comments.
116
1172000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
118
119        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
120        * include/bsp.h: Reorganize NVRAM parameters.
121        Add support for shared printk.
122        * times: These are the times for the MVME167, not the MBX860-002.
123
1242000-08-11  John Cotton  <john.cotton@nrc.ca>
125
126        * network/network.c: Fix NVRAM configuration parameter
127        handling from previous revision.
128        Check J1-4,  restructure NVRAM parameter handling.
129
1302000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
131
132        * network/network.c: Cleanup of network driver to reduce warnings.
133        Addition of second parameter to uti596_attach.
134
1352000-08-10      Joel Sherrill <joel@OARcorp.com>
136
137        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.