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

Last change on this file since 218c346 was 218c346, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/06 at 11:55:29

2006-10-20 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 15.0 KB
Line 
12006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-02-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add sections required by newer gcc versions.
12
132006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Add preinstall.am.
16
172006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Add preinstall.am.
20
212005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * include/bsp.h: New header guard.
24
252005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
28        * include/tod.h: Remove.
29
302005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
33
342005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Remove build-variant support.
37
382004-11-25      Joel Sherrill <joel@OARcorp.com>
39
40        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
41
422004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * configure.ac: Require automake > 1.9.
45
462004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        PR 610/bsps
49        * Makefile.am: Add include/tm27.h, Cosmetics.
50        * include/tm27.h: Final cosmetics.
51
522004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * include/bsp.h: Split out tmtest27 support.
55        * include/tm27.h: New.
56
572004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 613/bsps
60        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
61
622004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        PR 614/bsps
65        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
66
672004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
70        instead of <zilog/z8036.h>.
71
722004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
75
762004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
79        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
80        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
81        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
82
832004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
86        using c99 fixed size types.
87
882004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Reflect changes to bsp.am.
91        Preinstall dist_project_lib*.
92
932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Reflect changes to bsp.am.
96
972004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
100
1012004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Pickup files from ../../m68k/shared instead of
104        ../shared. Reformat.
105
1062004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Pick up ../mvme167/network/network.c.
109
1102004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
113
1142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * README: Remove references to consolex.
117        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
118        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
119        tod/Makefile.am, wrapup/Makefile.am.
120        Use automake compilation rules.
121        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
122        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
123        wrapup/Makefile.am: Remove.
124        * configure.ac: Reflect changes above. 
125
1262004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        PR 563/bsps
129        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
130        consolex/Makefile.am, consolex/README:
131        Remove (Abandoned).
132
1332004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Add PREINSTALL_DIRS.
136        * consolex/Makefile.am: Add PREINSTALL_DIRS.
137        * wrapup/Makefile.am: Reflect changes to libcpu.
138
1392004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
142        * wrapup/Makefile.am: Reflect changes to libcpu.
143
1442004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
147        Add PRE/TMPINSTALL_FILES to CLEANFILES.
148        * consolex/Makefile.am: Ditto.
149        * startup/Makefile.am: Ditto.
150
1512004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * start/.cvsignore: Remove.
154        * start/Makefile.am: Remove.
155        * Makefile.am: Merge-in start/Makefile.am.
156        * configure.ac: Reflect changes above.
157
1582004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Eliminate $(LIB).
161        Use noinst_DATA to trigger building libbsp.a.
162
1632003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
166        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
167
1682003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
171        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
172        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
177
1782003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Misc cleanups and fixes.
181        * start/Makefile.am: Misc cleanups and fixes.
182        * startup/Makefile.am: Misc cleanups and fixes.
183        * wrapup/Makefile.am: Misc cleanups and fixes.
184
1852003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Add preinstallation dirstamp support.
188        * clock/Makefile.am: Cosmetics.
189        * console/Makefile.am: Cosmetics.
190        * consolex/Makefile.am: Add preinstallation dirstamp support.
191        * network/Makefile.am: Cosmetics.
192        * startup/Makefile.am: Cosmetics.
193        * timer/Makefile.am: Cosmetics.
194        * tod/Makefile.am: Cosmetics.
195        * tools/Makefile.am: Cosmetics.
196        * wrapup/Makefile.am: Cosmetics.
197
1982003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * clock/Makefile.am: Remove all-local: $(ARCH).
201        * console/Makefile.am: Remove all-local: $(ARCH).
202        * consolex/Makefile.am: Remove all-local: $(ARCH).
203        * network/Makefile.am: Remove all-local: $(ARCH).
204        * start/Makefile.am: Remove all-local: $(ARCH).
205        * startup/Makefile.am: Remove all-local: $(ARCH).
206        * timer/Makefile.am: Remove all-local: $(ARCH).
207        * tod/Makefile.am: Remove all-local: $(ARCH).
208        * wrapup/Makefile.am: Remove all-local: $(ARCH).
209
2102003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Correct path to mvme16x_hw.h.
213
2142003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Merge-in include/Makefile.am.
217        Reflect changes to bsp.am.
218        * include/Makefile.am: Remove.
219        * configure.ac: Reflect changes above.
220
2212003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * bsp_specs: Remove *lib:.
224
2252003-09-04      Joel Sherrill <joel@OARcorp.com>
226
227        * clock/ckinit.c, console/console.c, consolex/cTest.c,
228        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
229        include/coverhd.h, include/tod.h, startup/bspclean.c,
230        startup/bspstart.c, startup/linkcmds, timer/timer.c,
231        timer/timerisr.S, tod/tod.c: URL for license changed.
232
2332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Reflect having moved aclocal/.
236
2372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Reflect having moved automake/.
240        * clock/Makefile.am: Reflect having moved automake/.
241        * console/Makefile.am: Reflect having moved automake/.
242        * consolex/Makefile.am: Reflect having moved automake/.
243        * include/Makefile.am: Reflect having moved automake/.
244        * network/Makefile.am: Reflect having moved automake/.
245        * start/Makefile.am: Reflect having moved automake/.
246        * startup/Makefile.am: Reflect having moved automake/.
247        * timer/Makefile.am: Reflect having moved automake/.
248        * tod/Makefile.am: Reflect having moved automake/.
249        * wrapup/Makefile.am: Reflect having moved automake/.
250
2512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        PR 452/bsps
254        * startup/Makefile.am: Remove USE_INIT_FINI.
255
2562003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
259
2602003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        PR 445/bsps
263        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
264        Remove cpp, old_cpp (now unused).
265
2662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Remove AC_CONFIG_AUX_DIR.
269
2702003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
273
2742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: AC_PREREQ(2.57).
277
2782003-01-20      Joel Sherrill <joel@OARcorp.com>
279
280        * startup/linkcmds*: Add FreeBSD sysctl() sections.
281
2822002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
292
2932002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * start/Makefile.am: Use install-data-local to install startfile.
296
2972002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300
3012002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
304        changes.
305
3062002-11-01      Joel Sherrill <joel@OARcorp.com>
307
308        * startup/page_table.c: Removed warnings.
309
310
3112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * .cvsignore: Reformat.
314        Add autom4te*cache.
315        Remove autom4te.cache.
316
3172002-08-21      Joel Sherrill <joel@OARcorp.com>
318
319        * wrapup/Makefile.am: PR217 required that the idle task be moved to
320        libcpu so it could be more acutely aware of the CPU model.  This
321        file was modified to pick up the idle task from there.
322
3232002-08-21      Joel Sherrill <joel@OARcorp.com>
324
325        * bsp_specs: Added support for -nostdlibs.
326
3272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
333        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
335        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
336        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
337        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
338        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
339
3402002-08-05      Joel Sherrill <joel@OARcorp.com>
341
342        * Per PR260 eliminate use of make-target-options.  This impacted
343        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
344        SuperCore and required that the m68k optimized memcpy be moved
345        to libcpu.
346        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
347
3482002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * start/Makefile.am: Eliminate PGM.
351        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
352
3532002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
356
3572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
360        Remove $(OBJS) from all-local.
361
3622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
365
3662001-05-28      Joel Sherrill <joel@OARcorp.com>
367
368        * ChangeLog: Corrected spacing.
369
3702001-05-28      Joel Sherrill <joel@OARcorp.com>
371
372        * Per PR31, moved mvme16x_hw.h to shared/mvme.
373        * include/Makefile.am: Modified to reflect movement.
374        * include/mvme16x_hw.h: Moved to shared/mvme.
375
3762001-05-09      Joel Sherrill <joel@OARcorp.com>
377
378        * startup/linkcmds: In support of gcc 3.1, added one of more
379        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
380        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
381        and direction of segments to memory regions may also have been
382        addressed.  This was a sweep across all BSPs.
383 
3842002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
387
3882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac:
391        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
392        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
393        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
398        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
400        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
404
4052001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
408
4092001-10-29      Joel Sherrill <joel@OARcorp.com>
410
411        * startup/linkcmds: Remove explicit force of output format.
412
4132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
416        * configure.in: Remove.
417        * configure.ac: New file, generated from configure.in by autoupdate.
418
4192001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
422
4232001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * configure.in: Add bspopts.h.
426        * include/.cvsignore: Add bspopts.h*, stamp-h*.
427        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
428        * consolex/Makefile.am: Ditto.
429        * include/bsp.h: Include bspopts.h.
430
4312001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
432
433        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
434
4352000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
438
4392000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
442
4432000-11-01      Joel Sherrill <joel@OARcorp.com>
444
445        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
446        and libcsupport.h moved from libc to lib/include/rtems and
447        now must be referenced as <rtems/XXX.h>.   Header file order
448        was cleaned up while doing this.
449
4502000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
453        Switch to GNU canonicalization.
454
4552000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
456
457        * startup/linkcmds: Added lines so DWARF debug information
458        would be available.  Otherwise gdb complains that the offsets
459        for the debug info are incorrect and doesn't load the files.
460
4612000-09-14      Joel Sherrill <joel@OARcorp.com>
462
463        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
464        can check which BSP this is being used with.
465
4662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
469        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
470        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
471        compile.am
472
4732000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
474
475        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
476        a manner that should work for 162, 162lx, and 167.
477
4782000-08-10      Joel Sherrill <joel@OARcorp.com>
479
480        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.