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

4.104.114.84.95
Last change on this file since 7b66653 was d40c3f5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/08/04 at 05:29:35

2004-04-08 Ralf Corsepius <ralf_corsepius@…>

  • mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h> instead of <zilog/z8036.h>.
  • Property mode set to 100644
File size: 13.4 KB
Line 
12004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
4        instead of <zilog/z8036.h>.
5
62004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
9
102004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
13        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
14        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
15        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
16
172004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
20        using c99 fixed size types.
21
222004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect changes to bsp.am.
25        Preinstall dist_project_lib*.
26
272004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Reflect changes to bsp.am.
30
312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
34
352004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Pickup files from ../../m68k/shared instead of
38        ../shared. Reformat.
39
402004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Pick up ../mvme167/network/network.c.
43
442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
47
482004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * README: Remove references to consolex.
51        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
52        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
53        tod/Makefile.am, wrapup/Makefile.am.
54        Use automake compilation rules.
55        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
56        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
57        wrapup/Makefile.am: Remove.
58        * configure.ac: Reflect changes above. 
59
602004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        PR 563/bsps
63        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
64        consolex/Makefile.am, consolex/README:
65        Remove (Abandoned).
66
672004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Add PREINSTALL_DIRS.
70        * consolex/Makefile.am: Add PREINSTALL_DIRS.
71        * wrapup/Makefile.am: Reflect changes to libcpu.
72
732004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
76        * wrapup/Makefile.am: Reflect changes to libcpu.
77
782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
81        Add PRE/TMPINSTALL_FILES to CLEANFILES.
82        * consolex/Makefile.am: Ditto.
83        * startup/Makefile.am: Ditto.
84
852004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * start/.cvsignore: Remove.
88        * start/Makefile.am: Remove.
89        * Makefile.am: Merge-in start/Makefile.am.
90        * configure.ac: Reflect changes above.
91
922004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Eliminate $(LIB).
95        Use noinst_DATA to trigger building libbsp.a.
96
972003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
107
1082003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
111
1122003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Misc cleanups and fixes.
115        * start/Makefile.am: Misc cleanups and fixes.
116        * startup/Makefile.am: Misc cleanups and fixes.
117        * wrapup/Makefile.am: Misc cleanups and fixes.
118
1192003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Add preinstallation dirstamp support.
122        * clock/Makefile.am: Cosmetics.
123        * console/Makefile.am: Cosmetics.
124        * consolex/Makefile.am: Add preinstallation dirstamp support.
125        * network/Makefile.am: Cosmetics.
126        * startup/Makefile.am: Cosmetics.
127        * timer/Makefile.am: Cosmetics.
128        * tod/Makefile.am: Cosmetics.
129        * tools/Makefile.am: Cosmetics.
130        * wrapup/Makefile.am: Cosmetics.
131
1322003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * clock/Makefile.am: Remove all-local: $(ARCH).
135        * console/Makefile.am: Remove all-local: $(ARCH).
136        * consolex/Makefile.am: Remove all-local: $(ARCH).
137        * network/Makefile.am: Remove all-local: $(ARCH).
138        * start/Makefile.am: Remove all-local: $(ARCH).
139        * startup/Makefile.am: Remove all-local: $(ARCH).
140        * timer/Makefile.am: Remove all-local: $(ARCH).
141        * tod/Makefile.am: Remove all-local: $(ARCH).
142        * wrapup/Makefile.am: Remove all-local: $(ARCH).
143
1442003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Correct path to mvme16x_hw.h.
147
1482003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Merge-in include/Makefile.am.
151        Reflect changes to bsp.am.
152        * include/Makefile.am: Remove.
153        * configure.ac: Reflect changes above.
154
1552003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * bsp_specs: Remove *lib:.
158
1592003-09-04      Joel Sherrill <joel@OARcorp.com>
160
161        * clock/ckinit.c, console/console.c, consolex/cTest.c,
162        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
163        include/coverhd.h, include/tod.h, startup/bspclean.c,
164        startup/bspstart.c, startup/linkcmds, timer/timer.c,
165        timer/timerisr.S, tod/tod.c: URL for license changed.
166
1672003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Reflect having moved aclocal/.
170
1712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Reflect having moved automake/.
174        * clock/Makefile.am: Reflect having moved automake/.
175        * console/Makefile.am: Reflect having moved automake/.
176        * consolex/Makefile.am: Reflect having moved automake/.
177        * include/Makefile.am: Reflect having moved automake/.
178        * network/Makefile.am: Reflect having moved automake/.
179        * start/Makefile.am: Reflect having moved automake/.
180        * startup/Makefile.am: Reflect having moved automake/.
181        * timer/Makefile.am: Reflect having moved automake/.
182        * tod/Makefile.am: Reflect having moved automake/.
183        * wrapup/Makefile.am: Reflect having moved automake/.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        PR 452/bsps
188        * startup/Makefile.am: Remove USE_INIT_FINI.
189
1902003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
193
1942003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        PR 445/bsps
197        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
198        Remove cpp, old_cpp (now unused).
199
2002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Remove AC_CONFIG_AUX_DIR.
203
2042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
207
2082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: AC_PREREQ(2.57).
211
2122003-01-20      Joel Sherrill <joel@OARcorp.com>
213
214        * startup/linkcmds*: Add FreeBSD sysctl() sections.
215
2162002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226
2272002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * start/Makefile.am: Use install-data-local to install startfile.
230
2312002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234
2352002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
238        changes.
239
2402002-11-01      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/page_table.c: Removed warnings.
243
244
2452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * .cvsignore: Reformat.
248        Add autom4te*cache.
249        Remove autom4te.cache.
250
2512002-08-21      Joel Sherrill <joel@OARcorp.com>
252
253        * wrapup/Makefile.am: PR217 required that the idle task be moved to
254        libcpu so it could be more acutely aware of the CPU model.  This
255        file was modified to pick up the idle task from there.
256
2572002-08-21      Joel Sherrill <joel@OARcorp.com>
258
259        * bsp_specs: Added support for -nostdlibs.
260
2612002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
273
2742002-08-05      Joel Sherrill <joel@OARcorp.com>
275
276        * Per PR260 eliminate use of make-target-options.  This impacted
277        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
278        SuperCore and required that the m68k optimized memcpy be moved
279        to libcpu.
280        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
281
2822002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * start/Makefile.am: Eliminate PGM.
285        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
286
2872002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
290
2912002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
294        Remove $(OBJS) from all-local.
295
2962002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
299
3002001-05-28      Joel Sherrill <joel@OARcorp.com>
301
302        * ChangeLog: Corrected spacing.
303
3042001-05-28      Joel Sherrill <joel@OARcorp.com>
305
306        * Per PR31, moved mvme16x_hw.h to shared/mvme.
307        * include/Makefile.am: Modified to reflect movement.
308        * include/mvme16x_hw.h: Moved to shared/mvme.
309
3102001-05-09      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/linkcmds: In support of gcc 3.1, added one of more
313        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
314        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
315        and direction of segments to memory regions may also have been
316        addressed.  This was a sweep across all BSPs.
317 
3182002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
321
3222002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac:
325        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
326        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
327        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
338
3392001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
342
3432001-10-29      Joel Sherrill <joel@OARcorp.com>
344
345        * startup/linkcmds: Remove explicit force of output format.
346
3472001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
350        * configure.in: Remove.
351        * configure.ac: New file, generated from configure.in by autoupdate.
352
3532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
356
3572001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.in: Add bspopts.h.
360        * include/.cvsignore: Add bspopts.h*, stamp-h*.
361        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
362        * consolex/Makefile.am: Ditto.
363        * include/bsp.h: Include bspopts.h.
364
3652001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
366
367        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
368
3692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
372
3732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
376
3772000-11-01      Joel Sherrill <joel@OARcorp.com>
378
379        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
380        and libcsupport.h moved from libc to lib/include/rtems and
381        now must be referenced as <rtems/XXX.h>.   Header file order
382        was cleaned up while doing this.
383
3842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
387        Switch to GNU canonicalization.
388
3892000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
390
391        * startup/linkcmds: Added lines so DWARF debug information
392        would be available.  Otherwise gdb complains that the offsets
393        for the debug info are incorrect and doesn't load the files.
394
3952000-09-14      Joel Sherrill <joel@OARcorp.com>
396
397        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
398        can check which BSP this is being used with.
399
4002000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
403        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
404        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
405        compile.am
406
4072000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
408
409        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
410        a manner that should work for 162, 162lx, and 167.
411
4122000-08-10      Joel Sherrill <joel@OARcorp.com>
413
414        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.