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

4.104.114.84.95
Last change on this file since 9afd70e was 9afd70e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/18/05 at 06:01:23

2005-01-18 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
  • include/tod.h: Remove.
  • Property mode set to 100644
File size: 14.4 KB
Line 
12005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
4        * include/tod.h: Remove.
5
62005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
9
102005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove build-variant support.
13
142004-11-25      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
17
182004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * configure.ac: Require automake > 1.9.
21
222004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        PR 610/bsps
25        * Makefile.am: Add include/tm27.h, Cosmetics.
26        * include/tm27.h: Final cosmetics.
27
282004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        * include/bsp.h: Split out tmtest27 support.
31        * include/tm27.h: New.
32
332004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        PR 613/bsps
36        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
37
382004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        PR 614/bsps
41        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
42
432004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
46        instead of <zilog/z8036.h>.
47
482004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
51
522004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
55        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
56        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
57        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
58
592004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
62        using c99 fixed size types.
63
642004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Reflect changes to bsp.am.
67        Preinstall dist_project_lib*.
68
692004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Reflect changes to bsp.am.
72
732004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
76
772004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Pickup files from ../../m68k/shared instead of
80        ../shared. Reformat.
81
822004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Pick up ../mvme167/network/network.c.
85
862004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
89
902004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * README: Remove references to consolex.
93        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
94        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
95        tod/Makefile.am, wrapup/Makefile.am.
96        Use automake compilation rules.
97        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
98        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
99        wrapup/Makefile.am: Remove.
100        * configure.ac: Reflect changes above. 
101
1022004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        PR 563/bsps
105        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
106        consolex/Makefile.am, consolex/README:
107        Remove (Abandoned).
108
1092004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Add PREINSTALL_DIRS.
112        * consolex/Makefile.am: Add PREINSTALL_DIRS.
113        * wrapup/Makefile.am: Reflect changes to libcpu.
114
1152004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
118        * wrapup/Makefile.am: Reflect changes to libcpu.
119
1202004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
123        Add PRE/TMPINSTALL_FILES to CLEANFILES.
124        * consolex/Makefile.am: Ditto.
125        * startup/Makefile.am: Ditto.
126
1272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * start/.cvsignore: Remove.
130        * start/Makefile.am: Remove.
131        * Makefile.am: Merge-in start/Makefile.am.
132        * configure.ac: Reflect changes above.
133
1342004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Eliminate $(LIB).
137        Use noinst_DATA to trigger building libbsp.a.
138
1392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
142        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
143
1442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
148        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
149
1502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
153
1542003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Misc cleanups and fixes.
157        * start/Makefile.am: Misc cleanups and fixes.
158        * startup/Makefile.am: Misc cleanups and fixes.
159        * wrapup/Makefile.am: Misc cleanups and fixes.
160
1612003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Add preinstallation dirstamp support.
164        * clock/Makefile.am: Cosmetics.
165        * console/Makefile.am: Cosmetics.
166        * consolex/Makefile.am: Add preinstallation dirstamp support.
167        * network/Makefile.am: Cosmetics.
168        * startup/Makefile.am: Cosmetics.
169        * timer/Makefile.am: Cosmetics.
170        * tod/Makefile.am: Cosmetics.
171        * tools/Makefile.am: Cosmetics.
172        * wrapup/Makefile.am: Cosmetics.
173
1742003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * clock/Makefile.am: Remove all-local: $(ARCH).
177        * console/Makefile.am: Remove all-local: $(ARCH).
178        * consolex/Makefile.am: Remove all-local: $(ARCH).
179        * network/Makefile.am: Remove all-local: $(ARCH).
180        * start/Makefile.am: Remove all-local: $(ARCH).
181        * startup/Makefile.am: Remove all-local: $(ARCH).
182        * timer/Makefile.am: Remove all-local: $(ARCH).
183        * tod/Makefile.am: Remove all-local: $(ARCH).
184        * wrapup/Makefile.am: Remove all-local: $(ARCH).
185
1862003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Correct path to mvme16x_hw.h.
189
1902003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Merge-in include/Makefile.am.
193        Reflect changes to bsp.am.
194        * include/Makefile.am: Remove.
195        * configure.ac: Reflect changes above.
196
1972003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * bsp_specs: Remove *lib:.
200
2012003-09-04      Joel Sherrill <joel@OARcorp.com>
202
203        * clock/ckinit.c, console/console.c, consolex/cTest.c,
204        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
205        include/coverhd.h, include/tod.h, startup/bspclean.c,
206        startup/bspstart.c, startup/linkcmds, timer/timer.c,
207        timer/timerisr.S, tod/tod.c: URL for license changed.
208
2092003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Reflect having moved aclocal/.
212
2132003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Reflect having moved automake/.
216        * clock/Makefile.am: Reflect having moved automake/.
217        * console/Makefile.am: Reflect having moved automake/.
218        * consolex/Makefile.am: Reflect having moved automake/.
219        * include/Makefile.am: Reflect having moved automake/.
220        * network/Makefile.am: Reflect having moved automake/.
221        * start/Makefile.am: Reflect having moved automake/.
222        * startup/Makefile.am: Reflect having moved automake/.
223        * timer/Makefile.am: Reflect having moved automake/.
224        * tod/Makefile.am: Reflect having moved automake/.
225        * wrapup/Makefile.am: Reflect having moved automake/.
226
2272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        PR 452/bsps
230        * startup/Makefile.am: Remove USE_INIT_FINI.
231
2322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
235
2362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        PR 445/bsps
239        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
240        Remove cpp, old_cpp (now unused).
241
2422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac: Remove AC_CONFIG_AUX_DIR.
245
2462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
249
2502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: AC_PREREQ(2.57).
253
2542003-01-20      Joel Sherrill <joel@OARcorp.com>
255
256        * startup/linkcmds*: Add FreeBSD sysctl() sections.
257
2582002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268
2692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * start/Makefile.am: Use install-data-local to install startfile.
272
2732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276
2772002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
280        changes.
281
2822002-11-01      Joel Sherrill <joel@OARcorp.com>
283
284        * startup/page_table.c: Removed warnings.
285
286
2872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * .cvsignore: Reformat.
290        Add autom4te*cache.
291        Remove autom4te.cache.
292
2932002-08-21      Joel Sherrill <joel@OARcorp.com>
294
295        * wrapup/Makefile.am: PR217 required that the idle task be moved to
296        libcpu so it could be more acutely aware of the CPU model.  This
297        file was modified to pick up the idle task from there.
298
2992002-08-21      Joel Sherrill <joel@OARcorp.com>
300
301        * bsp_specs: Added support for -nostdlibs.
302
3032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
310        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
311        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
312        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
315
3162002-08-05      Joel Sherrill <joel@OARcorp.com>
317
318        * Per PR260 eliminate use of make-target-options.  This impacted
319        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
320        SuperCore and required that the m68k optimized memcpy be moved
321        to libcpu.
322        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
323
3242002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * start/Makefile.am: Eliminate PGM.
327        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
328
3292002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
332
3332002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
336        Remove $(OBJS) from all-local.
337
3382002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
341
3422001-05-28      Joel Sherrill <joel@OARcorp.com>
343
344        * ChangeLog: Corrected spacing.
345
3462001-05-28      Joel Sherrill <joel@OARcorp.com>
347
348        * Per PR31, moved mvme16x_hw.h to shared/mvme.
349        * include/Makefile.am: Modified to reflect movement.
350        * include/mvme16x_hw.h: Moved to shared/mvme.
351
3522001-05-09      Joel Sherrill <joel@OARcorp.com>
353
354        * startup/linkcmds: In support of gcc 3.1, added one of more
355        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
356        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
357        and direction of segments to memory regions may also have been
358        addressed.  This was a sweep across all BSPs.
359 
3602002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
363
3642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac:
367        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
368        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
369        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
380
3812001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
384
3852001-10-29      Joel Sherrill <joel@OARcorp.com>
386
387        * startup/linkcmds: Remove explicit force of output format.
388
3892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
392        * configure.in: Remove.
393        * configure.ac: New file, generated from configure.in by autoupdate.
394
3952001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
398
3992001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.in: Add bspopts.h.
402        * include/.cvsignore: Add bspopts.h*, stamp-h*.
403        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
404        * consolex/Makefile.am: Ditto.
405        * include/bsp.h: Include bspopts.h.
406
4072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
408
409        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
410
4112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
414
4152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
418
4192000-11-01      Joel Sherrill <joel@OARcorp.com>
420
421        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
422        and libcsupport.h moved from libc to lib/include/rtems and
423        now must be referenced as <rtems/XXX.h>.   Header file order
424        was cleaned up while doing this.
425
4262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
429        Switch to GNU canonicalization.
430
4312000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
432
433        * startup/linkcmds: Added lines so DWARF debug information
434        would be available.  Otherwise gdb complains that the offsets
435        for the debug info are incorrect and doesn't load the files.
436
4372000-09-14      Joel Sherrill <joel@OARcorp.com>
438
439        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
440        can check which BSP this is being used with.
441
4422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
445        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
446        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
447        compile.am
448
4492000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
450
451        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
452        a manner that should work for 162, 162lx, and 167.
453
4542000-08-10      Joel Sherrill <joel@OARcorp.com>
455
456        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.