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

4.104.114.84.95
Last change on this file since 0564ff51 was 0564ff51, checked in by Joel Sherrill <joel.sherrill@…>, on 02/08/06 at 17:18:25

2006-02-08 Joel Sherrill <joel@…>

  • startup/linkcmds: Add sections required by newer gcc versions.
  • Property mode set to 100644
File size: 14.8 KB
Line 
12006-02-08      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Add sections required by newer gcc versions.
4
52006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Add preinstall.am.
8
92006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Add preinstall.am.
12
132005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * include/bsp.h: New header guard.
16
172005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
20        * include/tod.h: Remove.
21
222005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
25
262005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Remove build-variant support.
29
302004-11-25      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
33
342004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * configure.ac: Require automake > 1.9.
37
382004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        PR 610/bsps
41        * Makefile.am: Add include/tm27.h, Cosmetics.
42        * include/tm27.h: Final cosmetics.
43
442004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * include/bsp.h: Split out tmtest27 support.
47        * include/tm27.h: New.
48
492004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        PR 613/bsps
52        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
53
542004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        PR 614/bsps
57        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
58
592004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
62        instead of <zilog/z8036.h>.
63
642004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
67
682004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
71        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
72        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
73        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
74
752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
78        using c99 fixed size types.
79
802004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect changes to bsp.am.
83        Preinstall dist_project_lib*.
84
852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Reflect changes to bsp.am.
88
892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
92
932004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Pickup files from ../../m68k/shared instead of
96        ../shared. Reformat.
97
982004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Pick up ../mvme167/network/network.c.
101
1022004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
105
1062004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * README: Remove references to consolex.
109        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
110        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
111        tod/Makefile.am, wrapup/Makefile.am.
112        Use automake compilation rules.
113        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
114        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
115        wrapup/Makefile.am: Remove.
116        * configure.ac: Reflect changes above. 
117
1182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        PR 563/bsps
121        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
122        consolex/Makefile.am, consolex/README:
123        Remove (Abandoned).
124
1252004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Add PREINSTALL_DIRS.
128        * consolex/Makefile.am: Add PREINSTALL_DIRS.
129        * wrapup/Makefile.am: Reflect changes to libcpu.
130
1312004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
134        * wrapup/Makefile.am: Reflect changes to libcpu.
135
1362004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
139        Add PRE/TMPINSTALL_FILES to CLEANFILES.
140        * consolex/Makefile.am: Ditto.
141        * startup/Makefile.am: Ditto.
142
1432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * start/.cvsignore: Remove.
146        * start/Makefile.am: Remove.
147        * Makefile.am: Merge-in start/Makefile.am.
148        * configure.ac: Reflect changes above.
149
1502004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * wrapup/Makefile.am: Eliminate $(LIB).
153        Use noinst_DATA to trigger building libbsp.a.
154
1552003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
158        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
159
1602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
163        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
164        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
165
1662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
169
1702003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Misc cleanups and fixes.
173        * start/Makefile.am: Misc cleanups and fixes.
174        * startup/Makefile.am: Misc cleanups and fixes.
175        * wrapup/Makefile.am: Misc cleanups and fixes.
176
1772003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Add preinstallation dirstamp support.
180        * clock/Makefile.am: Cosmetics.
181        * console/Makefile.am: Cosmetics.
182        * consolex/Makefile.am: Add preinstallation dirstamp support.
183        * network/Makefile.am: Cosmetics.
184        * startup/Makefile.am: Cosmetics.
185        * timer/Makefile.am: Cosmetics.
186        * tod/Makefile.am: Cosmetics.
187        * tools/Makefile.am: Cosmetics.
188        * wrapup/Makefile.am: Cosmetics.
189
1902003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * clock/Makefile.am: Remove all-local: $(ARCH).
193        * console/Makefile.am: Remove all-local: $(ARCH).
194        * consolex/Makefile.am: Remove all-local: $(ARCH).
195        * network/Makefile.am: Remove all-local: $(ARCH).
196        * start/Makefile.am: Remove all-local: $(ARCH).
197        * startup/Makefile.am: Remove all-local: $(ARCH).
198        * timer/Makefile.am: Remove all-local: $(ARCH).
199        * tod/Makefile.am: Remove all-local: $(ARCH).
200        * wrapup/Makefile.am: Remove all-local: $(ARCH).
201
2022003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Correct path to mvme16x_hw.h.
205
2062003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Merge-in include/Makefile.am.
209        Reflect changes to bsp.am.
210        * include/Makefile.am: Remove.
211        * configure.ac: Reflect changes above.
212
2132003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * bsp_specs: Remove *lib:.
216
2172003-09-04      Joel Sherrill <joel@OARcorp.com>
218
219        * clock/ckinit.c, console/console.c, consolex/cTest.c,
220        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
221        include/coverhd.h, include/tod.h, startup/bspclean.c,
222        startup/bspstart.c, startup/linkcmds, timer/timer.c,
223        timer/timerisr.S, tod/tod.c: URL for license changed.
224
2252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Reflect having moved aclocal/.
228
2292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Reflect having moved automake/.
232        * clock/Makefile.am: Reflect having moved automake/.
233        * console/Makefile.am: Reflect having moved automake/.
234        * consolex/Makefile.am: Reflect having moved automake/.
235        * include/Makefile.am: Reflect having moved automake/.
236        * network/Makefile.am: Reflect having moved automake/.
237        * start/Makefile.am: Reflect having moved automake/.
238        * startup/Makefile.am: Reflect having moved automake/.
239        * timer/Makefile.am: Reflect having moved automake/.
240        * tod/Makefile.am: Reflect having moved automake/.
241        * wrapup/Makefile.am: Reflect having moved automake/.
242
2432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        PR 452/bsps
246        * startup/Makefile.am: Remove USE_INIT_FINI.
247
2482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
251
2522003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        PR 445/bsps
255        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
256        Remove cpp, old_cpp (now unused).
257
2582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Remove AC_CONFIG_AUX_DIR.
261
2622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
265
2662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: AC_PREREQ(2.57).
269
2702003-01-20      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/linkcmds*: Add FreeBSD sysctl() sections.
273
2742002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284
2852002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * start/Makefile.am: Use install-data-local to install startfile.
288
2892002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292
2932002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
296        changes.
297
2982002-11-01      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/page_table.c: Removed warnings.
301
302
3032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * .cvsignore: Reformat.
306        Add autom4te*cache.
307        Remove autom4te.cache.
308
3092002-08-21      Joel Sherrill <joel@OARcorp.com>
310
311        * wrapup/Makefile.am: PR217 required that the idle task be moved to
312        libcpu so it could be more acutely aware of the CPU model.  This
313        file was modified to pick up the idle task from there.
314
3152002-08-21      Joel Sherrill <joel@OARcorp.com>
316
317        * bsp_specs: Added support for -nostdlibs.
318
3192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
331
3322002-08-05      Joel Sherrill <joel@OARcorp.com>
333
334        * Per PR260 eliminate use of make-target-options.  This impacted
335        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
336        SuperCore and required that the m68k optimized memcpy be moved
337        to libcpu.
338        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
339
3402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * start/Makefile.am: Eliminate PGM.
343        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
344
3452002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
348
3492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
352        Remove $(OBJS) from all-local.
353
3542002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
357
3582001-05-28      Joel Sherrill <joel@OARcorp.com>
359
360        * ChangeLog: Corrected spacing.
361
3622001-05-28      Joel Sherrill <joel@OARcorp.com>
363
364        * Per PR31, moved mvme16x_hw.h to shared/mvme.
365        * include/Makefile.am: Modified to reflect movement.
366        * include/mvme16x_hw.h: Moved to shared/mvme.
367
3682001-05-09      Joel Sherrill <joel@OARcorp.com>
369
370        * startup/linkcmds: In support of gcc 3.1, added one of more
371        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
372        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
373        and direction of segments to memory regions may also have been
374        addressed.  This was a sweep across all BSPs.
375 
3762002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
379
3802002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac:
383        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
384        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
385        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
396
3972001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
400
4012001-10-29      Joel Sherrill <joel@OARcorp.com>
402
403        * startup/linkcmds: Remove explicit force of output format.
404
4052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
408        * configure.in: Remove.
409        * configure.ac: New file, generated from configure.in by autoupdate.
410
4112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
414
4152001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.in: Add bspopts.h.
418        * include/.cvsignore: Add bspopts.h*, stamp-h*.
419        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
420        * consolex/Makefile.am: Ditto.
421        * include/bsp.h: Include bspopts.h.
422
4232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
424
425        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
426
4272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
430
4312000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
434
4352000-11-01      Joel Sherrill <joel@OARcorp.com>
436
437        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
438        and libcsupport.h moved from libc to lib/include/rtems and
439        now must be referenced as <rtems/XXX.h>.   Header file order
440        was cleaned up while doing this.
441
4422000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
445        Switch to GNU canonicalization.
446
4472000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
448
449        * startup/linkcmds: Added lines so DWARF debug information
450        would be available.  Otherwise gdb complains that the offsets
451        for the debug info are incorrect and doesn't load the files.
452
4532000-09-14      Joel Sherrill <joel@OARcorp.com>
454
455        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
456        can check which BSP this is being used with.
457
4582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
461        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
462        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
463        compile.am
464
4652000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
466
467        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
468        a manner that should work for 162, 162lx, and 167.
469
4702000-08-10      Joel Sherrill <joel@OARcorp.com>
471
472        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.