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

4.104.114.84.95
Last change on this file since 7cc4f59 was 7cc4f59, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/10/06 at 20:15:30

2006-01-10 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: Add ampolish3 support.
  • Makefile.am: Add preinstall.am.
  • Property mode set to 100644
File size: 16.6 KB
Line 
12006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Add ampolish3 support.
4        * Makefile.am: Add preinstall.am.
5
62006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Don't include subdirs.am.
9
102005-10-06      Till Straumann <strauman@slac.stanford.edu>
11
12        PR 833/bsps
13        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
14        the FPU across the user ISR but DONT save/restore the FPU context.
15        Any use of the FPU fron the user handler (e.g., due to GCC
16        optimizations) result in corruption. The fix results in an exception
17        in such cases (user ISR must explicitely save/enable/restore FPU).
18
192005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
20
21        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
22        instead of <sys/errno.h>.
23
242005-05-26      Joel Sherrill <joel@OARcorp.com>
25
26        PR 799/bsps
27        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
28        compiled.
29
302005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * include/bsp.h: New header guard.
33
342005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
35
36        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
37
382005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
41
422005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
43
44        PR 779/bsp
45        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
46        network/network.c: add parameter to new exception interrupt handlers
47        in powerpc bsps
48
492005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
52        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
53        CPU_MINIMUM_STACK_FRAME_SIZE.
54
552005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
56
57        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
58
592005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Merge-in wrapup/Makefile.am.
62        * wrapup/Makefile.am: Remove.
63        * configure.ac: Reflect changes above.
64
652005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
68
692005-01-04      Joel Sherrill <joel@OARcorp.com>
70
71        * startup/linkcmds: Remove warnings.
72
732005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
74
75        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
76
772004-09-27      Joel Sherrill <joel@OARcorp.com>
78
79        PR 680/bsps
80        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
81
822004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * configure.ac: Require automake > 1.9.
85
862004-07-25      Joel Sherrill <joel@OARcorp.com>
87
88        * network/network.c: Add include of <sys/errno.h>.
89
902004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        PR 610/bsps
93        * Makefile.am: Add include/tm27.h, Cosmetics.
94        * include/tm27.h: Final cosmetics.
95
962004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * include/bsp.h: Split out tmtest27 support.
99        * include/tm27.h: New.
100
1012004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
102
103        PR 613/bsps
104        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
105
1062004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
107
108        PR 614/bsps
109        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
110
1112004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
112
113        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
114
1152004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
116
117        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
118        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
119        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
120        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
121
1222004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
125        startup/bspstart.c: Convert to using c99 fixed size types.
126
1272004-03-03      Joel Sherrill <joel@OARcorp.com>
128
129        * irq/irq.h: Correct typo.
130
1312004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Reflect changes to bsp.am.
134        Preinstall dist_project_lib*.
135
1362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect changes to bsp.am.
139
1402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
143
1442004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Convert to automake-building rules.
147
1482004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
151        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
152        vectors/Makefile.am. Use automake compilation rules.
153        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
154        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
155        * configure.ac: Reflect changes above.
156        * wrapup/Makefile: Reflect changes above.
157
1582004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Merge-in start/Makefile.am.
161        * start/Makefile.am: Remove.
162        * configure.ac: Reflect changes above.
163
1642004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * wrapup/Makefile.am: Reflect changes to
167        ../support/*exception_processing/*.
168
1692004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
172        Add RTEMS_PROG_CCAS.
173
1742004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Add PREINSTALL_DIRS.
177        * irq/Makefile.am: Add PREINSTALL_DIRS.
178        * vectors/Makefile.am: Add PREINSTALL_DIRS.
179        * wrapup/Makefile.am: Reflect changes to libcpu.
180
1812004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
184        Add PRE/TMPINSTALL_FILES to CLEANFILES.
185        * irq/Makefile.am: Ditto.
186        * start/Makefile.am: Ditto.
187        * startup/Makefile.am: Ditto.
188        * vectors/Makefile.am: Ditto.
189
1902004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * wrapup/Makefile.am: Eliminate $(LIB).
193        Use noinst_DATA to trigger building libbsp.a.
194
1952003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * clock/Makefile.am: Eliminate VPATH.
198        * console/Makefile.am: Eliminate VPATH.
199        * irq/Makefile.am: Eliminate VPATH.
200        * network/Makefile.am: Eliminate VPATH.
201        * startup/Makefile.am: Eliminate VPATH.
202
2032003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        PR 545/bsps
206        * startup/setvec.c: Removed.
207
2082003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * startup/linkcmds: Remove SEARCH_DIR.
211
2122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
215        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
216
2172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
220        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
221        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
222        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
223
2242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
227
2282003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * start/Makefile.am: Misc cleanups and fixes.
231        * startup/Makefile.am: Misc cleanups and fixes.
232        * startup/linkcmds: Preparations for gcc-3.3.x.
233        * wrapup/Makefile.am: Misc cleanups and fixes.
234
2352003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * startup/Makefile.am: Remove S_FILES (Unused).
238        * vectors/Makefile.am: Cosmetics.
239        * wrapup/Makefile.am: Cosmetics.
240
2412003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Add preinstallation dirstamp support.
244        * clock/Makefile.am: Cosmetics.
245        * console/Makefile.am: Cosmetics.
246        * irq/Makefile.am: Add preinstallation dirstamp support.
247        * network/Makefile.am: Cosmetics.
248        * startup/Makefile.am: Cosmetics.
249        * vectors/Makefile.am: Add preinstallation dirstamp support.
250        * wrapup/Makefile.am: Cosmetics.
251
2522003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * clock/Makefile.am: Remove all-local: $(ARCH).
255        * console/Makefile.am: Remove all-local: $(ARCH).
256        * irq/Makefile.am: Remove all-local: $(ARCH).
257        * network/Makefile.am: Remove all-local: $(ARCH).
258        * start/Makefile.am: Remove all-local: $(ARCH).
259        * startup/Makefile.am: Remove all-local: $(ARCH).
260        * vectors/Makefile.am: Remove all-local: $(ARCH).
261        * wrapup/Makefile.am: Remove all-local: $(ARCH).
262
2632003-10-22      Joel Sherrill <joel@OARcorp.com>
264
265        PR 510/bsps
266        * irq/irq.h: Add extern C wrapper.
267
2682003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Merge-in include/Makefile.am.
271        Reflect changes to bsp.am.
272        * include/Makefile.am: Remove.
273        * configure.ac: Reflect changes above.
274
2752003-09-04      Joel Sherrill <joel@OARcorp.com>
276
277        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
278        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
279        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
280        vectors/vectors_init.c: URL for license changed.
281
2822003-08-20      Joel Sherrill <joel@OARcorp.com>
283
284        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
285
2862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Reflect having moved aclocal/.
289
2902003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Reflect having moved automake/.
293        * clock/Makefile.am: Reflect having moved automake/.
294        * console/Makefile.am: Reflect having moved automake/.
295        * include/Makefile.am: Reflect having moved automake/.
296        * irq/Makefile.am: Reflect having moved automake/.
297        * network/Makefile.am: Reflect having moved automake/.
298        * start/Makefile.am: Reflect having moved automake/.
299        * startup/Makefile.am: Reflect having moved automake/.
300        * vectors/Makefile.am: Reflect having moved automake/.
301        * wrapup/Makefile.am: Reflect having moved automake/.
302
3032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
306
3072003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        PR 445/bsps
310        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
311        Remove cpp, old_cpp (now unused).
312
3132003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
316        Use memcmp instead of bcmp.
317
3182003-07-18      Till Straumann <strauman@slac.stanford.edu>
319
320        PR 288/rtems
321        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
322
3232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac: Remove AC_CONFIG_AUX_DIR.
326
3272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
330
3312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: AC_PREREQ(2.57).
334
3352003-01-20      Joel Sherrill <joel@OARcorp.com>
336
337        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
338
3392002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
342        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
343        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
344        Remove SORDID_HACK. Eliminate *_O_FILES.
345        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
346        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
347        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
348        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
349
3502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * start/Makefile.am: Use install-data-local to install startfile.
353
3542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
357
3582002-11-04      Joel Sherrill <joel@OARcorp.com>
359
360        * irq/irq.c: Removed warnings.
361
3622002-11-04      Joel Sherrill <joel@OARcorp.com>
363
364        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
365        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
366        Removed warnings.
367
3682002-11-01      Joel Sherrill <joel@OARcorp.com>
369
370        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
371        removed warnings.
372
3732002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
374
375        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
376        for _ISR_Nest_level.
377
3782002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * .cvsignore: Reformat.
381        Add autom4te*cache.
382        Remove autom4te.cache.
383
3842002-08-21      Joel Sherrill <joel@OARcorp.com>
385
386        * bsp_specs: Added support for -nostdlibs.
387
3882002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
391        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
392        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
393        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
394        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
395        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
396        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
397        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
398
3992002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * start/Makefile.am: Eliminate PGM.
402        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
403
4042002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
407
4082002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
411        Remove $(OBJS) from all-local.
412
4132002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
416
4172001-05-09      Joel Sherrill <joel@OARcorp.com>
418
419        * startup/linkcmds: In support of gcc 3.1, added one of more
420        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
421        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
422        and direction of segments to memory regions may also have been
423        addressed.  This was a sweep across all BSPs.
424 
4252002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
428        * irq/irq_asm.S: Ditto.
429        * network/network.c: Include <rtems/bspIo.h>.
430        * start/start.S: Include <asm.h> instead of "asm.h".
431        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
432
4332002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
436
4372002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
440
4412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * configure.ac:
444        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
445        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
446        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
447        * Makefile.am: Remove AUTOMAKE_OPTIONS.
448        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
449        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
450        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
451        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
452        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
453        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
454        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
455        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
456
4572002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * configure.ac: Add RTEMS_CHECK_NETWORKING.
460
4612002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
464        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
465        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
466
4672001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
468
469        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
470
4712001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
472
473        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
474        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
475
4762001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * Makefile.am: Add @exceptions@ to SUBDIRS.
479        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
480        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
481        * include/Makefile.am: Convert PREINSTALL_FILES to
482        TMPINSTALL_FILES, include force-preinstall.am.
483        * wrapup/Makefile.am: Apply @exceptions@.
484
4852001-10-29      Joel Sherrill <joel@OARcorp.com>
486
487        * .cvsignore: Add more entries.
488
4892001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * aclocal.m4: Removed.  Should not have been in CVS.
492
4932001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * aclocal.m4: Regenerated.
496        * configure.ac, include/Makefile.am, irq/Makefile.am,
497        vectors/Makefile.am: Updated to autoconf 2.52.
498        * include/.cvsignore: Added newly generated files.
499        * include/bsp.h: Added include of bspopts.h.
500
5012001-10-22      Joel Sherrill <joel@OARcorp.com>
502
503        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
504        include/.cvsignore, network/.cvsignore, start/.cvsignore,
505        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
506        files and other files missed in previous commit.
507
50801-10-22        Andy Dachs <a.dachs@sstl.co.uk>
509
510        * mpc8260ads added as new BSP.  tm27 reported not to run
511        at this time.
512        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
513        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
514        console/Makefile.am, console/console.c, include/Makefile.am,
515        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
516        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
517        network/Makefile.am, network/README, network/if_hdlcsubr.c,
518        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
519        start/start.S, startup/Makefile.am, startup/bspstart.c,
520        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
521        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
522        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
523        New files.
524
Note: See TracBrowser for help on using the repository browser.