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

4.104.114.84.95
Last change on this file since bd86290d was bd86290d, checked in by Joel Sherrill <joel.sherrill@…>, on 03/08/06 at 18:51:44

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

  • startup/linkcmds: Add .gnu.linkonce.b.* section.
  • Property mode set to 100644
File size: 16.9 KB
Line 
12006-03-08      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Add .gnu.linkonce.b.* section.
4
52006-02-08      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Add sections required by newer gcc versions.
8
92006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Remove explicit ampolish3 support (now in
12        RTEMS_BSP_CONFIGURE).
13
142006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Add ampolish3 support.
17        * Makefile.am: Add preinstall.am.
18
192006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * Makefile.am: Don't include subdirs.am.
22
232005-10-06      Till Straumann <strauman@slac.stanford.edu>
24
25        PR 833/bsps
26        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
27        the FPU across the user ISR but DONT save/restore the FPU context.
28        Any use of the FPU fron the user handler (e.g., due to GCC
29        optimizations) result in corruption. The fix results in an exception
30        in such cases (user ISR must explicitely save/enable/restore FPU).
31
322005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
35        instead of <sys/errno.h>.
36
372005-05-26      Joel Sherrill <joel@OARcorp.com>
38
39        PR 799/bsps
40        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
41        compiled.
42
432005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * include/bsp.h: New header guard.
46
472005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
48
49        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
50
512005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
54
552005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
56
57        PR 779/bsp
58        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
59        network/network.c: add parameter to new exception interrupt handlers
60        in powerpc bsps
61
622005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
65        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
66        CPU_MINIMUM_STACK_FRAME_SIZE.
67
682005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
71
722005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
73
74        * Makefile.am: Merge-in wrapup/Makefile.am.
75        * wrapup/Makefile.am: Remove.
76        * configure.ac: Reflect changes above.
77
782005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
81
822005-01-04      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/linkcmds: Remove warnings.
85
862005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
89
902004-09-27      Joel Sherrill <joel@OARcorp.com>
91
92        PR 680/bsps
93        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
94
952004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
96
97        * configure.ac: Require automake > 1.9.
98
992004-07-25      Joel Sherrill <joel@OARcorp.com>
100
101        * network/network.c: Add include of <sys/errno.h>.
102
1032004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        PR 610/bsps
106        * Makefile.am: Add include/tm27.h, Cosmetics.
107        * include/tm27.h: Final cosmetics.
108
1092004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
110
111        * include/bsp.h: Split out tmtest27 support.
112        * include/tm27.h: New.
113
1142004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
115
116        PR 613/bsps
117        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
118
1192004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        PR 614/bsps
122        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
123
1242004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
125
126        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
127
1282004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
129
130        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
131        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
132        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
133        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
134
1352004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
138        startup/bspstart.c: Convert to using c99 fixed size types.
139
1402004-03-03      Joel Sherrill <joel@OARcorp.com>
141
142        * irq/irq.h: Correct typo.
143
1442004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Reflect changes to bsp.am.
147        Preinstall dist_project_lib*.
148
1492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Reflect changes to bsp.am.
152
1532004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
156
1572004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * wrapup/Makefile.am: Convert to automake-building rules.
160
1612004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
164        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
165        vectors/Makefile.am. Use automake compilation rules.
166        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
167        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
168        * configure.ac: Reflect changes above.
169        * wrapup/Makefile: Reflect changes above.
170
1712004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Merge-in start/Makefile.am.
174        * start/Makefile.am: Remove.
175        * configure.ac: Reflect changes above.
176
1772004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * wrapup/Makefile.am: Reflect changes to
180        ../support/*exception_processing/*.
181
1822004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
185        Add RTEMS_PROG_CCAS.
186
1872004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Add PREINSTALL_DIRS.
190        * irq/Makefile.am: Add PREINSTALL_DIRS.
191        * vectors/Makefile.am: Add PREINSTALL_DIRS.
192        * wrapup/Makefile.am: Reflect changes to libcpu.
193
1942004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
197        Add PRE/TMPINSTALL_FILES to CLEANFILES.
198        * irq/Makefile.am: Ditto.
199        * start/Makefile.am: Ditto.
200        * startup/Makefile.am: Ditto.
201        * vectors/Makefile.am: Ditto.
202
2032004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Eliminate $(LIB).
206        Use noinst_DATA to trigger building libbsp.a.
207
2082003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * clock/Makefile.am: Eliminate VPATH.
211        * console/Makefile.am: Eliminate VPATH.
212        * irq/Makefile.am: Eliminate VPATH.
213        * network/Makefile.am: Eliminate VPATH.
214        * startup/Makefile.am: Eliminate VPATH.
215
2162003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        PR 545/bsps
219        * startup/setvec.c: Removed.
220
2212003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * startup/linkcmds: Remove SEARCH_DIR.
224
2252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
228        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
229
2302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
233        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
234        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
235        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
236
2372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
240
2412003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * start/Makefile.am: Misc cleanups and fixes.
244        * startup/Makefile.am: Misc cleanups and fixes.
245        * startup/linkcmds: Preparations for gcc-3.3.x.
246        * wrapup/Makefile.am: Misc cleanups and fixes.
247
2482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * startup/Makefile.am: Remove S_FILES (Unused).
251        * vectors/Makefile.am: Cosmetics.
252        * wrapup/Makefile.am: Cosmetics.
253
2542003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: Add preinstallation dirstamp support.
257        * clock/Makefile.am: Cosmetics.
258        * console/Makefile.am: Cosmetics.
259        * irq/Makefile.am: Add preinstallation dirstamp support.
260        * network/Makefile.am: Cosmetics.
261        * startup/Makefile.am: Cosmetics.
262        * vectors/Makefile.am: Add preinstallation dirstamp support.
263        * wrapup/Makefile.am: Cosmetics.
264
2652003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * clock/Makefile.am: Remove all-local: $(ARCH).
268        * console/Makefile.am: Remove all-local: $(ARCH).
269        * irq/Makefile.am: Remove all-local: $(ARCH).
270        * network/Makefile.am: Remove all-local: $(ARCH).
271        * start/Makefile.am: Remove all-local: $(ARCH).
272        * startup/Makefile.am: Remove all-local: $(ARCH).
273        * vectors/Makefile.am: Remove all-local: $(ARCH).
274        * wrapup/Makefile.am: Remove all-local: $(ARCH).
275
2762003-10-22      Joel Sherrill <joel@OARcorp.com>
277
278        PR 510/bsps
279        * irq/irq.h: Add extern C wrapper.
280
2812003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Merge-in include/Makefile.am.
284        Reflect changes to bsp.am.
285        * include/Makefile.am: Remove.
286        * configure.ac: Reflect changes above.
287
2882003-09-04      Joel Sherrill <joel@OARcorp.com>
289
290        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
291        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
292        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
293        vectors/vectors_init.c: URL for license changed.
294
2952003-08-20      Joel Sherrill <joel@OARcorp.com>
296
297        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
298
2992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Reflect having moved aclocal/.
302
3032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am: Reflect having moved automake/.
306        * clock/Makefile.am: Reflect having moved automake/.
307        * console/Makefile.am: Reflect having moved automake/.
308        * include/Makefile.am: Reflect having moved automake/.
309        * irq/Makefile.am: Reflect having moved automake/.
310        * network/Makefile.am: Reflect having moved automake/.
311        * start/Makefile.am: Reflect having moved automake/.
312        * startup/Makefile.am: Reflect having moved automake/.
313        * vectors/Makefile.am: Reflect having moved automake/.
314        * wrapup/Makefile.am: Reflect having moved automake/.
315
3162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
319
3202003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        PR 445/bsps
323        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
324        Remove cpp, old_cpp (now unused).
325
3262003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
329        Use memcmp instead of bcmp.
330
3312003-07-18      Till Straumann <strauman@slac.stanford.edu>
332
333        PR 288/rtems
334        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
335
3362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac: Remove AC_CONFIG_AUX_DIR.
339
3402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
343
3442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: AC_PREREQ(2.57).
347
3482003-01-20      Joel Sherrill <joel@OARcorp.com>
349
350        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
351
3522002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
355        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
356        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357        Remove SORDID_HACK. Eliminate *_O_FILES.
358        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
359        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
360        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
361        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
362
3632002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * start/Makefile.am: Use install-data-local to install startfile.
366
3672002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370
3712002-11-04      Joel Sherrill <joel@OARcorp.com>
372
373        * irq/irq.c: Removed warnings.
374
3752002-11-04      Joel Sherrill <joel@OARcorp.com>
376
377        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
378        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
379        Removed warnings.
380
3812002-11-01      Joel Sherrill <joel@OARcorp.com>
382
383        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
384        removed warnings.
385
3862002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
387
388        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
389        for _ISR_Nest_level.
390
3912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * .cvsignore: Reformat.
394        Add autom4te*cache.
395        Remove autom4te.cache.
396
3972002-08-21      Joel Sherrill <joel@OARcorp.com>
398
399        * bsp_specs: Added support for -nostdlibs.
400
4012002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
404        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
405        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
407        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
408        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
409        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
410        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
411
4122002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * start/Makefile.am: Eliminate PGM.
415        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
416
4172002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
420
4212002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
424        Remove $(OBJS) from all-local.
425
4262002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
429
4302001-05-09      Joel Sherrill <joel@OARcorp.com>
431
432        * startup/linkcmds: In support of gcc 3.1, added one of more
433        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
434        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
435        and direction of segments to memory regions may also have been
436        addressed.  This was a sweep across all BSPs.
437 
4382002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
441        * irq/irq_asm.S: Ditto.
442        * network/network.c: Include <rtems/bspIo.h>.
443        * start/start.S: Include <asm.h> instead of "asm.h".
444        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
445
4462002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
449
4502002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
451
452        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
453
4542002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * configure.ac:
457        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
458        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
459        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
468        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
469
4702002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * configure.ac: Add RTEMS_CHECK_NETWORKING.
473
4742002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
477        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
478        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
479
4802001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
483
4842001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
487        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
488
4892001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * Makefile.am: Add @exceptions@ to SUBDIRS.
492        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
493        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
494        * include/Makefile.am: Convert PREINSTALL_FILES to
495        TMPINSTALL_FILES, include force-preinstall.am.
496        * wrapup/Makefile.am: Apply @exceptions@.
497
4982001-10-29      Joel Sherrill <joel@OARcorp.com>
499
500        * .cvsignore: Add more entries.
501
5022001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
503
504        * aclocal.m4: Removed.  Should not have been in CVS.
505
5062001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
507
508        * aclocal.m4: Regenerated.
509        * configure.ac, include/Makefile.am, irq/Makefile.am,
510        vectors/Makefile.am: Updated to autoconf 2.52.
511        * include/.cvsignore: Added newly generated files.
512        * include/bsp.h: Added include of bspopts.h.
513
5142001-10-22      Joel Sherrill <joel@OARcorp.com>
515
516        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
517        include/.cvsignore, network/.cvsignore, start/.cvsignore,
518        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
519        files and other files missed in previous commit.
520
52101-10-22        Andy Dachs <a.dachs@sstl.co.uk>
522
523        * mpc8260ads added as new BSP.  tm27 reported not to run
524        at this time.
525        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
526        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
527        console/Makefile.am, console/console.c, include/Makefile.am,
528        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
529        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
530        network/Makefile.am, network/README, network/if_hdlcsubr.c,
531        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
532        start/start.S, startup/Makefile.am, startup/bspstart.c,
533        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
534        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
535        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
536        New files.
537
Note: See TracBrowser for help on using the repository browser.