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

4.104.114.84.95
Last change on this file since 3299388d was d110897a, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:52:07

2003-09-04 Joel Sherrill <joel@…>

  • clock/ckinit.c, console/console-recording.c, console/console.c, fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h, include/page_table.h, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license changed.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/ckinit.c, console/console-recording.c, console/console.c,
4        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
5        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
6        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
7        changed.
8
92003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
12        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
13        Remove BSP_CPPFLAGS.
14
152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Reflect having moved aclocal/.
18
192003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect having moved automake/.
22        * clock/Makefile.am: Reflect having moved automake/.
23        * console/Makefile.am: Reflect having moved automake/.
24        * fatal/Makefile.am: Reflect having moved automake/.
25        * include/Makefile.am: Reflect having moved automake/.
26        * network/Makefile.am: Reflect having moved automake/.
27        * start/Makefile.am: Reflect having moved automake/.
28        * startup/Makefile.am: Reflect having moved automake/.
29        * timer/Makefile.am: Reflect having moved automake/.
30        * wrapup/Makefile.am: Reflect having moved automake/.
31
322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        PR 452/bsps
35        * startup/Makefile.am: Remove USE_INIT_FINI.
36
372003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
40
412003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        PR 445/bsps
44        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
45        Remove cpp, old_cpp (now unused).
46
472003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Remove AC_CONFIG_AUX_DIR.
50
512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
54
552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: AC_PREREQ(2.57).
58
592003-01-20      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds*: Add FreeBSD sysctl() sections.
62
632002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * console/Makefile.am: Eliminate C_O_FILES.
67        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72
732002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: Use install-data-local to install startfile.
76
772002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
80
812002-11-04      Joel Sherrill <joel@OARcorp.com>
82
83        * console/console.c: Removed warnings.
84
852002-11-01      Joel Sherrill <joel@OARcorp.com>
86
87        * network/network.c, startup/bspclean.c: Removed warnings.
88
892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Reformat.
92        Add autom4te*cache.
93        Remove autom4te.cache.
94
952002-08-21      Joel Sherrill <joel@OARcorp.com>
96
97        * bsp_specs: Added support for -nostdlibs.
98
992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
109
1102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: Eliminate PGM.
113        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
114
1152002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
118
1192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
122        Remove $(OBJS) from all-local.
123
1242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
127
1282001-05-28      Joel Sherrill <joel@OARcorp.com>
129
130        * Per PR31, moved mvme16x_hw.h to shared/mvme.
131        * include/Makefile.am: Modified to reflect movement.
132
1332001-05-09      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/linkcmds: In support of gcc 3.1, added one of more
136        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
137        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
138        and direction of segments to memory regions may also have been
139        addressed.  This was a sweep across all BSPs.
140 
1412002-05-01      Eric Norum <eric.norum@usask.ca>
142
143        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
144        startup/page_table.c: Per PR200 fix multi-line inline assembly
145        to satisfy gcc 3.1 and newer.
146
1472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac:
150        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
151        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
152        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
162
1632002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
166
1672001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
170        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
171        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
172        Add AC_DEFINE_UNQUOTED([mvme167]).
173
1742001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
177
1782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
181        * configure.in: Remove.
182        * configure.ac: New file, generated from configure.in by autoupdate.
183
1842001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * include/Makefile.am: Use 'CLEANFILES ='.
187        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
188
1892001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.in: Add bspopts.h.
192        * include/.cvsignore: Add bspopts.h*, stamp-h*.
193        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
194        * include/bsp.h: Include bspopts.h.
195
1962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
197
198        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
199
2002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
203
2042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
207
2082000-11-01      Joel Sherrill <joel@OARcorp.com>
209
210        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
211        and libcsupport.h moved from libc to lib/include/rtems and
212        now must be referenced as <rtems/XXX.h>.   Header file order
213        was cleaned up while doing this.
214
2152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
218        Switch to GNU canonicalization.
219
2202000-09-12      Joel Sherrill <joel@OARcorp.com>
221
222        * network/network.c (uti596_attach): Adjust cpp directives
223        and conditional braces so all cases compile.
224
2252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
228        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
229        wrapup/Makefile.am, network/Makefile.am: Include compile.am
230
2312000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
232
233        * console.c(_BSP_output_char): Output CR after LF for printk.
234
2352000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
236
237        * README: Updated
238        * console/console.c: Fix polled input.
239        Add support for shared printk.
240        Add support for more flexible polled I/O with and without termios.
241        I/O mode and console is selectable either from NVRAM or from
242        mvme167.cfg.  Clean up comments.
243
2442000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
245
246        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
247        * include/bsp.h: Reorganize NVRAM parameters.
248        Add support for shared printk.
249        * times: These are the times for the MVME167, not the MBX860-002.
250
2512000-08-11  John Cotton  <john.cotton@nrc.ca>
252
253        * network/network.c: Fix NVRAM configuration parameter
254        handling from previous revision.
255        Check J1-4,  restructure NVRAM parameter handling.
256
2572000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
258
259        * network/network.c: Cleanup of network driver to reduce warnings.
260        Addition of second parameter to uti596_attach.
261
2622000-08-10      Joel Sherrill <joel@OARcorp.com>
263
264        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.