source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 25c62b0

4.104.114.95
Last change on this file since 25c62b0 was 25c62b0, checked in by Joel Sherrill <joel.sherrill@…>, on 08/31/08 at 18:18:17

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

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