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

4.104.114.84.95
Last change on this file since c483a4e was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 7.9 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * clock/Makefile.am: Reflect having moved automake/.
5        * console/Makefile.am: Reflect having moved automake/.
6        * fatal/Makefile.am: Reflect having moved automake/.
7        * include/Makefile.am: Reflect having moved automake/.
8        * network/Makefile.am: Reflect having moved automake/.
9        * start/Makefile.am: Reflect having moved automake/.
10        * startup/Makefile.am: Reflect having moved automake/.
11        * timer/Makefile.am: Reflect having moved automake/.
12        * wrapup/Makefile.am: Reflect having moved automake/.
13
142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        PR 452/bsps
17        * startup/Makefile.am: Remove USE_INIT_FINI.
18
192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
22
232003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        PR 445/bsps
26        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
27        Remove cpp, old_cpp (now unused).
28
292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: Remove AC_CONFIG_AUX_DIR.
32
332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
36
372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: AC_PREREQ(2.57).
40
412003-01-20      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/linkcmds*: Add FreeBSD sysctl() sections.
44
452002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * console/Makefile.am: Eliminate C_O_FILES.
49        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
51        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
52        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54
552002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * start/Makefile.am: Use install-data-local to install startfile.
58
592002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62
632002-11-04      Joel Sherrill <joel@OARcorp.com>
64
65        * console/console.c: Removed warnings.
66
672002-11-01      Joel Sherrill <joel@OARcorp.com>
68
69        * network/network.c, startup/bspclean.c: Removed warnings.
70
712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * .cvsignore: Reformat.
74        Add autom4te*cache.
75        Remove autom4te.cache.
76
772002-08-21      Joel Sherrill <joel@OARcorp.com>
78
79        * bsp_specs: Added support for -nostdlibs.
80
812002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
91
922002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Eliminate PGM.
95        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
96
972002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
100
1012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
104        Remove $(OBJS) from all-local.
105
1062002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
109
1102001-05-28      Joel Sherrill <joel@OARcorp.com>
111
112        * Per PR31, moved mvme16x_hw.h to shared/mvme.
113        * include/Makefile.am: Modified to reflect movement.
114
1152001-05-09      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/linkcmds: In support of gcc 3.1, added one of more
118        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
119        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
120        and direction of segments to memory regions may also have been
121        addressed.  This was a sweep across all BSPs.
122 
1232002-05-01      Eric Norum <eric.norum@usask.ca>
124
125        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
126        startup/page_table.c: Per PR200 fix multi-line inline assembly
127        to satisfy gcc 3.1 and newer.
128
1292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac:
132        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
133        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
134        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
144
1452002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
148
1492001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
152        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
153        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
154        Add AC_DEFINE_UNQUOTED([mvme167]).
155
1562001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
159
1602001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
163        * configure.in: Remove.
164        * configure.ac: New file, generated from configure.in by autoupdate.
165
1662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * include/Makefile.am: Use 'CLEANFILES ='.
169        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
170
1712001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.in: Add bspopts.h.
174        * include/.cvsignore: Add bspopts.h*, stamp-h*.
175        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
176        * include/bsp.h: Include bspopts.h.
177
1782001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
179
180        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
181
1822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
185
1862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
189
1902000-11-01      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
193        and libcsupport.h moved from libc to lib/include/rtems and
194        now must be referenced as <rtems/XXX.h>.   Header file order
195        was cleaned up while doing this.
196
1972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
200        Switch to GNU canonicalization.
201
2022000-09-12      Joel Sherrill <joel@OARcorp.com>
203
204        * network/network.c (uti596_attach): Adjust cpp directives
205        and conditional braces so all cases compile.
206
2072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
210        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
211        wrapup/Makefile.am, network/Makefile.am: Include compile.am
212
2132000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
214
215        * console.c(_BSP_output_char): Output CR after LF for printk.
216
2172000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
218
219        * README: Updated
220        * console/console.c: Fix polled input.
221        Add support for shared printk.
222        Add support for more flexible polled I/O with and without termios.
223        I/O mode and console is selectable either from NVRAM or from
224        mvme167.cfg.  Clean up comments.
225
2262000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
227
228        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
229        * include/bsp.h: Reorganize NVRAM parameters.
230        Add support for shared printk.
231        * times: These are the times for the MVME167, not the MBX860-002.
232
2332000-08-11  John Cotton  <john.cotton@nrc.ca>
234
235        * network/network.c: Fix NVRAM configuration parameter
236        handling from previous revision.
237        Check J1-4,  restructure NVRAM parameter handling.
238
2392000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
240
241        * network/network.c: Cleanup of network driver to reduce warnings.
242        Addition of second parameter to uti596_attach.
243
2442000-08-10      Joel Sherrill <joel@OARcorp.com>
245
246        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.