source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 5a9284a

4.104.114.84.95
Last change on this file since 5a9284a was 5a9284a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/06 at 05:26:03

2006-01-11 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Add preinstall.am.
  • Property mode set to 100644
File size: 14.7 KB
Line 
12006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Add preinstall.am.
4
52006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Add preinstall.am.
8
92005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * include/bsp.h: New header guard.
12
132005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
16        * include/tod.h: Remove.
17
182005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
21
222005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Remove build-variant support.
25
262004-11-25      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
29
302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * configure.ac: Require automake > 1.9.
33
342004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        PR 610/bsps
37        * Makefile.am: Add include/tm27.h, Cosmetics.
38        * include/tm27.h: Final cosmetics.
39
402004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * include/bsp.h: Split out tmtest27 support.
43        * include/tm27.h: New.
44
452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        PR 613/bsps
48        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
49
502004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        PR 614/bsps
53        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
54
552004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
58        instead of <zilog/z8036.h>.
59
602004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
63
642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
67        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
68        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
69        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
70
712004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
74        using c99 fixed size types.
75
762004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect changes to bsp.am.
79        Preinstall dist_project_lib*.
80
812004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Reflect changes to bsp.am.
84
852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
88
892004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Pickup files from ../../m68k/shared instead of
92        ../shared. Reformat.
93
942004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Pick up ../mvme167/network/network.c.
97
982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
101
1022004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * README: Remove references to consolex.
105        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
106        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
107        tod/Makefile.am, wrapup/Makefile.am.
108        Use automake compilation rules.
109        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
110        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
111        wrapup/Makefile.am: Remove.
112        * configure.ac: Reflect changes above. 
113
1142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        PR 563/bsps
117        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
118        consolex/Makefile.am, consolex/README:
119        Remove (Abandoned).
120
1212004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Add PREINSTALL_DIRS.
124        * consolex/Makefile.am: Add PREINSTALL_DIRS.
125        * wrapup/Makefile.am: Reflect changes to libcpu.
126
1272004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
130        * wrapup/Makefile.am: Reflect changes to libcpu.
131
1322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
135        Add PRE/TMPINSTALL_FILES to CLEANFILES.
136        * consolex/Makefile.am: Ditto.
137        * startup/Makefile.am: Ditto.
138
1392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/.cvsignore: Remove.
142        * start/Makefile.am: Remove.
143        * Makefile.am: Merge-in start/Makefile.am.
144        * configure.ac: Reflect changes above.
145
1462004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Eliminate $(LIB).
149        Use noinst_DATA to trigger building libbsp.a.
150
1512003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
154        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
155
1562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
159        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
160        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
161
1622003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
165
1662003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Misc cleanups and fixes.
169        * start/Makefile.am: Misc cleanups and fixes.
170        * startup/Makefile.am: Misc cleanups and fixes.
171        * wrapup/Makefile.am: Misc cleanups and fixes.
172
1732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Add preinstallation dirstamp support.
176        * clock/Makefile.am: Cosmetics.
177        * console/Makefile.am: Cosmetics.
178        * consolex/Makefile.am: Add preinstallation dirstamp support.
179        * network/Makefile.am: Cosmetics.
180        * startup/Makefile.am: Cosmetics.
181        * timer/Makefile.am: Cosmetics.
182        * tod/Makefile.am: Cosmetics.
183        * tools/Makefile.am: Cosmetics.
184        * wrapup/Makefile.am: Cosmetics.
185
1862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * clock/Makefile.am: Remove all-local: $(ARCH).
189        * console/Makefile.am: Remove all-local: $(ARCH).
190        * consolex/Makefile.am: Remove all-local: $(ARCH).
191        * network/Makefile.am: Remove all-local: $(ARCH).
192        * start/Makefile.am: Remove all-local: $(ARCH).
193        * startup/Makefile.am: Remove all-local: $(ARCH).
194        * timer/Makefile.am: Remove all-local: $(ARCH).
195        * tod/Makefile.am: Remove all-local: $(ARCH).
196        * wrapup/Makefile.am: Remove all-local: $(ARCH).
197
1982003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Correct path to mvme16x_hw.h.
201
2022003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Merge-in include/Makefile.am.
205        Reflect changes to bsp.am.
206        * include/Makefile.am: Remove.
207        * configure.ac: Reflect changes above.
208
2092003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * bsp_specs: Remove *lib:.
212
2132003-09-04      Joel Sherrill <joel@OARcorp.com>
214
215        * clock/ckinit.c, console/console.c, consolex/cTest.c,
216        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
217        include/coverhd.h, include/tod.h, startup/bspclean.c,
218        startup/bspstart.c, startup/linkcmds, timer/timer.c,
219        timer/timerisr.S, tod/tod.c: URL for license changed.
220
2212003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Reflect having moved aclocal/.
224
2252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Reflect having moved automake/.
228        * clock/Makefile.am: Reflect having moved automake/.
229        * console/Makefile.am: Reflect having moved automake/.
230        * consolex/Makefile.am: Reflect having moved automake/.
231        * include/Makefile.am: Reflect having moved automake/.
232        * network/Makefile.am: Reflect having moved automake/.
233        * start/Makefile.am: Reflect having moved automake/.
234        * startup/Makefile.am: Reflect having moved automake/.
235        * timer/Makefile.am: Reflect having moved automake/.
236        * tod/Makefile.am: Reflect having moved automake/.
237        * wrapup/Makefile.am: Reflect having moved automake/.
238
2392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        PR 452/bsps
242        * startup/Makefile.am: Remove USE_INIT_FINI.
243
2442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
247
2482003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        PR 445/bsps
251        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
252        Remove cpp, old_cpp (now unused).
253
2542003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Remove AC_CONFIG_AUX_DIR.
257
2582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
261
2622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: AC_PREREQ(2.57).
265
2662003-01-20      Joel Sherrill <joel@OARcorp.com>
267
268        * startup/linkcmds*: Add FreeBSD sysctl() sections.
269
2702002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
275        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280
2812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * start/Makefile.am: Use install-data-local to install startfile.
284
2852002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288
2892002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
292        changes.
293
2942002-11-01      Joel Sherrill <joel@OARcorp.com>
295
296        * startup/page_table.c: Removed warnings.
297
298
2992002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * .cvsignore: Reformat.
302        Add autom4te*cache.
303        Remove autom4te.cache.
304
3052002-08-21      Joel Sherrill <joel@OARcorp.com>
306
307        * wrapup/Makefile.am: PR217 required that the idle task be moved to
308        libcpu so it could be more acutely aware of the CPU model.  This
309        file was modified to pick up the idle task from there.
310
3112002-08-21      Joel Sherrill <joel@OARcorp.com>
312
313        * bsp_specs: Added support for -nostdlibs.
314
3152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
325        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
326        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
327
3282002-08-05      Joel Sherrill <joel@OARcorp.com>
329
330        * Per PR260 eliminate use of make-target-options.  This impacted
331        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
332        SuperCore and required that the m68k optimized memcpy be moved
333        to libcpu.
334        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
335
3362002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * start/Makefile.am: Eliminate PGM.
339        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
340
3412002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
344
3452002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
348        Remove $(OBJS) from all-local.
349
3502002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
353
3542001-05-28      Joel Sherrill <joel@OARcorp.com>
355
356        * ChangeLog: Corrected spacing.
357
3582001-05-28      Joel Sherrill <joel@OARcorp.com>
359
360        * Per PR31, moved mvme16x_hw.h to shared/mvme.
361        * include/Makefile.am: Modified to reflect movement.
362        * include/mvme16x_hw.h: Moved to shared/mvme.
363
3642001-05-09      Joel Sherrill <joel@OARcorp.com>
365
366        * startup/linkcmds: In support of gcc 3.1, added one of more
367        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
368        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
369        and direction of segments to memory regions may also have been
370        addressed.  This was a sweep across all BSPs.
371 
3722002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
375
3762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac:
379        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
380        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
381        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
392
3932001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
396
3972001-10-29      Joel Sherrill <joel@OARcorp.com>
398
399        * startup/linkcmds: Remove explicit force of output format.
400
4012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
404        * configure.in: Remove.
405        * configure.ac: New file, generated from configure.in by autoupdate.
406
4072001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
410
4112001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * configure.in: Add bspopts.h.
414        * include/.cvsignore: Add bspopts.h*, stamp-h*.
415        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
416        * consolex/Makefile.am: Ditto.
417        * include/bsp.h: Include bspopts.h.
418
4192001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
420
421        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
422
4232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
426
4272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
430
4312000-11-01      Joel Sherrill <joel@OARcorp.com>
432
433        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
434        and libcsupport.h moved from libc to lib/include/rtems and
435        now must be referenced as <rtems/XXX.h>.   Header file order
436        was cleaned up while doing this.
437
4382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
441        Switch to GNU canonicalization.
442
4432000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
444
445        * startup/linkcmds: Added lines so DWARF debug information
446        would be available.  Otherwise gdb complains that the offsets
447        for the debug info are incorrect and doesn't load the files.
448
4492000-09-14      Joel Sherrill <joel@OARcorp.com>
450
451        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
452        can check which BSP this is being used with.
453
4542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
457        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
458        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
459        compile.am
460
4612000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
462
463        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
464        a manner that should work for 162, 162lx, and 167.
465
4662000-08-10      Joel Sherrill <joel@OARcorp.com>
467
468        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.