source: rtems/c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog @ 7dd6e8d

4.104.114.84.95
Last change on this file since 7dd6e8d was 7dd6e8d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:16:38

2004-04-21 Ralf Corsepius <ralf_corsepius@…>

PR 614/bsps

  • include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
  • Property mode set to 100644
File size: 13.7 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 614/bsps
4        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
5
62004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
9
102004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
13        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
14        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
15        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
16
172004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * console/console.c, include/bsp.h, irq/irq.c, network/network.c,
20        startup/bspstart.c: Convert to using c99 fixed size types.
21
222004-03-03      Joel Sherrill <joel@OARcorp.com>
23
24        * irq/irq.h: Correct typo.
25
262004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect changes to bsp.am.
29        Preinstall dist_project_lib*.
30
312004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect changes to bsp.am.
34
352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
38
392004-02-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Convert to automake-building rules.
42
432004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
46        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
47        vectors/Makefile.am. Use automake compilation rules.
48        * clock/Makefile.am, console/Makefile.am, irq/Makefile.am,
49        network/Makefile.am, startup/Makefile.am, vectors/Makefile.am: Remove.
50        * configure.ac: Reflect changes above.
51        * wrapup/Makefile: Reflect changes above.
52
532004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Merge-in start/Makefile.am.
56        * start/Makefile.am: Remove.
57        * configure.ac: Reflect changes above.
58
592004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Reflect changes to
62        ../support/*exception_processing/*.
63
642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
67        Add RTEMS_PROG_CCAS.
68
692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Add PREINSTALL_DIRS.
72        * irq/Makefile.am: Add PREINSTALL_DIRS.
73        * vectors/Makefile.am: Add PREINSTALL_DIRS.
74        * wrapup/Makefile.am: Reflect changes to libcpu.
75
762004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
79        Add PRE/TMPINSTALL_FILES to CLEANFILES.
80        * irq/Makefile.am: Ditto.
81        * start/Makefile.am: Ditto.
82        * startup/Makefile.am: Ditto.
83        * vectors/Makefile.am: Ditto.
84
852004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * wrapup/Makefile.am: Eliminate $(LIB).
88        Use noinst_DATA to trigger building libbsp.a.
89
902003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * clock/Makefile.am: Eliminate VPATH.
93        * console/Makefile.am: Eliminate VPATH.
94        * irq/Makefile.am: Eliminate VPATH.
95        * network/Makefile.am: Eliminate VPATH.
96        * startup/Makefile.am: Eliminate VPATH.
97
982003-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        PR 545/bsps
101        * startup/setvec.c: Removed.
102
1032003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * startup/linkcmds: Remove SEARCH_DIR.
106
1072003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
110        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
111
1122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
115        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
116        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
117        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
118
1192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
122
1232003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * start/Makefile.am: Misc cleanups and fixes.
126        * startup/Makefile.am: Misc cleanups and fixes.
127        * startup/linkcmds: Preparations for gcc-3.3.x.
128        * wrapup/Makefile.am: Misc cleanups and fixes.
129
1302003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * startup/Makefile.am: Remove S_FILES (Unused).
133        * vectors/Makefile.am: Cosmetics.
134        * wrapup/Makefile.am: Cosmetics.
135
1362003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Add preinstallation dirstamp support.
139        * clock/Makefile.am: Cosmetics.
140        * console/Makefile.am: Cosmetics.
141        * irq/Makefile.am: Add preinstallation dirstamp support.
142        * network/Makefile.am: Cosmetics.
143        * startup/Makefile.am: Cosmetics.
144        * vectors/Makefile.am: Add preinstallation dirstamp support.
145        * wrapup/Makefile.am: Cosmetics.
146
1472003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * clock/Makefile.am: Remove all-local: $(ARCH).
150        * console/Makefile.am: Remove all-local: $(ARCH).
151        * irq/Makefile.am: Remove all-local: $(ARCH).
152        * network/Makefile.am: Remove all-local: $(ARCH).
153        * start/Makefile.am: Remove all-local: $(ARCH).
154        * startup/Makefile.am: Remove all-local: $(ARCH).
155        * vectors/Makefile.am: Remove all-local: $(ARCH).
156        * wrapup/Makefile.am: Remove all-local: $(ARCH).
157
1582003-10-22      Joel Sherrill <joel@OARcorp.com>
159
160        PR 510/bsps
161        * irq/irq.h: Add extern C wrapper.
162
1632003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Merge-in include/Makefile.am.
166        Reflect changes to bsp.am.
167        * include/Makefile.am: Remove.
168        * configure.ac: Reflect changes above.
169
1702003-09-04      Joel Sherrill <joel@OARcorp.com>
171
172        * clock/p_clock.c, include/bsp.h, include/coverhd.h, irq/irq.c,
173        irq/irq.h, irq/irq_asm.S, irq/irq_init.c, network/if_hdlcsubr.h,
174        startup/bspstart.c, startup/setvec.c, vectors/vectors.h,
175        vectors/vectors_init.c: URL for license changed.
176
1772003-08-20      Joel Sherrill <joel@OARcorp.com>
178
179        * clock/p_clock.c, network/if_hdlcsubr.h: Correct copyright statements.
180
1812003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Reflect having moved aclocal/.
184
1852003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Reflect having moved automake/.
188        * clock/Makefile.am: Reflect having moved automake/.
189        * console/Makefile.am: Reflect having moved automake/.
190        * include/Makefile.am: Reflect having moved automake/.
191        * irq/Makefile.am: Reflect having moved automake/.
192        * network/Makefile.am: Reflect having moved automake/.
193        * start/Makefile.am: Reflect having moved automake/.
194        * startup/Makefile.am: Reflect having moved automake/.
195        * vectors/Makefile.am: Reflect having moved automake/.
196        * wrapup/Makefile.am: Reflect having moved automake/.
197
1982003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
201
2022003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        PR 445/bsps
205        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
206        Remove cpp, old_cpp (now unused).
207
2082003-07-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * network/if_hdlcsubr.c: Use memcopy instead of bcmp,
211        Use memcmp instead of bcmp.
212
2132003-07-18      Till Straumann <strauman@slac.stanford.edu>
214
215        PR 288/rtems
216        * startup/bspstart.c: _ISR_Nest_level is now properly maintained.
217
2182003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: Remove AC_CONFIG_AUX_DIR.
221
2222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
225
2262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: AC_PREREQ(2.57).
229
2302003-01-20      Joel Sherrill <joel@OARcorp.com>
231
232        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
233
2342002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        Remove SORDID_HACK. Eliminate *_O_FILES.
240        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244
2452002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/Makefile.am: Use install-data-local to install startfile.
248
2492002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252
2532002-11-04      Joel Sherrill <joel@OARcorp.com>
254
255        * irq/irq.c: Removed warnings.
256
2572002-11-04      Joel Sherrill <joel@OARcorp.com>
258
259        * console/console.c, irq/irq.c, network/if_hdlcsubr.c,
260        network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
261        Removed warnings.
262
2632002-11-01      Joel Sherrill <joel@OARcorp.com>
264
265        * irq/irq.c, irq/irq_asm.S, startup/bspstart.c: Fixed typos and
266        removed warnings.
267
2682002-11-01      Andy Dachs <a.dachs@sstl.co.uk>
269
270        * irq/irq.c, irq/irq_asm.S, irq/irq_init.c: Per PR288, add support
271        for _ISR_Nest_level.
272
2732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * .cvsignore: Reformat.
276        Add autom4te*cache.
277        Remove autom4te.cache.
278
2792002-08-21      Joel Sherrill <joel@OARcorp.com>
280
281        * bsp_specs: Added support for -nostdlibs.
282
2832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
291        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
292        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
293
2942002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * start/Makefile.am: Eliminate PGM.
297        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
298
2992002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
302
3032002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
306        Remove $(OBJS) from all-local.
307
3082002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
311
3122001-05-09      Joel Sherrill <joel@OARcorp.com>
313
314        * startup/linkcmds: In support of gcc 3.1, added one of more
315        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
316        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
317        and direction of segments to memory regions may also have been
318        addressed.  This was a sweep across all BSPs.
319 
3202002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * irq/irq.c: Reflect changes to <rtems/score/cpu.h>.
323        * irq/irq_asm.S: Ditto.
324        * network/network.c: Include <rtems/bspIo.h>.
325        * start/start.S: Include <asm.h> instead of "asm.h".
326        * vectors/vectors.S: Reflect changes to <rtems/score/cpu.h>.
327
3282002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * startup/bspstart.c: Include <libcpu/cpuIdent.h>, <rtems/bspIo.h>.
331
3322002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
335
3362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac:
339        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
340        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
341        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
351
3522002-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.ac: Add RTEMS_CHECK_NETWORKING.
355
3562002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * clock/p_clock.c: Include rtems/bspIo.h instead of bspIo.h.
359        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
360        * irq/irq_init.c: Include rtems/bspIo.h instead of bspIo.h.
361
3622001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
365
3662001-11-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * configure.ac: Add RTEMS_BSPOPTS_*(DATA_CACHE_ENABLE),
369        RTEMS_BSPOPTS_*(INSTRUCTION_CACHE_ENABLE).
370
3712001-11-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Add @exceptions@ to SUBDIRS.
374        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
375        make/custom/mpc8260ads.cfg, add RTEMS_PPC_EXCEPTIONS([new]).
376        * include/Makefile.am: Convert PREINSTALL_FILES to
377        TMPINSTALL_FILES, include force-preinstall.am.
378        * wrapup/Makefile.am: Apply @exceptions@.
379
3802001-10-29      Joel Sherrill <joel@OARcorp.com>
381
382        * .cvsignore: Add more entries.
383
3842001-10-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * aclocal.m4: Removed.  Should not have been in CVS.
387
3882001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * aclocal.m4: Regenerated.
391        * configure.ac, include/Makefile.am, irq/Makefile.am,
392        vectors/Makefile.am: Updated to autoconf 2.52.
393        * include/.cvsignore: Added newly generated files.
394        * include/bsp.h: Added include of bspopts.h.
395
3962001-10-22      Joel Sherrill <joel@OARcorp.com>
397
398        * .cvsignore, configure.ac, configure.in, console/.cvsignore,
399        include/.cvsignore, network/.cvsignore, start/.cvsignore,
400        startup/.cvsignore, wrapup/.cvsignore: Added .cvsignore
401        files and other files missed in previous commit.
402
40301-10-22        Andy Dachs <a.dachs@sstl.co.uk>
404
405        * mpc8260ads added as new BSP.  tm27 reported not to run
406        at this time.
407        * ChangeLog, Makefile.am, README, aclocal.m4, bsp_specs,
408        clock/.cvsignore, clock/Makefile.am, clock/p_clock.c, configure.in,
409        console/Makefile.am, console/console.c, include/Makefile.am,
410        include/bsp.h, include/coverhd.h, irq/.cvsignore, irq/Makefile.am,
411        irq/irq.c, irq/irq.h, irq/irq_asm.S, irq/irq_init.c,
412        network/Makefile.am, network/README, network/if_hdlcsubr.c,
413        network/if_hdlcsubr.h, network/network.c, start/Makefile.am,
414        start/start.S, startup/Makefile.am, startup/bspstart.c,
415        startup/cpuinit.c, startup/linkcmds, startup/setvec.c, times,
416        vectors/.cvsignore, vectors/Makefile.am, vectors/vectors.S,
417        vectors/vectors.h, vectors/vectors_init.c, wrapup/Makefile.am:
418        New files.
419
Note: See TracBrowser for help on using the repository browser.