source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 6a61cf94

4.104.114.84.95
Last change on this file since 6a61cf94 was 6a61cf94, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/04 at 21:52:08

2004-09-27 Joel Sherrill <joel@…>

PR 680/bsps

  • network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
  • Property mode set to 100644
File size: 14.4 KB
Line 
12004-09-27      Joel Sherrill <joel@OARcorp.com>
2
3        PR 680/bsps
4        * network/if_hdlcsubr.c: Add missing #include <rtems/rtems_bsdnet.h>.
5
62004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * configure.ac: Require automake > 1.9.
9
102004-07-25      Joel Sherrill <joel@OARcorp.com>
11
12        * network/network.c: Add include of <sys/errno.h>.
13
142004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        PR 610/bsps
17        * Makefile.am: Add include/tm27.h, Cosmetics.
18        * include/tm27.h: Final cosmetics.
19
202004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * include/bsp.h: Split out tmtest27 support.
23        * include/tm27.h: New.
24
252004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        PR 613/bsps
28        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
29
302004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        PR 614/bsps
33        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
34
352004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
38
392004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
42        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
43        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
44        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
45
462004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
49        startup/bspstart.c: Convert to using c99 fixed size types.
50
512004-03-03      Joel Sherrill <joel@OARcorp.com>
52
53        * irq/irq.h: Correct typo.
54
552004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Reflect changes to bsp.am.
58        Preinstall dist_project_lib*.
59
602004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Reflect changes to bsp.am.
63
642004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
67
682004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Convert to automake-building rules.
71
722004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
75        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
76        vectors/Makefile.am. Use automake compilation rules.
77        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
78        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
79        * configure.ac: Reflect changes above.
80        * wrapup/Makefile: Reflect changes above.
81
822004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Merge-in start/Makefile.am.
85        * start/Makefile.am: Remove.
86        * configure.ac: Reflect changes above.
87
882004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * wrapup/Makefile.am: Reflect changes to
91        ../support/*exception_processing/*.
92
932004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
96        Add RTEMS_PROG_CCAS.
97
982004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Add PREINSTALL_DIRS.
101        * irq/Makefile.am: Add PREINSTALL_DIRS.
102        * vectors/Makefile.am: Add PREINSTALL_DIRS.
103        * wrapup/Makefile.am: Reflect changes to libcpu.
104
1052004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
108        Add PRE/TMPINSTALL_FILES to CLEANFILES.
109        * irq/Makefile.am: Ditto.
110        * start/Makefile.am: Ditto.
111        * startup/Makefile.am: Ditto.
112        * vectors/Makefile.am: Ditto.
113
1142004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * wrapup/Makefile.am: Eliminate $(LIB).
117        Use noinst_DATA to trigger building libbsp.a.
118
1192003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * clock/Makefile.am: Eliminate VPATH.
122        * console/Makefile.am: Eliminate VPATH.
123        * irq/Makefile.am: Eliminate VPATH.
124        * network/Makefile.am: Eliminate VPATH.
125        * startup/Makefile.am: Eliminate VPATH.
126
1272003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        PR 545/bsps
130        * startup/setvec.c: Removed.
131
1322003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * startup/linkcmds: Remove SEARCH_DIR.
135
1362003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
139        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
140
1412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
144        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
145        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
146        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147
1482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
151
1522003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/Makefile.am: Misc cleanups and fixes.
155        * startup/Makefile.am: Misc cleanups and fixes.
156        * startup/linkcmds: Preparations for gcc-3.3.x.
157        * wrapup/Makefile.am: Misc cleanups and fixes.
158
1592003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * startup/Makefile.am: Remove S_FILES (Unused).
162        * vectors/Makefile.am: Cosmetics.
163        * wrapup/Makefile.am: Cosmetics.
164
1652003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Add preinstallation dirstamp support.
168        * clock/Makefile.am: Cosmetics.
169        * console/Makefile.am: Cosmetics.
170        * irq/Makefile.am: Add preinstallation dirstamp support.
171        * network/Makefile.am: Cosmetics.
172        * startup/Makefile.am: Cosmetics.
173        * vectors/Makefile.am: Add preinstallation dirstamp support.
174        * wrapup/Makefile.am: Cosmetics.
175
1762003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * clock/Makefile.am: Remove all-local: $(ARCH).
179        * console/Makefile.am: Remove all-local: $(ARCH).
180        * irq/Makefile.am: Remove all-local: $(ARCH).
181        * network/Makefile.am: Remove all-local: $(ARCH).
182        * start/Makefile.am: Remove all-local: $(ARCH).
183        * startup/Makefile.am: Remove all-local: $(ARCH).
184        * vectors/Makefile.am: Remove all-local: $(ARCH).
185        * wrapup/Makefile.am: Remove all-local: $(ARCH).
186
1872003-10-22      Joel Sherrill <joel@OARcorp.com>
188
189        PR 510/bsps
190        * irq/irq.h: Add extern C wrapper.
191
1922003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Merge-in include/Makefile.am.
195        Reflect changes to bsp.am.
196        * include/Makefile.am: Remove.
197        * configure.ac: Reflect changes above.
198
1992003-09-04      Joel Sherrill <joel@OARcorp.com>
200
201        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
202        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
203        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
204        vectors/vectors_init.c: URL for license changed.
205
2062003-08-20      Joel Sherrill <joel@OARcorp.com>
207
208        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
209
2102003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Reflect having moved aclocal/.
213
2142003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Reflect having moved automake/.
217        * clock/Makefile.am: Reflect having moved automake/.
218        * console/Makefile.am: Reflect having moved automake/.
219        * include/Makefile.am: Reflect having moved automake/.
220        * irq/Makefile.am: Reflect having moved automake/.
221        * network/Makefile.am: Reflect having moved automake/.
222        * start/Makefile.am: Reflect having moved automake/.
223        * startup/Makefile.am: Reflect having moved automake/.
224        * vectors/Makefile.am: Reflect having moved automake/.
225        * wrapup/Makefile.am: Reflect having moved automake/.
226
2272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
230
2312003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        PR 445/bsps
234        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
235        Remove cpp, old_cpp (now unused).
236
2372003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
240        Use memcmp instead of bcmp.
241
2422003-07-18      Till Straumann <strauman@slac.stanford.edu>
243
244        PR 288/rtems
245        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
246
2472003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Remove AC_CONFIG_AUX_DIR.
250
2512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
254
2552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: AC_PREREQ(2.57).
258
2592003-01-20      Joel Sherrill <joel@OARcorp.com>
260
261        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
262
2632002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268        Remove SORDID_HACK. Eliminate *_O_FILES.
269        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273
2742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * start/Makefile.am: Use install-data-local to install startfile.
277
2782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281
2822002-11-04      Joel Sherrill <joel@OARcorp.com>
283
284        * irq/irq.c: Removed warnings.
285
2862002-11-04      Joel Sherrill <joel@OARcorp.com>
287
288        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
289        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
290        Removed warnings.
291
2922002-11-01      Joel Sherrill <joel@OARcorp.com>
293
294        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
295        removed warnings.
296
2972002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
298
299        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
300        for _ISR_Nest_level.
301
3022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * .cvsignore: Reformat.
305        Add autom4te*cache.
306        Remove autom4te.cache.
307
3082002-08-21      Joel Sherrill <joel@OARcorp.com>
309
310        * bsp_specs: Added support for -nostdlibs.
311
3122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
322
3232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * start/Makefile.am: Eliminate PGM.
326        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
327
3282002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
331
3322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
335        Remove $(OBJS) from all-local.
336
3372002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
340
3412001-05-09      Joel Sherrill <joel@OARcorp.com>
342
343        * startup/linkcmds: In support of gcc 3.1, added one of more
344        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
345        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
346        and direction of segments to memory regions may also have been
347        addressed.  This was a sweep across all BSPs.
348 
3492002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
352        * irq/irq_asm.S: Ditto.
353        * network/network.c: Include <rtems/bspIo.h>.
354        * start/start.S: Include <asm.h> instead of "asm.h".
355        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
356
3572002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
360
3612002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
364
3652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * configure.ac:
368        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
369        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
370        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
380
3812002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * configure.ac: Add RTEMS_CHECK_NETWORKING.
384
3852002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
388        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
389        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
390
3912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
394
3952001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
398        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
399
4002001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * Makefile.am: Add @exceptions@ to SUBDIRS.
403        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
404        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
405        * include/Makefile.am: Convert PREINSTALL_FILES to
406        TMPINSTALL_FILES, include force-preinstall.am.
407        * wrapup/Makefile.am: Apply @exceptions@.
408
4092001-10-29      Joel Sherrill <joel@OARcorp.com>
410
411        * .cvsignore: Add more entries.
412
4132001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * aclocal.m4: Removed.  Should not have been in CVS.
416
4172001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * aclocal.m4: Regenerated.
420        * configure.ac, include/Makefile.am, irq/Makefile.am,
421        vectors/Makefile.am: Updated to autoconf 2.52.
422        * include/.cvsignore: Added newly generated files.
423        * include/bsp.h: Added include of bspopts.h.
424
4252001-10-22      Joel Sherrill <joel@OARcorp.com>
426
427        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
428        include/.cvsignore, network/.cvsignore, start/.cvsignore,
429        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
430        files and other files missed in previous commit.
431
43201-10-22        Andy Dachs <a.dachs@sstl.co.uk>
433
434        * mpc8260ads added as new BSP.  tm27 reported not to run
435        at this time.
436        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
437        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
438        console/Makefile.am, console/console.c, include/Makefile.am,
439        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
440        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
441        network/Makefile.am, network/README, network/if_hdlcsubr.c,
442        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
443        start/start.S, startup/Makefile.am, startup/bspstart.c,
444        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
445        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
446        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
447        New files.
448
Note: See TracBrowser for help on using the repository browser.