source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 417fca76

4.104.114.84.95
Last change on this file since 417fca76 was 417fca76, checked in by Joel Sherrill <joel.sherrill@…>, on 08/09/06 at 23:02:38

2006-08-09 Joel Sherrill <joel@…>

  • startup/linkcmds: Clean up a bit after adding missing .rela sections.
  • Property mode set to 100644
File size: 17.0 KB
Line 
12006-08-09      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
4
52006-03-08      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add .gnu.linkonce.b.* section.
8
92006-02-08      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add sections required by newer gcc versions.
12
132006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Remove explicit ampolish3 support (now in
16        RTEMS_BSP_CONFIGURE).
17
182006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Add ampolish3 support.
21        * Makefile.am: Add preinstall.am.
22
232006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Don't include subdirs.am.
26
272005-10-06      Till Straumann <strauman@slac.stanford.edu>
28
29        PR 833/bsps
30        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
31        the FPU across the user ISR but DONT save/restore the FPU context.
32        Any use of the FPU fron the user handler (e.g., due to GCC
33        optimizations) result in corruption. The fix results in an exception
34        in such cases (user ISR must explicitely save/enable/restore FPU).
35
362005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
39        instead of <sys/errno.h>.
40
412005-05-26      Joel Sherrill <joel@OARcorp.com>
42
43        PR 799/bsps
44        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
45        compiled.
46
472005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * include/bsp.h: New header guard.
50
512005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
52
53        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
54
552005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
58
592005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
60
61        PR 779/bsp
62        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
63        network/network.c: add parameter to new exception interrupt handlers
64        in powerpc bsps
65
662005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
69        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
70        CPU_MINIMUM_STACK_FRAME_SIZE.
71
722005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
75
762005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Merge-in wrapup/Makefile.am.
79        * wrapup/Makefile.am: Remove.
80        * configure.ac: Reflect changes above.
81
822005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
85
862005-01-04      Joel Sherrill <joel@OARcorp.com>
87
88        * startup/linkcmds: Remove warnings.
89
902005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
93
942004-09-27      Joel Sherrill <joel@OARcorp.com>
95
96        PR 680/bsps
97        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
98
992004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
100
101        * configure.ac: Require automake > 1.9.
102
1032004-07-25      Joel Sherrill <joel@OARcorp.com>
104
105        * network/network.c: Add include of <sys/errno.h>.
106
1072004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
108
109        PR 610/bsps
110        * Makefile.am: Add include/tm27.h, Cosmetics.
111        * include/tm27.h: Final cosmetics.
112
1132004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
114
115        * include/bsp.h: Split out tmtest27 support.
116        * include/tm27.h: New.
117
1182004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
119
120        PR 613/bsps
121        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
122
1232004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
124
125        PR 614/bsps
126        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
127
1282004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
129
130        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
131
1322004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
133
134        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
135        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
136        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
137        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
138
1392004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
142        startup/bspstart.c: Convert to using c99 fixed size types.
143
1442004-03-03      Joel Sherrill <joel@OARcorp.com>
145
146        * irq/irq.h: Correct typo.
147
1482004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Reflect changes to bsp.am.
151        Preinstall dist_project_lib*.
152
1532004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Reflect changes to bsp.am.
156
1572004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
160
1612004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Convert to automake-building rules.
164
1652004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
168        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
169        vectors/Makefile.am. Use automake compilation rules.
170        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
171        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
172        * configure.ac: Reflect changes above.
173        * wrapup/Makefile: Reflect changes above.
174
1752004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Merge-in start/Makefile.am.
178        * start/Makefile.am: Remove.
179        * configure.ac: Reflect changes above.
180
1812004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * wrapup/Makefile.am: Reflect changes to
184        ../support/*exception_processing/*.
185
1862004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
189        Add RTEMS_PROG_CCAS.
190
1912004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Add PREINSTALL_DIRS.
194        * irq/Makefile.am: Add PREINSTALL_DIRS.
195        * vectors/Makefile.am: Add PREINSTALL_DIRS.
196        * wrapup/Makefile.am: Reflect changes to libcpu.
197
1982004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
201        Add PRE/TMPINSTALL_FILES to CLEANFILES.
202        * irq/Makefile.am: Ditto.
203        * start/Makefile.am: Ditto.
204        * startup/Makefile.am: Ditto.
205        * vectors/Makefile.am: Ditto.
206
2072004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/Makefile.am: Eliminate $(LIB).
210        Use noinst_DATA to trigger building libbsp.a.
211
2122003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * clock/Makefile.am: Eliminate VPATH.
215        * console/Makefile.am: Eliminate VPATH.
216        * irq/Makefile.am: Eliminate VPATH.
217        * network/Makefile.am: Eliminate VPATH.
218        * startup/Makefile.am: Eliminate VPATH.
219
2202003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        PR 545/bsps
223        * startup/setvec.c: Removed.
224
2252003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * startup/linkcmds: Remove SEARCH_DIR.
228
2292003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
232        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
233
2342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
237        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
238        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
239        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
240
2412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
244
2452003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/Makefile.am: Misc cleanups and fixes.
248        * startup/Makefile.am: Misc cleanups and fixes.
249        * startup/linkcmds: Preparations for gcc-3.3.x.
250        * wrapup/Makefile.am: Misc cleanups and fixes.
251
2522003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * startup/Makefile.am: Remove S_FILES (Unused).
255        * vectors/Makefile.am: Cosmetics.
256        * wrapup/Makefile.am: Cosmetics.
257
2582003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am: Add preinstallation dirstamp support.
261        * clock/Makefile.am: Cosmetics.
262        * console/Makefile.am: Cosmetics.
263        * irq/Makefile.am: Add preinstallation dirstamp support.
264        * network/Makefile.am: Cosmetics.
265        * startup/Makefile.am: Cosmetics.
266        * vectors/Makefile.am: Add preinstallation dirstamp support.
267        * wrapup/Makefile.am: Cosmetics.
268
2692003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * clock/Makefile.am: Remove all-local: $(ARCH).
272        * console/Makefile.am: Remove all-local: $(ARCH).
273        * irq/Makefile.am: Remove all-local: $(ARCH).
274        * network/Makefile.am: Remove all-local: $(ARCH).
275        * start/Makefile.am: Remove all-local: $(ARCH).
276        * startup/Makefile.am: Remove all-local: $(ARCH).
277        * vectors/Makefile.am: Remove all-local: $(ARCH).
278        * wrapup/Makefile.am: Remove all-local: $(ARCH).
279
2802003-10-22      Joel Sherrill <joel@OARcorp.com>
281
282        PR 510/bsps
283        * irq/irq.h: Add extern C wrapper.
284
2852003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * Makefile.am: Merge-in include/Makefile.am.
288        Reflect changes to bsp.am.
289        * include/Makefile.am: Remove.
290        * configure.ac: Reflect changes above.
291
2922003-09-04      Joel Sherrill <joel@OARcorp.com>
293
294        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
295        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
296        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
297        vectors/vectors_init.c: URL for license changed.
298
2992003-08-20      Joel Sherrill <joel@OARcorp.com>
300
301        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
302
3032003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Reflect having moved aclocal/.
306
3072003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Reflect having moved automake/.
310        * clock/Makefile.am: Reflect having moved automake/.
311        * console/Makefile.am: Reflect having moved automake/.
312        * include/Makefile.am: Reflect having moved automake/.
313        * irq/Makefile.am: Reflect having moved automake/.
314        * network/Makefile.am: Reflect having moved automake/.
315        * start/Makefile.am: Reflect having moved automake/.
316        * startup/Makefile.am: Reflect having moved automake/.
317        * vectors/Makefile.am: Reflect having moved automake/.
318        * wrapup/Makefile.am: Reflect having moved automake/.
319
3202003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
323
3242003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        PR 445/bsps
327        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
328        Remove cpp, old_cpp (now unused).
329
3302003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
333        Use memcmp instead of bcmp.
334
3352003-07-18      Till Straumann <strauman@slac.stanford.edu>
336
337        PR 288/rtems
338        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
339
3402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Remove AC_CONFIG_AUX_DIR.
343
3442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
347
3482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: AC_PREREQ(2.57).
351
3522003-01-20      Joel Sherrill <joel@OARcorp.com>
353
354        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
355
3562002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
359        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
360        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
361        Remove SORDID_HACK. Eliminate *_O_FILES.
362        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
363        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
364        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366
3672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * start/Makefile.am: Use install-data-local to install startfile.
370
3712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
374
3752002-11-04      Joel Sherrill <joel@OARcorp.com>
376
377        * irq/irq.c: Removed warnings.
378
3792002-11-04      Joel Sherrill <joel@OARcorp.com>
380
381        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
382        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
383        Removed warnings.
384
3852002-11-01      Joel Sherrill <joel@OARcorp.com>
386
387        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
388        removed warnings.
389
3902002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
391
392        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
393        for _ISR_Nest_level.
394
3952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * .cvsignore: Reformat.
398        Add autom4te*cache.
399        Remove autom4te.cache.
400
4012002-08-21      Joel Sherrill <joel@OARcorp.com>
402
403        * bsp_specs: Added support for -nostdlibs.
404
4052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
408        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
409        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
410        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
411        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
412        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
413        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
414        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
415
4162002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * start/Makefile.am: Eliminate PGM.
419        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
420
4212002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
424
4252002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
428        Remove $(OBJS) from all-local.
429
4302002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
433
4342001-05-09      Joel Sherrill <joel@OARcorp.com>
435
436        * startup/linkcmds: In support of gcc 3.1, added one of more
437        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
438        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
439        and direction of segments to memory regions may also have been
440        addressed.  This was a sweep across all BSPs.
441 
4422002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
445        * irq/irq_asm.S: Ditto.
446        * network/network.c: Include <rtems/bspIo.h>.
447        * start/start.S: Include <asm.h> instead of "asm.h".
448        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
449
4502002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
453
4542002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
457
4582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
459
460        * configure.ac:
461        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
462        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
463        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
468        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
469        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
470        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
471        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
472        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
473
4742002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * configure.ac: Add RTEMS_CHECK_NETWORKING.
477
4782002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
481        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
482        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
483
4842001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
487
4882001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
491        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
492
4932001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * Makefile.am: Add @exceptions@ to SUBDIRS.
496        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
497        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
498        * include/Makefile.am: Convert PREINSTALL_FILES to
499        TMPINSTALL_FILES, include force-preinstall.am.
500        * wrapup/Makefile.am: Apply @exceptions@.
501
5022001-10-29      Joel Sherrill <joel@OARcorp.com>
503
504        * .cvsignore: Add more entries.
505
5062001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * aclocal.m4: Removed.  Should not have been in CVS.
509
5102001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * aclocal.m4: Regenerated.
513        * configure.ac, include/Makefile.am, irq/Makefile.am,
514        vectors/Makefile.am: Updated to autoconf 2.52.
515        * include/.cvsignore: Added newly generated files.
516        * include/bsp.h: Added include of bspopts.h.
517
5182001-10-22      Joel Sherrill <joel@OARcorp.com>
519
520        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
521        include/.cvsignore, network/.cvsignore, start/.cvsignore,
522        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
523        files and other files missed in previous commit.
524
52501-10-22        Andy Dachs <a.dachs@sstl.co.uk>
526
527        * mpc8260ads added as new BSP.  tm27 reported not to run
528        at this time.
529        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
530        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
531        console/Makefile.am, console/console.c, include/Makefile.am,
532        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
533        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
534        network/Makefile.am, network/README, network/if_hdlcsubr.c,
535        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
536        start/start.S, startup/Makefile.am, startup/bspstart.c,
537        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
538        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
539        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
540        New files.
541
Note: See TracBrowser for help on using the repository browser.