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

4.104.114.84.95
Last change on this file since ff716ea0 was ff716ea0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:11:35

2004-01-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • startup/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 10.7 KB
RevLine 
[ff716ea0]12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
4        Add PRE/TMPINSTALL_FILES to CLEANFILES.
5        * startup/Makefile.am: Ditto.
6
[81afa42b]72004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * start/Makefile.am: Remove.
10        * Makefile.am: Merge-in start/Makefile.am.
11        * configure.ac: Reflect changes above.
12
[6411947]132004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * wrapup/Makefile.am: Eliminate $(LIB).
16        Use noinst_DATA to trigger building libbsp.a.
17
[b35414a]182003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
21        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
22
[935773b]232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
26        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
27
[810720b6]282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
31
[15d7f766]322003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Misc cleanups and fixes.
35        * start/Makefile.am: Misc cleanups and fixes.
36        * startup/Makefile.am: Misc cleanups and fixes.
37        * wrapup/Makefile.am: Misc cleanups and fixes.
38
[cee4b8a]392003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Add preinstallation dirstamp support.
42        * clock/Makefile.am: Cosmetics.
43        * console/Makefile.am: Cosmetics.
44        * fatal/Makefile.am: Cosmetics.
45        * network/Makefile.am: Cosmetics.
46        * startup/Makefile.am: Cosmetics.
47        * timer/Makefile.am: Cosmetics.
48        * wrapup/Makefile.am: Cosmetics.
49
[25389032]502003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * clock/Makefile.am: Remove all-local: $(ARCH).
53        * console/Makefile.am: Remove all-local: $(ARCH).
54        * fatal/Makefile.am: Remove all-local: $(ARCH).
55        * network/Makefile.am: Remove all-local: $(ARCH).
56        * start/Makefile.am: Remove all-local: $(ARCH).
57        * startup/Makefile.am: Remove all-local: $(ARCH).
58        * timer/Makefile.am: Remove all-local: $(ARCH).
59        * wrapup/Makefile.am: Remove all-local: $(ARCH).
60
[2821666f]612003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Merge-in include/Makefile.am.
64        Reflect changes to bsp.am.
65        * include/Makefile.am: Remove.
66        * configure.ac: Reflect changes above.
67
[d110897a]682003-09-04      Joel Sherrill <joel@OARcorp.com>
69
70        * clock/ckinit.c, console/console-recording.c, console/console.c,
71        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
72        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
73        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
74        changed.
75
[bd6ec28]762003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
79        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
[23847bd3]80        Remove BSP_CPPFLAGS.
[bd6ec28]81
[fe8bc62f]822003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect having moved aclocal/.
85
[98b0876]862003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
[c483a4e]88        * Makefile.am: Reflect having moved automake/.
89        * clock/Makefile.am: Reflect having moved automake/.
90        * console/Makefile.am: Reflect having moved automake/.
91        * fatal/Makefile.am: Reflect having moved automake/.
92        * include/Makefile.am: Reflect having moved automake/.
93        * network/Makefile.am: Reflect having moved automake/.
94        * start/Makefile.am: Reflect having moved automake/.
95        * startup/Makefile.am: Reflect having moved automake/.
96        * timer/Makefile.am: Reflect having moved automake/.
97        * wrapup/Makefile.am: Reflect having moved automake/.
[98b0876]98
[317458ce]992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
[75fcb394]101        PR 452/bsps
[317458ce]102        * startup/Makefile.am: Remove USE_INIT_FINI.
103
[7dcc3fe]1042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
107
[d266acd2]1082003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
[75fcb394]110        PR 445/bsps
[d266acd2]111        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
112        Remove cpp, old_cpp (now unused).
113
[7a97f26]1142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Remove AC_CONFIG_AUX_DIR.
117
[ccd81b60]1182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
121
[9b5c258]1222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: AC_PREREQ(2.57).
125
[1d36d2af]1262003-01-20      Joel Sherrill <joel@OARcorp.com>
127
128        * startup/linkcmds*: Add FreeBSD sysctl() sections.
129
[0814e7bf]1302002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        * console/Makefile.am: Eliminate C_O_FILES.
134        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
136        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
137        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
138        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
139
[59a01a6e]1402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * start/Makefile.am: Use install-data-local to install startfile.
143
[b5a2912f]1442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
147
[1298624d]1482002-11-04      Joel Sherrill <joel@OARcorp.com>
149
150        * console/console.c: Removed warnings.
151
[ac45548]1522002-11-01      Joel Sherrill <joel@OARcorp.com>
153
154        * network/network.c, startup/bspclean.c: Removed warnings.
155
[8730f45]1562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * .cvsignore: Reformat.
159        Add autom4te*cache.
160        Remove autom4te.cache.
161
[a2ae30c2]1622002-08-21      Joel Sherrill <joel@OARcorp.com>
163
164        * bsp_specs: Added support for -nostdlibs.
165
[2b62b3d]1662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
173        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
174        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
176
[496686a]1772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * start/Makefile.am: Eliminate PGM.
180        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
181
[f4d43dd]1822002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
185
[445c0a0]1862002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
189        Remove $(OBJS) from all-local.
190
[80defac]1912002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
194
[afc2129]1952001-05-28      Joel Sherrill <joel@OARcorp.com>
196
197        * Per PR31, moved mvme16x_hw.h to shared/mvme.
198        * include/Makefile.am: Modified to reflect movement.
199
[85c92574]2002001-05-09      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/linkcmds: In support of gcc 3.1, added one of more
203        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
204        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
205        and direction of segments to memory regions may also have been
206        addressed.  This was a sweep across all BSPs.
207 
[4f38ab05]2082002-05-01      Eric Norum <eric.norum@usask.ca>
209
210        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
211        startup/page_table.c: Per PR200 fix multi-line inline assembly
212        to satisfy gcc 3.1 and newer.
213
[e31ccfdd]2142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac:
217        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
218        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
219        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
229
[45805cc]2302002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
233
[90bc0568]2342001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
237        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
238        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
239        Add AC_DEFINE_UNQUOTED([mvme167]).
240
[9e1ae79]2412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
244
[df25c998]2452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
248        * configure.in: Remove.
249        * configure.ac: New file, generated from configure.in by autoupdate.
250
[7b4917c]2512001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * include/Makefile.am: Use 'CLEANFILES ='.
254        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
255
[4906d72f]2562001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.in: Add bspopts.h.
259        * include/.cvsignore: Add bspopts.h*, stamp-h*.
260        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
261        * include/bsp.h: Include bspopts.h.
262
[6f21328]2632001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
264
265        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
266
[feead226]2672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
270
[a314d3b4]2712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
274
[eba2e4f]2752000-11-01      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
278        and libcsupport.h moved from libc to lib/include/rtems and
279        now must be referenced as <rtems/XXX.h>.   Header file order
280        was cleaned up while doing this.
281
[e83378d]2822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
285        Switch to GNU canonicalization.
286
[e453d5c]2872000-09-12      Joel Sherrill <joel@OARcorp.com>
288
289        * network/network.c (uti596_attach): Adjust cpp directives
290        and conditional braces so all cases compile.
291
[e5907cfe]2922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
295        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
296        wrapup/Makefile.am, network/Makefile.am: Include compile.am
297
[b7d4d2a]2982000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
299
300        * console.c(_BSP_output_char): Output CR after LF for printk.
301
[ed09fd77]3022000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
303
304        * README: Updated
305        * console/console.c: Fix polled input.
306        Add support for shared printk.
307        Add support for more flexible polled I/O with and without termios.
308        I/O mode and console is selectable either from NVRAM or from
309        mvme167.cfg.  Clean up comments.
310
3112000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
312
313        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
314        * include/bsp.h: Reorganize NVRAM parameters.
315        Add support for shared printk.
316        * times: These are the times for the MVME167, not the MBX860-002.
317
3182000-08-11  John Cotton  <john.cotton@nrc.ca>
319
320        * network/network.c: Fix NVRAM configuration parameter
321        handling from previous revision.
322        Check J1-4,  restructure NVRAM parameter handling.
323
3242000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
325
326        * network/network.c: Cleanup of network driver to reduce warnings.
327        Addition of second parameter to uti596_attach.
[b7d4d2a]328
[e94ad1fe]3292000-08-10      Joel Sherrill <joel@OARcorp.com>
330
331        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.