source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 2608c9a9

4.104.114.84.95
Last change on this file since 2608c9a9 was 2608c9a9, checked in by Jennifer Averett <Jennifer.Averett@…>, on 04/28/05 at 17:47:10

2005-04-28 Jennifer Averett <jennifer.averett@…>

  • Add/move files for the Update to new exception model. NOTE: These modifications have not been tested on hardware.
  • irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
  • startup/FPGA.c: Removed.
  • Property mode set to 100644
File size: 16.4 KB
Line 
12005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
2       
3        * Add/move files for the Update to new exception model.
4          NOTE: These modifications have not been tested on hardware.
5        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
6        * startup/FPGA.c: Removed.
7
82005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
9
10        * clock/clock.c: Fix multiple defined warning
11
122005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
13
14        PR 778/bsps
15        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
16        startup/bspstart.c, tod/tod.c:
17        modify SCORE_.. to BSP_.. for externally used define's.
18
192005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
22
232005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * startup/spurious.c: Merge ppc603 and ppc603e.
26        Remove digits (Unused).
27
282005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Fix typo in previous patch.
31
322005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Merge-in wrapup/Makefile.am.
35        * wrapup/Makefile.am: Remove.
36        * configure.ac: Reflect changes above.
37
382005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * vectors/vectors.S: Remove XCOFF support.
41
422005-01-28      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Add .gnu.linkonce.b.* section.
45
462005-01-26      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/linkcmds: Now links.
49
502005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
53        * include/tod.h: Remove.
54
552005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
58
592005-01-04      Joel Sherrill <joel@OARcorp.com>
60
61        * startup/linkcmds: Remove warnings.
62
632005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
66
672004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * configure.ac: Require automake > 1.9.
70
712004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        PR 610/bsps
74        * Makefile.am: Add include/tm27.h, Cosmetics.
75        * include/tm27.h: Final cosmetics.
76
772004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * include/bsp.h: Split out tmtest27 support.
80        * include/tm27.h: New.
81
822004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        PR 613/bsps
85        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
86
872004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        PR 614/bsps
90        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
91
922004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
95        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
96        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
97        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
98        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
99        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
100        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
101
1022004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
103
104        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
105        clock/clock.c, console/85c30.c, console/console.c,
106        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
107        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
108        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
109        Convert to using c99 fixed size types.
110
1112004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Reflect changes to bsp.am.
114        Preinstall dist_project_lib*.
115
1162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Reflect changes to bsp.am.
119
1202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
123
1242004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * wrapup/Makefile.am: Convert to automake-building rules.
127
1282004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
131        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
132        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
133        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
134        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
135        vectors/Makefile.am: Remove.
136        * configure.ac: Reflect changes above.
137        * wrapup/Makefile.am: Reflect changes above.
138
1392004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Merge-in start/Makefile.am.
142        * start/Makefile.am: Remove.
143        * configure.ac: Reflect changes above.
144
1452004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
148        Add RTEMS_PROG_CCAS.
149
1502004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Add PREINSTALL_DIRS.
153        * wrapup/Makefile.am: Reflect changes to libcpu.
154
1552004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
158        Add PRE/TMPINSTALL_FILES to CLEANFILES.
159        * start/Makefile.am: Ditto.
160        * startup/Makefile.am: Ditto.
161
1622004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * wrapup/Makefile.am: Eliminate $(LIB).
165        Use noinst_DATA to trigger building libbsp.a.
166
1672003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * startup/Makefile.am: Cosmetics.
170
1712003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * PCI_bus/Makefile.am: Eliminate VPATH.
174        * clock/Makefile.am: Eliminate VPATH.
175        * console/Makefile.am: Eliminate VPATH.
176        * start/Makefile.am: Eliminate VPATH.
177        * startup/Makefile.am: Eliminate VPATH.
178        * timer/Makefile.am: Eliminate VPATH.
179        * tod/Makefile.am: Eliminate VPATH.
180        * vectors/Makefile.am: Eliminate VPATH.
181
1822003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
185        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
186
1872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
190        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
191
1922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
195
1962003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * start/Makefile.am: Misc cleanups and fixes.
199        * startup/Makefile.am: Misc cleanups and fixes.
200        * wrapup/Makefile.am: Misc cleanups and fixes.
201
2022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Add preinstallation dirstamp support.
205        * PCI_bus/Makefile.am: Cosmetics.
206        * clock/Makefile.am: Cosmetics.
207        * console/Makefile.am: Cosmetics.
208        * startup/Makefile.am: Cosmetics.
209        * timer/Makefile.am: Cosmetics.
210        * tod/Makefile.am: Cosmetics.
211        * vectors/Makefile.am: Cosmetics.
212        * wrapup/Makefile.am: Cosmetics.
213
2142003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
217        * clock/Makefile.am: Remove all-local: $(ARCH).
218        * console/Makefile.am: Remove all-local: $(ARCH).
219        * start/Makefile.am: Remove all-local: $(ARCH).
220        * startup/Makefile.am: Remove all-local: $(ARCH).
221        * timer/Makefile.am: Remove all-local: $(ARCH).
222        * tod/Makefile.am: Remove all-local: $(ARCH).
223        * vectors/Makefile.am: Remove all-local: $(ARCH).
224        * wrapup/Makefile.am: Remove all-local: $(ARCH).
225
2262003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Merge-in include/Makefile.am.
229        Reflect changes to bsp.am.
230        * include/Makefile.am: Remove.
231        * configure.ac: Reflect changes above.
232
2332003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * bsp_specs: Remove *lib:.
236
2372003-09-04      Joel Sherrill <joel@OARcorp.com>
238
239        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
240        console/console.c, console/consolebsp.h,
241        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
242        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
243        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
244        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
245        for license changed.
246
2472003-09-04      Joel Sherrill <joel@OARcorp.com>
248
249        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
250        statement about copyright assignment.
251
2522003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Reflect having moved aclocal/.
255
2562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: Reflect having moved automake/.
259        * PCI_bus/Makefile.am: Reflect having moved automake/.
260        * clock/Makefile.am: Reflect having moved automake/.
261        * console/Makefile.am: Reflect having moved automake/.
262        * include/Makefile.am: Reflect having moved automake/.
263        * start/Makefile.am: Reflect having moved automake/.
264        * startup/Makefile.am: Reflect having moved automake/.
265        * timer/Makefile.am: Reflect having moved automake/.
266        * tod/Makefile.am: Reflect having moved automake/.
267        * vectors/Makefile.am: Reflect having moved automake/.
268        * wrapup/Makefile.am: Reflect having moved automake/.
269
2702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
273
2742003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        PR 445/bsps
277        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
278        Remove cpp, old_cpp (now unused).
279
2802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Remove AC_CONFIG_AUX_DIR.
283
2842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
287
2882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: AC_PREREQ(2.57).
291
2922003-01-20      Joel Sherrill <joel@OARcorp.com>
293
294        * startup/linkcmds*: Add FreeBSD sysctl() sections.
295
2962002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
302        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306
3072002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * start/Makefile.am: Use install-data-local to install startfile.
310
3112002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314
3152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * .cvsignore: Reformat.
318        Add autom4te*cache.
319        Remove autom4te.cache.
320
3212002-08-21      Joel Sherrill <joel@OARcorp.com>
322
323        * bsp_specs: Added support for -nostdlibs.
324
3252002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
333        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
335        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
336
3372002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * start/Makefile.am: Eliminate PGMS.
340        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
341
3422002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
345
3462002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
349        Remove $(OBJS) from all-local.
350
3512002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
354
3552001-05-09      Joel Sherrill <joel@OARcorp.com>
356
357        * startup/linkcmds: In support of gcc 3.1, added one of more
358        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
359        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
360        and direction of segments to memory regions may also have been
361        addressed.  This was a sweep across all BSPs.
362 
3632002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
366
3672002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * vectors/vectors.S: Include <asm.h>.
370
3712001-04-08      Joel Sherrill <joel@OARcorp.com>
372
373        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
374 
3752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac:
378        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
379        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
380        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
384        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
385        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
386        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
387        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
388        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
389        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
391
3922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
395
3962001-11-28      Joel Sherrill <joel@OARcorp.com>,
397
398        This was tracked as PR87.
399        * README, configure.ac, include/Makefile.am, include/bsp.h,
400        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
401        Eliminated conditional code for generation 1 boards as these are
402        no longer available.
403        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
404
4052001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Add @exceptions@ to SUBDIRS.
408        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
409        make/custom/score603e.cfg;
410        Add automake conditional for SCORE_GENERATION_1;
411        Add RTEMS_PPC_EXCEPTIONS([old]).
412        * include/Makefile.am: include force-preinstall.am.
413        * start/start.S: include <bspopts.h> instead of targopts.h.
414        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
415        * vectors/vector.S: include <bsp.h>.
416        * wrapup/Makefile.am: Apply @exceptions@.
417
4182001-10-25      Joel Sherrill <joel@OARcorp.com>
419
420        * startup/linkcmds: Added _init and _fini.
421
4222001-10-12      Joel Sherrill <joel@OARcorp.com>
423
424        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
425        console/consolebsp.h, console/consolereserveresources.c,
426        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
427        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
428        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
429        startup/vmeintr.c, timer/timer.c: Fixed typo.
430
4312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
434        * configure.in: Remove.
435        * configure.ac: New file, generated from configure.in by autoupdate.
436
4372001-10-11      Joel Sherrill <joel@OARcorp.com>
438
439        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
440        delay_in_bus_cycles() to add rtems_bsp_ prefix.
441
4422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
445
4462001-08-30      Joel Sherrill <joel@OARcorp.com>
447
448        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
449        gnat 3.13p.
450
4512001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * configure.in: Add bspopts.h.
454        * include/.cvsignore: Add bspopts.h*, stamp-h*.
455        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
456        * include/bsp.h: Include bspopts.h.
457
4582001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
459
460        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
461
4622001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
465        CVS-Id.
466        * include/chain.h: Remove.
467        * include/Makefile.am: Remove chain.h.
468
4692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
472
4732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
476
4772000-11-01      Joel Sherrill <joel@OARcorp.com>
478
479        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
480        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
481        now must be referenced as <rtems/XXX.h>.   Header file order
482        was cleaned up while doing this.
483
4842000-11-01      Joel Sherrill <joel@OARcorp.com>
485
486        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
487        and libcsupport.h moved from libc to lib/include/rtems and
488        now must be referenced as <rtems/XXX.h>.   Header file order
489        was cleaned up while doing this.
490
4912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
494        Switch to GNU canonicalization.
495
4962000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
499        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
500        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
501        compile.am
502
5032000-08-10      Joel Sherrill <joel@OARcorp.com>
504
505        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.