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

Last change on this file since 5a33479a was 9d7508e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:10:26

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 17.3 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove superfluous -DASM.
8
92006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Require automake-1.10. Require autoconf-2.60.
12
132006-08-09      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
16
172006-03-08      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Add .gnu.linkonce.b.* section.
20
212006-02-08      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Add sections required by newer gcc versions.
24
252006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Remove explicit ampolish3 support (now in
28        RTEMS_BSP_CONFIGURE).
29
302006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * configure.ac: Add ampolish3 support.
33        * Makefile.am: Add preinstall.am.
34
352006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Don't include subdirs.am.
38
392005-10-06      Till Straumann <strauman@slac.stanford.edu>
40
41        PR 833/bsps
42        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
43        the FPU across the user ISR but DONT save/restore the FPU context.
44        Any use of the FPU fron the user handler (e.g., due to GCC
45        optimizations) result in corruption. The fix results in an exception
46        in such cases (user ISR must explicitely save/enable/restore FPU).
47
482005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
51        instead of <sys/errno.h>.
52
532005-05-26      Joel Sherrill <joel@OARcorp.com>
54
55        PR 799/bsps
56        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
57        compiled.
58
592005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * include/bsp.h: New header guard.
62
632005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
64
65        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
66
672005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
68
69        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
70
712005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
72
73        PR 779/bsp
74        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
75        network/network.c: add parameter to new exception interrupt handlers
76        in powerpc bsps
77
782005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
79
80        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
81        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
82        CPU_MINIMUM_STACK_FRAME_SIZE.
83
842005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
85
86        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
87
882005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
89
90        * Makefile.am: Merge-in wrapup/Makefile.am.
91        * wrapup/Makefile.am: Remove.
92        * configure.ac: Reflect changes above.
93
942005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
97
982005-01-04      Joel Sherrill <joel@OARcorp.com>
99
100        * startup/linkcmds: Remove warnings.
101
1022005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
105
1062004-09-27      Joel Sherrill <joel@OARcorp.com>
107
108        PR 680/bsps
109        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
110
1112004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        * configure.ac: Require automake > 1.9.
114
1152004-07-25      Joel Sherrill <joel@OARcorp.com>
116
117        * network/network.c: Add include of <sys/errno.h>.
118
1192004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
120
121        PR 610/bsps
122        * Makefile.am: Add include/tm27.h, Cosmetics.
123        * include/tm27.h: Final cosmetics.
124
1252004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
126
127        * include/bsp.h: Split out tmtest27 support.
128        * include/tm27.h: New.
129
1302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
131
132        PR 613/bsps
133        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
134
1352004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
136
137        PR 614/bsps
138        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
139
1402004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
141
142        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
143
1442004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
145
146        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
147        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
148        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
149        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
150
1512004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
152
153        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
154        startup/bspstart.c: Convert to using c99 fixed size types.
155
1562004-03-03      Joel Sherrill <joel@OARcorp.com>
157
158        * irq/irq.h: Correct typo.
159
1602004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Reflect changes to bsp.am.
163        Preinstall dist_project_lib*.
164
1652004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Reflect changes to bsp.am.
168
1692004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
172
1732004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * wrapup/Makefile.am: Convert to automake-building rules.
176
1772004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
180        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
181        vectors/Makefile.am. Use automake compilation rules.
182        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
183        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
184        * configure.ac: Reflect changes above.
185        * wrapup/Makefile: Reflect changes above.
186
1872004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Merge-in start/Makefile.am.
190        * start/Makefile.am: Remove.
191        * configure.ac: Reflect changes above.
192
1932004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * wrapup/Makefile.am: Reflect changes to
196        ../support/*exception_processing/*.
197
1982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
201        Add RTEMS_PROG_CCAS.
202
2032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Add PREINSTALL_DIRS.
206        * irq/Makefile.am: Add PREINSTALL_DIRS.
207        * vectors/Makefile.am: Add PREINSTALL_DIRS.
208        * wrapup/Makefile.am: Reflect changes to libcpu.
209
2102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
213        Add PRE/TMPINSTALL_FILES to CLEANFILES.
214        * irq/Makefile.am: Ditto.
215        * start/Makefile.am: Ditto.
216        * startup/Makefile.am: Ditto.
217        * vectors/Makefile.am: Ditto.
218
2192004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Eliminate $(LIB).
222        Use noinst_DATA to trigger building libbsp.a.
223
2242003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * clock/Makefile.am: Eliminate VPATH.
227        * console/Makefile.am: Eliminate VPATH.
228        * irq/Makefile.am: Eliminate VPATH.
229        * network/Makefile.am: Eliminate VPATH.
230        * startup/Makefile.am: Eliminate VPATH.
231
2322003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        PR 545/bsps
235        * startup/setvec.c: Removed.
236
2372003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * startup/linkcmds: Remove SEARCH_DIR.
240
2412003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
244        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
245
2462003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
249        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
250        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
251        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
252
2532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
256
2572003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * start/Makefile.am: Misc cleanups and fixes.
260        * startup/Makefile.am: Misc cleanups and fixes.
261        * startup/linkcmds: Preparations for gcc-3.3.x.
262        * wrapup/Makefile.am: Misc cleanups and fixes.
263
2642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * startup/Makefile.am: Remove S_FILES (Unused).
267        * vectors/Makefile.am: Cosmetics.
268        * wrapup/Makefile.am: Cosmetics.
269
2702003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Add preinstallation dirstamp support.
273        * clock/Makefile.am: Cosmetics.
274        * console/Makefile.am: Cosmetics.
275        * irq/Makefile.am: Add preinstallation dirstamp support.
276        * network/Makefile.am: Cosmetics.
277        * startup/Makefile.am: Cosmetics.
278        * vectors/Makefile.am: Add preinstallation dirstamp support.
279        * wrapup/Makefile.am: Cosmetics.
280
2812003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * clock/Makefile.am: Remove all-local: $(ARCH).
284        * console/Makefile.am: Remove all-local: $(ARCH).
285        * irq/Makefile.am: Remove all-local: $(ARCH).
286        * network/Makefile.am: Remove all-local: $(ARCH).
287        * start/Makefile.am: Remove all-local: $(ARCH).
288        * startup/Makefile.am: Remove all-local: $(ARCH).
289        * vectors/Makefile.am: Remove all-local: $(ARCH).
290        * wrapup/Makefile.am: Remove all-local: $(ARCH).
291
2922003-10-22      Joel Sherrill <joel@OARcorp.com>
293
294        PR 510/bsps
295        * irq/irq.h: Add extern C wrapper.
296
2972003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Merge-in include/Makefile.am.
300        Reflect changes to bsp.am.
301        * include/Makefile.am: Remove.
302        * configure.ac: Reflect changes above.
303
3042003-09-04      Joel Sherrill <joel@OARcorp.com>
305
306        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
307        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
308        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
309        vectors/vectors_init.c: URL for license changed.
310
3112003-08-20      Joel Sherrill <joel@OARcorp.com>
312
313        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
314
3152003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Reflect having moved aclocal/.
318
3192003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Reflect having moved automake/.
322        * clock/Makefile.am: Reflect having moved automake/.
323        * console/Makefile.am: Reflect having moved automake/.
324        * include/Makefile.am: Reflect having moved automake/.
325        * irq/Makefile.am: Reflect having moved automake/.
326        * network/Makefile.am: Reflect having moved automake/.
327        * start/Makefile.am: Reflect having moved automake/.
328        * startup/Makefile.am: Reflect having moved automake/.
329        * vectors/Makefile.am: Reflect having moved automake/.
330        * wrapup/Makefile.am: Reflect having moved automake/.
331
3322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
335
3362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        PR 445/bsps
339        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
340        Remove cpp, old_cpp (now unused).
341
3422003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
345        Use memcmp instead of bcmp.
346
3472003-07-18      Till Straumann <strauman@slac.stanford.edu>
348
349        PR 288/rtems
350        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
351
3522003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Remove AC_CONFIG_AUX_DIR.
355
3562003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
359
3602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: AC_PREREQ(2.57).
363
3642003-01-20      Joel Sherrill <joel@OARcorp.com>
365
366        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
367
3682002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
371        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
372        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
373        Remove SORDID_HACK. Eliminate *_O_FILES.
374        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
375        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
376        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
377        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
378
3792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * start/Makefile.am: Use install-data-local to install startfile.
382
3832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
386
3872002-11-04      Joel Sherrill <joel@OARcorp.com>
388
389        * irq/irq.c: Removed warnings.
390
3912002-11-04      Joel Sherrill <joel@OARcorp.com>
392
393        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
394        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
395        Removed warnings.
396
3972002-11-01      Joel Sherrill <joel@OARcorp.com>
398
399        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
400        removed warnings.
401
4022002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
403
404        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
405        for _ISR_Nest_level.
406
4072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * .cvsignore: Reformat.
410        Add autom4te*cache.
411        Remove autom4te.cache.
412
4132002-08-21      Joel Sherrill <joel@OARcorp.com>
414
415        * bsp_specs: Added support for -nostdlibs.
416
4172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
423        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
424        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
425        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
426        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
427
4282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * start/Makefile.am: Eliminate PGM.
431        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
432
4332002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
436
4372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
440        Remove $(OBJS) from all-local.
441
4422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
445
4462001-05-09      Joel Sherrill <joel@OARcorp.com>
447
448        * startup/linkcmds: In support of gcc 3.1, added one of more
449        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
450        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
451        and direction of segments to memory regions may also have been
452        addressed.  This was a sweep across all BSPs.
453 
4542002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
455
456        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
457        * irq/irq_asm.S: Ditto.
458        * network/network.c: Include <rtems/bspIo.h>.
459        * start/start.S: Include <asm.h> instead of "asm.h".
460        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
461
4622002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
465
4662002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
469
4702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * configure.ac:
473        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
474        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
475        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
476        * Makefile.am: Remove AUTOMAKE_OPTIONS.
477        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
478        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
479        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
480        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
481        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
482        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
483        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
484        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
485
4862002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.ac: Add RTEMS_CHECK_NETWORKING.
489
4902002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
493        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
494        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
495
4962001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
497
498        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
499
5002001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
503        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
504
5052001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * Makefile.am: Add @exceptions@ to SUBDIRS.
508        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
509        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
510        * include/Makefile.am: Convert PREINSTALL_FILES to
511        TMPINSTALL_FILES, include force-preinstall.am.
512        * wrapup/Makefile.am: Apply @exceptions@.
513
5142001-10-29      Joel Sherrill <joel@OARcorp.com>
515
516        * .cvsignore: Add more entries.
517
5182001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * aclocal.m4: Removed.  Should not have been in CVS.
521
5222001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * aclocal.m4: Regenerated.
525        * configure.ac, include/Makefile.am, irq/Makefile.am,
526        vectors/Makefile.am: Updated to autoconf 2.52.
527        * include/.cvsignore: Added newly generated files.
528        * include/bsp.h: Added include of bspopts.h.
529
5302001-10-22      Joel Sherrill <joel@OARcorp.com>
531
532        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
533        include/.cvsignore, network/.cvsignore, start/.cvsignore,
534        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
535        files and other files missed in previous commit.
536
53701-10-22        Andy Dachs <a.dachs@sstl.co.uk>
538
539        * mpc8260ads added as new BSP.  tm27 reported not to run
540        at this time.
541        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
542        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
543        console/Makefile.am, console/console.c, include/Makefile.am,
544        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
545        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
546        network/Makefile.am, network/README, network/if_hdlcsubr.c,
547        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
548        start/start.S, startup/Makefile.am, startup/bspstart.c,
549        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
550        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
551        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
552        New files.
553
Note: See TracBrowser for help on using the repository browser.