source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 57357d9

4.104.114.84.95
Last change on this file since 57357d9 was 57357d9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 08:58:44

2006-10-17 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 17.2 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require autoconf-2.60. Require automake-1.10.
8
92006-08-09      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
12
132006-03-08      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add .gnu.linkonce.b.* section.
16
172006-02-08      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Add sections required by newer gcc versions.
20
212006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * configure.ac: Remove explicit ampolish3 support (now in
24        RTEMS_BSP_CONFIGURE).
25
262006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Add ampolish3 support.
29        * Makefile.am: Add preinstall.am.
30
312006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Don't include subdirs.am.
34
352005-10-06      Till Straumann <strauman@slac.stanford.edu>
36
37        PR 833/bsps
38        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
39        the FPU across the user ISR but DONT save/restore the FPU context.
40        Any use of the FPU fron the user handler (e.g., due to GCC
41        optimizations) result in corruption. The fix results in an exception
42        in such cases (user ISR must explicitely save/enable/restore FPU).
43
442005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
47        instead of <sys/errno.h>.
48
492005-05-26      Joel Sherrill <joel@OARcorp.com>
50
51        PR 799/bsps
52        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
53        compiled.
54
552005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * include/bsp.h: New header guard.
58
592005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
60
61        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
62
632005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
66
672005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
68
69        PR 779/bsp
70        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
71        network/network.c: add parameter to new exception interrupt handlers
72        in powerpc bsps
73
742005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
75
76        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
77        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
78        CPU_MINIMUM_STACK_FRAME_SIZE.
79
802005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
81
82        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
83
842005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * Makefile.am: Merge-in wrapup/Makefile.am.
87        * wrapup/Makefile.am: Remove.
88        * configure.ac: Reflect changes above.
89
902005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
93
942005-01-04      Joel Sherrill <joel@OARcorp.com>
95
96        * startup/linkcmds: Remove warnings.
97
982005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
101
1022004-09-27      Joel Sherrill <joel@OARcorp.com>
103
104        PR 680/bsps
105        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
106
1072004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        * configure.ac: Require automake > 1.9.
110
1112004-07-25      Joel Sherrill <joel@OARcorp.com>
112
113        * network/network.c: Add include of <sys/errno.h>.
114
1152004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
116
117        PR 610/bsps
118        * Makefile.am: Add include/tm27.h, Cosmetics.
119        * include/tm27.h: Final cosmetics.
120
1212004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
122
123        * include/bsp.h: Split out tmtest27 support.
124        * include/tm27.h: New.
125
1262004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
127
128        PR 613/bsps
129        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
130
1312004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
132
133        PR 614/bsps
134        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
135
1362004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
137
138        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
139
1402004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
143        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
144        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
145        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
146
1472004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
148
149        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
150        startup/bspstart.c: Convert to using c99 fixed size types.
151
1522004-03-03      Joel Sherrill <joel@OARcorp.com>
153
154        * irq/irq.h: Correct typo.
155
1562004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Reflect changes to bsp.am.
159        Preinstall dist_project_lib*.
160
1612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Reflect changes to bsp.am.
164
1652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
168
1692004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * wrapup/Makefile.am: Convert to automake-building rules.
172
1732004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
176        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
177        vectors/Makefile.am. Use automake compilation rules.
178        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
179        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
180        * configure.ac: Reflect changes above.
181        * wrapup/Makefile: Reflect changes above.
182
1832004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Merge-in start/Makefile.am.
186        * start/Makefile.am: Remove.
187        * configure.ac: Reflect changes above.
188
1892004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * wrapup/Makefile.am: Reflect changes to
192        ../support/*exception_processing/*.
193
1942004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
197        Add RTEMS_PROG_CCAS.
198
1992004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Add PREINSTALL_DIRS.
202        * irq/Makefile.am: Add PREINSTALL_DIRS.
203        * vectors/Makefile.am: Add PREINSTALL_DIRS.
204        * wrapup/Makefile.am: Reflect changes to libcpu.
205
2062004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
209        Add PRE/TMPINSTALL_FILES to CLEANFILES.
210        * irq/Makefile.am: Ditto.
211        * start/Makefile.am: Ditto.
212        * startup/Makefile.am: Ditto.
213        * vectors/Makefile.am: Ditto.
214
2152004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * wrapup/Makefile.am: Eliminate $(LIB).
218        Use noinst_DATA to trigger building libbsp.a.
219
2202003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * clock/Makefile.am: Eliminate VPATH.
223        * console/Makefile.am: Eliminate VPATH.
224        * irq/Makefile.am: Eliminate VPATH.
225        * network/Makefile.am: Eliminate VPATH.
226        * startup/Makefile.am: Eliminate VPATH.
227
2282003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        PR 545/bsps
231        * startup/setvec.c: Removed.
232
2332003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * startup/linkcmds: Remove SEARCH_DIR.
236
2372003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
240        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
241
2422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
245        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
246        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
247        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
248
2492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
252
2532003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * start/Makefile.am: Misc cleanups and fixes.
256        * startup/Makefile.am: Misc cleanups and fixes.
257        * startup/linkcmds: Preparations for gcc-3.3.x.
258        * wrapup/Makefile.am: Misc cleanups and fixes.
259
2602003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * startup/Makefile.am: Remove S_FILES (Unused).
263        * vectors/Makefile.am: Cosmetics.
264        * wrapup/Makefile.am: Cosmetics.
265
2662003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Add preinstallation dirstamp support.
269        * clock/Makefile.am: Cosmetics.
270        * console/Makefile.am: Cosmetics.
271        * irq/Makefile.am: Add preinstallation dirstamp support.
272        * network/Makefile.am: Cosmetics.
273        * startup/Makefile.am: Cosmetics.
274        * vectors/Makefile.am: Add preinstallation dirstamp support.
275        * wrapup/Makefile.am: Cosmetics.
276
2772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * clock/Makefile.am: Remove all-local: $(ARCH).
280        * console/Makefile.am: Remove all-local: $(ARCH).
281        * irq/Makefile.am: Remove all-local: $(ARCH).
282        * network/Makefile.am: Remove all-local: $(ARCH).
283        * start/Makefile.am: Remove all-local: $(ARCH).
284        * startup/Makefile.am: Remove all-local: $(ARCH).
285        * vectors/Makefile.am: Remove all-local: $(ARCH).
286        * wrapup/Makefile.am: Remove all-local: $(ARCH).
287
2882003-10-22      Joel Sherrill <joel@OARcorp.com>
289
290        PR 510/bsps
291        * irq/irq.h: Add extern C wrapper.
292
2932003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Merge-in include/Makefile.am.
296        Reflect changes to bsp.am.
297        * include/Makefile.am: Remove.
298        * configure.ac: Reflect changes above.
299
3002003-09-04      Joel Sherrill <joel@OARcorp.com>
301
302        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
303        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
304        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
305        vectors/vectors_init.c: URL for license changed.
306
3072003-08-20      Joel Sherrill <joel@OARcorp.com>
308
309        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
310
3112003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Reflect having moved aclocal/.
314
3152003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Reflect having moved automake/.
318        * clock/Makefile.am: Reflect having moved automake/.
319        * console/Makefile.am: Reflect having moved automake/.
320        * include/Makefile.am: Reflect having moved automake/.
321        * irq/Makefile.am: Reflect having moved automake/.
322        * network/Makefile.am: Reflect having moved automake/.
323        * start/Makefile.am: Reflect having moved automake/.
324        * startup/Makefile.am: Reflect having moved automake/.
325        * vectors/Makefile.am: Reflect having moved automake/.
326        * wrapup/Makefile.am: Reflect having moved automake/.
327
3282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
331
3322003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        PR 445/bsps
335        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
336        Remove cpp, old_cpp (now unused).
337
3382003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
341        Use memcmp instead of bcmp.
342
3432003-07-18      Till Straumann <strauman@slac.stanford.edu>
344
345        PR 288/rtems
346        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
347
3482003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: Remove AC_CONFIG_AUX_DIR.
351
3522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
355
3562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: AC_PREREQ(2.57).
359
3602003-01-20      Joel Sherrill <joel@OARcorp.com>
361
362        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
363
3642002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369        Remove SORDID_HACK. Eliminate *_O_FILES.
370        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
371        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
372        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
373        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
374
3752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * start/Makefile.am: Use install-data-local to install startfile.
378
3792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
382
3832002-11-04      Joel Sherrill <joel@OARcorp.com>
384
385        * irq/irq.c: Removed warnings.
386
3872002-11-04      Joel Sherrill <joel@OARcorp.com>
388
389        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
390        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
391        Removed warnings.
392
3932002-11-01      Joel Sherrill <joel@OARcorp.com>
394
395        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
396        removed warnings.
397
3982002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
399
400        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
401        for _ISR_Nest_level.
402
4032002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * .cvsignore: Reformat.
406        Add autom4te*cache.
407        Remove autom4te.cache.
408
4092002-08-21      Joel Sherrill <joel@OARcorp.com>
410
411        * bsp_specs: Added support for -nostdlibs.
412
4132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * startup/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 PGM.
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-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
453        * irq/irq_asm.S: Ditto.
454        * network/network.c: Include <rtems/bspIo.h>.
455        * start/start.S: Include <asm.h> instead of "asm.h".
456        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
457
4582002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
461
4622002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
465
4662002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.ac:
469        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
470        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
471        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
472        * Makefile.am: Remove AUTOMAKE_OPTIONS.
473        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
474        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
475        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
476        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
481
4822002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: Add RTEMS_CHECK_NETWORKING.
485
4862002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
489        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
490        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
491
4922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
493
494        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
495
4962001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
499        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
500
5012001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * Makefile.am: Add @exceptions@ to SUBDIRS.
504        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
505        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
506        * include/Makefile.am: Convert PREINSTALL_FILES to
507        TMPINSTALL_FILES, include force-preinstall.am.
508        * wrapup/Makefile.am: Apply @exceptions@.
509
5102001-10-29      Joel Sherrill <joel@OARcorp.com>
511
512        * .cvsignore: Add more entries.
513
5142001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * aclocal.m4: Removed.  Should not have been in CVS.
517
5182001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal.m4: Regenerated.
521        * configure.ac, include/Makefile.am, irq/Makefile.am,
522        vectors/Makefile.am: Updated to autoconf 2.52.
523        * include/.cvsignore: Added newly generated files.
524        * include/bsp.h: Added include of bspopts.h.
525
5262001-10-22      Joel Sherrill <joel@OARcorp.com>
527
528        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
529        include/.cvsignore, network/.cvsignore, start/.cvsignore,
530        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
531        files and other files missed in previous commit.
532
53301-10-22        Andy Dachs <a.dachs@sstl.co.uk>
534
535        * mpc8260ads added as new BSP.  tm27 reported not to run
536        at this time.
537        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
538        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
539        console/Makefile.am, console/console.c, include/Makefile.am,
540        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
541        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
542        network/Makefile.am, network/README, network/if_hdlcsubr.c,
543        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
544        start/start.S, startup/Makefile.am, startup/bspstart.c,
545        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
546        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
547        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
548        New files.
549
Note: See TracBrowser for help on using the repository browser.