source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 97891e5e

4.104.114.84.95
Last change on this file since 97891e5e was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 14.5 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR 610/bsps
8        * Makefile.am: Add include/tm27.h, Cosmetics.
9        * include/tm27.h: Final cosmetics.
10
112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        PR 613/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 614/bsps
24        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
25
262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
29        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
30        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
31        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
32        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
33        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
34        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
35
362004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
39        clock/clock.c, console/85c30.c, console/console.c,
40        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
41        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
42        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
43        Convert to using c99 fixed size types.
44
452004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Reflect changes to bsp.am.
48        Preinstall dist_project_lib*.
49
502004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect changes to bsp.am.
53
542004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
57
582004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * wrapup/Makefile.am: Convert to automake-building rules.
61
622004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
65        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
66        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
67        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
68        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
69        vectors/Makefile.am: Remove.
70        * configure.ac: Reflect changes above.
71        * wrapup/Makefile.am: Reflect changes above.
72
732004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Merge-in start/Makefile.am.
76        * start/Makefile.am: Remove.
77        * configure.ac: Reflect changes above.
78
792004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
82        Add RTEMS_PROG_CCAS.
83
842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add PREINSTALL_DIRS.
87        * wrapup/Makefile.am: Reflect changes to libcpu.
88
892004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
92        Add PRE/TMPINSTALL_FILES to CLEANFILES.
93        * start/Makefile.am: Ditto.
94        * startup/Makefile.am: Ditto.
95
962004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Eliminate $(LIB).
99        Use noinst_DATA to trigger building libbsp.a.
100
1012003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * startup/Makefile.am: Cosmetics.
104
1052003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * PCI_bus/Makefile.am: Eliminate VPATH.
108        * clock/Makefile.am: Eliminate VPATH.
109        * console/Makefile.am: Eliminate VPATH.
110        * start/Makefile.am: Eliminate VPATH.
111        * startup/Makefile.am: Eliminate VPATH.
112        * timer/Makefile.am: Eliminate VPATH.
113        * tod/Makefile.am: Eliminate VPATH.
114        * vectors/Makefile.am: Eliminate VPATH.
115
1162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
119        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
120
1212003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
124        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
125
1262003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
129
1302003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * start/Makefile.am: Misc cleanups and fixes.
133        * startup/Makefile.am: Misc cleanups and fixes.
134        * wrapup/Makefile.am: Misc cleanups and fixes.
135
1362003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Add preinstallation dirstamp support.
139        * PCI_bus/Makefile.am: Cosmetics.
140        * clock/Makefile.am: Cosmetics.
141        * console/Makefile.am: Cosmetics.
142        * startup/Makefile.am: Cosmetics.
143        * timer/Makefile.am: Cosmetics.
144        * tod/Makefile.am: Cosmetics.
145        * vectors/Makefile.am: Cosmetics.
146        * wrapup/Makefile.am: Cosmetics.
147
1482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
151        * clock/Makefile.am: Remove all-local: $(ARCH).
152        * console/Makefile.am: Remove all-local: $(ARCH).
153        * start/Makefile.am: Remove all-local: $(ARCH).
154        * startup/Makefile.am: Remove all-local: $(ARCH).
155        * timer/Makefile.am: Remove all-local: $(ARCH).
156        * tod/Makefile.am: Remove all-local: $(ARCH).
157        * vectors/Makefile.am: Remove all-local: $(ARCH).
158        * wrapup/Makefile.am: Remove all-local: $(ARCH).
159
1602003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Merge-in include/Makefile.am.
163        Reflect changes to bsp.am.
164        * include/Makefile.am: Remove.
165        * configure.ac: Reflect changes above.
166
1672003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * bsp_specs: Remove *lib:.
170
1712003-09-04      Joel Sherrill <joel@OARcorp.com>
172
173        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
174        console/console.c, console/consolebsp.h,
175        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
176        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
177        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
178        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
179        for license changed.
180
1812003-09-04      Joel Sherrill <joel@OARcorp.com>
182
183        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
184        statement about copyright assignment.
185
1862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Reflect having moved aclocal/.
189
1902003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Reflect having moved automake/.
193        * PCI_bus/Makefile.am: Reflect having moved automake/.
194        * clock/Makefile.am: Reflect having moved automake/.
195        * console/Makefile.am: Reflect having moved automake/.
196        * include/Makefile.am: Reflect having moved automake/.
197        * start/Makefile.am: Reflect having moved automake/.
198        * startup/Makefile.am: Reflect having moved automake/.
199        * timer/Makefile.am: Reflect having moved automake/.
200        * tod/Makefile.am: Reflect having moved automake/.
201        * vectors/Makefile.am: Reflect having moved automake/.
202        * wrapup/Makefile.am: Reflect having moved automake/.
203
2042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
207
2082003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        PR 445/bsps
211        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
212        Remove cpp, old_cpp (now unused).
213
2142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Remove AC_CONFIG_AUX_DIR.
217
2182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
221
2222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: AC_PREREQ(2.57).
225
2262003-01-20      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds*: Add FreeBSD sysctl() sections.
229
2302002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240
2412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * start/Makefile.am: Use install-data-local to install startfile.
244
2452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248
2492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * .cvsignore: Reformat.
252        Add autom4te*cache.
253        Remove autom4te.cache.
254
2552002-08-21      Joel Sherrill <joel@OARcorp.com>
256
257        * bsp_specs: Added support for -nostdlibs.
258
2592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
270
2712002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am: Eliminate PGMS.
274        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
275
2762002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
279
2802002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
283        Remove $(OBJS) from all-local.
284
2852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
288
2892001-05-09      Joel Sherrill <joel@OARcorp.com>
290
291        * startup/linkcmds: In support of gcc 3.1, added one of more
292        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
293        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
294        and direction of segments to memory regions may also have been
295        addressed.  This was a sweep across all BSPs.
296 
2972002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
300
3012002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * vectors/vectors.S: Include <asm.h>.
304
3052001-04-08      Joel Sherrill <joel@OARcorp.com>
306
307        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
308 
3092002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac:
312        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
313        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
314        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
315        * Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
325
3262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
329
3302001-11-28      Joel Sherrill <joel@OARcorp.com>,
331
332        This was tracked as PR87.
333        * README, configure.ac, include/Makefile.am, include/bsp.h,
334        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
335        Eliminated conditional code for generation 1 boards as these are
336        no longer available.
337        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
338
3392001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Add @exceptions@ to SUBDIRS.
342        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
343        make/custom/score603e.cfg;
344        Add automake conditional for SCORE_GENERATION_1;
345        Add RTEMS_PPC_EXCEPTIONS([old]).
346        * include/Makefile.am: include force-preinstall.am.
347        * start/start.S: include <bspopts.h> instead of targopts.h.
348        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
349        * vectors/vector.S: include <bsp.h>.
350        * wrapup/Makefile.am: Apply @exceptions@.
351
3522001-10-25      Joel Sherrill <joel@OARcorp.com>
353
354        * startup/linkcmds: Added _init and _fini.
355
3562001-10-12      Joel Sherrill <joel@OARcorp.com>
357
358        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
359        console/consolebsp.h, console/consolereserveresources.c,
360        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
361        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
362        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
363        startup/vmeintr.c, timer/timer.c: Fixed typo.
364
3652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
368        * configure.in: Remove.
369        * configure.ac: New file, generated from configure.in by autoupdate.
370
3712001-10-11      Joel Sherrill <joel@OARcorp.com>
372
373        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
374        delay_in_bus_cycles() to add rtems_bsp_ prefix.
375
3762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
379
3802001-08-30      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
383        gnat 3.13p.
384
3852001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.in: Add bspopts.h.
388        * include/.cvsignore: Add bspopts.h*, stamp-h*.
389        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
390        * include/bsp.h: Include bspopts.h.
391
3922001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
393
394        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
395
3962001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
399        CVS-Id.
400        * include/chain.h: Remove.
401        * include/Makefile.am: Remove chain.h.
402
4032000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
406
4072000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
410
4112000-11-01      Joel Sherrill <joel@OARcorp.com>
412
413        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
414        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
415        now must be referenced as <rtems/XXX.h>.   Header file order
416        was cleaned up while doing this.
417
4182000-11-01      Joel Sherrill <joel@OARcorp.com>
419
420        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
421        and libcsupport.h moved from libc to lib/include/rtems and
422        now must be referenced as <rtems/XXX.h>.   Header file order
423        was cleaned up while doing this.
424
4252000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
428        Switch to GNU canonicalization.
429
4302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
433        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
434        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
435        compile.am
436
4372000-08-10      Joel Sherrill <joel@OARcorp.com>
438
439        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.