source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 1d0ee80e

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 17.5 KB
Line 
12008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Rework to avoid .rel files.
4
52008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Refactored and renamed initialization routines to
8        rtems_initialize_data_structures, rtems_initialize_before_drivers,
9        rtems_initialize_device_drivers, and
10        rtems_initialize_start_multitasking. This opened the sequence up so
11        that bootcard() could provide a more robust and flexible framework
12        which is easier to explain and understand. This also lays the
13        groundwork for sharing the division of available memory between the
14        RTEMS workspace and heap and the C library initialization across all
15        BSPs.
16
172008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * startup/linkcmds: Add wildcard to gcc_except_table section so
20        programs compiled with gcc 4.3.x can link.
21
222007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
23
24        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
25        of the Configuration Table. Use the RTEMS provided accessor macros to
26        obtain configuration fields.
27
282007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
31        from CPU Table to Configuration Table. Eliminate CPU Table from all
32        ports. Delete references to CPU Table in all forms.
33
342007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
37        Table fields to the Configuration Table. This included
38        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
39        do_zero_of_workspace, extra_mpci_receive_server_stack,
40        stack_allocate_hook, and stack_free_hook. As a side-effect of this
41        effort some multiprocessing code was made conditional and some style
42        clean up occurred.
43
442007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
45
46        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
47        m68k CPU Table since it is never read.
48
492007-05-03      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: Handle .data.* sections
52
532007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * bsp_specs: Remove qrtems_debug.
56
572007-04-02      Joel Sherrill <joel@OARcorp.com>
58
59        * Makefile.am, configure.ac: Add dummy printk support so all tests
60        link.
61
622006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        * configure.ac: New BUG-REPORT address.
65
662006-11-15      Joel Sherrill <joel@OARcorp.com>
67
68        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
69        file and simplified initialization.
70
712006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * Makefile.am: Remove superfluous -DASM.
74
752006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
76
77        * configure.ac: Require autoconf-2.60. Require automake-1.10.
78
792006-02-08      Joel Sherrill <joel@OARcorp.com>
80
81        * startup/linkcmds: Add sections required by newer gcc versions.
82
832006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
84
85        * Makefile.am: Add preinstall.am.
86
872006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * Makefile.am: Add preinstall.am.
90
912005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
92
93        * include/bsp.h: New header guard.
94
952005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
96
97        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
98        * include/tod.h: Remove.
99
1002005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
103
1042005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Remove build-variant support.
107
1082004-11-25      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
111
1122004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
113
114        * configure.ac: Require automake > 1.9.
115
1162004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        PR 610/bsps
119        * Makefile.am: Add include/tm27.h, Cosmetics.
120        * include/tm27.h: Final cosmetics.
121
1222004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        * include/bsp.h: Split out tmtest27 support.
125        * include/tm27.h: New.
126
1272004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
128
129        PR 613/bsps
130        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
131
1322004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
133
134        PR 614/bsps
135        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
136
1372004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
138
139        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
140        instead of <zilog/z8036.h>.
141
1422004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
145
1462004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
147
148        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
149        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
150        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
151        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
152
1532004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
156        using c99 fixed size types.
157
1582004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Reflect changes to bsp.am.
161        Preinstall dist_project_lib*.
162
1632004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Reflect changes to bsp.am.
166
1672004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
170
1712004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Pickup files from ../../m68k/shared instead of
174        ../shared. Reformat.
175
1762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Pick up ../mvme167/network/network.c.
179
1802004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
183
1842004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * README: Remove references to consolex.
187        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
188        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
189        tod/Makefile.am, wrapup/Makefile.am.
190        Use automake compilation rules.
191        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
192        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
193        wrapup/Makefile.am: Remove.
194        * configure.ac: Reflect changes above. 
195
1962004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        PR 563/bsps
199        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
200        consolex/Makefile.am, consolex/README:
201        Remove (Abandoned).
202
2032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Add PREINSTALL_DIRS.
206        * consolex/Makefile.am: Add PREINSTALL_DIRS.
207        * wrapup/Makefile.am: Reflect changes to libcpu.
208
2092004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
212        * wrapup/Makefile.am: Reflect changes to libcpu.
213
2142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
217        Add PRE/TMPINSTALL_FILES to CLEANFILES.
218        * consolex/Makefile.am: Ditto.
219        * startup/Makefile.am: Ditto.
220
2212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * start/.cvsignore: Remove.
224        * start/Makefile.am: Remove.
225        * Makefile.am: Merge-in start/Makefile.am.
226        * configure.ac: Reflect changes above.
227
2282004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * wrapup/Makefile.am: Eliminate $(LIB).
231        Use noinst_DATA to trigger building libbsp.a.
232
2332003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
236        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
237
2382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
241        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
242        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
243
2442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
247
2482003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Misc cleanups and fixes.
251        * start/Makefile.am: Misc cleanups and fixes.
252        * startup/Makefile.am: Misc cleanups and fixes.
253        * wrapup/Makefile.am: Misc cleanups and fixes.
254
2552003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Add preinstallation dirstamp support.
258        * clock/Makefile.am: Cosmetics.
259        * console/Makefile.am: Cosmetics.
260        * consolex/Makefile.am: Add preinstallation dirstamp support.
261        * network/Makefile.am: Cosmetics.
262        * startup/Makefile.am: Cosmetics.
263        * timer/Makefile.am: Cosmetics.
264        * tod/Makefile.am: Cosmetics.
265        * tools/Makefile.am: Cosmetics.
266        * wrapup/Makefile.am: Cosmetics.
267
2682003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * clock/Makefile.am: Remove all-local: $(ARCH).
271        * console/Makefile.am: Remove all-local: $(ARCH).
272        * consolex/Makefile.am: Remove all-local: $(ARCH).
273        * network/Makefile.am: Remove all-local: $(ARCH).
274        * start/Makefile.am: Remove all-local: $(ARCH).
275        * startup/Makefile.am: Remove all-local: $(ARCH).
276        * timer/Makefile.am: Remove all-local: $(ARCH).
277        * tod/Makefile.am: Remove all-local: $(ARCH).
278        * wrapup/Makefile.am: Remove all-local: $(ARCH).
279
2802003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * Makefile.am: Correct path to mvme16x_hw.h.
283
2842003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Merge-in include/Makefile.am.
287        Reflect changes to bsp.am.
288        * include/Makefile.am: Remove.
289        * configure.ac: Reflect changes above.
290
2912003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * bsp_specs: Remove *lib:.
294
2952003-09-04      Joel Sherrill <joel@OARcorp.com>
296
297        * clock/ckinit.c, console/console.c, consolex/cTest.c,
298        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
299        include/coverhd.h, include/tod.h, startup/bspclean.c,
300        startup/bspstart.c, startup/linkcmds, timer/timer.c,
301        timer/timerisr.S, tod/tod.c: URL for license changed.
302
3032003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Reflect having moved aclocal/.
306
3072003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Reflect having moved automake/.
310        * clock/Makefile.am: Reflect having moved automake/.
311        * console/Makefile.am: Reflect having moved automake/.
312        * consolex/Makefile.am: Reflect having moved automake/.
313        * include/Makefile.am: Reflect having moved automake/.
314        * network/Makefile.am: Reflect having moved automake/.
315        * start/Makefile.am: Reflect having moved automake/.
316        * startup/Makefile.am: Reflect having moved automake/.
317        * timer/Makefile.am: Reflect having moved automake/.
318        * tod/Makefile.am: Reflect having moved automake/.
319        * wrapup/Makefile.am: Reflect having moved automake/.
320
3212003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        PR 452/bsps
324        * startup/Makefile.am: Remove USE_INIT_FINI.
325
3262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
329
3302003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        PR 445/bsps
333        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
334        Remove cpp, old_cpp (now unused).
335
3362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Remove AC_CONFIG_AUX_DIR.
339
3402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
343
3442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: AC_PREREQ(2.57).
347
3482003-01-20      Joel Sherrill <joel@OARcorp.com>
349
350        * startup/linkcmds*: Add FreeBSD sysctl() sections.
351
3522002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
358        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
359        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
360        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
361        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
362
3632002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * start/Makefile.am: Use install-data-local to install startfile.
366
3672002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370
3712002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
374        changes.
375
3762002-11-01      Joel Sherrill <joel@OARcorp.com>
377
378        * startup/page_table.c: Removed warnings.
379
380
3812002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * .cvsignore: Reformat.
384        Add autom4te*cache.
385        Remove autom4te.cache.
386
3872002-08-21      Joel Sherrill <joel@OARcorp.com>
388
389        * wrapup/Makefile.am: PR217 required that the idle task be moved to
390        libcpu so it could be more acutely aware of the CPU model.  This
391        file was modified to pick up the idle task from there.
392
3932002-08-21      Joel Sherrill <joel@OARcorp.com>
394
395        * bsp_specs: Added support for -nostdlibs.
396
3972002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
400        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
401        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
402        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
403        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
404        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
405        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
407        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
408        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
409
4102002-08-05      Joel Sherrill <joel@OARcorp.com>
411
412        * Per PR260 eliminate use of make-target-options.  This impacted
413        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
414        SuperCore and required that the m68k optimized memcpy be moved
415        to libcpu.
416        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
417
4182002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * start/Makefile.am: Eliminate PGM.
421        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
422
4232002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
426
4272002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
430        Remove $(OBJS) from all-local.
431
4322002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
435
4362001-05-28      Joel Sherrill <joel@OARcorp.com>
437
438        * ChangeLog: Corrected spacing.
439
4402001-05-28      Joel Sherrill <joel@OARcorp.com>
441
442        * Per PR31, moved mvme16x_hw.h to shared/mvme.
443        * include/Makefile.am: Modified to reflect movement.
444        * include/mvme16x_hw.h: Moved to shared/mvme.
445
4462001-05-09      Joel Sherrill <joel@OARcorp.com>
447
448        * startup/linkcmds: In support of gcc 3.1, added one of more
449        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
450        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
451        and direction of segments to memory regions may also have been
452        addressed.  This was a sweep across all BSPs.
453 
4542002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
457
4582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac:
461        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
462        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
463        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
468        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
469        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
470        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
471        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
472        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
473        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
474
4752001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
478
4792001-10-29      Joel Sherrill <joel@OARcorp.com>
480
481        * startup/linkcmds: Remove explicit force of output format.
482
4832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
486        * configure.in: Remove.
487        * configure.ac: New file, generated from configure.in by autoupdate.
488
4892001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
492
4932001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.in: Add bspopts.h.
496        * include/.cvsignore: Add bspopts.h*, stamp-h*.
497        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
498        * consolex/Makefile.am: Ditto.
499        * include/bsp.h: Include bspopts.h.
500
5012001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
502
503        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
504
5052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
508
5092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
510
511        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
512
5132000-11-01      Joel Sherrill <joel@OARcorp.com>
514
515        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
516        and libcsupport.h moved from libc to lib/include/rtems and
517        now must be referenced as <rtems/XXX.h>.   Header file order
518        was cleaned up while doing this.
519
5202000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
521
522        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
523        Switch to GNU canonicalization.
524
5252000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
526
527        * startup/linkcmds: Added lines so DWARF debug information
528        would be available.  Otherwise gdb complains that the offsets
529        for the debug info are incorrect and doesn't load the files.
530
5312000-09-14      Joel Sherrill <joel@OARcorp.com>
532
533        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
534        can check which BSP this is being used with.
535
5362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
539        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
540        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
541        compile.am
542
5432000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
544
545        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
546        a manner that should work for 162, 162lx, and 167.
547
5482000-08-10      Joel Sherrill <joel@OARcorp.com>
549
550        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.