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

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 7.1 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove AC_CONFIG_AUX_DIR.
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
12
132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: AC_PREREQ(2.57).
16
172003-01-20      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds*: Add FreeBSD sysctl() sections.
20
212002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
24        * console/Makefile.am: Eliminate C_O_FILES.
25        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30
312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: Use install-data-local to install startfile.
34
352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38
392002-11-04      Joel Sherrill <joel@OARcorp.com>
40
41        * console/console.c: Removed warnings.
42
432002-11-01      Joel Sherrill <joel@OARcorp.com>
44
45        * network/network.c, startup/bspclean.c: Removed warnings.
46
472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * .cvsignore: Reformat.
50        Add autom4te*cache.
51        Remove autom4te.cache.
52
532002-08-21      Joel Sherrill <joel@OARcorp.com>
54
55        * bsp_specs: Added support for -nostdlibs.
56
572002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
67
682002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Eliminate PGM.
71        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
72
732002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
76
772002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
80        Remove $(OBJS) from all-local.
81
822002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
85
862001-05-28      Joel Sherrill <joel@OARcorp.com>
87
88        * Per PR31, moved mvme16x_hw.h to shared/mvme.
89        * include/Makefile.am: Modified to reflect movement.
90
912001-05-09      Joel Sherrill <joel@OARcorp.com>
92
93        * startup/linkcmds: In support of gcc 3.1, added one of more
94        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
95        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
96        and direction of segments to memory regions may also have been
97        addressed.  This was a sweep across all BSPs.
98 
992002-05-01      Eric Norum <eric.norum@usask.ca>
100
101        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
102        startup/page_table.c: Per PR200 fix multi-line inline assembly
103        to satisfy gcc 3.1 and newer.
104
1052002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac:
108        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
109        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
110        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
120
1212002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
124
1252001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
128        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
129        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
130        Add AC_DEFINE_UNQUOTED([mvme167]).
131
1322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
135
1362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
139        * configure.in: Remove.
140        * configure.ac: New file, generated from configure.in by autoupdate.
141
1422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * include/Makefile.am: Use 'CLEANFILES ='.
145        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
146
1472001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.in: Add bspopts.h.
150        * include/.cvsignore: Add bspopts.h*, stamp-h*.
151        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
152        * include/bsp.h: Include bspopts.h.
153
1542001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
155
156        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
157
1582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
161
1622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
165
1662000-11-01      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
169        and libcsupport.h moved from libc to lib/include/rtems and
170        now must be referenced as <rtems/XXX.h>.   Header file order
171        was cleaned up while doing this.
172
1732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
176        Switch to GNU canonicalization.
177
1782000-09-12      Joel Sherrill <joel@OARcorp.com>
179
180        * network/network.c (uti596_attach): Adjust cpp directives
181        and conditional braces so all cases compile.
182
1832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
186        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
187        wrapup/Makefile.am, network/Makefile.am: Include compile.am
188
1892000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
190
191        * console.c(_BSP_output_char): Output CR after LF for printk.
192
1932000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
194
195        * README: Updated
196        * console/console.c: Fix polled input.
197        Add support for shared printk.
198        Add support for more flexible polled I/O with and without termios.
199        I/O mode and console is selectable either from NVRAM or from
200        mvme167.cfg.  Clean up comments.
201
2022000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
203
204        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
205        * include/bsp.h: Reorganize NVRAM parameters.
206        Add support for shared printk.
207        * times: These are the times for the MVME167, not the MBX860-002.
208
2092000-08-11  John Cotton  <john.cotton@nrc.ca>
210
211        * network/network.c: Fix NVRAM configuration parameter
212        handling from previous revision.
213        Check J1-4,  restructure NVRAM parameter handling.
214
2152000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
216
217        * network/network.c: Cleanup of network driver to reduce warnings.
218        Addition of second parameter to uti596_attach.
219
2202000-08-10      Joel Sherrill <joel@OARcorp.com>
221
222        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.