source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 35f52a6

4.104.114.95
Last change on this file since 35f52a6 was 35f52a6, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/08 at 16:07:58

2008-08-31 Joel Sherrill <joel.sherrill@…>

  • timer/timer.c: Rename timer driver methods to follow RTEMS programming conventions.
  • Property mode set to 100644
File size: 17.7 KB
Line 
12008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * timer/timer.c: Rename timer driver methods to follow RTEMS
4        programming conventions.
5
62008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * startup/bspclean.c, timer/timer.c, tod/tod.c:
9        Add missing prototypes.
10
112008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * Makefile.am: Rework to avoid .rel files.
14
152008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * startup/bspstart.c: Refactored and renamed initialization routines to
18        rtems_initialize_data_structures, rtems_initialize_before_drivers,
19        rtems_initialize_device_drivers, and
20        rtems_initialize_start_multitasking. This opened the sequence up so
21        that bootcard() could provide a more robust and flexible framework
22        which is easier to explain and understand. This also lays the
23        groundwork for sharing the division of available memory between the
24        RTEMS workspace and heap and the C library initialization across all
25        BSPs.
26
272008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * startup/linkcmds: Add wildcard to gcc_except_table section so
30        programs compiled with gcc 4.3.x can link.
31
322007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
35        of the Configuration Table. Use the RTEMS provided accessor macros to
36        obtain configuration fields.
37
382007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
41        from CPU Table to Configuration Table. Eliminate CPU Table from all
42        ports. Delete references to CPU Table in all forms.
43
442007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
47        Table fields to the Configuration Table. This included
48        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
49        do_zero_of_workspace, extra_mpci_receive_server_stack,
50        stack_allocate_hook, and stack_free_hook. As a side-effect of this
51        effort some multiprocessing code was made conditional and some style
52        clean up occurred.
53
542007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
57        m68k CPU Table since it is never read.
58
592007-05-03      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: Handle .data.* sections
62
632007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * bsp_specs: Remove qrtems_debug.
66
672007-04-02      Joel Sherrill <joel@OARcorp.com>
68
69        * Makefile.am, configure.ac: Add dummy printk support so all tests
70        link.
71
722006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * configure.ac: New BUG-REPORT address.
75
762006-11-15      Joel Sherrill <joel@OARcorp.com>
77
78        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
79        file and simplified initialization.
80
812006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * Makefile.am: Remove superfluous -DASM.
84
852006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * configure.ac: Require autoconf-2.60. Require automake-1.10.
88
892006-02-08      Joel Sherrill <joel@OARcorp.com>
90
91        * startup/linkcmds: Add sections required by newer gcc versions.
92
932006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * Makefile.am: Add preinstall.am.
96
972006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
98
99        * Makefile.am: Add preinstall.am.
100
1012005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        * include/bsp.h: New header guard.
104
1052005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
108        * include/tod.h: Remove.
109
1102005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
113
1142005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
115
116        * Makefile.am: Remove build-variant support.
117
1182004-11-25      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
121
1222004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        * configure.ac: Require automake > 1.9.
125
1262004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        PR 610/bsps
129        * Makefile.am: Add include/tm27.h, Cosmetics.
130        * include/tm27.h: Final cosmetics.
131
1322004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
133
134        * include/bsp.h: Split out tmtest27 support.
135        * include/tm27.h: New.
136
1372004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
138
139        PR 613/bsps
140        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
141
1422004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
143
144        PR 614/bsps
145        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
146
1472004-04-08      Ralf Corsepius <ralf_corsepius@rtems.org>
148
149        * mvme162/startup/bspclean.c: Include <rtems/m68k/zilog/z8036.h>
150        instead of <zilog/z8036.h>.
151
1522004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
153
154        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
155
1562004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
157
158        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
159        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
160        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
161        * console/console.c: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
162
1632004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
164
165        * clock/ckinit.c, startup/bspstart.c, timer/timer.c: Convert to
166        using c99 fixed size types.
167
1682004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect changes to bsp.am.
171        Preinstall dist_project_lib*.
172
1732004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Reflect changes to bsp.am.
176
1772004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
180
1812004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Pickup files from ../../m68k/shared instead of
184        ../shared. Reformat.
185
1862004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Pick up ../mvme167/network/network.c.
189
1902004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
193
1942004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * README: Remove references to consolex.
197        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
198        network/Makefile.am, startup/Makefile.am, timer/Makefile.am,
199        tod/Makefile.am, wrapup/Makefile.am.
200        Use automake compilation rules.
201        * clock/Makefile.am, console/Makefile.am, network/Makefile.am
202        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
203        wrapup/Makefile.am: Remove.
204        * configure.ac: Reflect changes above. 
205
2062004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        PR 563/bsps
209        * consolex/consolex.c, consolex/consolex.h, consolex/cTest.c,
210        consolex/Makefile.am, consolex/README:
211        Remove (Abandoned).
212
2132004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Add PREINSTALL_DIRS.
216        * consolex/Makefile.am: Add PREINSTALL_DIRS.
217        * wrapup/Makefile.am: Reflect changes to libcpu.
218
2192004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
222        * wrapup/Makefile.am: Reflect changes to libcpu.
223
2242004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
227        Add PRE/TMPINSTALL_FILES to CLEANFILES.
228        * consolex/Makefile.am: Ditto.
229        * startup/Makefile.am: Ditto.
230
2312004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * start/.cvsignore: Remove.
234        * start/Makefile.am: Remove.
235        * Makefile.am: Merge-in start/Makefile.am.
236        * configure.ac: Reflect changes above.
237
2382004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * wrapup/Makefile.am: Eliminate $(LIB).
241        Use noinst_DATA to trigger building libbsp.a.
242
2432003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
246        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
247
2482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * consolex/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
251        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
252        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
253
2542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
257
2582003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Misc cleanups and fixes.
261        * start/Makefile.am: Misc cleanups and fixes.
262        * startup/Makefile.am: Misc cleanups and fixes.
263        * wrapup/Makefile.am: Misc cleanups and fixes.
264
2652003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Add preinstallation dirstamp support.
268        * clock/Makefile.am: Cosmetics.
269        * console/Makefile.am: Cosmetics.
270        * consolex/Makefile.am: Add preinstallation dirstamp support.
271        * network/Makefile.am: Cosmetics.
272        * startup/Makefile.am: Cosmetics.
273        * timer/Makefile.am: Cosmetics.
274        * tod/Makefile.am: Cosmetics.
275        * tools/Makefile.am: Cosmetics.
276        * wrapup/Makefile.am: Cosmetics.
277
2782003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * clock/Makefile.am: Remove all-local: $(ARCH).
281        * console/Makefile.am: Remove all-local: $(ARCH).
282        * consolex/Makefile.am: Remove all-local: $(ARCH).
283        * network/Makefile.am: Remove all-local: $(ARCH).
284        * start/Makefile.am: Remove all-local: $(ARCH).
285        * startup/Makefile.am: Remove all-local: $(ARCH).
286        * timer/Makefile.am: Remove all-local: $(ARCH).
287        * tod/Makefile.am: Remove all-local: $(ARCH).
288        * wrapup/Makefile.am: Remove all-local: $(ARCH).
289
2902003-10-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Correct path to mvme16x_hw.h.
293
2942003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Merge-in include/Makefile.am.
297        Reflect changes to bsp.am.
298        * include/Makefile.am: Remove.
299        * configure.ac: Reflect changes above.
300
3012003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * bsp_specs: Remove *lib:.
304
3052003-09-04      Joel Sherrill <joel@OARcorp.com>
306
307        * clock/ckinit.c, console/console.c, consolex/cTest.c,
308        consolex/consolex.c, consolex/consolex.h, include/bsp.h,
309        include/coverhd.h, include/tod.h, startup/bspclean.c,
310        startup/bspstart.c, startup/linkcmds, timer/timer.c,
311        timer/timerisr.S, tod/tod.c: URL for license changed.
312
3132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Reflect having moved aclocal/.
316
3172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Reflect having moved automake/.
320        * clock/Makefile.am: Reflect having moved automake/.
321        * console/Makefile.am: Reflect having moved automake/.
322        * consolex/Makefile.am: Reflect having moved automake/.
323        * include/Makefile.am: Reflect having moved automake/.
324        * network/Makefile.am: Reflect having moved automake/.
325        * start/Makefile.am: Reflect having moved automake/.
326        * startup/Makefile.am: Reflect having moved automake/.
327        * timer/Makefile.am: Reflect having moved automake/.
328        * tod/Makefile.am: Reflect having moved automake/.
329        * wrapup/Makefile.am: Reflect having moved automake/.
330
3312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        PR 452/bsps
334        * startup/Makefile.am: Remove USE_INIT_FINI.
335
3362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
339
3402003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        PR 445/bsps
343        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
344        Remove cpp, old_cpp (now unused).
345
3462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Remove AC_CONFIG_AUX_DIR.
349
3502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
353
3542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: AC_PREREQ(2.57).
357
3582003-01-20      Joel Sherrill <joel@OARcorp.com>
359
360        * startup/linkcmds*: Add FreeBSD sysctl() sections.
361
3622002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
371        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
372
3732002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * start/Makefile.am: Use install-data-local to install startfile.
376
3772002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
380
3812002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
384        changes.
385
3862002-11-01      Joel Sherrill <joel@OARcorp.com>
387
388        * startup/page_table.c: Removed warnings.
389
390
3912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * .cvsignore: Reformat.
394        Add autom4te*cache.
395        Remove autom4te.cache.
396
3972002-08-21      Joel Sherrill <joel@OARcorp.com>
398
399        * wrapup/Makefile.am: PR217 required that the idle task be moved to
400        libcpu so it could be more acutely aware of the CPU model.  This
401        file was modified to pick up the idle task from there.
402
4032002-08-21      Joel Sherrill <joel@OARcorp.com>
404
405        * bsp_specs: Added support for -nostdlibs.
406
4072002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
410        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
411        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
412        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
413        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
414        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
415        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
419
4202002-08-05      Joel Sherrill <joel@OARcorp.com>
421
422        * Per PR260 eliminate use of make-target-options.  This impacted
423        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
424        SuperCore and required that the m68k optimized memcpy be moved
425        to libcpu.
426        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
427
4282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * start/Makefile.am: Eliminate PGM.
431        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
432
4332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
436
4372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
440        Remove $(OBJS) from all-local.
441
4422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
445
4462001-05-28      Joel Sherrill <joel@OARcorp.com>
447
448        * ChangeLog: Corrected spacing.
449
4502001-05-28      Joel Sherrill <joel@OARcorp.com>
451
452        * Per PR31, moved mvme16x_hw.h to shared/mvme.
453        * include/Makefile.am: Modified to reflect movement.
454        * include/mvme16x_hw.h: Moved to shared/mvme.
455
4562001-05-09      Joel Sherrill <joel@OARcorp.com>
457
458        * startup/linkcmds: In support of gcc 3.1, added one of more
459        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
460        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
461        and direction of segments to memory regions may also have been
462        addressed.  This was a sweep across all BSPs.
463 
4642002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
467
4682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac:
471        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
472        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
473        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
474        * Makefile.am: Remove AUTOMAKE_OPTIONS.
475        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
476        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
484
4852001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
486
487        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
488
4892001-10-29      Joel Sherrill <joel@OARcorp.com>
490
491        * startup/linkcmds: Remove explicit force of output format.
492
4932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
496        * configure.in: Remove.
497        * configure.ac: New file, generated from configure.in by autoupdate.
498
4992001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
502
5032001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * configure.in: Add bspopts.h.
506        * include/.cvsignore: Add bspopts.h*, stamp-h*.
507        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
508        * consolex/Makefile.am: Ditto.
509        * include/bsp.h: Include bspopts.h.
510
5112001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
512
513        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
514
5152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
518
5192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
520
521        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
522
5232000-11-01      Joel Sherrill <joel@OARcorp.com>
524
525        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
526        and libcsupport.h moved from libc to lib/include/rtems and
527        now must be referenced as <rtems/XXX.h>.   Header file order
528        was cleaned up while doing this.
529
5302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
533        Switch to GNU canonicalization.
534
5352000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
536
537        * startup/linkcmds: Added lines so DWARF debug information
538        would be available.  Otherwise gdb complains that the offsets
539        for the debug info are incorrect and doesn't load the files.
540
5412000-09-14      Joel Sherrill <joel@OARcorp.com>
542
543        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
544        can check which BSP this is being used with.
545
5462000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
547
548        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
549        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
550        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
551        compile.am
552
5532000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
554
555        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
556        a manner that should work for 162, 162lx, and 167.
557
5582000-08-10      Joel Sherrill <joel@OARcorp.com>
559
560        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.