source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 7068d7ac

4.104.114.84.95
Last change on this file since 7068d7ac was 7068d7ac, checked in by Jennifer Averett <Jennifer.Averett@…>, on 05/17/05 at 15:05:03

2005-05-17 Jennifer Averett <jennifer.averett@…>

  • irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
  • Property mode set to 100644
File size: 15.6 KB
Line 
12005-05-17      Jennifer Averett <jennifer.averett@oarcorp.com>
2
3        * irq/irq.c, irq/irq.h: Modified to use rtems/irq.h.
4
52005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
8
92005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
10
11        PR 779/bsp
12        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
13        network/network.c: add parameter to new exception interrupt handlers
14        in powerpc bsps
15
162005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
17
18        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
19        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
20        CPU_MINIMUM_STACK_FRAME_SIZE.
21
222005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
25
262005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Merge-in wrapup/Makefile.am.
29        * wrapup/Makefile.am: Remove.
30        * configure.ac: Reflect changes above.
31
322005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
35
362005-01-04      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/linkcmds: Remove warnings.
39
402005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
43
442004-09-27      Joel Sherrill <joel@OARcorp.com>
45
46        PR 680/bsps
47        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
48
492004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        * configure.ac: Require automake > 1.9.
52
532004-07-25      Joel Sherrill <joel@OARcorp.com>
54
55        * network/network.c: Add include of <sys/errno.h>.
56
572004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 610/bsps
60        * Makefile.am: Add include/tm27.h, Cosmetics.
61        * include/tm27.h: Final cosmetics.
62
632004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * include/bsp.h: Split out tmtest27 support.
66        * include/tm27.h: New.
67
682004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        PR 613/bsps
71        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
72
732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        PR 614/bsps
76        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
77
782004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
81
822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
85        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
86        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
87        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
88
892004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
92        startup/bspstart.c: Convert to using c99 fixed size types.
93
942004-03-03      Joel Sherrill <joel@OARcorp.com>
95
96        * irq/irq.h: Correct typo.
97
982004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Reflect changes to bsp.am.
101        Preinstall dist_project_lib*.
102
1032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Reflect changes to bsp.am.
106
1072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
110
1112004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Convert to automake-building rules.
114
1152004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
118        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
119        vectors/Makefile.am. Use automake compilation rules.
120        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
121        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
122        * configure.ac: Reflect changes above.
123        * wrapup/Makefile: Reflect changes above.
124
1252004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Merge-in start/Makefile.am.
128        * start/Makefile.am: Remove.
129        * configure.ac: Reflect changes above.
130
1312004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Reflect changes to
134        ../support/*exception_processing/*.
135
1362004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
139        Add RTEMS_PROG_CCAS.
140
1412004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Add PREINSTALL_DIRS.
144        * irq/Makefile.am: Add PREINSTALL_DIRS.
145        * vectors/Makefile.am: Add PREINSTALL_DIRS.
146        * wrapup/Makefile.am: Reflect changes to libcpu.
147
1482004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
151        Add PRE/TMPINSTALL_FILES to CLEANFILES.
152        * irq/Makefile.am: Ditto.
153        * start/Makefile.am: Ditto.
154        * startup/Makefile.am: Ditto.
155        * vectors/Makefile.am: Ditto.
156
1572004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * wrapup/Makefile.am: Eliminate $(LIB).
160        Use noinst_DATA to trigger building libbsp.a.
161
1622003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * clock/Makefile.am: Eliminate VPATH.
165        * console/Makefile.am: Eliminate VPATH.
166        * irq/Makefile.am: Eliminate VPATH.
167        * network/Makefile.am: Eliminate VPATH.
168        * startup/Makefile.am: Eliminate VPATH.
169
1702003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        PR 545/bsps
173        * startup/setvec.c: Removed.
174
1752003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * startup/linkcmds: Remove SEARCH_DIR.
178
1792003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
182        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
183
1842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
187        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
188        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
189        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
190
1912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
194
1952003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * start/Makefile.am: Misc cleanups and fixes.
198        * startup/Makefile.am: Misc cleanups and fixes.
199        * startup/linkcmds: Preparations for gcc-3.3.x.
200        * wrapup/Makefile.am: Misc cleanups and fixes.
201
2022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * startup/Makefile.am: Remove S_FILES (Unused).
205        * vectors/Makefile.am: Cosmetics.
206        * wrapup/Makefile.am: Cosmetics.
207
2082003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Add preinstallation dirstamp support.
211        * clock/Makefile.am: Cosmetics.
212        * console/Makefile.am: Cosmetics.
213        * irq/Makefile.am: Add preinstallation dirstamp support.
214        * network/Makefile.am: Cosmetics.
215        * startup/Makefile.am: Cosmetics.
216        * vectors/Makefile.am: Add preinstallation dirstamp support.
217        * wrapup/Makefile.am: Cosmetics.
218
2192003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * clock/Makefile.am: Remove all-local: $(ARCH).
222        * console/Makefile.am: Remove all-local: $(ARCH).
223        * irq/Makefile.am: Remove all-local: $(ARCH).
224        * network/Makefile.am: Remove all-local: $(ARCH).
225        * start/Makefile.am: Remove all-local: $(ARCH).
226        * startup/Makefile.am: Remove all-local: $(ARCH).
227        * vectors/Makefile.am: Remove all-local: $(ARCH).
228        * wrapup/Makefile.am: Remove all-local: $(ARCH).
229
2302003-10-22      Joel Sherrill <joel@OARcorp.com>
231
232        PR 510/bsps
233        * irq/irq.h: Add extern C wrapper.
234
2352003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * Makefile.am: Merge-in include/Makefile.am.
238        Reflect changes to bsp.am.
239        * include/Makefile.am: Remove.
240        * configure.ac: Reflect changes above.
241
2422003-09-04      Joel Sherrill <joel@OARcorp.com>
243
244        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
245        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
246        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
247        vectors/vectors_init.c: URL for license changed.
248
2492003-08-20      Joel Sherrill <joel@OARcorp.com>
250
251        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
252
2532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Reflect having moved aclocal/.
256
2572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Reflect having moved automake/.
260        * clock/Makefile.am: Reflect having moved automake/.
261        * console/Makefile.am: Reflect having moved automake/.
262        * include/Makefile.am: Reflect having moved automake/.
263        * irq/Makefile.am: Reflect having moved automake/.
264        * network/Makefile.am: Reflect having moved automake/.
265        * start/Makefile.am: Reflect having moved automake/.
266        * startup/Makefile.am: Reflect having moved automake/.
267        * vectors/Makefile.am: Reflect having moved automake/.
268        * wrapup/Makefile.am: Reflect having moved automake/.
269
2702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
273
2742003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        PR 445/bsps
277        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
278        Remove cpp, old_cpp (now unused).
279
2802003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
283        Use memcmp instead of bcmp.
284
2852003-07-18      Till Straumann <strauman@slac.stanford.edu>
286
287        PR 288/rtems
288        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
289
2902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Remove AC_CONFIG_AUX_DIR.
293
2942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
297
2982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: AC_PREREQ(2.57).
301
3022003-01-20      Joel Sherrill <joel@OARcorp.com>
303
304        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
305
3062002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        Remove SORDID_HACK. Eliminate *_O_FILES.
312        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
313        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
314        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
315        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
316
3172002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * start/Makefile.am: Use install-data-local to install startfile.
320
3212002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
324
3252002-11-04      Joel Sherrill <joel@OARcorp.com>
326
327        * irq/irq.c: Removed warnings.
328
3292002-11-04      Joel Sherrill <joel@OARcorp.com>
330
331        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
332        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
333        Removed warnings.
334
3352002-11-01      Joel Sherrill <joel@OARcorp.com>
336
337        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
338        removed warnings.
339
3402002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
341
342        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
343        for _ISR_Nest_level.
344
3452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * .cvsignore: Reformat.
348        Add autom4te*cache.
349        Remove autom4te.cache.
350
3512002-08-21      Joel Sherrill <joel@OARcorp.com>
352
353        * bsp_specs: Added support for -nostdlibs.
354
3552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
358        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
359        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
360        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
361        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
362        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
363        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
364        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
365
3662002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * start/Makefile.am: Eliminate PGM.
369        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
370
3712002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
374
3752002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
378        Remove $(OBJS) from all-local.
379
3802002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
383
3842001-05-09      Joel Sherrill <joel@OARcorp.com>
385
386        * startup/linkcmds: In support of gcc 3.1, added one of more
387        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
388        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
389        and direction of segments to memory regions may also have been
390        addressed.  This was a sweep across all BSPs.
391 
3922002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
395        * irq/irq_asm.S: Ditto.
396        * network/network.c: Include <rtems/bspIo.h>.
397        * start/start.S: Include <asm.h> instead of "asm.h".
398        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
399
4002002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
403
4042002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
407
4082002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * configure.ac:
411        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
412        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
413        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
414        * Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
416        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
419        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
420        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
421        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
422        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
423
4242002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * configure.ac: Add RTEMS_CHECK_NETWORKING.
427
4282002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
431        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
432        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
433
4342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
437
4382001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
441        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
442
4432001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am: Add @exceptions@ to SUBDIRS.
446        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
447        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
448        * include/Makefile.am: Convert PREINSTALL_FILES to
449        TMPINSTALL_FILES, include force-preinstall.am.
450        * wrapup/Makefile.am: Apply @exceptions@.
451
4522001-10-29      Joel Sherrill <joel@OARcorp.com>
453
454        * .cvsignore: Add more entries.
455
4562001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * aclocal.m4: Removed.  Should not have been in CVS.
459
4602001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * aclocal.m4: Regenerated.
463        * configure.ac, include/Makefile.am, irq/Makefile.am,
464        vectors/Makefile.am: Updated to autoconf 2.52.
465        * include/.cvsignore: Added newly generated files.
466        * include/bsp.h: Added include of bspopts.h.
467
4682001-10-22      Joel Sherrill <joel@OARcorp.com>
469
470        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
471        include/.cvsignore, network/.cvsignore, start/.cvsignore,
472        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
473        files and other files missed in previous commit.
474
47501-10-22        Andy Dachs <a.dachs@sstl.co.uk>
476
477        * mpc8260ads added as new BSP.  tm27 reported not to run
478        at this time.
479        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
480        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
481        console/Makefile.am, console/console.c, include/Makefile.am,
482        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
483        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
484        network/Makefile.am, network/README, network/if_hdlcsubr.c,
485        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
486        start/start.S, startup/Makefile.am, startup/bspstart.c,
487        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
488        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
489        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
490        New files.
491
Note: See TracBrowser for help on using the repository browser.