source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ f286330

4.104.114.84.95
Last change on this file since f286330 was f286330, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:20:03
  • timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
8        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
9        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
10        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
11
122004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
15        using c99 fixed size types.
16
172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect changes to bsp.am.
20        Preinstall dist_project_lib*.
21
222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect changes to bsp.am.
25
262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
29
302004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Pickup files from ../../m68k/shared instead of
33        ../shared. Reformat.
34
352004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Pick up ../mvme167/network/network.c.
38
392004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
42
432004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * README: Remove references to consolex.
46        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
47        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
48        tod/Makefile.am, wrapup/Makefile.am.
49        Use automake compilation rules.
50        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
51        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
52        wrapup/Makefile.am: Remove.
53        * configure.ac: Reflect changes above. 
54
552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        PR 563/bsps
58        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
59        consolex/Makefile.am, consolex/README:
60        Remove (Abandoned).
61
622004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Add PREINSTALL_DIRS.
65        * consolex/Makefile.am: Add PREINSTALL_DIRS.
66        * wrapup/Makefile.am: Reflect changes to libcpu.
67
682004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
71        * wrapup/Makefile.am: Reflect changes to libcpu.
72
732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
76        Add PRE/TMPINSTALL_FILES to CLEANFILES.
77        * consolex/Makefile.am: Ditto.
78        * startup/Makefile.am: Ditto.
79
802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * start/.cvsignore: Remove.
83        * start/Makefile.am: Remove.
84        * Makefile.am: Merge-in start/Makefile.am.
85        * configure.ac: Reflect changes above.
86
872004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Eliminate $(LIB).
90        Use noinst_DATA to trigger building libbsp.a.
91
922003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
95        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
100        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
101        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
102
1032003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
106
1072003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Misc cleanups and fixes.
110        * start/Makefile.am: Misc cleanups and fixes.
111        * startup/Makefile.am: Misc cleanups and fixes.
112        * wrapup/Makefile.am: Misc cleanups and fixes.
113
1142003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Add preinstallation dirstamp support.
117        * clock/Makefile.am: Cosmetics.
118        * console/Makefile.am: Cosmetics.
119        * consolex/Makefile.am: Add preinstallation dirstamp support.
120        * network/Makefile.am: Cosmetics.
121        * startup/Makefile.am: Cosmetics.
122        * timer/Makefile.am: Cosmetics.
123        * tod/Makefile.am: Cosmetics.
124        * tools/Makefile.am: Cosmetics.
125        * wrapup/Makefile.am: Cosmetics.
126
1272003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * clock/Makefile.am: Remove all-local: $(ARCH).
130        * console/Makefile.am: Remove all-local: $(ARCH).
131        * consolex/Makefile.am: Remove all-local: $(ARCH).
132        * network/Makefile.am: Remove all-local: $(ARCH).
133        * start/Makefile.am: Remove all-local: $(ARCH).
134        * startup/Makefile.am: Remove all-local: $(ARCH).
135        * timer/Makefile.am: Remove all-local: $(ARCH).
136        * tod/Makefile.am: Remove all-local: $(ARCH).
137        * wrapup/Makefile.am: Remove all-local: $(ARCH).
138
1392003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Correct path to mvme16x_hw.h.
142
1432003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Merge-in include/Makefile.am.
146        Reflect changes to bsp.am.
147        * include/Makefile.am: Remove.
148        * configure.ac: Reflect changes above.
149
1502003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * bsp_specs: Remove *lib:.
153
1542003-09-04      Joel Sherrill <joel@OARcorp.com>
155
156        * clock/ckinit.c, console/console.c, consolex/cTest.c,
157        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
158        include/coverhd.h, include/tod.h, startup/bspclean.c,
159        startup/bspstart.c, startup/linkcmds, timer/timer.c,
160        timer/timerisr.S, tod/tod.c: URL for license changed.
161
1622003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Reflect having moved aclocal/.
165
1662003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Reflect having moved automake/.
169        * clock/Makefile.am: Reflect having moved automake/.
170        * console/Makefile.am: Reflect having moved automake/.
171        * consolex/Makefile.am: Reflect having moved automake/.
172        * include/Makefile.am: Reflect having moved automake/.
173        * network/Makefile.am: Reflect having moved automake/.
174        * start/Makefile.am: Reflect having moved automake/.
175        * startup/Makefile.am: Reflect having moved automake/.
176        * timer/Makefile.am: Reflect having moved automake/.
177        * tod/Makefile.am: Reflect having moved automake/.
178        * wrapup/Makefile.am: Reflect having moved automake/.
179
1802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        PR 452/bsps
183        * startup/Makefile.am: Remove USE_INIT_FINI.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
188
1892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        PR 445/bsps
192        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
193        Remove cpp, old_cpp (now unused).
194
1952003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Remove AC_CONFIG_AUX_DIR.
198
1992003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
202
2032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: AC_PREREQ(2.57).
206
2072003-01-20      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds*: Add FreeBSD sysctl() sections.
210
2112002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221
2222002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * start/Makefile.am: Use install-data-local to install startfile.
225
2262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229
2302002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
233        changes.
234
2352002-11-01      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/page_table.c: Removed warnings.
238
239
2402002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * .cvsignore: Reformat.
243        Add autom4te*cache.
244        Remove autom4te.cache.
245
2462002-08-21      Joel Sherrill <joel@OARcorp.com>
247
248        * wrapup/Makefile.am: PR217 required that the idle task be moved to
249        libcpu so it could be more acutely aware of the CPU model.  This
250        file was modified to pick up the idle task from there.
251
2522002-08-21      Joel Sherrill <joel@OARcorp.com>
253
254        * bsp_specs: Added support for -nostdlibs.
255
2562002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
260        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
268
2692002-08-05      Joel Sherrill <joel@OARcorp.com>
270
271        * Per PR260 eliminate use of make-target-options.  This impacted
272        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
273        SuperCore and required that the m68k optimized memcpy be moved
274        to libcpu.
275        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
276
2772002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: Eliminate PGM.
280        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
281
2822002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
285
2862002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
289        Remove $(OBJS) from all-local.
290
2912002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
294
2952001-05-28      Joel Sherrill <joel@OARcorp.com>
296
297        * ChangeLog: Corrected spacing.
298
2992001-05-28      Joel Sherrill <joel@OARcorp.com>
300
301        * Per PR31, moved mvme16x_hw.h to shared/mvme.
302        * include/Makefile.am: Modified to reflect movement.
303        * include/mvme16x_hw.h: Moved to shared/mvme.
304
3052001-05-09      Joel Sherrill <joel@OARcorp.com>
306
307        * startup/linkcmds: In support of gcc 3.1, added one of more
308        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
309        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
310        and direction of segments to memory regions may also have been
311        addressed.  This was a sweep across all BSPs.
312 
3132002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
316
3172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac:
320        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
321        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
322        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
333
3342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
337
3382001-10-29      Joel Sherrill <joel@OARcorp.com>
339
340        * startup/linkcmds: Remove explicit force of output format.
341
3422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
345        * configure.in: Remove.
346        * configure.ac: New file, generated from configure.in by autoupdate.
347
3482001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
351
3522001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.in: Add bspopts.h.
355        * include/.cvsignore: Add bspopts.h*, stamp-h*.
356        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
357        * consolex/Makefile.am: Ditto.
358        * include/bsp.h: Include bspopts.h.
359
3602001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
361
362        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
363
3642000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
367
3682000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
371
3722000-11-01      Joel Sherrill <joel@OARcorp.com>
373
374        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
375        and libcsupport.h moved from libc to lib/include/rtems and
376        now must be referenced as <rtems/XXX.h>.   Header file order
377        was cleaned up while doing this.
378
3792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
382        Switch to GNU canonicalization.
383
3842000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
385
386        * startup/linkcmds: Added lines so DWARF debug information
387        would be available.  Otherwise gdb complains that the offsets
388        for the debug info are incorrect and doesn't load the files.
389
3902000-09-14      Joel Sherrill <joel@OARcorp.com>
391
392        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
393        can check which BSP this is being used with.
394
3952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
398        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
399        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
400        compile.am
401
4022000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
403
404        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
405        a manner that should work for 162, 162lx, and 167.
406
4072000-08-10      Joel Sherrill <joel@OARcorp.com>
408
409        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.