source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 490fd4a

4.104.114.84.95
Last change on this file since 490fd4a was bb5c7cf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/10/05 at 13:23:52

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

  • Makefile.am: Add -DBSD_VISIBLE to network_CPPFLAGS.
  • Property mode set to 100644
File size: 15.5 KB
Line 
12005-05-10      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Add -D__BSD_VISIBLE to network_CPPFLAGS.
4
52005-04-15      Jennifer Averett <jennifer.averett@oarcorp.com>
6
7        PR 779/bsp
8        * clock/p_clock.c, irq/irq.c, irq/irq.h, irq/irq_init.c,
9        network/network.c: add parameter to new exception interrupt handlers
10        in powerpc bsps
11
122005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
13
14        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
15        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
16        CPU_MINIMUM_STACK_FRAME_SIZE.
17
182005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
21
222005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Merge-in wrapup/Makefile.am.
25        * wrapup/Makefile.am: Remove.
26        * configure.ac: Reflect changes above.
27
282005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
31
322005-01-04      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds: Remove warnings.
35
362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
39
402004-09-27      Joel Sherrill <joel@OARcorp.com>
41
42        PR 680/bsps
43        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
44
452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * configure.ac: Require automake > 1.9.
48
492004-07-25      Joel Sherrill <joel@OARcorp.com>
50
51        * network/network.c: Add include of <sys/errno.h>.
52
532004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        PR 610/bsps
56        * Makefile.am: Add include/tm27.h, Cosmetics.
57        * include/tm27.h: Final cosmetics.
58
592004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * include/bsp.h: Split out tmtest27 support.
62        * include/tm27.h: New.
63
642004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        PR 613/bsps
67        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
68
692004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        PR 614/bsps
72        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
73
742004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
77
782004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
81        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
82        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
83        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
84
852004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
86
87        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
88        startup/bspstart.c: Convert to using c99 fixed size types.
89
902004-03-03      Joel Sherrill <joel@OARcorp.com>
91
92        * irq/irq.h: Correct typo.
93
942004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Reflect changes to bsp.am.
97        Preinstall dist_project_lib*.
98
992004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Reflect changes to bsp.am.
102
1032004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
106
1072004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Convert to automake-building rules.
110
1112004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
114        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
115        vectors/Makefile.am. Use automake compilation rules.
116        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
117        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
118        * configure.ac: Reflect changes above.
119        * wrapup/Makefile: Reflect changes above.
120
1212004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Merge-in start/Makefile.am.
124        * start/Makefile.am: Remove.
125        * configure.ac: Reflect changes above.
126
1272004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * wrapup/Makefile.am: Reflect changes to
130        ../support/*exception_processing/*.
131
1322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
135        Add RTEMS_PROG_CCAS.
136
1372004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Add PREINSTALL_DIRS.
140        * irq/Makefile.am: Add PREINSTALL_DIRS.
141        * vectors/Makefile.am: Add PREINSTALL_DIRS.
142        * wrapup/Makefile.am: Reflect changes to libcpu.
143
1442004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
147        Add PRE/TMPINSTALL_FILES to CLEANFILES.
148        * irq/Makefile.am: Ditto.
149        * start/Makefile.am: Ditto.
150        * startup/Makefile.am: Ditto.
151        * vectors/Makefile.am: Ditto.
152
1532004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * wrapup/Makefile.am: Eliminate $(LIB).
156        Use noinst_DATA to trigger building libbsp.a.
157
1582003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * clock/Makefile.am: Eliminate VPATH.
161        * console/Makefile.am: Eliminate VPATH.
162        * irq/Makefile.am: Eliminate VPATH.
163        * network/Makefile.am: Eliminate VPATH.
164        * startup/Makefile.am: Eliminate VPATH.
165
1662003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        PR 545/bsps
169        * startup/setvec.c: Removed.
170
1712003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * startup/linkcmds: Remove SEARCH_DIR.
174
1752003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
178        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
179
1802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
183        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
184        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
185        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
186
1872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
190
1912003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * start/Makefile.am: Misc cleanups and fixes.
194        * startup/Makefile.am: Misc cleanups and fixes.
195        * startup/linkcmds: Preparations for gcc-3.3.x.
196        * wrapup/Makefile.am: Misc cleanups and fixes.
197
1982003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * startup/Makefile.am: Remove S_FILES (Unused).
201        * vectors/Makefile.am: Cosmetics.
202        * wrapup/Makefile.am: Cosmetics.
203
2042003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Add preinstallation dirstamp support.
207        * clock/Makefile.am: Cosmetics.
208        * console/Makefile.am: Cosmetics.
209        * irq/Makefile.am: Add preinstallation dirstamp support.
210        * network/Makefile.am: Cosmetics.
211        * startup/Makefile.am: Cosmetics.
212        * vectors/Makefile.am: Add preinstallation dirstamp support.
213        * wrapup/Makefile.am: Cosmetics.
214
2152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * clock/Makefile.am: Remove all-local: $(ARCH).
218        * console/Makefile.am: Remove all-local: $(ARCH).
219        * irq/Makefile.am: Remove all-local: $(ARCH).
220        * network/Makefile.am: Remove all-local: $(ARCH).
221        * start/Makefile.am: Remove all-local: $(ARCH).
222        * startup/Makefile.am: Remove all-local: $(ARCH).
223        * vectors/Makefile.am: Remove all-local: $(ARCH).
224        * wrapup/Makefile.am: Remove all-local: $(ARCH).
225
2262003-10-22      Joel Sherrill <joel@OARcorp.com>
227
228        PR 510/bsps
229        * irq/irq.h: Add extern C wrapper.
230
2312003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Merge-in include/Makefile.am.
234        Reflect changes to bsp.am.
235        * include/Makefile.am: Remove.
236        * configure.ac: Reflect changes above.
237
2382003-09-04      Joel Sherrill <joel@OARcorp.com>
239
240        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
241        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
242        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
243        vectors/vectors_init.c: URL for license changed.
244
2452003-08-20      Joel Sherrill <joel@OARcorp.com>
246
247        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
248
2492003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Reflect having moved aclocal/.
252
2532003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Reflect having moved automake/.
256        * clock/Makefile.am: Reflect having moved automake/.
257        * console/Makefile.am: Reflect having moved automake/.
258        * include/Makefile.am: Reflect having moved automake/.
259        * irq/Makefile.am: Reflect having moved automake/.
260        * network/Makefile.am: Reflect having moved automake/.
261        * start/Makefile.am: Reflect having moved automake/.
262        * startup/Makefile.am: Reflect having moved automake/.
263        * vectors/Makefile.am: Reflect having moved automake/.
264        * wrapup/Makefile.am: Reflect having moved automake/.
265
2662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
269
2702003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        PR 445/bsps
273        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
274        Remove cpp, old_cpp (now unused).
275
2762003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
279        Use memcmp instead of bcmp.
280
2812003-07-18      Till Straumann <strauman@slac.stanford.edu>
282
283        PR 288/rtems
284        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
285
2862003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Remove AC_CONFIG_AUX_DIR.
289
2902003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
293
2942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: AC_PREREQ(2.57).
297
2982003-01-20      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
301
3022002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
305        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
306        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
307        Remove SORDID_HACK. Eliminate *_O_FILES.
308        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
310        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
311        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312
3132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/Makefile.am: Use install-data-local to install startfile.
316
3172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
320
3212002-11-04      Joel Sherrill <joel@OARcorp.com>
322
323        * irq/irq.c: Removed warnings.
324
3252002-11-04      Joel Sherrill <joel@OARcorp.com>
326
327        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
328        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
329        Removed warnings.
330
3312002-11-01      Joel Sherrill <joel@OARcorp.com>
332
333        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
334        removed warnings.
335
3362002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
337
338        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
339        for _ISR_Nest_level.
340
3412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * .cvsignore: Reformat.
344        Add autom4te*cache.
345        Remove autom4te.cache.
346
3472002-08-21      Joel Sherrill <joel@OARcorp.com>
348
349        * bsp_specs: Added support for -nostdlibs.
350
3512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
354        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
355        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
356        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
357        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
358        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
359        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
360        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
361
3622002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * start/Makefile.am: Eliminate PGM.
365        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
366
3672002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
370
3712002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
374        Remove $(OBJS) from all-local.
375
3762002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
379
3802001-05-09      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/linkcmds: In support of gcc 3.1, added one of more
383        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
384        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
385        and direction of segments to memory regions may also have been
386        addressed.  This was a sweep across all BSPs.
387 
3882002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
391        * irq/irq_asm.S: Ditto.
392        * network/network.c: Include <rtems/bspIo.h>.
393        * start/start.S: Include <asm.h> instead of "asm.h".
394        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
395
3962002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
399
4002002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
403
4042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.ac:
407        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
408        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
409        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
410        * Makefile.am: Remove AUTOMAKE_OPTIONS.
411        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
412        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
413        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
414        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
415        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
416        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
417        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
418        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
419
4202002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * configure.ac: Add RTEMS_CHECK_NETWORKING.
423
4242002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
427        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
428        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
429
4302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
433
4342001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
437        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
438
4392001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am: Add @exceptions@ to SUBDIRS.
442        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
443        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
444        * include/Makefile.am: Convert PREINSTALL_FILES to
445        TMPINSTALL_FILES, include force-preinstall.am.
446        * wrapup/Makefile.am: Apply @exceptions@.
447
4482001-10-29      Joel Sherrill <joel@OARcorp.com>
449
450        * .cvsignore: Add more entries.
451
4522001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * aclocal.m4: Removed.  Should not have been in CVS.
455
4562001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * aclocal.m4: Regenerated.
459        * configure.ac, include/Makefile.am, irq/Makefile.am,
460        vectors/Makefile.am: Updated to autoconf 2.52.
461        * include/.cvsignore: Added newly generated files.
462        * include/bsp.h: Added include of bspopts.h.
463
4642001-10-22      Joel Sherrill <joel@OARcorp.com>
465
466        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
467        include/.cvsignore, network/.cvsignore, start/.cvsignore,
468        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
469        files and other files missed in previous commit.
470
47101-10-22        Andy Dachs <a.dachs@sstl.co.uk>
472
473        * mpc8260ads added as new BSP.  tm27 reported not to run
474        at this time.
475        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
476        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
477        console/Makefile.am, console/console.c, include/Makefile.am,
478        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
479        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
480        network/Makefile.am, network/README, network/if_hdlcsubr.c,
481        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
482        start/start.S, startup/Makefile.am, startup/bspstart.c,
483        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
484        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
485        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
486        New files.
487
Note: See TracBrowser for help on using the repository browser.