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

4.104.114.84.95
Last change on this file since 2679eb9d was 2679eb9d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/12/07 at 04:09:22

2007-04-12 Ralf Corsépius <ralf.corsepius@…>

  • bsp_specs: Remove qrtems_debug.
  • Property mode set to 100644
File size: 17.9 KB
Line 
12007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * bsp_specs: Remove qrtems_debug.
4
52007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove lib (Now expected to exist in GCC).
8
92006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * network/if_hdlcsubr.h: Remove K'n'R macros.
12        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
13
142006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: New BUG-REPORT address.
17
182006-11-15      Joel Sherrill <joel@OARcorp.com>
19
20        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
21        file and simplified initialization.
22
232006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * Makefile.am: Remove superfluous -DASM.
26
272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Require autoconf-2.60. Require automake-1.10.
30
312006-08-09      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
34
352006-03-08      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: Add .gnu.linkonce.b.* section.
38
392006-02-08      Joel Sherrill <joel@OARcorp.com>
40
41        * startup/linkcmds: Add sections required by newer gcc versions.
42
432006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * configure.ac: Remove explicit ampolish3 support (now in
46        RTEMS_BSP_CONFIGURE).
47
482006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
49
50        * configure.ac: Add ampolish3 support.
51        * Makefile.am: Add preinstall.am.
52
532006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Don't include subdirs.am.
56
572005-10-06      Till Straumann <strauman@slac.stanford.edu>
58
59        PR 833/bsps
60        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
61        the FPU across the user ISR but DONT save/restore the FPU context.
62        Any use of the FPU fron the user handler (e.g., due to GCC
63        optimizations) result in corruption. The fix results in an exception
64        in such cases (user ISR must explicitely save/enable/restore FPU).
65
662005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
67
68        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
69        instead of <sys/errno.h>.
70
712005-05-26      Joel Sherrill <joel@OARcorp.com>
72
73        PR 799/bsps
74        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
75        compiled.
76
772005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * include/bsp.h: New header guard.
80
812005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
82
83        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
84
852005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
88
892005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
90
91        PR 779/bsp
92        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
93        network/network.c: add parameter to new exception interrupt handlers
94        in powerpc bsps
95
962005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
97
98        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
99        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
100        CPU_MINIMUM_STACK_FRAME_SIZE.
101
1022005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
105
1062005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * Makefile.am: Merge-in wrapup/Makefile.am.
109        * wrapup/Makefile.am: Remove.
110        * configure.ac: Reflect changes above.
111
1122005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
115
1162005-01-04      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: Remove warnings.
119
1202005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
123
1242004-09-27      Joel Sherrill <joel@OARcorp.com>
125
126        PR 680/bsps
127        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
128
1292004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
130
131        * configure.ac: Require automake > 1.9.
132
1332004-07-25      Joel Sherrill <joel@OARcorp.com>
134
135        * network/network.c: Add include of <sys/errno.h>.
136
1372004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
138
139        PR 610/bsps
140        * Makefile.am: Add include/tm27.h, Cosmetics.
141        * include/tm27.h: Final cosmetics.
142
1432004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
144
145        * include/bsp.h: Split out tmtest27 support.
146        * include/tm27.h: New.
147
1482004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
149
150        PR 613/bsps
151        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
152
1532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
154
155        PR 614/bsps
156        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
157
1582004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
159
160        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
161
1622004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
163
164        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
165        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
166        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
167        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
168
1692004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
170
171        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
172        startup/bspstart.c: Convert to using c99 fixed size types.
173
1742004-03-03      Joel Sherrill <joel@OARcorp.com>
175
176        * irq/irq.h: Correct typo.
177
1782004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Reflect changes to bsp.am.
181        Preinstall dist_project_lib*.
182
1832004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Reflect changes to bsp.am.
186
1872004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
190
1912004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * wrapup/Makefile.am: Convert to automake-building rules.
194
1952004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
198        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
199        vectors/Makefile.am. Use automake compilation rules.
200        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
201        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
202        * configure.ac: Reflect changes above.
203        * wrapup/Makefile: Reflect changes above.
204
2052004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Merge-in start/Makefile.am.
208        * start/Makefile.am: Remove.
209        * configure.ac: Reflect changes above.
210
2112004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * wrapup/Makefile.am: Reflect changes to
214        ../support/*exception_processing/*.
215
2162004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
219        Add RTEMS_PROG_CCAS.
220
2212004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * Makefile.am: Add PREINSTALL_DIRS.
224        * irq/Makefile.am: Add PREINSTALL_DIRS.
225        * vectors/Makefile.am: Add PREINSTALL_DIRS.
226        * wrapup/Makefile.am: Reflect changes to libcpu.
227
2282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
231        Add PRE/TMPINSTALL_FILES to CLEANFILES.
232        * irq/Makefile.am: Ditto.
233        * start/Makefile.am: Ditto.
234        * startup/Makefile.am: Ditto.
235        * vectors/Makefile.am: Ditto.
236
2372004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * wrapup/Makefile.am: Eliminate $(LIB).
240        Use noinst_DATA to trigger building libbsp.a.
241
2422003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * clock/Makefile.am: Eliminate VPATH.
245        * console/Makefile.am: Eliminate VPATH.
246        * irq/Makefile.am: Eliminate VPATH.
247        * network/Makefile.am: Eliminate VPATH.
248        * startup/Makefile.am: Eliminate VPATH.
249
2502003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        PR 545/bsps
253        * startup/setvec.c: Removed.
254
2552003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * startup/linkcmds: Remove SEARCH_DIR.
258
2592003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
262        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
263
2642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
267        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
268        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
269        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
270
2712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
274
2752003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: Misc cleanups and fixes.
278        * startup/Makefile.am: Misc cleanups and fixes.
279        * startup/linkcmds: Preparations for gcc-3.3.x.
280        * wrapup/Makefile.am: Misc cleanups and fixes.
281
2822003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * startup/Makefile.am: Remove S_FILES (Unused).
285        * vectors/Makefile.am: Cosmetics.
286        * wrapup/Makefile.am: Cosmetics.
287
2882003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Add preinstallation dirstamp support.
291        * clock/Makefile.am: Cosmetics.
292        * console/Makefile.am: Cosmetics.
293        * irq/Makefile.am: Add preinstallation dirstamp support.
294        * network/Makefile.am: Cosmetics.
295        * startup/Makefile.am: Cosmetics.
296        * vectors/Makefile.am: Add preinstallation dirstamp support.
297        * wrapup/Makefile.am: Cosmetics.
298
2992003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * clock/Makefile.am: Remove all-local: $(ARCH).
302        * console/Makefile.am: Remove all-local: $(ARCH).
303        * irq/Makefile.am: Remove all-local: $(ARCH).
304        * network/Makefile.am: Remove all-local: $(ARCH).
305        * start/Makefile.am: Remove all-local: $(ARCH).
306        * startup/Makefile.am: Remove all-local: $(ARCH).
307        * vectors/Makefile.am: Remove all-local: $(ARCH).
308        * wrapup/Makefile.am: Remove all-local: $(ARCH).
309
3102003-10-22      Joel Sherrill <joel@OARcorp.com>
311
312        PR 510/bsps
313        * irq/irq.h: Add extern C wrapper.
314
3152003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Merge-in include/Makefile.am.
318        Reflect changes to bsp.am.
319        * include/Makefile.am: Remove.
320        * configure.ac: Reflect changes above.
321
3222003-09-04      Joel Sherrill <joel@OARcorp.com>
323
324        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
325        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
326        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
327        vectors/vectors_init.c: URL for license changed.
328
3292003-08-20      Joel Sherrill <joel@OARcorp.com>
330
331        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
332
3332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Reflect having moved aclocal/.
336
3372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Reflect having moved automake/.
340        * clock/Makefile.am: Reflect having moved automake/.
341        * console/Makefile.am: Reflect having moved automake/.
342        * include/Makefile.am: Reflect having moved automake/.
343        * irq/Makefile.am: Reflect having moved automake/.
344        * network/Makefile.am: Reflect having moved automake/.
345        * start/Makefile.am: Reflect having moved automake/.
346        * startup/Makefile.am: Reflect having moved automake/.
347        * vectors/Makefile.am: Reflect having moved automake/.
348        * wrapup/Makefile.am: Reflect having moved automake/.
349
3502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
353
3542003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        PR 445/bsps
357        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
358        Remove cpp, old_cpp (now unused).
359
3602003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
363        Use memcmp instead of bcmp.
364
3652003-07-18      Till Straumann <strauman@slac.stanford.edu>
366
367        PR 288/rtems
368        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
369
3702003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Remove AC_CONFIG_AUX_DIR.
373
3742003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
377
3782003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: AC_PREREQ(2.57).
381
3822003-01-20      Joel Sherrill <joel@OARcorp.com>
383
384        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
385
3862002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
389        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
390        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
391        Remove SORDID_HACK. Eliminate *_O_FILES.
392        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
393        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
394        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
395        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
396
3972002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * start/Makefile.am: Use install-data-local to install startfile.
400
4012002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
404
4052002-11-04      Joel Sherrill <joel@OARcorp.com>
406
407        * irq/irq.c: Removed warnings.
408
4092002-11-04      Joel Sherrill <joel@OARcorp.com>
410
411        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
412        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
413        Removed warnings.
414
4152002-11-01      Joel Sherrill <joel@OARcorp.com>
416
417        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
418        removed warnings.
419
4202002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
421
422        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
423        for _ISR_Nest_level.
424
4252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * .cvsignore: Reformat.
428        Add autom4te*cache.
429        Remove autom4te.cache.
430
4312002-08-21      Joel Sherrill <joel@OARcorp.com>
432
433        * bsp_specs: Added support for -nostdlibs.
434
4352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
438        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
439        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
440        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
441        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
442        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
443        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
444        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
445
4462002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * start/Makefile.am: Eliminate PGM.
449        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
450
4512002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
454
4552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
458        Remove $(OBJS) from all-local.
459
4602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
463
4642001-05-09      Joel Sherrill <joel@OARcorp.com>
465
466        * startup/linkcmds: In support of gcc 3.1, added one of more
467        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
468        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
469        and direction of segments to memory regions may also have been
470        addressed.  This was a sweep across all BSPs.
471 
4722002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
475        * irq/irq_asm.S: Ditto.
476        * network/network.c: Include <rtems/bspIo.h>.
477        * start/start.S: Include <asm.h> instead of "asm.h".
478        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
479
4802002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
481
482        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
483
4842002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
487
4882002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
489
490        * configure.ac:
491        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
492        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
493        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
494        * Makefile.am: Remove AUTOMAKE_OPTIONS.
495        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
496        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
497        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
498        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
499        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
500        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
501        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
502        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
503
5042002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
505
506        * configure.ac: Add RTEMS_CHECK_NETWORKING.
507
5082002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
509
510        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
511        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
512        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
513
5142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
517
5182001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
519
520        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
521        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
522
5232001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * Makefile.am: Add @exceptions@ to SUBDIRS.
526        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
527        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
528        * include/Makefile.am: Convert PREINSTALL_FILES to
529        TMPINSTALL_FILES, include force-preinstall.am.
530        * wrapup/Makefile.am: Apply @exceptions@.
531
5322001-10-29      Joel Sherrill <joel@OARcorp.com>
533
534        * .cvsignore: Add more entries.
535
5362001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * aclocal.m4: Removed.  Should not have been in CVS.
539
5402001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
541
542        * aclocal.m4: Regenerated.
543        * configure.ac, include/Makefile.am, irq/Makefile.am,
544        vectors/Makefile.am: Updated to autoconf 2.52.
545        * include/.cvsignore: Added newly generated files.
546        * include/bsp.h: Added include of bspopts.h.
547
5482001-10-22      Joel Sherrill <joel@OARcorp.com>
549
550        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
551        include/.cvsignore, network/.cvsignore, start/.cvsignore,
552        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
553        files and other files missed in previous commit.
554
55501-10-22        Andy Dachs <a.dachs@sstl.co.uk>
556
557        * mpc8260ads added as new BSP.  tm27 reported not to run
558        at this time.
559        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
560        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
561        console/Makefile.am, console/console.c, include/Makefile.am,
562        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
563        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
564        network/Makefile.am, network/README, network/if_hdlcsubr.c,
565        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
566        start/start.S, startup/Makefile.am, startup/bspstart.c,
567        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
568        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
569        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
570        New files.
571
Note: See TracBrowser for help on using the repository browser.