source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 34c4852

4.104.114.84.95
Last change on this file since 34c4852 was 34c4852, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/26/05 at 05:36:48

2005-05-26 Ralf Corsepius <ralf.corsepius@…>

  • include/bsp.h: New header guard.
  • Property mode set to 100644
File size: 15.7 KB
Line 
12005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h: New header guard.
4
52005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
6
7        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
8
92005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
12
132005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
14
15        PR 779/bsp
16        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
17        network/network.c: add parameter to new exception interrupt handlers
18        in powerpc bsps
19
202005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
23        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
24        CPU_MINIMUM_STACK_FRAME_SIZE.
25
262005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
29
302005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Merge-in wrapup/Makefile.am.
33        * wrapup/Makefile.am: Remove.
34        * configure.ac: Reflect changes above.
35
362005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
39
402005-01-04      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds: Remove warnings.
43
442005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
45
46        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
47
482004-09-27      Joel Sherrill <joel@OARcorp.com>
49
50        PR 680/bsps
51        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
52
532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * configure.ac: Require automake > 1.9.
56
572004-07-25      Joel Sherrill <joel@OARcorp.com>
58
59        * network/network.c: Add include of <sys/errno.h>.
60
612004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        PR 610/bsps
64        * Makefile.am: Add include/tm27.h, Cosmetics.
65        * include/tm27.h: Final cosmetics.
66
672004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * include/bsp.h: Split out tmtest27 support.
70        * include/tm27.h: New.
71
722004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        PR 613/bsps
75        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
76
772004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        PR 614/bsps
80        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
81
822004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
85
862004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
89        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
90        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
91        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
92
932004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
96        startup/bspstart.c: Convert to using c99 fixed size types.
97
982004-03-03      Joel Sherrill <joel@OARcorp.com>
99
100        * irq/irq.h: Correct typo.
101
1022004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Reflect changes to bsp.am.
105        Preinstall dist_project_lib*.
106
1072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Reflect changes to bsp.am.
110
1112004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
114
1152004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Convert to automake-building rules.
118
1192004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
122        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
123        vectors/Makefile.am. Use automake compilation rules.
124        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
125        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
126        * configure.ac: Reflect changes above.
127        * wrapup/Makefile: Reflect changes above.
128
1292004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Merge-in start/Makefile.am.
132        * start/Makefile.am: Remove.
133        * configure.ac: Reflect changes above.
134
1352004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Reflect changes to
138        ../support/*exception_processing/*.
139
1402004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
143        Add RTEMS_PROG_CCAS.
144
1452004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Add PREINSTALL_DIRS.
148        * irq/Makefile.am: Add PREINSTALL_DIRS.
149        * vectors/Makefile.am: Add PREINSTALL_DIRS.
150        * wrapup/Makefile.am: Reflect changes to libcpu.
151
1522004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
155        Add PRE/TMPINSTALL_FILES to CLEANFILES.
156        * irq/Makefile.am: Ditto.
157        * start/Makefile.am: Ditto.
158        * startup/Makefile.am: Ditto.
159        * vectors/Makefile.am: Ditto.
160
1612004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Eliminate $(LIB).
164        Use noinst_DATA to trigger building libbsp.a.
165
1662003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * clock/Makefile.am: Eliminate VPATH.
169        * console/Makefile.am: Eliminate VPATH.
170        * irq/Makefile.am: Eliminate VPATH.
171        * network/Makefile.am: Eliminate VPATH.
172        * startup/Makefile.am: Eliminate VPATH.
173
1742003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        PR 545/bsps
177        * startup/setvec.c: Removed.
178
1792003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * startup/linkcmds: Remove SEARCH_DIR.
182
1832003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
186        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
187
1882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
191        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
192        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
193        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
194
1952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
198
1992003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * start/Makefile.am: Misc cleanups and fixes.
202        * startup/Makefile.am: Misc cleanups and fixes.
203        * startup/linkcmds: Preparations for gcc-3.3.x.
204        * wrapup/Makefile.am: Misc cleanups and fixes.
205
2062003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * startup/Makefile.am: Remove S_FILES (Unused).
209        * vectors/Makefile.am: Cosmetics.
210        * wrapup/Makefile.am: Cosmetics.
211
2122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Add preinstallation dirstamp support.
215        * clock/Makefile.am: Cosmetics.
216        * console/Makefile.am: Cosmetics.
217        * irq/Makefile.am: Add preinstallation dirstamp support.
218        * network/Makefile.am: Cosmetics.
219        * startup/Makefile.am: Cosmetics.
220        * vectors/Makefile.am: Add preinstallation dirstamp support.
221        * wrapup/Makefile.am: Cosmetics.
222
2232003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * clock/Makefile.am: Remove all-local: $(ARCH).
226        * console/Makefile.am: Remove all-local: $(ARCH).
227        * irq/Makefile.am: Remove all-local: $(ARCH).
228        * network/Makefile.am: Remove all-local: $(ARCH).
229        * start/Makefile.am: Remove all-local: $(ARCH).
230        * startup/Makefile.am: Remove all-local: $(ARCH).
231        * vectors/Makefile.am: Remove all-local: $(ARCH).
232        * wrapup/Makefile.am: Remove all-local: $(ARCH).
233
2342003-10-22      Joel Sherrill <joel@OARcorp.com>
235
236        PR 510/bsps
237        * irq/irq.h: Add extern C wrapper.
238
2392003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * Makefile.am: Merge-in include/Makefile.am.
242        Reflect changes to bsp.am.
243        * include/Makefile.am: Remove.
244        * configure.ac: Reflect changes above.
245
2462003-09-04      Joel Sherrill <joel@OARcorp.com>
247
248        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
249        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
250        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
251        vectors/vectors_init.c: URL for license changed.
252
2532003-08-20      Joel Sherrill <joel@OARcorp.com>
254
255        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
256
2572003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Reflect having moved aclocal/.
260
2612003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Reflect having moved automake/.
264        * clock/Makefile.am: Reflect having moved automake/.
265        * console/Makefile.am: Reflect having moved automake/.
266        * include/Makefile.am: Reflect having moved automake/.
267        * irq/Makefile.am: Reflect having moved automake/.
268        * network/Makefile.am: Reflect having moved automake/.
269        * start/Makefile.am: Reflect having moved automake/.
270        * startup/Makefile.am: Reflect having moved automake/.
271        * vectors/Makefile.am: Reflect having moved automake/.
272        * wrapup/Makefile.am: Reflect having moved automake/.
273
2742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
277
2782003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        PR 445/bsps
281        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
282        Remove cpp, old_cpp (now unused).
283
2842003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
287        Use memcmp instead of bcmp.
288
2892003-07-18      Till Straumann <strauman@slac.stanford.edu>
290
291        PR 288/rtems
292        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
293
2942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Remove AC_CONFIG_AUX_DIR.
297
2982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
301
3022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: AC_PREREQ(2.57).
305
3062003-01-20      Joel Sherrill <joel@OARcorp.com>
307
308        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
309
3102002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
315        Remove SORDID_HACK. Eliminate *_O_FILES.
316        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
317        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
318        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
319        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
320
3212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * start/Makefile.am: Use install-data-local to install startfile.
324
3252002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
328
3292002-11-04      Joel Sherrill <joel@OARcorp.com>
330
331        * irq/irq.c: Removed warnings.
332
3332002-11-04      Joel Sherrill <joel@OARcorp.com>
334
335        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
336        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
337        Removed warnings.
338
3392002-11-01      Joel Sherrill <joel@OARcorp.com>
340
341        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
342        removed warnings.
343
3442002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
345
346        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
347        for _ISR_Nest_level.
348
3492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * .cvsignore: Reformat.
352        Add autom4te*cache.
353        Remove autom4te.cache.
354
3552002-08-21      Joel Sherrill <joel@OARcorp.com>
356
357        * bsp_specs: Added support for -nostdlibs.
358
3592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
362        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
363        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
364        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
365        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
366        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
367        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
368        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
369
3702002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * start/Makefile.am: Eliminate PGM.
373        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
374
3752002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
378
3792002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
382        Remove $(OBJS) from all-local.
383
3842002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
387
3882001-05-09      Joel Sherrill <joel@OARcorp.com>
389
390        * startup/linkcmds: In support of gcc 3.1, added one of more
391        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
392        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
393        and direction of segments to memory regions may also have been
394        addressed.  This was a sweep across all BSPs.
395 
3962002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
399        * irq/irq_asm.S: Ditto.
400        * network/network.c: Include <rtems/bspIo.h>.
401        * start/start.S: Include <asm.h> instead of "asm.h".
402        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
403
4042002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
407
4082002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
411
4122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
413
414        * configure.ac:
415        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
416        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
417        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
423        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
424        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
425        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
426        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
427
4282002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * configure.ac: Add RTEMS_CHECK_NETWORKING.
431
4322002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
435        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
436        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
437
4382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
441
4422001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
445        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
446
4472001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: Add @exceptions@ to SUBDIRS.
450        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
451        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
452        * include/Makefile.am: Convert PREINSTALL_FILES to
453        TMPINSTALL_FILES, include force-preinstall.am.
454        * wrapup/Makefile.am: Apply @exceptions@.
455
4562001-10-29      Joel Sherrill <joel@OARcorp.com>
457
458        * .cvsignore: Add more entries.
459
4602001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * aclocal.m4: Removed.  Should not have been in CVS.
463
4642001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * aclocal.m4: Regenerated.
467        * configure.ac, include/Makefile.am, irq/Makefile.am,
468        vectors/Makefile.am: Updated to autoconf 2.52.
469        * include/.cvsignore: Added newly generated files.
470        * include/bsp.h: Added include of bspopts.h.
471
4722001-10-22      Joel Sherrill <joel@OARcorp.com>
473
474        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
475        include/.cvsignore, network/.cvsignore, start/.cvsignore,
476        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
477        files and other files missed in previous commit.
478
47901-10-22        Andy Dachs <a.dachs@sstl.co.uk>
480
481        * mpc8260ads added as new BSP.  tm27 reported not to run
482        at this time.
483        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
484        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
485        console/Makefile.am, console/console.c, include/Makefile.am,
486        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
487        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
488        network/Makefile.am, network/README, network/if_hdlcsubr.c,
489        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
490        start/start.S, startup/Makefile.am, startup/bspstart.c,
491        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
492        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
493        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
494        New files.
495
Note: See TracBrowser for help on using the repository browser.