source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 07ce99e

4.104.115
Last change on this file since 07ce99e was 07ce99e, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 22:16:25

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

  • Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.
  • Property mode set to 100644
File size: 19.0 KB
Line 
12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, startup/linkcmds: Use top level shared
4        bsp_get_work_area() implementation.
5
62008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * Makefile.am, configure.ac, clock/ckinit.c, startup/bspstart.c,
9        startup/linkcmds: Add use of bsp_get_work_area() in its own file and
10        rely on BSP Framework to perform more initialization. Remove
11        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
12
132008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
14
15        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
16        phase, all prototypes were removed from bsp.h and empty
17        implementations were removed and made to use the shared stub.
18
192008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * clock/ckinit.c: The Shared Memory Driver no longer requires the
22        special IOCTL in Clock_control. This was a hack which has existed
23        since before the Classic API Timer Manager was implemented. All
24        implementations of and references to Clock_control were removed.
25
262008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * include/bsp.h, console/console.c, timer/timer.c: Convert to "bool".
29
302008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * timer/timer.c: Eliminate empty function from every benchmark timer
33        driver. Fix spelling.
34
352008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * timer/timer.c: Rename timer driver methods to follow RTEMS
38        programming conventions.
39
402008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * startup/bspclean.c, timer/timer.c, tod/tod.c:
43        Add missing prototypes.
44
452008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * Makefile.am: Rework to avoid .rel files.
48
492008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
50
51        * startup/bspstart.c: Refactored and renamed initialization routines to
52        rtems_initialize_data_structures, rtems_initialize_before_drivers,
53        rtems_initialize_device_drivers, and
54        rtems_initialize_start_multitasking. This opened the sequence up so
55        that bootcard() could provide a more robust and flexible framework
56        which is easier to explain and understand. This also lays the
57        groundwork for sharing the division of available memory between the
58        RTEMS workspace and heap and the C library initialization across all
59        BSPs.
60
612008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
62
63        * startup/linkcmds: Add wildcard to gcc_except_table section so
64        programs compiled with gcc 4.3.x can link.
65
662007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
69        of the Configuration Table. Use the RTEMS provided accessor macros to
70        obtain configuration fields.
71
722007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
73
74        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
75        from CPU Table to Configuration Table. Eliminate CPU Table from all
76        ports. Delete references to CPU Table in all forms.
77
782007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
81        Table fields to the Configuration Table. This included
82        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
83        do_zero_of_workspace, extra_mpci_receive_server_stack,
84        stack_allocate_hook, and stack_free_hook. As a side-effect of this
85        effort some multiprocessing code was made conditional and some style
86        clean up occurred.
87
882007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
91        m68k CPU Table since it is never read.
92
932007-05-03      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds: Handle .data.* sections
96
972007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
98
99        * bsp_specs: Remove qrtems_debug.
100
1012007-04-02      Joel Sherrill <joel@OARcorp.com>
102
103        * Makefile.am, configure.ac: Add dummy printk support so all tests
104        link.
105
1062006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * configure.ac: New BUG-REPORT address.
109
1102006-11-15      Joel Sherrill <joel@OARcorp.com>
111
112        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
113        file and simplified initialization.
114
1152006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
116
117        * Makefile.am: Remove superfluous -DASM.
118
1192006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
120
121        * configure.ac: Require autoconf-2.60. Require automake-1.10.
122
1232006-02-08      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/linkcmds: Add sections required by newer gcc versions.
126
1272006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * Makefile.am: Add preinstall.am.
130
1312006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Add preinstall.am.
134
1352005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * include/bsp.h: New header guard.
138
1392005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
142        * include/tod.h: Remove.
143
1442005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
145
146        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
147
1482005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * Makefile.am: Remove build-variant support.
151
1522004-11-25      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
155
1562004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
157
158        * configure.ac: Require automake > 1.9.
159
1602004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        PR 610/bsps
163        * Makefile.am: Add include/tm27.h, Cosmetics.
164        * include/tm27.h: Final cosmetics.
165
1662004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
167
168        * include/bsp.h: Split out tmtest27 support.
169        * include/tm27.h: New.
170
1712004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        PR 613/bsps
174        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
175
1762004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
177
178        PR 614/bsps
179        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
180
1812004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
182
183        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
184        instead of <zilog/z8036.h>.
185
1862004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
187
188        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
189
1902004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
191
192        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
193        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
194        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
195        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
196
1972004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
198
199        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
200        using c99 fixed size types.
201
2022004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Reflect changes to bsp.am.
205        Preinstall dist_project_lib*.
206
2072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Reflect changes to bsp.am.
210
2112004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
214
2152004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Pickup files from ../../m68k/shared instead of
218        ../shared. Reformat.
219
2202004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Pick up ../mvme167/network/network.c.
223
2242004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
227
2282004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * README: Remove references to consolex.
231        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
232        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
233        tod/Makefile.am, wrapup/Makefile.am.
234        Use automake compilation rules.
235        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
236        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
237        wrapup/Makefile.am: Remove.
238        * configure.ac: Reflect changes above. 
239
2402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        PR 563/bsps
243        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
244        consolex/Makefile.am, consolex/README:
245        Remove (Abandoned).
246
2472004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am: Add PREINSTALL_DIRS.
250        * consolex/Makefile.am: Add PREINSTALL_DIRS.
251        * wrapup/Makefile.am: Reflect changes to libcpu.
252
2532004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
256        * wrapup/Makefile.am: Reflect changes to libcpu.
257
2582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
261        Add PRE/TMPINSTALL_FILES to CLEANFILES.
262        * consolex/Makefile.am: Ditto.
263        * startup/Makefile.am: Ditto.
264
2652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * start/.cvsignore: Remove.
268        * start/Makefile.am: Remove.
269        * Makefile.am: Merge-in start/Makefile.am.
270        * configure.ac: Reflect changes above.
271
2722004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * wrapup/Makefile.am: Eliminate $(LIB).
275        Use noinst_DATA to trigger building libbsp.a.
276
2772003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
280        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
281
2822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
285        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
286        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
287
2882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
291
2922003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Misc cleanups and fixes.
295        * start/Makefile.am: Misc cleanups and fixes.
296        * startup/Makefile.am: Misc cleanups and fixes.
297        * wrapup/Makefile.am: Misc cleanups and fixes.
298
2992003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Add preinstallation dirstamp support.
302        * clock/Makefile.am: Cosmetics.
303        * console/Makefile.am: Cosmetics.
304        * consolex/Makefile.am: Add preinstallation dirstamp support.
305        * network/Makefile.am: Cosmetics.
306        * startup/Makefile.am: Cosmetics.
307        * timer/Makefile.am: Cosmetics.
308        * tod/Makefile.am: Cosmetics.
309        * tools/Makefile.am: Cosmetics.
310        * wrapup/Makefile.am: Cosmetics.
311
3122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * clock/Makefile.am: Remove all-local: $(ARCH).
315        * console/Makefile.am: Remove all-local: $(ARCH).
316        * consolex/Makefile.am: Remove all-local: $(ARCH).
317        * network/Makefile.am: Remove all-local: $(ARCH).
318        * start/Makefile.am: Remove all-local: $(ARCH).
319        * startup/Makefile.am: Remove all-local: $(ARCH).
320        * timer/Makefile.am: Remove all-local: $(ARCH).
321        * tod/Makefile.am: Remove all-local: $(ARCH).
322        * wrapup/Makefile.am: Remove all-local: $(ARCH).
323
3242003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Correct path to mvme16x_hw.h.
327
3282003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * Makefile.am: Merge-in include/Makefile.am.
331        Reflect changes to bsp.am.
332        * include/Makefile.am: Remove.
333        * configure.ac: Reflect changes above.
334
3352003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * bsp_specs: Remove *lib:.
338
3392003-09-04      Joel Sherrill <joel@OARcorp.com>
340
341        * clock/ckinit.c, console/console.c, consolex/cTest.c,
342        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
343        include/coverhd.h, include/tod.h, startup/bspclean.c,
344        startup/bspstart.c, startup/linkcmds, timer/timer.c,
345        timer/timerisr.S, tod/tod.c: URL for license changed.
346
3472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Reflect having moved aclocal/.
350
3512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: Reflect having moved automake/.
354        * clock/Makefile.am: Reflect having moved automake/.
355        * console/Makefile.am: Reflect having moved automake/.
356        * consolex/Makefile.am: Reflect having moved automake/.
357        * include/Makefile.am: Reflect having moved automake/.
358        * network/Makefile.am: Reflect having moved automake/.
359        * start/Makefile.am: Reflect having moved automake/.
360        * startup/Makefile.am: Reflect having moved automake/.
361        * timer/Makefile.am: Reflect having moved automake/.
362        * tod/Makefile.am: Reflect having moved automake/.
363        * wrapup/Makefile.am: Reflect having moved automake/.
364
3652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        PR 452/bsps
368        * startup/Makefile.am: Remove USE_INIT_FINI.
369
3702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
373
3742003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        PR 445/bsps
377        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
378        Remove cpp, old_cpp (now unused).
379
3802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * configure.ac: Remove AC_CONFIG_AUX_DIR.
383
3842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
387
3882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * configure.ac: AC_PREREQ(2.57).
391
3922003-01-20      Joel Sherrill <joel@OARcorp.com>
393
394        * startup/linkcmds*: Add FreeBSD sysctl() sections.
395
3962002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
401        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
402        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
403        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
404        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
405        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
406
4072002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * start/Makefile.am: Use install-data-local to install startfile.
410
4112002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
414
4152002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
418        changes.
419
4202002-11-01      Joel Sherrill <joel@OARcorp.com>
421
422        * startup/page_table.c: Removed warnings.
423
424
4252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * .cvsignore: Reformat.
428        Add autom4te*cache.
429        Remove autom4te.cache.
430
4312002-08-21      Joel Sherrill <joel@OARcorp.com>
432
433        * wrapup/Makefile.am: PR217 required that the idle task be moved to
434        libcpu so it could be more acutely aware of the CPU model.  This
435        file was modified to pick up the idle task from there.
436
4372002-08-21      Joel Sherrill <joel@OARcorp.com>
438
439        * bsp_specs: Added support for -nostdlibs.
440
4412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
444        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
445        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
446        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
447        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
448        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
449        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
450        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
451        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
452        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
453
4542002-08-05      Joel Sherrill <joel@OARcorp.com>
455
456        * Per PR260 eliminate use of make-target-options.  This impacted
457        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
458        SuperCore and required that the m68k optimized memcpy be moved
459        to libcpu.
460        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
461
4622002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * start/Makefile.am: Eliminate PGM.
465        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
466
4672002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
470
4712002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
474        Remove $(OBJS) from all-local.
475
4762002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
479
4802001-05-28      Joel Sherrill <joel@OARcorp.com>
481
482        * ChangeLog: Corrected spacing.
483
4842001-05-28      Joel Sherrill <joel@OARcorp.com>
485
486        * Per PR31, moved mvme16x_hw.h to shared/mvme.
487        * include/Makefile.am: Modified to reflect movement.
488        * include/mvme16x_hw.h: Moved to shared/mvme.
489
4902001-05-09      Joel Sherrill <joel@OARcorp.com>
491
492        * startup/linkcmds: In support of gcc 3.1, added one of more
493        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
494        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
495        and direction of segments to memory regions may also have been
496        addressed.  This was a sweep across all BSPs.
497 
4982002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
499
500        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
501
5022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * configure.ac:
505        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
506        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
507        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
512        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
513        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
514        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
515        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
516        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
517        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
518
5192001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
522
5232001-10-29      Joel Sherrill <joel@OARcorp.com>
524
525        * startup/linkcmds: Remove explicit force of output format.
526
5272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
530        * configure.in: Remove.
531        * configure.ac: New file, generated from configure.in by autoupdate.
532
5332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
534
535        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
536
5372001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
538
539        * configure.in: Add bspopts.h.
540        * include/.cvsignore: Add bspopts.h*, stamp-h*.
541        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
542        * consolex/Makefile.am: Ditto.
543        * include/bsp.h: Include bspopts.h.
544
5452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
546
547        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
548
5492000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
552
5532000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
554
555        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
556
5572000-11-01      Joel Sherrill <joel@OARcorp.com>
558
559        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
560        and libcsupport.h moved from libc to lib/include/rtems and
561        now must be referenced as <rtems/XXX.h>.   Header file order
562        was cleaned up while doing this.
563
5642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
565
566        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
567        Switch to GNU canonicalization.
568
5692000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
570
571        * startup/linkcmds: Added lines so DWARF debug information
572        would be available.  Otherwise gdb complains that the offsets
573        for the debug info are incorrect and doesn't load the files.
574
5752000-09-14      Joel Sherrill <joel@OARcorp.com>
576
577        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
578        can check which BSP this is being used with.
579
5802000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
581
582        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
583        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
584        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
585        compile.am
586
5872000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
588
589        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
590        a manner that should work for 162, 162lx, and 167.
591
5922000-08-10      Joel Sherrill <joel@OARcorp.com>
593
594        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.