source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 290da88f

4.104.115
Last change on this file since 290da88f was 290da88f, checked in by Joel Sherrill <joel.sherrill@…>, on 09/30/08 at 16:27:16

2008-09-30 Joel Sherrill <joel.sherrill@…>

  • timer/timer.c: Eliminate uses of old benchmark timer names.
  • Property mode set to 100644
File size: 20.0 KB
Line 
12008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Eliminate uses of old benchmark timer names.
4
52008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
8        of building libbspstart.a, using automake-rules.
9
102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Eliminate *_SOURCES.
13
142008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
17        components.
18
192008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
22
232008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Cosmetics.
26
272008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * configure.ac: Make letting boot_card() handle work area allocation
30        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
31        BSP_BOOTCARD_OPTIONS.
32
332008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * include/bsp.h: Remove unnecessary boilerplate comments.
36
372008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
38
39        * Makefile.am, startup/linkcmds: Use top level shared
40        bsp_get_work_area() implementation.
41
422008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
45        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
46        rely on BSP Framework to perform more initialization. Remove
47        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
48
492008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
52        phase, all prototypes were removed from bsp.h and empty
53        implementations were removed and made to use the shared stub.
54
552008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
56
57        * clock/ckinit.c: The Shared Memory Driver no longer requires the
58        special IOCTL in Clock_control. This was a hack which has existed
59        since before the Classic API Timer Manager was implemented. All
60        implementations of and references to Clock_control were removed.
61
622008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * include/bsp.h, console/console.c, timer/timer.c: Convert to "bool".
65
662008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * timer/timer.c: Eliminate empty function from every benchmark timer
69        driver. Fix spelling.
70
712008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * timer/timer.c: Rename timer driver methods to follow RTEMS
74        programming conventions.
75
762008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * startup/bspclean.c, timer/timer.c, tod/tod.c:
79        Add missing prototypes.
80
812008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
82
83        * Makefile.am: Rework to avoid .rel files.
84
852008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * startup/bspstart.c: Refactored and renamed initialization routines to
88        rtems_initialize_data_structures, rtems_initialize_before_drivers,
89        rtems_initialize_device_drivers, and
90        rtems_initialize_start_multitasking. This opened the sequence up so
91        that bootcard() could provide a more robust and flexible framework
92        which is easier to explain and understand. This also lays the
93        groundwork for sharing the division of available memory between the
94        RTEMS workspace and heap and the C library initialization across all
95        BSPs.
96
972008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * startup/linkcmds: Add wildcard to gcc_except_table section so
100        programs compiled with gcc 4.3.x can link.
101
1022007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
105        of the Configuration Table. Use the RTEMS provided accessor macros to
106        obtain configuration fields.
107
1082007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
111        from CPU Table to Configuration Table. Eliminate CPU Table from all
112        ports. Delete references to CPU Table in all forms.
113
1142007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
117        Table fields to the Configuration Table. This included
118        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
119        do_zero_of_workspace, extra_mpci_receive_server_stack,
120        stack_allocate_hook, and stack_free_hook. As a side-effect of this
121        effort some multiprocessing code was made conditional and some style
122        clean up occurred.
123
1242007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
127        m68k CPU Table since it is never read.
128
1292007-05-03      Joel Sherrill <joel@OARcorp.com>
130
131        * startup/linkcmds: Handle .data.* sections
132
1332007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * bsp_specs: Remove qrtems_debug.
136
1372007-04-02      Joel Sherrill <joel@OARcorp.com>
138
139        * Makefile.am, configure.ac: Add dummy printk support so all tests
140        link.
141
1422006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * configure.ac: New BUG-REPORT address.
145
1462006-11-15      Joel Sherrill <joel@OARcorp.com>
147
148        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
149        file and simplified initialization.
150
1512006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * Makefile.am: Remove superfluous -DASM.
154
1552006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
156
157        * configure.ac: Require autoconf-2.60. Require automake-1.10.
158
1592006-02-08      Joel Sherrill <joel@OARcorp.com>
160
161        * startup/linkcmds: Add sections required by newer gcc versions.
162
1632006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * Makefile.am: Add preinstall.am.
166
1672006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Add preinstall.am.
170
1712005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * include/bsp.h: New header guard.
174
1752005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
178        * include/tod.h: Remove.
179
1802005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
183
1842005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
185
186        * Makefile.am: Remove build-variant support.
187
1882004-11-25      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
191
1922004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
193
194        * configure.ac: Require automake > 1.9.
195
1962004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
197
198        PR 610/bsps
199        * Makefile.am: Add include/tm27.h, Cosmetics.
200        * include/tm27.h: Final cosmetics.
201
2022004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
203
204        * include/bsp.h: Split out tmtest27 support.
205        * include/tm27.h: New.
206
2072004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
208
209        PR 613/bsps
210        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
211
2122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
213
214        PR 614/bsps
215        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
216
2172004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
218
219        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
220        instead of <zilog/z8036.h>.
221
2222004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
223
224        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
225
2262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
227
228        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
229        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
230        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
231        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
232
2332004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
234
235        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
236        using c99 fixed size types.
237
2382004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Reflect changes to bsp.am.
241        Preinstall dist_project_lib*.
242
2432004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Reflect changes to bsp.am.
246
2472004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
250
2512004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: Pickup files from ../../m68k/shared instead of
254        ../shared. Reformat.
255
2562004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Pick up ../mvme167/network/network.c.
259
2602004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
263
2642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * README: Remove references to consolex.
267        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
268        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
269        tod/Makefile.am, wrapup/Makefile.am.
270        Use automake compilation rules.
271        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
272        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
273        wrapup/Makefile.am: Remove.
274        * configure.ac: Reflect changes above. 
275
2762004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        PR 563/bsps
279        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
280        consolex/Makefile.am, consolex/README:
281        Remove (Abandoned).
282
2832004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Add PREINSTALL_DIRS.
286        * consolex/Makefile.am: Add PREINSTALL_DIRS.
287        * wrapup/Makefile.am: Reflect changes to libcpu.
288
2892004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
292        * wrapup/Makefile.am: Reflect changes to libcpu.
293
2942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
297        Add PRE/TMPINSTALL_FILES to CLEANFILES.
298        * consolex/Makefile.am: Ditto.
299        * startup/Makefile.am: Ditto.
300
3012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * start/.cvsignore: Remove.
304        * start/Makefile.am: Remove.
305        * Makefile.am: Merge-in start/Makefile.am.
306        * configure.ac: Reflect changes above.
307
3082004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * wrapup/Makefile.am: Eliminate $(LIB).
311        Use noinst_DATA to trigger building libbsp.a.
312
3132003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
316        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
317
3182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
321        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
322        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
323
3242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
327
3282003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Misc cleanups and fixes.
331        * start/Makefile.am: Misc cleanups and fixes.
332        * startup/Makefile.am: Misc cleanups and fixes.
333        * wrapup/Makefile.am: Misc cleanups and fixes.
334
3352003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Add preinstallation dirstamp support.
338        * clock/Makefile.am: Cosmetics.
339        * console/Makefile.am: Cosmetics.
340        * consolex/Makefile.am: Add preinstallation dirstamp support.
341        * network/Makefile.am: Cosmetics.
342        * startup/Makefile.am: Cosmetics.
343        * timer/Makefile.am: Cosmetics.
344        * tod/Makefile.am: Cosmetics.
345        * tools/Makefile.am: Cosmetics.
346        * wrapup/Makefile.am: Cosmetics.
347
3482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * clock/Makefile.am: Remove all-local: $(ARCH).
351        * console/Makefile.am: Remove all-local: $(ARCH).
352        * consolex/Makefile.am: Remove all-local: $(ARCH).
353        * network/Makefile.am: Remove all-local: $(ARCH).
354        * start/Makefile.am: Remove all-local: $(ARCH).
355        * startup/Makefile.am: Remove all-local: $(ARCH).
356        * timer/Makefile.am: Remove all-local: $(ARCH).
357        * tod/Makefile.am: Remove all-local: $(ARCH).
358        * wrapup/Makefile.am: Remove all-local: $(ARCH).
359
3602003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * Makefile.am: Correct path to mvme16x_hw.h.
363
3642003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: Merge-in include/Makefile.am.
367        Reflect changes to bsp.am.
368        * include/Makefile.am: Remove.
369        * configure.ac: Reflect changes above.
370
3712003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * bsp_specs: Remove *lib:.
374
3752003-09-04      Joel Sherrill <joel@OARcorp.com>
376
377        * clock/ckinit.c, console/console.c, consolex/cTest.c,
378        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
379        include/coverhd.h, include/tod.h, startup/bspclean.c,
380        startup/bspstart.c, startup/linkcmds, timer/timer.c,
381        timer/timerisr.S, tod/tod.c: URL for license changed.
382
3832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Reflect having moved aclocal/.
386
3872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Reflect having moved automake/.
390        * clock/Makefile.am: Reflect having moved automake/.
391        * console/Makefile.am: Reflect having moved automake/.
392        * consolex/Makefile.am: Reflect having moved automake/.
393        * include/Makefile.am: Reflect having moved automake/.
394        * network/Makefile.am: Reflect having moved automake/.
395        * start/Makefile.am: Reflect having moved automake/.
396        * startup/Makefile.am: Reflect having moved automake/.
397        * timer/Makefile.am: Reflect having moved automake/.
398        * tod/Makefile.am: Reflect having moved automake/.
399        * wrapup/Makefile.am: Reflect having moved automake/.
400
4012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        PR 452/bsps
404        * startup/Makefile.am: Remove USE_INIT_FINI.
405
4062003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
409
4102003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        PR 445/bsps
413        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
414        Remove cpp, old_cpp (now unused).
415
4162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * configure.ac: Remove AC_CONFIG_AUX_DIR.
419
4202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
423
4242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: AC_PREREQ(2.57).
427
4282003-01-20      Joel Sherrill <joel@OARcorp.com>
429
430        * startup/linkcmds*: Add FreeBSD sysctl() sections.
431
4322002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
435        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
436        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
437        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
438        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
439        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
440        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
441        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
442
4432002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * start/Makefile.am: Use install-data-local to install startfile.
446
4472002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
450
4512002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
454        changes.
455
4562002-11-01      Joel Sherrill <joel@OARcorp.com>
457
458        * startup/page_table.c: Removed warnings.
459
460
4612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * .cvsignore: Reformat.
464        Add autom4te*cache.
465        Remove autom4te.cache.
466
4672002-08-21      Joel Sherrill <joel@OARcorp.com>
468
469        * wrapup/Makefile.am: PR217 required that the idle task be moved to
470        libcpu so it could be more acutely aware of the CPU model.  This
471        file was modified to pick up the idle task from there.
472
4732002-08-21      Joel Sherrill <joel@OARcorp.com>
474
475        * bsp_specs: Added support for -nostdlibs.
476
4772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
480        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
481        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
482        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
483        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
484        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
485        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
486        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
487        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
488        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
489
4902002-08-05      Joel Sherrill <joel@OARcorp.com>
491
492        * Per PR260 eliminate use of make-target-options.  This impacted
493        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
494        SuperCore and required that the m68k optimized memcpy be moved
495        to libcpu.
496        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
497
4982002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * start/Makefile.am: Eliminate PGM.
501        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
502
5032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
506
5072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
510        Remove $(OBJS) from all-local.
511
5122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
515
5162001-05-28      Joel Sherrill <joel@OARcorp.com>
517
518        * ChangeLog: Corrected spacing.
519
5202001-05-28      Joel Sherrill <joel@OARcorp.com>
521
522        * Per PR31, moved mvme16x_hw.h to shared/mvme.
523        * include/Makefile.am: Modified to reflect movement.
524        * include/mvme16x_hw.h: Moved to shared/mvme.
525
5262001-05-09      Joel Sherrill <joel@OARcorp.com>
527
528        * startup/linkcmds: In support of gcc 3.1, added one of more
529        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
530        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
531        and direction of segments to memory regions may also have been
532        addressed.  This was a sweep across all BSPs.
533 
5342002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
535
536        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
537
5382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.ac:
541        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
542        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
543        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
544        * Makefile.am: Remove AUTOMAKE_OPTIONS.
545        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
546        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
547        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
548        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
549        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
550        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
551        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
552        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
553        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
554
5552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
558
5592001-10-29      Joel Sherrill <joel@OARcorp.com>
560
561        * startup/linkcmds: Remove explicit force of output format.
562
5632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
564
565        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
566        * configure.in: Remove.
567        * configure.ac: New file, generated from configure.in by autoupdate.
568
5692001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
572
5732001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
574
575        * configure.in: Add bspopts.h.
576        * include/.cvsignore: Add bspopts.h*, stamp-h*.
577        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
578        * consolex/Makefile.am: Ditto.
579        * include/bsp.h: Include bspopts.h.
580
5812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
582
583        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
584
5852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
586
587        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
588
5892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
590
591        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
592
5932000-11-01      Joel Sherrill <joel@OARcorp.com>
594
595        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
596        and libcsupport.h moved from libc to lib/include/rtems and
597        now must be referenced as <rtems/XXX.h>.   Header file order
598        was cleaned up while doing this.
599
6002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
601
602        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
603        Switch to GNU canonicalization.
604
6052000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
606
607        * startup/linkcmds: Added lines so DWARF debug information
608        would be available.  Otherwise gdb complains that the offsets
609        for the debug info are incorrect and doesn't load the files.
610
6112000-09-14      Joel Sherrill <joel@OARcorp.com>
612
613        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
614        can check which BSP this is being used with.
615
6162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
619        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
620        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
621        compile.am
622
6232000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
624
625        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
626        a manner that should work for 162, 162lx, and 167.
627
6282000-08-10      Joel Sherrill <joel@OARcorp.com>
629
630        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.