source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 505b7e04

4.104.114.95
Last change on this file since 505b7e04 was 505b7e04, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/05/08 at 08:38:07

2008-09-05 Ralf Corsépius <ralf.corsepius@…>

  • include/bsp.h, console/console.c, timer/timer.c: Convert to "bool".
  • Property mode set to 100644
File size: 18.0 KB
Line 
12008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h, console/console.c, timer/timer.c: Convert to "bool".
4
52008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * timer/timer.c: Eliminate empty function from every benchmark timer
8        driver. Fix spelling.
9
102008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * timer/timer.c: Rename timer driver methods to follow RTEMS
13        programming conventions.
14
152008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
16
17        * startup/bspclean.c, timer/timer.c, tod/tod.c:
18        Add missing prototypes.
19
202008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * Makefile.am: Rework to avoid .rel files.
23
242008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * startup/bspstart.c: Refactored and renamed initialization routines to
27        rtems_initialize_data_structures, rtems_initialize_before_drivers,
28        rtems_initialize_device_drivers, and
29        rtems_initialize_start_multitasking. This opened the sequence up so
30        that bootcard() could provide a more robust and flexible framework
31        which is easier to explain and understand. This also lays the
32        groundwork for sharing the division of available memory between the
33        RTEMS workspace and heap and the C library initialization across all
34        BSPs.
35
362008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
37
38        * startup/linkcmds: Add wildcard to gcc_except_table section so
39        programs compiled with gcc 4.3.x can link.
40
412007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
44        of the Configuration Table. Use the RTEMS provided accessor macros to
45        obtain configuration fields.
46
472007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
50        from CPU Table to Configuration Table. Eliminate CPU Table from all
51        ports. Delete references to CPU Table in all forms.
52
532007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
56        Table fields to the Configuration Table. This included
57        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
58        do_zero_of_workspace, extra_mpci_receive_server_stack,
59        stack_allocate_hook, and stack_free_hook. As a side-effect of this
60        effort some multiprocessing code was made conditional and some style
61        clean up occurred.
62
632007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
66        m68k CPU Table since it is never read.
67
682007-05-03      Joel Sherrill <joel@OARcorp.com>
69
70        * startup/linkcmds: Handle .data.* sections
71
722007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * bsp_specs: Remove qrtems_debug.
75
762007-04-02      Joel Sherrill <joel@OARcorp.com>
77
78        * Makefile.am, configure.ac: Add dummy printk support so all tests
79        link.
80
812006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * configure.ac: New BUG-REPORT address.
84
852006-11-15      Joel Sherrill <joel@OARcorp.com>
86
87        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
88        file and simplified initialization.
89
902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Remove superfluous -DASM.
93
942006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * configure.ac: Require autoconf-2.60. Require automake-1.10.
97
982006-02-08      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/linkcmds: Add sections required by newer gcc versions.
101
1022006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * Makefile.am: Add preinstall.am.
105
1062006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * Makefile.am: Add preinstall.am.
109
1102005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * include/bsp.h: New header guard.
113
1142005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
117        * include/tod.h: Remove.
118
1192005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
122
1232005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * Makefile.am: Remove build-variant support.
126
1272004-11-25      Joel Sherrill <joel@OARcorp.com>
128
129        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
130
1312004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        * configure.ac: Require automake > 1.9.
134
1352004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        PR 610/bsps
138        * Makefile.am: Add include/tm27.h, Cosmetics.
139        * include/tm27.h: Final cosmetics.
140
1412004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
142
143        * include/bsp.h: Split out tmtest27 support.
144        * include/tm27.h: New.
145
1462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
147
148        PR 613/bsps
149        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
150
1512004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        PR 614/bsps
154        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
155
1562004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
157
158        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
159        instead of <zilog/z8036.h>.
160
1612004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
162
163        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
164
1652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
168        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
169        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
170        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
171
1722004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
173
174        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
175        using c99 fixed size types.
176
1772004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Reflect changes to bsp.am.
180        Preinstall dist_project_lib*.
181
1822004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: Reflect changes to bsp.am.
185
1862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
189
1902004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Pickup files from ../../m68k/shared instead of
193        ../shared. Reformat.
194
1952004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Pick up ../mvme167/network/network.c.
198
1992004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
202
2032004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * README: Remove references to consolex.
206        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
207        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
208        tod/Makefile.am, wrapup/Makefile.am.
209        Use automake compilation rules.
210        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
211        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
212        wrapup/Makefile.am: Remove.
213        * configure.ac: Reflect changes above. 
214
2152004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        PR 563/bsps
218        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
219        consolex/Makefile.am, consolex/README:
220        Remove (Abandoned).
221
2222004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Add PREINSTALL_DIRS.
225        * consolex/Makefile.am: Add PREINSTALL_DIRS.
226        * wrapup/Makefile.am: Reflect changes to libcpu.
227
2282004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
231        * wrapup/Makefile.am: Reflect changes to libcpu.
232
2332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
236        Add PRE/TMPINSTALL_FILES to CLEANFILES.
237        * consolex/Makefile.am: Ditto.
238        * startup/Makefile.am: Ditto.
239
2402004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * start/.cvsignore: Remove.
243        * start/Makefile.am: Remove.
244        * Makefile.am: Merge-in start/Makefile.am.
245        * configure.ac: Reflect changes above.
246
2472004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Eliminate $(LIB).
250        Use noinst_DATA to trigger building libbsp.a.
251
2522003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
255        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
256
2572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
260        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
261        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
262
2632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
266
2672003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Misc cleanups and fixes.
270        * start/Makefile.am: Misc cleanups and fixes.
271        * startup/Makefile.am: Misc cleanups and fixes.
272        * wrapup/Makefile.am: Misc cleanups and fixes.
273
2742003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Add preinstallation dirstamp support.
277        * clock/Makefile.am: Cosmetics.
278        * console/Makefile.am: Cosmetics.
279        * consolex/Makefile.am: Add preinstallation dirstamp support.
280        * network/Makefile.am: Cosmetics.
281        * startup/Makefile.am: Cosmetics.
282        * timer/Makefile.am: Cosmetics.
283        * tod/Makefile.am: Cosmetics.
284        * tools/Makefile.am: Cosmetics.
285        * wrapup/Makefile.am: Cosmetics.
286
2872003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * clock/Makefile.am: Remove all-local: $(ARCH).
290        * console/Makefile.am: Remove all-local: $(ARCH).
291        * consolex/Makefile.am: Remove all-local: $(ARCH).
292        * network/Makefile.am: Remove all-local: $(ARCH).
293        * start/Makefile.am: Remove all-local: $(ARCH).
294        * startup/Makefile.am: Remove all-local: $(ARCH).
295        * timer/Makefile.am: Remove all-local: $(ARCH).
296        * tod/Makefile.am: Remove all-local: $(ARCH).
297        * wrapup/Makefile.am: Remove all-local: $(ARCH).
298
2992003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Correct path to mvme16x_hw.h.
302
3032003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Merge-in include/Makefile.am.
306        Reflect changes to bsp.am.
307        * include/Makefile.am: Remove.
308        * configure.ac: Reflect changes above.
309
3102003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * bsp_specs: Remove *lib:.
313
3142003-09-04      Joel Sherrill <joel@OARcorp.com>
315
316        * clock/ckinit.c, console/console.c, consolex/cTest.c,
317        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
318        include/coverhd.h, include/tod.h, startup/bspclean.c,
319        startup/bspstart.c, startup/linkcmds, timer/timer.c,
320        timer/timerisr.S, tod/tod.c: URL for license changed.
321
3222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: Reflect having moved aclocal/.
325
3262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Reflect having moved automake/.
329        * clock/Makefile.am: Reflect having moved automake/.
330        * console/Makefile.am: Reflect having moved automake/.
331        * consolex/Makefile.am: Reflect having moved automake/.
332        * include/Makefile.am: Reflect having moved automake/.
333        * network/Makefile.am: Reflect having moved automake/.
334        * start/Makefile.am: Reflect having moved automake/.
335        * startup/Makefile.am: Reflect having moved automake/.
336        * timer/Makefile.am: Reflect having moved automake/.
337        * tod/Makefile.am: Reflect having moved automake/.
338        * wrapup/Makefile.am: Reflect having moved automake/.
339
3402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        PR 452/bsps
343        * startup/Makefile.am: Remove USE_INIT_FINI.
344
3452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
348
3492003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        PR 445/bsps
352        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
353        Remove cpp, old_cpp (now unused).
354
3552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Remove AC_CONFIG_AUX_DIR.
358
3592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
362
3632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: AC_PREREQ(2.57).
366
3672003-01-20      Joel Sherrill <joel@OARcorp.com>
368
369        * startup/linkcmds*: Add FreeBSD sysctl() sections.
370
3712002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
374        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
375        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
376        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
377        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
378        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
379        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
380        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
381
3822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * start/Makefile.am: Use install-data-local to install startfile.
385
3862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389
3902002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
393        changes.
394
3952002-11-01      Joel Sherrill <joel@OARcorp.com>
396
397        * startup/page_table.c: Removed warnings.
398
399
4002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * .cvsignore: Reformat.
403        Add autom4te*cache.
404        Remove autom4te.cache.
405
4062002-08-21      Joel Sherrill <joel@OARcorp.com>
407
408        * wrapup/Makefile.am: PR217 required that the idle task be moved to
409        libcpu so it could be more acutely aware of the CPU model.  This
410        file was modified to pick up the idle task from there.
411
4122002-08-21      Joel Sherrill <joel@OARcorp.com>
413
414        * bsp_specs: Added support for -nostdlibs.
415
4162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
424        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
425        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
426        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
427        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
428
4292002-08-05      Joel Sherrill <joel@OARcorp.com>
430
431        * Per PR260 eliminate use of make-target-options.  This impacted
432        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
433        SuperCore and required that the m68k optimized memcpy be moved
434        to libcpu.
435        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
436
4372002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * start/Makefile.am: Eliminate PGM.
440        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
441
4422002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
445
4462002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
449        Remove $(OBJS) from all-local.
450
4512002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
454
4552001-05-28      Joel Sherrill <joel@OARcorp.com>
456
457        * ChangeLog: Corrected spacing.
458
4592001-05-28      Joel Sherrill <joel@OARcorp.com>
460
461        * Per PR31, moved mvme16x_hw.h to shared/mvme.
462        * include/Makefile.am: Modified to reflect movement.
463        * include/mvme16x_hw.h: Moved to shared/mvme.
464
4652001-05-09      Joel Sherrill <joel@OARcorp.com>
466
467        * startup/linkcmds: In support of gcc 3.1, added one of more
468        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
469        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
470        and direction of segments to memory regions may also have been
471        addressed.  This was a sweep across all BSPs.
472 
4732002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
476
4772002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
479        * configure.ac:
480        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
481        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
482        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
485        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
486        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
487        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
488        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
489        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
490        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
491        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
492        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
493
4942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
497
4982001-10-29      Joel Sherrill <joel@OARcorp.com>
499
500        * startup/linkcmds: Remove explicit force of output format.
501
5022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
505        * configure.in: Remove.
506        * configure.ac: New file, generated from configure.in by autoupdate.
507
5082001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
511
5122001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
513
514        * configure.in: Add bspopts.h.
515        * include/.cvsignore: Add bspopts.h*, stamp-h*.
516        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
517        * consolex/Makefile.am: Ditto.
518        * include/bsp.h: Include bspopts.h.
519
5202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
521
522        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
523
5242000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
527
5282000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
531
5322000-11-01      Joel Sherrill <joel@OARcorp.com>
533
534        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
535        and libcsupport.h moved from libc to lib/include/rtems and
536        now must be referenced as <rtems/XXX.h>.   Header file order
537        was cleaned up while doing this.
538
5392000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
540
541        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
542        Switch to GNU canonicalization.
543
5442000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
545
546        * startup/linkcmds: Added lines so DWARF debug information
547        would be available.  Otherwise gdb complains that the offsets
548        for the debug info are incorrect and doesn't load the files.
549
5502000-09-14      Joel Sherrill <joel@OARcorp.com>
551
552        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
553        can check which BSP this is being used with.
554
5552000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
558        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
559        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
560        compile.am
561
5622000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
563
564        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
565        a manner that should work for 162, 162lx, and 167.
566
5672000-08-10      Joel Sherrill <joel@OARcorp.com>
568
569        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.