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

4.104.114.84.95
Last change on this file since aa4369c was aa4369c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/06 at 15:24:01

2006-11-15 Joel Sherrill <joel@…>

  • Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
  • Property mode set to 100644
File size: 19.0 KB
Line 
12006-11-15      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
4        file and simplified initialization.
5
62006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Remove superfluous -DASM.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Require autoconf-2.60. Require automake-1.10.
13
142006-08-09      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
17
182006-03-08      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Add .gnu.linkonce.b.* section.
21
222006-02-08      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add sections required by newer gcc versions.
25
262006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Remove explicit ampolish3 support (now in
29        RTEMS_BSP_CONFIGURE).
30
312006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * configure.ac: Add ampolish3 support.
34        * Makefile.am: Add preinstall.am.
35
362006-01-08      Joel Sherrill <joel@OARcorp.com>
37
38        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
39        Jennifer will have to test this.
40
412006-01-08      Joel Sherrill <joel@OARcorp.com>
42
43        * Makefile.am, vme/vmeconfig.c: VME code now compiles but is untested.
44        Jennifer will have to test this.
45
462005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * include/bsp.h: New header guard.
49
502005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
51
52        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
53
542005-05-11      Joel Sherrill <joel@OARcorp.com>
55
56        * startup/linkcmds: Add .data.* sections.
57
582005-05-11      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * vme/vmeconfig.c: Eliminate unsigned32.
61
622005-05-06      Jennifer Averett <jennifer.averett@oarcorp.com>
63
64        * include/gen2.h: Changed rtems_unsigned types to uint types
65
662005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
67
68        * irq/irq_init.c: Name change to support common PCI interface
69
702005-05-04      Jennifer Averett <jennifer.averett@oarcorp.com>
71
72        * include/tm27.h: Correct error in tm27 test
73
742005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
75
76        * Add/remove files for the Update to new exception model.
77        * pci/no_host_bridge.c, vme/vmeconfig.c: New files.
78        * clock/clock.c: Removed.
79
802005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
81       
82        * Add/move files for the Update to new exception model.
83          NOTE: These modifications have not been tested on hardware.
84        * irq/FPGA.c, irq/irq.c, irq/irq.h, irq/irq_init.c: New files.
85        * startup/FPGA.c: Removed.
86
872005-04-28      Jennifer Averett <jennifer.averett@oarcorp.com>
88
89        * score603e/Makefile.am, score603e/configure.ac,
90        score603e/console/console.c, score603e/include/bsp.h,
91        score603e/include/gen2.h, score603e/include/tm27.h,
92        score603e/startup/bspstart.c: Update score603e to new exception model
93        NOTE: These modifications have not been tested on hardware.
94
952005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
96
97        * clock/clock.c: Fix multiple defined warning
98
992005-04-11      Jennifer Averett<jennifer.averett@oarcorp.com>
100
101        PR 778/bsps
102        * include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c,
103        startup/bspstart.c, tod/tod.c:
104        modify SCORE_.. to BSP_.. for externally used define's.
105
1062005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
109
1102005-02-14      Ralf Corsepius <ralf.corsepius@rtems.org>
111
112        * startup/spurious.c: Merge ppc603 and ppc603e.
113        Remove digits (Unused).
114
1152005-02-12      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * Makefile.am: Fix typo in previous patch.
118
1192005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * Makefile.am: Merge-in wrapup/Makefile.am.
122        * wrapup/Makefile.am: Remove.
123        * configure.ac: Reflect changes above.
124
1252005-02-09      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * vectors/vectors.S: Remove XCOFF support.
128
1292005-01-28      Joel Sherrill <joel@OARcorp.com>
130
131        * startup/linkcmds: Add .gnu.linkonce.b.* section.
132
1332005-01-26      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/linkcmds: Now links.
136
1372005-01-18      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Use ../../shared/tod.h instead of include/tod.h.
140        * include/tod.h: Remove.
141
1422005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
145
1462005-01-04      Joel Sherrill <joel@OARcorp.com>
147
148        * startup/linkcmds: Remove warnings.
149
1502005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
151
152        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
153
1542004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        * configure.ac: Require automake > 1.9.
157
1582004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        PR 610/bsps
161        * Makefile.am: Add include/tm27.h, Cosmetics.
162        * include/tm27.h: Final cosmetics.
163
1642004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * include/bsp.h: Split out tmtest27 support.
167        * include/tm27.h: New.
168
1692004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        PR 613/bsps
172        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
173
1742004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        PR 614/bsps
177        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
178
1792004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
180
181        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
182        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
183        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
184        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
185        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
186        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
187        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
188
1892004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
190
191        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
192        clock/clock.c, console/85c30.c, console/console.c,
193        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
194        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
195        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
196        Convert to using c99 fixed size types.
197
1982004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Reflect changes to bsp.am.
201        Preinstall dist_project_lib*.
202
2032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Reflect changes to bsp.am.
206
2072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
210
2112004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * wrapup/Makefile.am: Convert to automake-building rules.
214
2152004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
218        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
219        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
220        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
221        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
222        vectors/Makefile.am: Remove.
223        * configure.ac: Reflect changes above.
224        * wrapup/Makefile.am: Reflect changes above.
225
2262004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Merge-in start/Makefile.am.
229        * start/Makefile.am: Remove.
230        * configure.ac: Reflect changes above.
231
2322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
235        Add RTEMS_PROG_CCAS.
236
2372004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Add PREINSTALL_DIRS.
240        * wrapup/Makefile.am: Reflect changes to libcpu.
241
2422004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
245        Add PRE/TMPINSTALL_FILES to CLEANFILES.
246        * start/Makefile.am: Ditto.
247        * startup/Makefile.am: Ditto.
248
2492004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Eliminate $(LIB).
252        Use noinst_DATA to trigger building libbsp.a.
253
2542003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * startup/Makefile.am: Cosmetics.
257
2582003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * PCI_bus/Makefile.am: Eliminate VPATH.
261        * clock/Makefile.am: Eliminate VPATH.
262        * console/Makefile.am: Eliminate VPATH.
263        * start/Makefile.am: Eliminate VPATH.
264        * startup/Makefile.am: Eliminate VPATH.
265        * timer/Makefile.am: Eliminate VPATH.
266        * tod/Makefile.am: Eliminate VPATH.
267        * vectors/Makefile.am: Eliminate VPATH.
268
2692003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
272        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
273
2742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
277        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
278
2792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
282
2832003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/Makefile.am: Misc cleanups and fixes.
286        * startup/Makefile.am: Misc cleanups and fixes.
287        * wrapup/Makefile.am: Misc cleanups and fixes.
288
2892003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * Makefile.am: Add preinstallation dirstamp support.
292        * PCI_bus/Makefile.am: Cosmetics.
293        * clock/Makefile.am: Cosmetics.
294        * console/Makefile.am: Cosmetics.
295        * startup/Makefile.am: Cosmetics.
296        * timer/Makefile.am: Cosmetics.
297        * tod/Makefile.am: Cosmetics.
298        * vectors/Makefile.am: Cosmetics.
299        * wrapup/Makefile.am: Cosmetics.
300
3012003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
304        * clock/Makefile.am: Remove all-local: $(ARCH).
305        * console/Makefile.am: Remove all-local: $(ARCH).
306        * start/Makefile.am: Remove all-local: $(ARCH).
307        * startup/Makefile.am: Remove all-local: $(ARCH).
308        * timer/Makefile.am: Remove all-local: $(ARCH).
309        * tod/Makefile.am: Remove all-local: $(ARCH).
310        * vectors/Makefile.am: Remove all-local: $(ARCH).
311        * wrapup/Makefile.am: Remove all-local: $(ARCH).
312
3132003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Merge-in include/Makefile.am.
316        Reflect changes to bsp.am.
317        * include/Makefile.am: Remove.
318        * configure.ac: Reflect changes above.
319
3202003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * bsp_specs: Remove *lib:.
323
3242003-09-04      Joel Sherrill <joel@OARcorp.com>
325
326        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
327        console/console.c, console/consolebsp.h,
328        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
329        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
330        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
331        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
332        for license changed.
333
3342003-09-04      Joel Sherrill <joel@OARcorp.com>
335
336        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
337        statement about copyright assignment.
338
3392003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Reflect having moved aclocal/.
342
3432003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Reflect having moved automake/.
346        * PCI_bus/Makefile.am: Reflect having moved automake/.
347        * clock/Makefile.am: Reflect having moved automake/.
348        * console/Makefile.am: Reflect having moved automake/.
349        * include/Makefile.am: Reflect having moved automake/.
350        * start/Makefile.am: Reflect having moved automake/.
351        * startup/Makefile.am: Reflect having moved automake/.
352        * timer/Makefile.am: Reflect having moved automake/.
353        * tod/Makefile.am: Reflect having moved automake/.
354        * vectors/Makefile.am: Reflect having moved automake/.
355        * wrapup/Makefile.am: Reflect having moved automake/.
356
3572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
360
3612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        PR 445/bsps
364        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
365        Remove cpp, old_cpp (now unused).
366
3672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * configure.ac: Remove AC_CONFIG_AUX_DIR.
370
3712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
374
3752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.ac: AC_PREREQ(2.57).
378
3792003-01-20      Joel Sherrill <joel@OARcorp.com>
380
381        * startup/linkcmds*: Add FreeBSD sysctl() sections.
382
3832002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
387        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
388        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
391        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
392        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
393
3942002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * start/Makefile.am: Use install-data-local to install startfile.
397
3982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
401
4022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * .cvsignore: Reformat.
405        Add autom4te*cache.
406        Remove autom4te.cache.
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        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
415        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
423
4242002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * start/Makefile.am: Eliminate PGMS.
427        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
428
4292002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
432
4332002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
436        Remove $(OBJS) from all-local.
437
4382002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
441
4422001-05-09      Joel Sherrill <joel@OARcorp.com>
443
444        * startup/linkcmds: In support of gcc 3.1, added one of more
445        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
446        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
447        and direction of segments to memory regions may also have been
448        addressed.  This was a sweep across all BSPs.
449 
4502002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
453
4542002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * vectors/vectors.S: Include <asm.h>.
457
4582001-04-08      Joel Sherrill <joel@OARcorp.com>
459
460        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
461 
4622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac:
465        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
466        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
467        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
468        * Makefile.am: Remove AUTOMAKE_OPTIONS.
469        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
470        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
471        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
472        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
473        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
474        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
475        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
476        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
478
4792001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
480
481        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
482
4832001-11-28      Joel Sherrill <joel@OARcorp.com>,
484
485        This was tracked as PR87.
486        * README, configure.ac, include/Makefile.am, include/bsp.h,
487        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
488        Eliminated conditional code for generation 1 boards as these are
489        no longer available.
490        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
491
4922001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * Makefile.am: Add @exceptions@ to SUBDIRS.
495        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
496        make/custom/score603e.cfg;
497        Add automake conditional for SCORE_GENERATION_1;
498        Add RTEMS_PPC_EXCEPTIONS([old]).
499        * include/Makefile.am: include force-preinstall.am.
500        * start/start.S: include <bspopts.h> instead of targopts.h.
501        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
502        * vectors/vector.S: include <bsp.h>.
503        * wrapup/Makefile.am: Apply @exceptions@.
504
5052001-10-25      Joel Sherrill <joel@OARcorp.com>
506
507        * startup/linkcmds: Added _init and _fini.
508
5092001-10-12      Joel Sherrill <joel@OARcorp.com>
510
511        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
512        console/consolebsp.h, console/consolereserveresources.c,
513        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
514        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
515        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
516        startup/vmeintr.c, timer/timer.c: Fixed typo.
517
5182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
521        * configure.in: Remove.
522        * configure.ac: New file, generated from configure.in by autoupdate.
523
5242001-10-11      Joel Sherrill <joel@OARcorp.com>
525
526        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
527        delay_in_bus_cycles() to add rtems_bsp_ prefix.
528
5292001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
532
5332001-08-30      Joel Sherrill <joel@OARcorp.com>
534
535        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
536        gnat 3.13p.
537
5382001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * configure.in: Add bspopts.h.
541        * include/.cvsignore: Add bspopts.h*, stamp-h*.
542        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
543        * include/bsp.h: Include bspopts.h.
544
5452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
546
547        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
548
5492001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
552        CVS-Id.
553        * include/chain.h: Remove.
554        * include/Makefile.am: Remove chain.h.
555
5562000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
557
558        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
559
5602000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
563
5642000-11-01      Joel Sherrill <joel@OARcorp.com>
565
566        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
567        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
568        now must be referenced as <rtems/XXX.h>.   Header file order
569        was cleaned up while doing this.
570
5712000-11-01      Joel Sherrill <joel@OARcorp.com>
572
573        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
574        and libcsupport.h moved from libc to lib/include/rtems and
575        now must be referenced as <rtems/XXX.h>.   Header file order
576        was cleaned up while doing this.
577
5782000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
579
580        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
581        Switch to GNU canonicalization.
582
5832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
584
585        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
586        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
587        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
588        compile.am
589
5902000-08-10      Joel Sherrill <joel@OARcorp.com>
591
592        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.