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

4.104.114.84.95
Last change on this file since 8d3dd7a4 was 8d3dd7a4, checked in by Joel Sherrill <joel.sherrill@…>, on 05/26/05 at 17:14:09

2005-05-26 Joel Sherrill <joel@…>

PR 799/bsps

  • include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be compiled.
  • Property mode set to 100644
File size: 15.8 KB
RevLine 
[8d3dd7a4]12005-05-26      Joel Sherrill <joel@OARcorp.com>
2
3        PR 799/bsps
4        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
5        compiled.
6
[34c4852]72005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
8
9        * include/bsp.h: New header guard.
10
[7068d7ac]112005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
12
13        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
14
[bb5c7cf]152005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
16
17        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
18
[00d8424e]192005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
20
21        PR 779/bsp
22        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
23        network/network.c: add parameter to new exception interrupt handlers
24        in powerpc bsps
25
[1899fe4]262005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
29        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
30        CPU_MINIMUM_STACK_FRAME_SIZE.
31
[756f4a4]322005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
35
[5133bd6]362005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Merge-in wrapup/Makefile.am.
39        * wrapup/Makefile.am: Remove.
40        * configure.ac: Reflect changes above.
41
[844609f9]422005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
45
[3d5f97f]462005-01-04      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/linkcmds: Remove warnings.
49
[71cbb66]502005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
53
[6a61cf94]542004-09-27      Joel Sherrill <joel@OARcorp.com>
55
56        PR 680/bsps
57        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
58
[97891e5e]592004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * configure.ac: Require automake > 1.9.
62
[888bc77]632004-07-25      Joel Sherrill <joel@OARcorp.com>
64
65        * network/network.c: Add include of <sys/errno.h>.
66
[3defec6]672004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        PR 610/bsps
70        * Makefile.am: Add include/tm27.h, Cosmetics.
71        * include/tm27.h: Final cosmetics.
72
[62f529f]732004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * include/bsp.h: Split out tmtest27 support.
76        * include/tm27.h: New.
77
[3344730a]782004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        PR 613/bsps
81        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
82
[7dd6e8d]832004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        PR 614/bsps
86        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
87
[a0ae72e]882004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
91
[40e9b095]922004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
95        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
96        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
97        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
98
[2a832d8]992004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
100
101        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
102        startup/bspstart.c: Convert to using c99 fixed size types.
103
[68aef00]1042004-03-03      Joel Sherrill <joel@OARcorp.com>
105
106        * irq/irq.h: Correct typo.
107
[2a7f9a28]1082004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Reflect changes to bsp.am.
111        Preinstall dist_project_lib*.
112
[6ac101b]1132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Reflect changes to bsp.am.
116
[c24d7c84]1172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
120
[0e2094d]1212004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * wrapup/Makefile.am: Convert to automake-building rules.
124
[d58c0ff]1252004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
[0e2094d]127        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
128        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
129        vectors/Makefile.am. Use automake compilation rules.
130        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
131        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
[d58c0ff]132        * configure.ac: Reflect changes above.
133        * wrapup/Makefile: Reflect changes above.
134
[ad1abd3]1352004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Merge-in start/Makefile.am.
138        * start/Makefile.am: Remove.
139        * configure.ac: Reflect changes above.
140
[84b68f5f]1412004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * wrapup/Makefile.am: Reflect changes to
144        ../support/*exception_processing/*.
145
[f3c5a0ec]1462004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
149        Add RTEMS_PROG_CCAS.
150
[283dd510]1512004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Add PREINSTALL_DIRS.
154        * irq/Makefile.am: Add PREINSTALL_DIRS.
155        * vectors/Makefile.am: Add PREINSTALL_DIRS.
156        * wrapup/Makefile.am: Reflect changes to libcpu.
157
[a4d7c555]1582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
161        Add PRE/TMPINSTALL_FILES to CLEANFILES.
162        * irq/Makefile.am: Ditto.
163        * start/Makefile.am: Ditto.
164        * startup/Makefile.am: Ditto.
165        * vectors/Makefile.am: Ditto.
166
[6411947]1672004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * wrapup/Makefile.am: Eliminate $(LIB).
170        Use noinst_DATA to trigger building libbsp.a.
171
[e9b6f41]1722003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am: Eliminate VPATH.
175        * console/Makefile.am: Eliminate VPATH.
176        * irq/Makefile.am: Eliminate VPATH.
177        * network/Makefile.am: Eliminate VPATH.
178        * startup/Makefile.am: Eliminate VPATH.
179
[2aa3cd6]1802003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        PR 545/bsps
183        * startup/setvec.c: Removed.
184
[ce0f13ef]1852003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * startup/linkcmds: Remove SEARCH_DIR.
188
[b35414a]1892003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
192        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
193
[a802f6f]1942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
197        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
198        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
199        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
200
[810720b6]2012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
204
[4b27d816]2052003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * start/Makefile.am: Misc cleanups and fixes.
208        * startup/Makefile.am: Misc cleanups and fixes.
209        * startup/linkcmds: Preparations for gcc-3.3.x.
210        * wrapup/Makefile.am: Misc cleanups and fixes.
211
[2cd1ba5]2122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * startup/Makefile.am: Remove S_FILES (Unused).
215        * vectors/Makefile.am: Cosmetics.
216        * wrapup/Makefile.am: Cosmetics.
217
[0896b3c5]2182003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Add preinstallation dirstamp support.
221        * clock/Makefile.am: Cosmetics.
222        * console/Makefile.am: Cosmetics.
223        * irq/Makefile.am: Add preinstallation dirstamp support.
224        * network/Makefile.am: Cosmetics.
225        * startup/Makefile.am: Cosmetics.
226        * vectors/Makefile.am: Add preinstallation dirstamp support.
227        * wrapup/Makefile.am: Cosmetics.
228
[07c03cb]2292003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * clock/Makefile.am: Remove all-local: $(ARCH).
232        * console/Makefile.am: Remove all-local: $(ARCH).
233        * irq/Makefile.am: Remove all-local: $(ARCH).
234        * network/Makefile.am: Remove all-local: $(ARCH).
235        * start/Makefile.am: Remove all-local: $(ARCH).
236        * startup/Makefile.am: Remove all-local: $(ARCH).
237        * vectors/Makefile.am: Remove all-local: $(ARCH).
238        * wrapup/Makefile.am: Remove all-local: $(ARCH).
239
[ae1f243]2402003-10-22      Joel Sherrill <joel@OARcorp.com>
241
242        PR 510/bsps
243        * irq/irq.h: Add extern C wrapper.
244
[db0b369]2452003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Merge-in include/Makefile.am.
248        Reflect changes to bsp.am.
249        * include/Makefile.am: Remove.
250        * configure.ac: Reflect changes above.
251
[478277a]2522003-09-04      Joel Sherrill <joel@OARcorp.com>
253
254        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
255        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
256        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
257        vectors/vectors_init.c: URL for license changed.
258
[f6c04411]2592003-08-20      Joel Sherrill <joel@OARcorp.com>
260
261        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
262
[fe8bc62f]2632003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Reflect having moved aclocal/.
266
[7b7b2e82]2672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
[c483a4e]269        * Makefile.am: Reflect having moved automake/.
270        * clock/Makefile.am: Reflect having moved automake/.
271        * console/Makefile.am: Reflect having moved automake/.
272        * include/Makefile.am: Reflect having moved automake/.
273        * irq/Makefile.am: Reflect having moved automake/.
274        * network/Makefile.am: Reflect having moved automake/.
275        * start/Makefile.am: Reflect having moved automake/.
276        * startup/Makefile.am: Reflect having moved automake/.
277        * vectors/Makefile.am: Reflect having moved automake/.
278        * wrapup/Makefile.am: Reflect having moved automake/.
[7b7b2e82]279
[7dcc3fe]2802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
283
[d266acd2]2842003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
[75fcb394]286        PR 445/bsps
[d266acd2]287        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
288        Remove cpp, old_cpp (now unused).
289
[e900940]2902003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
293        Use memcmp instead of bcmp.
294
[7b59de1c]2952003-07-18      Till Straumann <strauman@slac.stanford.edu>
296
297        PR 288/rtems
298        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
299
[7a97f26]3002003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Remove AC_CONFIG_AUX_DIR.
303
[ccd81b60]3042003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
307
[9b5c258]3082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.ac: AC_PREREQ(2.57).
311
[7b0c547a]3122003-01-20      Joel Sherrill <joel@OARcorp.com>
313
314        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
315
[cf40ab9b]3162002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
319        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
320        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
321        Remove SORDID_HACK. Eliminate *_O_FILES.
322        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
323        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
324        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
325        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
326
[59a01a6e]3272002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * start/Makefile.am: Use install-data-local to install startfile.
330
[8361b50]3312002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
334
[a3ed176c]3352002-11-04      Joel Sherrill <joel@OARcorp.com>
336
337        * irq/irq.c: Removed warnings.
338
[37a25cf]3392002-11-04      Joel Sherrill <joel@OARcorp.com>
340
341        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
342        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
343        Removed warnings.
344
[89fcd5ca]3452002-11-01      Joel Sherrill <joel@OARcorp.com>
346
347        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
348        removed warnings.
349
[d36d3a3]3502002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
351
352        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
353        for _ISR_Nest_level.
354
[8730f45]3552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * .cvsignore: Reformat.
358        Add autom4te*cache.
359        Remove autom4te.cache.
360
[a2ae30c2]3612002-08-21      Joel Sherrill <joel@OARcorp.com>
362
363        * bsp_specs: Added support for -nostdlibs.
364
[1f5a123a]3652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
368        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
369        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
370        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
371        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
372        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
373        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
374        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
375
[b9288fb1]3762002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * start/Makefile.am: Eliminate PGM.
379        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
380
[f1feebb]3812002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
384
[445c0a0]3852002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
388        Remove $(OBJS) from all-local.
389
[80defac]3902002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
393
[85c92574]3942001-05-09      Joel Sherrill <joel@OARcorp.com>
395
396        * startup/linkcmds: In support of gcc 3.1, added one of more
397        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
398        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
399        and direction of segments to memory regions may also have been
400        addressed.  This was a sweep across all BSPs.
401 
[1628414]4022002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
405        * irq/irq_asm.S: Ditto.
406        * network/network.c: Include <rtems/bspIo.h>.
407        * start/start.S: Include <asm.h> instead of "asm.h".
408        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
409
[fb19f111]4102002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
413
[e77a00a5]4142002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
417
[59e54c7]4182002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * configure.ac:
421        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
422        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
423        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
427        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
428        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
429        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
430        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
431        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
432        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
433
[eccd3a3]4342002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: Add RTEMS_CHECK_NETWORKING.
437
[0bebe52]4382002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
441        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
442        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
443
[9e1ae79]4442001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
447
[14e1c414]4482001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
451        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
452
[36024a6c]4532001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * Makefile.am: Add @exceptions@ to SUBDIRS.
456        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
457        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
458        * include/Makefile.am: Convert PREINSTALL_FILES to
459        TMPINSTALL_FILES, include force-preinstall.am.
460        * wrapup/Makefile.am: Apply @exceptions@.
461
[922eb07]4622001-10-29      Joel Sherrill <joel@OARcorp.com>
463
464        * .cvsignore: Add more entries.
465
[d6a2391f]4662001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * aclocal.m4: Removed.  Should not have been in CVS.
469
[22afde51]4702001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
471
472        * aclocal.m4: Regenerated.
473        * configure.ac, include/Makefile.am, irq/Makefile.am,
474        vectors/Makefile.am: Updated to autoconf 2.52.
475        * include/.cvsignore: Added newly generated files.
476        * include/bsp.h: Added include of bspopts.h.
477
[e084576]4782001-10-22      Joel Sherrill <joel@OARcorp.com>
479
480        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
481        include/.cvsignore, network/.cvsignore, start/.cvsignore,
482        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
483        files and other files missed in previous commit.
484
[5edbffe]48501-10-22        Andy Dachs <a.dachs@sstl.co.uk>
486
487        * mpc8260ads added as new BSP.  tm27 reported not to run
488        at this time.
489        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
490        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
491        console/Makefile.am, console/console.c, include/Makefile.am,
492        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
493        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
494        network/Makefile.am, network/README, network/if_hdlcsubr.c,
495        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
496        start/start.S, startup/Makefile.am, startup/bspstart.c,
497        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
498        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
499        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
500        New files.
501
Note: See TracBrowser for help on using the repository browser.