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

4.104.114.84.95
Last change on this file since 185da08 was 185da08, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/10/07 at 18:43:12

additional fixes for the shared exception code

  • Property mode set to 100644
File size: 18.1 KB
Line 
12007-07-10      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * vectors/vectors_init.c, irq/irq_init.c:
4        adapted to shared exception code
5
62007-07-06      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
7
8        * Makefile.am: adapted to shared exception code
9
102007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * bsp_specs: Remove qrtems_debug.
13
142007-04-06      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * bsp_specs: Remove lib (Now expected to exist in GCC).
17
182006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * network/if_hdlcsubr.h: Remove K'n'R macros.
21        * network/network.c: Use ioctl_command_t as arg to ioctl functions.
22
232006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: New BUG-REPORT address.
26
272006-11-15      Joel Sherrill <joel@OARcorp.com>
28
29        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
30        file and simplified initialization.
31
322006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Remove superfluous -DASM.
35
362006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Require autoconf-2.60. Require automake-1.10.
39
402006-08-09      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds: Clean up a bit after adding missing .rela sections.
43
442006-03-08      Joel Sherrill <joel@OARcorp.com>
45
46        * startup/linkcmds: Add .gnu.linkonce.b.* section.
47
482006-02-08      Joel Sherrill <joel@OARcorp.com>
49
50        * startup/linkcmds: Add sections required by newer gcc versions.
51
522006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
53
54        * configure.ac: Remove explicit ampolish3 support (now in
55        RTEMS_BSP_CONFIGURE).
56
572006-01-10      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * configure.ac: Add ampolish3 support.
60        * Makefile.am: Add preinstall.am.
61
622006-01-09      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Don't include subdirs.am.
65
662005-10-06      Till Straumann <strauman@slac.stanford.edu>
67
68        PR 833/bsps
69        * irq/irq_asm.S: Currently, all (new exception) BSPs explicitely enable
70        the FPU across the user ISR but DONT save/restore the FPU context.
71        Any use of the FPU fron the user handler (e.g., due to GCC
72        optimizations) result in corruption. The fix results in an exception
73        in such cases (user ISR must explicitely save/enable/restore FPU).
74
752005-09-19      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * network/if_hdlcsubr.c, network/network.c: Include <errno.h>
78        instead of <sys/errno.h>.
79
802005-05-26      Joel Sherrill <joel@OARcorp.com>
81
82        PR 799/bsps
83        * include/bsp.h: Add include of bsp/vectors.h so rdbg.h can be
84        compiled.
85
862005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * include/bsp.h: New header guard.
89
902005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
91
92        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
93
942005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
97
982005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
99
100        PR 779/bsp
101        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
102        network/network.c: add parameter to new exception interrupt handlers
103        in powerpc bsps
104
1052005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
108        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
109        CPU_MINIMUM_STACK_FRAME_SIZE.
110
1112005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
114
1152005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
116
117        * Makefile.am: Merge-in wrapup/Makefile.am.
118        * wrapup/Makefile.am: Remove.
119        * configure.ac: Reflect changes above.
120
1212005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
124
1252005-01-04      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds: Remove warnings.
128
1292005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
130
131        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
132
1332004-09-27      Joel Sherrill <joel@OARcorp.com>
134
135        PR 680/bsps
136        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
137
1382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
139
140        * configure.ac: Require automake > 1.9.
141
1422004-07-25      Joel Sherrill <joel@OARcorp.com>
143
144        * network/network.c: Add include of <sys/errno.h>.
145
1462004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
147
148        PR 610/bsps
149        * Makefile.am: Add include/tm27.h, Cosmetics.
150        * include/tm27.h: Final cosmetics.
151
1522004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
153
154        * include/bsp.h: Split out tmtest27 support.
155        * include/tm27.h: New.
156
1572004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
158
159        PR 613/bsps
160        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
161
1622004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
163
164        PR 614/bsps
165        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
166
1672004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
168
169        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
170
1712004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
172
173        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
174        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
175        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
176        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
177
1782004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
179
180        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
181        startup/bspstart.c: Convert to using c99 fixed size types.
182
1832004-03-03      Joel Sherrill <joel@OARcorp.com>
184
185        * irq/irq.h: Correct typo.
186
1872004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Reflect changes to bsp.am.
190        Preinstall dist_project_lib*.
191
1922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Reflect changes to bsp.am.
195
1962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
199
2002004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * wrapup/Makefile.am: Convert to automake-building rules.
203
2042004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
207        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
208        vectors/Makefile.am. Use automake compilation rules.
209        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
210        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
211        * configure.ac: Reflect changes above.
212        * wrapup/Makefile: Reflect changes above.
213
2142004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Merge-in start/Makefile.am.
217        * start/Makefile.am: Remove.
218        * configure.ac: Reflect changes above.
219
2202004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Reflect changes to
223        ../support/*exception_processing/*.
224
2252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
228        Add RTEMS_PROG_CCAS.
229
2302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Add PREINSTALL_DIRS.
233        * irq/Makefile.am: Add PREINSTALL_DIRS.
234        * vectors/Makefile.am: Add PREINSTALL_DIRS.
235        * wrapup/Makefile.am: Reflect changes to libcpu.
236
2372004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
240        Add PRE/TMPINSTALL_FILES to CLEANFILES.
241        * irq/Makefile.am: Ditto.
242        * start/Makefile.am: Ditto.
243        * startup/Makefile.am: Ditto.
244        * vectors/Makefile.am: Ditto.
245
2462004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * wrapup/Makefile.am: Eliminate $(LIB).
249        Use noinst_DATA to trigger building libbsp.a.
250
2512003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * clock/Makefile.am: Eliminate VPATH.
254        * console/Makefile.am: Eliminate VPATH.
255        * irq/Makefile.am: Eliminate VPATH.
256        * network/Makefile.am: Eliminate VPATH.
257        * startup/Makefile.am: Eliminate VPATH.
258
2592003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        PR 545/bsps
262        * startup/setvec.c: Removed.
263
2642003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * startup/linkcmds: Remove SEARCH_DIR.
267
2682003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
271        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
272
2732003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
276        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
277        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
278        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
279
2802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
283
2842003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * start/Makefile.am: Misc cleanups and fixes.
287        * startup/Makefile.am: Misc cleanups and fixes.
288        * startup/linkcmds: Preparations for gcc-3.3.x.
289        * wrapup/Makefile.am: Misc cleanups and fixes.
290
2912003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * startup/Makefile.am: Remove S_FILES (Unused).
294        * vectors/Makefile.am: Cosmetics.
295        * wrapup/Makefile.am: Cosmetics.
296
2972003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Add preinstallation dirstamp support.
300        * clock/Makefile.am: Cosmetics.
301        * console/Makefile.am: Cosmetics.
302        * irq/Makefile.am: Add preinstallation dirstamp support.
303        * network/Makefile.am: Cosmetics.
304        * startup/Makefile.am: Cosmetics.
305        * vectors/Makefile.am: Add preinstallation dirstamp support.
306        * wrapup/Makefile.am: Cosmetics.
307
3082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * clock/Makefile.am: Remove all-local: $(ARCH).
311        * console/Makefile.am: Remove all-local: $(ARCH).
312        * irq/Makefile.am: Remove all-local: $(ARCH).
313        * network/Makefile.am: Remove all-local: $(ARCH).
314        * start/Makefile.am: Remove all-local: $(ARCH).
315        * startup/Makefile.am: Remove all-local: $(ARCH).
316        * vectors/Makefile.am: Remove all-local: $(ARCH).
317        * wrapup/Makefile.am: Remove all-local: $(ARCH).
318
3192003-10-22      Joel Sherrill <joel@OARcorp.com>
320
321        PR 510/bsps
322        * irq/irq.h: Add extern C wrapper.
323
3242003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: Merge-in include/Makefile.am.
327        Reflect changes to bsp.am.
328        * include/Makefile.am: Remove.
329        * configure.ac: Reflect changes above.
330
3312003-09-04      Joel Sherrill <joel@OARcorp.com>
332
333        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
334        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
335        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
336        vectors/vectors_init.c: URL for license changed.
337
3382003-08-20      Joel Sherrill <joel@OARcorp.com>
339
340        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
341
3422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Reflect having moved aclocal/.
345
3462003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Reflect having moved automake/.
349        * clock/Makefile.am: Reflect having moved automake/.
350        * console/Makefile.am: Reflect having moved automake/.
351        * include/Makefile.am: Reflect having moved automake/.
352        * irq/Makefile.am: Reflect having moved automake/.
353        * network/Makefile.am: Reflect having moved automake/.
354        * start/Makefile.am: Reflect having moved automake/.
355        * startup/Makefile.am: Reflect having moved automake/.
356        * vectors/Makefile.am: Reflect having moved automake/.
357        * wrapup/Makefile.am: Reflect having moved automake/.
358
3592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
362
3632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        PR 445/bsps
366        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
367        Remove cpp, old_cpp (now unused).
368
3692003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
372        Use memcmp instead of bcmp.
373
3742003-07-18      Till Straumann <strauman@slac.stanford.edu>
375
376        PR 288/rtems
377        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
378
3792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Remove AC_CONFIG_AUX_DIR.
382
3832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
386
3872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * configure.ac: AC_PREREQ(2.57).
390
3912003-01-20      Joel Sherrill <joel@OARcorp.com>
392
393        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
394
3952002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
398        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
399        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
400        Remove SORDID_HACK. Eliminate *_O_FILES.
401        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
402        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
403        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
404        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
405
4062002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * start/Makefile.am: Use install-data-local to install startfile.
409
4102002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
413
4142002-11-04      Joel Sherrill <joel@OARcorp.com>
415
416        * irq/irq.c: Removed warnings.
417
4182002-11-04      Joel Sherrill <joel@OARcorp.com>
419
420        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
421        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
422        Removed warnings.
423
4242002-11-01      Joel Sherrill <joel@OARcorp.com>
425
426        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
427        removed warnings.
428
4292002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
430
431        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
432        for _ISR_Nest_level.
433
4342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * .cvsignore: Reformat.
437        Add autom4te*cache.
438        Remove autom4te.cache.
439
4402002-08-21      Joel Sherrill <joel@OARcorp.com>
441
442        * bsp_specs: Added support for -nostdlibs.
443
4442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
447        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
448        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
449        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
450        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
451        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
452        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
453        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
454
4552002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
456
457        * start/Makefile.am: Eliminate PGM.
458        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
459
4602002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
463
4642002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
467        Remove $(OBJS) from all-local.
468
4692002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
472
4732001-05-09      Joel Sherrill <joel@OARcorp.com>
474
475        * startup/linkcmds: In support of gcc 3.1, added one of more
476        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
477        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
478        and direction of segments to memory regions may also have been
479        addressed.  This was a sweep across all BSPs.
480 
4812002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
482
483        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
484        * irq/irq_asm.S: Ditto.
485        * network/network.c: Include <rtems/bspIo.h>.
486        * start/start.S: Include <asm.h> instead of "asm.h".
487        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
488
4892002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
490
491        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
492
4932002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
494
495        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
496
4972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
498
499        * configure.ac:
500        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
501        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
502        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
503        * Makefile.am: Remove AUTOMAKE_OPTIONS.
504        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
505        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
506        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
507        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
508        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
509        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
510        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
511        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
512
5132002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
514
515        * configure.ac: Add RTEMS_CHECK_NETWORKING.
516
5172002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
518
519        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
520        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
521        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
522
5232001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
524
525        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
526
5272001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
530        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
531
5322001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * Makefile.am: Add @exceptions@ to SUBDIRS.
535        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
536        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
537        * include/Makefile.am: Convert PREINSTALL_FILES to
538        TMPINSTALL_FILES, include force-preinstall.am.
539        * wrapup/Makefile.am: Apply @exceptions@.
540
5412001-10-29      Joel Sherrill <joel@OARcorp.com>
542
543        * .cvsignore: Add more entries.
544
5452001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * aclocal.m4: Removed.  Should not have been in CVS.
548
5492001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
550
551        * aclocal.m4: Regenerated.
552        * configure.ac, include/Makefile.am, irq/Makefile.am,
553        vectors/Makefile.am: Updated to autoconf 2.52.
554        * include/.cvsignore: Added newly generated files.
555        * include/bsp.h: Added include of bspopts.h.
556
5572001-10-22      Joel Sherrill <joel@OARcorp.com>
558
559        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
560        include/.cvsignore, network/.cvsignore, start/.cvsignore,
561        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
562        files and other files missed in previous commit.
563
56401-10-22        Andy Dachs <a.dachs@sstl.co.uk>
565
566        * mpc8260ads added as new BSP.  tm27 reported not to run
567        at this time.
568        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
569        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
570        console/Makefile.am, console/console.c, include/Makefile.am,
571        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
572        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
573        network/Makefile.am, network/README, network/if_hdlcsubr.c,
574        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
575        start/start.S, startup/Makefile.am, startup/bspstart.c,
576        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
577        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
578        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
579        New files.
580
Note: See TracBrowser for help on using the repository browser.