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

4.104.114.84.95
Last change on this file since 9cf372e5 was 4cbf22a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/02/05 at 21:06:25

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

  • Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 14.2 KB
Line 
12005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove build-variant support.
4
52004-11-25      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
8
92004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Require automake > 1.9.
12
132004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        PR 610/bsps
16        * Makefile.am: Add include/tm27.h, Cosmetics.
17        * include/tm27.h: Final cosmetics.
18
192004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * include/bsp.h: Split out tmtest27 support.
22        * include/tm27.h: New.
23
242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        PR 613/bsps
27        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 614/bsps
32        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
33
342004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
37        instead of <zilog/z8036.h>.
38
392004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
42
432004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
46        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
47        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
48        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
49
502004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
53        using c99 fixed size types.
54
552004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Reflect changes to bsp.am.
58        Preinstall dist_project_lib*.
59
602004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect changes to bsp.am.
63
642004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
67
682004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Pickup files from ../../m68k/shared instead of
71        ../shared. Reformat.
72
732004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Pick up ../mvme167/network/network.c.
76
772004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
80
812004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * README: Remove references to consolex.
84        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
85        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
86        tod/Makefile.am, wrapup/Makefile.am.
87        Use automake compilation rules.
88        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
89        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
90        wrapup/Makefile.am: Remove.
91        * configure.ac: Reflect changes above. 
92
932004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        PR 563/bsps
96        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
97        consolex/Makefile.am, consolex/README:
98        Remove (Abandoned).
99
1002004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Add PREINSTALL_DIRS.
103        * consolex/Makefile.am: Add PREINSTALL_DIRS.
104        * wrapup/Makefile.am: Reflect changes to libcpu.
105
1062004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
109        * wrapup/Makefile.am: Reflect changes to libcpu.
110
1112004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
114        Add PRE/TMPINSTALL_FILES to CLEANFILES.
115        * consolex/Makefile.am: Ditto.
116        * startup/Makefile.am: Ditto.
117
1182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * start/.cvsignore: Remove.
121        * start/Makefile.am: Remove.
122        * Makefile.am: Merge-in start/Makefile.am.
123        * configure.ac: Reflect changes above.
124
1252004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Eliminate $(LIB).
128        Use noinst_DATA to trigger building libbsp.a.
129
1302003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
133        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
134
1352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
138        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
139        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
140
1412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
144
1452003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Misc cleanups and fixes.
148        * start/Makefile.am: Misc cleanups and fixes.
149        * startup/Makefile.am: Misc cleanups and fixes.
150        * wrapup/Makefile.am: Misc cleanups and fixes.
151
1522003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Add preinstallation dirstamp support.
155        * clock/Makefile.am: Cosmetics.
156        * console/Makefile.am: Cosmetics.
157        * consolex/Makefile.am: Add preinstallation dirstamp support.
158        * network/Makefile.am: Cosmetics.
159        * startup/Makefile.am: Cosmetics.
160        * timer/Makefile.am: Cosmetics.
161        * tod/Makefile.am: Cosmetics.
162        * tools/Makefile.am: Cosmetics.
163        * wrapup/Makefile.am: Cosmetics.
164
1652003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * clock/Makefile.am: Remove all-local: $(ARCH).
168        * console/Makefile.am: Remove all-local: $(ARCH).
169        * consolex/Makefile.am: Remove all-local: $(ARCH).
170        * network/Makefile.am: Remove all-local: $(ARCH).
171        * start/Makefile.am: Remove all-local: $(ARCH).
172        * startup/Makefile.am: Remove all-local: $(ARCH).
173        * timer/Makefile.am: Remove all-local: $(ARCH).
174        * tod/Makefile.am: Remove all-local: $(ARCH).
175        * wrapup/Makefile.am: Remove all-local: $(ARCH).
176
1772003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Correct path to mvme16x_hw.h.
180
1812003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Merge-in include/Makefile.am.
184        Reflect changes to bsp.am.
185        * include/Makefile.am: Remove.
186        * configure.ac: Reflect changes above.
187
1882003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * bsp_specs: Remove *lib:.
191
1922003-09-04      Joel Sherrill <joel@OARcorp.com>
193
194        * clock/ckinit.c, console/console.c, consolex/cTest.c,
195        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
196        include/coverhd.h, include/tod.h, startup/bspclean.c,
197        startup/bspstart.c, startup/linkcmds, timer/timer.c,
198        timer/timerisr.S, tod/tod.c: URL for license changed.
199
2002003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Reflect having moved aclocal/.
203
2042003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Reflect having moved automake/.
207        * clock/Makefile.am: Reflect having moved automake/.
208        * console/Makefile.am: Reflect having moved automake/.
209        * consolex/Makefile.am: Reflect having moved automake/.
210        * include/Makefile.am: Reflect having moved automake/.
211        * network/Makefile.am: Reflect having moved automake/.
212        * start/Makefile.am: Reflect having moved automake/.
213        * startup/Makefile.am: Reflect having moved automake/.
214        * timer/Makefile.am: Reflect having moved automake/.
215        * tod/Makefile.am: Reflect having moved automake/.
216        * wrapup/Makefile.am: Reflect having moved automake/.
217
2182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        PR 452/bsps
221        * startup/Makefile.am: Remove USE_INIT_FINI.
222
2232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
226
2272003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        PR 445/bsps
230        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
231        Remove cpp, old_cpp (now unused).
232
2332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Remove AC_CONFIG_AUX_DIR.
236
2372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
240
2412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: AC_PREREQ(2.57).
244
2452003-01-20      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/linkcmds*: Add FreeBSD sysctl() sections.
248
2492002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
256        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
257        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
258        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
259
2602002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * start/Makefile.am: Use install-data-local to install startfile.
263
2642002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267
2682002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
271        changes.
272
2732002-11-01      Joel Sherrill <joel@OARcorp.com>
274
275        * startup/page_table.c: Removed warnings.
276
277
2782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * .cvsignore: Reformat.
281        Add autom4te*cache.
282        Remove autom4te.cache.
283
2842002-08-21      Joel Sherrill <joel@OARcorp.com>
285
286        * wrapup/Makefile.am: PR217 required that the idle task be moved to
287        libcpu so it could be more acutely aware of the CPU model.  This
288        file was modified to pick up the idle task from there.
289
2902002-08-21      Joel Sherrill <joel@OARcorp.com>
291
292        * bsp_specs: Added support for -nostdlibs.
293
2942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
298        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
300        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
301        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
306
3072002-08-05      Joel Sherrill <joel@OARcorp.com>
308
309        * Per PR260 eliminate use of make-target-options.  This impacted
310        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
311        SuperCore and required that the m68k optimized memcpy be moved
312        to libcpu.
313        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
314
3152002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * start/Makefile.am: Eliminate PGM.
318        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
319
3202002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
323
3242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
327        Remove $(OBJS) from all-local.
328
3292002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
332
3332001-05-28      Joel Sherrill <joel@OARcorp.com>
334
335        * ChangeLog: Corrected spacing.
336
3372001-05-28      Joel Sherrill <joel@OARcorp.com>
338
339        * Per PR31, moved mvme16x_hw.h to shared/mvme.
340        * include/Makefile.am: Modified to reflect movement.
341        * include/mvme16x_hw.h: Moved to shared/mvme.
342
3432001-05-09      Joel Sherrill <joel@OARcorp.com>
344
345        * startup/linkcmds: In support of gcc 3.1, added one of more
346        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
347        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
348        and direction of segments to memory regions may also have been
349        addressed.  This was a sweep across all BSPs.
350 
3512002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
354
3552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac:
358        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
359        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
360        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
371
3722001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
375
3762001-10-29      Joel Sherrill <joel@OARcorp.com>
377
378        * startup/linkcmds: Remove explicit force of output format.
379
3802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
383        * configure.in: Remove.
384        * configure.ac: New file, generated from configure.in by autoupdate.
385
3862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
389
3902001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.in: Add bspopts.h.
393        * include/.cvsignore: Add bspopts.h*, stamp-h*.
394        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
395        * consolex/Makefile.am: Ditto.
396        * include/bsp.h: Include bspopts.h.
397
3982001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
399
400        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
401
4022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
405
4062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
409
4102000-11-01      Joel Sherrill <joel@OARcorp.com>
411
412        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
413        and libcsupport.h moved from libc to lib/include/rtems and
414        now must be referenced as <rtems/XXX.h>.   Header file order
415        was cleaned up while doing this.
416
4172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
420        Switch to GNU canonicalization.
421
4222000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
423
424        * startup/linkcmds: Added lines so DWARF debug information
425        would be available.  Otherwise gdb complains that the offsets
426        for the debug info are incorrect and doesn't load the files.
427
4282000-09-14      Joel Sherrill <joel@OARcorp.com>
429
430        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
431        can check which BSP this is being used with.
432
4332000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
436        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
437        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
438        compile.am
439
4402000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
441
442        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
443        a manner that should work for 162, 162lx, and 167.
444
4452000-08-10      Joel Sherrill <joel@OARcorp.com>
446
447        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.