source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 1899fe4

4.104.114.84.95
Last change on this file since 1899fe4 was 1899fe4, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/17/05 at 04:29:15

2005-02-17 Ralf Corsepius <ralf.corsepius@…>

  • startup/bspstart.c: include <rtems/powerpc/powerpc.h>. Use PPC_MINIMUM_STACK_FRAME_SIZE instead of CPU_MINIMUM_STACK_FRAME_SIZE.
  • Property mode set to 100644
File size: 15.1 KB
Line 
12005-02-17      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * startup/bspstart.c: include <rtems/powerpc/powerpc.h>.
4        Use PPC_MINIMUM_STACK_FRAME_SIZE instead of
5        CPU_MINIMUM_STACK_FRAME_SIZE.
6
72005-02-16      Ralf Corsepius <ralf.corsepius@rtems.org>
8
9        * configure.ac: Remove argument from RTEMS_PPC_EXCEPTIONS.
10
112005-02-11      Ralf Corsepius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Merge-in wrapup/Makefile.am.
14        * wrapup/Makefile.am: Remove.
15        * configure.ac: Reflect changes above.
16
172005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
20
212005-01-04      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Remove warnings.
24
252005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
28
292004-09-27      Joel Sherrill <joel@OARcorp.com>
30
31        PR 680/bsps
32        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
33
342004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * configure.ac: Require automake > 1.9.
37
382004-07-25      Joel Sherrill <joel@OARcorp.com>
39
40        * network/network.c: Add include of <sys/errno.h>.
41
422004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        PR 610/bsps
45        * Makefile.am: Add include/tm27.h, Cosmetics.
46        * include/tm27.h: Final cosmetics.
47
482004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * include/bsp.h: Split out tmtest27 support.
51        * include/tm27.h: New.
52
532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        PR 613/bsps
56        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
57
582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        PR 614/bsps
61        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
62
632004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
66
672004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
70        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
71        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
72        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
73
742004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
77        startup/bspstart.c: Convert to using c99 fixed size types.
78
792004-03-03      Joel Sherrill <joel@OARcorp.com>
80
81        * irq/irq.h: Correct typo.
82
832004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Reflect changes to bsp.am.
86        Preinstall dist_project_lib*.
87
882004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Reflect changes to bsp.am.
91
922004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
95
962004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Convert to automake-building rules.
99
1002004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
103        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
104        vectors/Makefile.am. Use automake compilation rules.
105        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
106        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
107        * configure.ac: Reflect changes above.
108        * wrapup/Makefile: Reflect changes above.
109
1102004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Merge-in start/Makefile.am.
113        * start/Makefile.am: Remove.
114        * configure.ac: Reflect changes above.
115
1162004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * wrapup/Makefile.am: Reflect changes to
119        ../support/*exception_processing/*.
120
1212004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
124        Add RTEMS_PROG_CCAS.
125
1262004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Add PREINSTALL_DIRS.
129        * irq/Makefile.am: Add PREINSTALL_DIRS.
130        * vectors/Makefile.am: Add PREINSTALL_DIRS.
131        * wrapup/Makefile.am: Reflect changes to libcpu.
132
1332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
136        Add PRE/TMPINSTALL_FILES to CLEANFILES.
137        * irq/Makefile.am: Ditto.
138        * start/Makefile.am: Ditto.
139        * startup/Makefile.am: Ditto.
140        * vectors/Makefile.am: Ditto.
141
1422004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * wrapup/Makefile.am: Eliminate $(LIB).
145        Use noinst_DATA to trigger building libbsp.a.
146
1472003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * clock/Makefile.am: Eliminate VPATH.
150        * console/Makefile.am: Eliminate VPATH.
151        * irq/Makefile.am: Eliminate VPATH.
152        * network/Makefile.am: Eliminate VPATH.
153        * startup/Makefile.am: Eliminate VPATH.
154
1552003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        PR 545/bsps
158        * startup/setvec.c: Removed.
159
1602003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * startup/linkcmds: Remove SEARCH_DIR.
163
1642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
167        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
168
1692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
172        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
173        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
174        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
175
1762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
179
1802003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * start/Makefile.am: Misc cleanups and fixes.
183        * startup/Makefile.am: Misc cleanups and fixes.
184        * startup/linkcmds: Preparations for gcc-3.3.x.
185        * wrapup/Makefile.am: Misc cleanups and fixes.
186
1872003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * startup/Makefile.am: Remove S_FILES (Unused).
190        * vectors/Makefile.am: Cosmetics.
191        * wrapup/Makefile.am: Cosmetics.
192
1932003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Add preinstallation dirstamp support.
196        * clock/Makefile.am: Cosmetics.
197        * console/Makefile.am: Cosmetics.
198        * irq/Makefile.am: Add preinstallation dirstamp support.
199        * network/Makefile.am: Cosmetics.
200        * startup/Makefile.am: Cosmetics.
201        * vectors/Makefile.am: Add preinstallation dirstamp support.
202        * wrapup/Makefile.am: Cosmetics.
203
2042003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * clock/Makefile.am: Remove all-local: $(ARCH).
207        * console/Makefile.am: Remove all-local: $(ARCH).
208        * irq/Makefile.am: Remove all-local: $(ARCH).
209        * network/Makefile.am: Remove all-local: $(ARCH).
210        * start/Makefile.am: Remove all-local: $(ARCH).
211        * startup/Makefile.am: Remove all-local: $(ARCH).
212        * vectors/Makefile.am: Remove all-local: $(ARCH).
213        * wrapup/Makefile.am: Remove all-local: $(ARCH).
214
2152003-10-22      Joel Sherrill <joel@OARcorp.com>
216
217        PR 510/bsps
218        * irq/irq.h: Add extern C wrapper.
219
2202003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Merge-in include/Makefile.am.
223        Reflect changes to bsp.am.
224        * include/Makefile.am: Remove.
225        * configure.ac: Reflect changes above.
226
2272003-09-04      Joel Sherrill <joel@OARcorp.com>
228
229        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
230        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
231        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
232        vectors/vectors_init.c: URL for license changed.
233
2342003-08-20      Joel Sherrill <joel@OARcorp.com>
235
236        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
237
2382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Reflect having moved aclocal/.
241
2422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Reflect having moved automake/.
245        * clock/Makefile.am: Reflect having moved automake/.
246        * console/Makefile.am: Reflect having moved automake/.
247        * include/Makefile.am: Reflect having moved automake/.
248        * irq/Makefile.am: Reflect having moved automake/.
249        * network/Makefile.am: Reflect having moved automake/.
250        * start/Makefile.am: Reflect having moved automake/.
251        * startup/Makefile.am: Reflect having moved automake/.
252        * vectors/Makefile.am: Reflect having moved automake/.
253        * wrapup/Makefile.am: Reflect having moved automake/.
254
2552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
258
2592003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        PR 445/bsps
262        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
263        Remove cpp, old_cpp (now unused).
264
2652003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
268        Use memcmp instead of bcmp.
269
2702003-07-18      Till Straumann <strauman@slac.stanford.edu>
271
272        PR 288/rtems
273        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
274
2752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac: Remove AC_CONFIG_AUX_DIR.
278
2792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
282
2832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: AC_PREREQ(2.57).
286
2872003-01-20      Joel Sherrill <joel@OARcorp.com>
288
289        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
290
2912002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
294        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
296        Remove SORDID_HACK. Eliminate *_O_FILES.
297        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
298        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301
3022002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * start/Makefile.am: Use install-data-local to install startfile.
305
3062002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
309
3102002-11-04      Joel Sherrill <joel@OARcorp.com>
311
312        * irq/irq.c: Removed warnings.
313
3142002-11-04      Joel Sherrill <joel@OARcorp.com>
315
316        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
317        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
318        Removed warnings.
319
3202002-11-01      Joel Sherrill <joel@OARcorp.com>
321
322        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
323        removed warnings.
324
3252002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
326
327        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
328        for _ISR_Nest_level.
329
3302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * .cvsignore: Reformat.
333        Add autom4te*cache.
334        Remove autom4te.cache.
335
3362002-08-21      Joel Sherrill <joel@OARcorp.com>
337
338        * bsp_specs: Added support for -nostdlibs.
339
3402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
343        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
344        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
345        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
346        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
347        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
348        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
349        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
350
3512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * start/Makefile.am: Eliminate PGM.
354        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
355
3562002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
359
3602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
363        Remove $(OBJS) from all-local.
364
3652002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
368
3692001-05-09      Joel Sherrill <joel@OARcorp.com>
370
371        * startup/linkcmds: In support of gcc 3.1, added one of more
372        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
373        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
374        and direction of segments to memory regions may also have been
375        addressed.  This was a sweep across all BSPs.
376 
3772002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
380        * irq/irq_asm.S: Ditto.
381        * network/network.c: Include <rtems/bspIo.h>.
382        * start/start.S: Include <asm.h> instead of "asm.h".
383        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
384
3852002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
388
3892002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
392
3932002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.ac:
396        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
397        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
398        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
399        * Makefile.am: Remove AUTOMAKE_OPTIONS.
400        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
401        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
402        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
403        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
404        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
405        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
406        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
407        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
408
4092002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * configure.ac: Add RTEMS_CHECK_NETWORKING.
412
4132002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
416        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
417        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
418
4192001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
422
4232001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
426        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
427
4282001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * Makefile.am: Add @exceptions@ to SUBDIRS.
431        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
432        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
433        * include/Makefile.am: Convert PREINSTALL_FILES to
434        TMPINSTALL_FILES, include force-preinstall.am.
435        * wrapup/Makefile.am: Apply @exceptions@.
436
4372001-10-29      Joel Sherrill <joel@OARcorp.com>
438
439        * .cvsignore: Add more entries.
440
4412001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * aclocal.m4: Removed.  Should not have been in CVS.
444
4452001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * aclocal.m4: Regenerated.
448        * configure.ac, include/Makefile.am, irq/Makefile.am,
449        vectors/Makefile.am: Updated to autoconf 2.52.
450        * include/.cvsignore: Added newly generated files.
451        * include/bsp.h: Added include of bspopts.h.
452
4532001-10-22      Joel Sherrill <joel@OARcorp.com>
454
455        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
456        include/.cvsignore, network/.cvsignore, start/.cvsignore,
457        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
458        files and other files missed in previous commit.
459
46001-10-22        Andy Dachs <a.dachs@sstl.co.uk>
461
462        * mpc8260ads added as new BSP.  tm27 reported not to run
463        at this time.
464        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
465        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
466        console/Makefile.am, console/console.c, include/Makefile.am,
467        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
468        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
469        network/Makefile.am, network/README, network/if_hdlcsubr.c,
470        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
471        start/start.S, startup/Makefile.am, startup/bspstart.c,
472        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
473        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
474        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
475        New files.
476
Note: See TracBrowser for help on using the repository browser.