source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 71cbb66

4.104.114.84.95
Last change on this file since 71cbb66 was 71cbb66, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/03/05 at 04:16:13

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

  • Makefile.am, wrapup/Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 14.6 KB
Line 
12005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
4
52004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * configure.ac: Require automake > 1.9.
8
92004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        PR 610/bsps
12        * Makefile.am: Add include/tm27.h, Cosmetics.
13        * include/tm27.h: Final cosmetics.
14
152004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * include/bsp.h: Split out tmtest27 support.
18        * include/tm27.h: New.
19
202004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        PR 613/bsps
23        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
24
252004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        PR 614/bsps
28        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
29
302004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
33        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
34        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
35        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
36        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
37        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
38        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
39
402004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
43        clock/clock.c, console/85c30.c, console/console.c,
44        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
45        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
46        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
47        Convert to using c99 fixed size types.
48
492004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Reflect changes to bsp.am.
52        Preinstall dist_project_lib*.
53
542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect changes to bsp.am.
57
582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
61
622004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * wrapup/Makefile.am: Convert to automake-building rules.
65
662004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
69        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
70        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
71        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
72        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
73        vectors/Makefile.am: Remove.
74        * configure.ac: Reflect changes above.
75        * wrapup/Makefile.am: Reflect changes above.
76
772004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Merge-in start/Makefile.am.
80        * start/Makefile.am: Remove.
81        * configure.ac: Reflect changes above.
82
832004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
86        Add RTEMS_PROG_CCAS.
87
882004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Add PREINSTALL_DIRS.
91        * wrapup/Makefile.am: Reflect changes to libcpu.
92
932004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
96        Add PRE/TMPINSTALL_FILES to CLEANFILES.
97        * start/Makefile.am: Ditto.
98        * startup/Makefile.am: Ditto.
99
1002004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * wrapup/Makefile.am: Eliminate $(LIB).
103        Use noinst_DATA to trigger building libbsp.a.
104
1052003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * startup/Makefile.am: Cosmetics.
108
1092003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * PCI_bus/Makefile.am: Eliminate VPATH.
112        * clock/Makefile.am: Eliminate VPATH.
113        * console/Makefile.am: Eliminate VPATH.
114        * start/Makefile.am: Eliminate VPATH.
115        * startup/Makefile.am: Eliminate VPATH.
116        * timer/Makefile.am: Eliminate VPATH.
117        * tod/Makefile.am: Eliminate VPATH.
118        * vectors/Makefile.am: Eliminate VPATH.
119
1202003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
123        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
124
1252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
128        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
129
1302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
133
1342003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Misc cleanups and fixes.
137        * startup/Makefile.am: Misc cleanups and fixes.
138        * wrapup/Makefile.am: Misc cleanups and fixes.
139
1402003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Add preinstallation dirstamp support.
143        * PCI_bus/Makefile.am: Cosmetics.
144        * clock/Makefile.am: Cosmetics.
145        * console/Makefile.am: Cosmetics.
146        * startup/Makefile.am: Cosmetics.
147        * timer/Makefile.am: Cosmetics.
148        * tod/Makefile.am: Cosmetics.
149        * vectors/Makefile.am: Cosmetics.
150        * wrapup/Makefile.am: Cosmetics.
151
1522003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
155        * clock/Makefile.am: Remove all-local: $(ARCH).
156        * console/Makefile.am: Remove all-local: $(ARCH).
157        * start/Makefile.am: Remove all-local: $(ARCH).
158        * startup/Makefile.am: Remove all-local: $(ARCH).
159        * timer/Makefile.am: Remove all-local: $(ARCH).
160        * tod/Makefile.am: Remove all-local: $(ARCH).
161        * vectors/Makefile.am: Remove all-local: $(ARCH).
162        * wrapup/Makefile.am: Remove all-local: $(ARCH).
163
1642003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Merge-in include/Makefile.am.
167        Reflect changes to bsp.am.
168        * include/Makefile.am: Remove.
169        * configure.ac: Reflect changes above.
170
1712003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * bsp_specs: Remove *lib:.
174
1752003-09-04      Joel Sherrill <joel@OARcorp.com>
176
177        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
178        console/console.c, console/consolebsp.h,
179        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
180        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
181        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
182        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
183        for license changed.
184
1852003-09-04      Joel Sherrill <joel@OARcorp.com>
186
187        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
188        statement about copyright assignment.
189
1902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Reflect having moved aclocal/.
193
1942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Reflect having moved automake/.
197        * PCI_bus/Makefile.am: Reflect having moved automake/.
198        * clock/Makefile.am: Reflect having moved automake/.
199        * console/Makefile.am: Reflect having moved automake/.
200        * include/Makefile.am: Reflect having moved automake/.
201        * start/Makefile.am: Reflect having moved automake/.
202        * startup/Makefile.am: Reflect having moved automake/.
203        * timer/Makefile.am: Reflect having moved automake/.
204        * tod/Makefile.am: Reflect having moved automake/.
205        * vectors/Makefile.am: Reflect having moved automake/.
206        * wrapup/Makefile.am: Reflect having moved automake/.
207
2082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
211
2122003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        PR 445/bsps
215        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
216        Remove cpp, old_cpp (now unused).
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.
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        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * tod/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-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * .cvsignore: Reformat.
256        Add autom4te*cache.
257        Remove autom4te.cache.
258
2592002-08-21      Joel Sherrill <joel@OARcorp.com>
260
261        * bsp_specs: Added support for -nostdlibs.
262
2632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
274
2752002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: Eliminate PGMS.
278        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
279
2802002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
283
2842002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
287        Remove $(OBJS) from all-local.
288
2892002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
292
2932001-05-09      Joel Sherrill <joel@OARcorp.com>
294
295        * startup/linkcmds: In support of gcc 3.1, added one of more
296        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
297        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
298        and direction of segments to memory regions may also have been
299        addressed.  This was a sweep across all BSPs.
300 
3012002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
304
3052002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * vectors/vectors.S: Include <asm.h>.
308
3092001-04-08      Joel Sherrill <joel@OARcorp.com>
310
311        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
312 
3132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac:
316        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
317        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
318        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
329
3302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
333
3342001-11-28      Joel Sherrill <joel@OARcorp.com>,
335
336        This was tracked as PR87.
337        * README, configure.ac, include/Makefile.am, include/bsp.h,
338        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
339        Eliminated conditional code for generation 1 boards as these are
340        no longer available.
341        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
342
3432001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Add @exceptions@ to SUBDIRS.
346        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
347        make/custom/score603e.cfg;
348        Add automake conditional for SCORE_GENERATION_1;
349        Add RTEMS_PPC_EXCEPTIONS([old]).
350        * include/Makefile.am: include force-preinstall.am.
351        * start/start.S: include <bspopts.h> instead of targopts.h.
352        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
353        * vectors/vector.S: include <bsp.h>.
354        * wrapup/Makefile.am: Apply @exceptions@.
355
3562001-10-25      Joel Sherrill <joel@OARcorp.com>
357
358        * startup/linkcmds: Added _init and _fini.
359
3602001-10-12      Joel Sherrill <joel@OARcorp.com>
361
362        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
363        console/consolebsp.h, console/consolereserveresources.c,
364        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
365        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
366        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
367        startup/vmeintr.c, timer/timer.c: Fixed typo.
368
3692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
372        * configure.in: Remove.
373        * configure.ac: New file, generated from configure.in by autoupdate.
374
3752001-10-11      Joel Sherrill <joel@OARcorp.com>
376
377        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
378        delay_in_bus_cycles() to add rtems_bsp_ prefix.
379
3802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
383
3842001-08-30      Joel Sherrill <joel@OARcorp.com>
385
386        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
387        gnat 3.13p.
388
3892001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * configure.in: Add bspopts.h.
392        * include/.cvsignore: Add bspopts.h*, stamp-h*.
393        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
394        * include/bsp.h: Include bspopts.h.
395
3962001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
397
398        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
399
4002001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
403        CVS-Id.
404        * include/chain.h: Remove.
405        * include/Makefile.am: Remove chain.h.
406
4072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
410
4112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
414
4152000-11-01      Joel Sherrill <joel@OARcorp.com>
416
417        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
418        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
419        now must be referenced as <rtems/XXX.h>.   Header file order
420        was cleaned up while doing this.
421
4222000-11-01      Joel Sherrill <joel@OARcorp.com>
423
424        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
425        and libcsupport.h moved from libc to lib/include/rtems and
426        now must be referenced as <rtems/XXX.h>.   Header file order
427        was cleaned up while doing this.
428
4292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
432        Switch to GNU canonicalization.
433
4342000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
437        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
438        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
439        compile.am
440
4412000-08-10      Joel Sherrill <joel@OARcorp.com>
442
443        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.