source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 3d5f97f

4.104.114.84.95
Last change on this file since 3d5f97f was 3d5f97f, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/05 at 23:29:33

2005-01-04 Joel Sherrill <joel@…>

  • startup/linkcmds: Remove warnings.
  • Property mode set to 100644
File size: 14.7 KB
Line 
12005-01-04      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Remove warnings.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am, wrapup/Makefile.am: Remove build-variant support.
8
92004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Require automake > 1.9.
12
132004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        PR 610/bsps
16        * Makefile.am: Add include/tm27.h, Cosmetics.
17        * include/tm27.h: Final cosmetics.
18
192004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * include/bsp.h: Split out tmtest27 support.
22        * include/tm27.h: New.
23
242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        PR 613/bsps
27        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 614/bsps
32        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
33
342004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
37        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
38        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
39        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
40        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
41        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
42        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
43
442004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
47        clock/clock.c, console/85c30.c, console/console.c,
48        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
49        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
50        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
51        Convert to using c99 fixed size types.
52
532004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect changes to bsp.am.
56        Preinstall dist_project_lib*.
57
582004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Reflect changes to bsp.am.
61
622004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
65
662004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Convert to automake-building rules.
69
702004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
73        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
74        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
75        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
76        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
77        vectors/Makefile.am: Remove.
78        * configure.ac: Reflect changes above.
79        * wrapup/Makefile.am: Reflect changes above.
80
812004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Merge-in start/Makefile.am.
84        * start/Makefile.am: Remove.
85        * configure.ac: Reflect changes above.
86
872004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
90        Add RTEMS_PROG_CCAS.
91
922004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Add PREINSTALL_DIRS.
95        * wrapup/Makefile.am: Reflect changes to libcpu.
96
972004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
100        Add PRE/TMPINSTALL_FILES to CLEANFILES.
101        * start/Makefile.am: Ditto.
102        * startup/Makefile.am: Ditto.
103
1042004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Eliminate $(LIB).
107        Use noinst_DATA to trigger building libbsp.a.
108
1092003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * startup/Makefile.am: Cosmetics.
112
1132003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * PCI_bus/Makefile.am: Eliminate VPATH.
116        * clock/Makefile.am: Eliminate VPATH.
117        * console/Makefile.am: Eliminate VPATH.
118        * start/Makefile.am: Eliminate VPATH.
119        * startup/Makefile.am: Eliminate VPATH.
120        * timer/Makefile.am: Eliminate VPATH.
121        * tod/Makefile.am: Eliminate VPATH.
122        * vectors/Makefile.am: Eliminate VPATH.
123
1242003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
127        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
128
1292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
132        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
133
1342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
137
1382003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * start/Makefile.am: Misc cleanups and fixes.
141        * startup/Makefile.am: Misc cleanups and fixes.
142        * wrapup/Makefile.am: Misc cleanups and fixes.
143
1442003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Add preinstallation dirstamp support.
147        * PCI_bus/Makefile.am: Cosmetics.
148        * clock/Makefile.am: Cosmetics.
149        * console/Makefile.am: Cosmetics.
150        * startup/Makefile.am: Cosmetics.
151        * timer/Makefile.am: Cosmetics.
152        * tod/Makefile.am: Cosmetics.
153        * vectors/Makefile.am: Cosmetics.
154        * wrapup/Makefile.am: Cosmetics.
155
1562003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
159        * clock/Makefile.am: Remove all-local: $(ARCH).
160        * console/Makefile.am: Remove all-local: $(ARCH).
161        * start/Makefile.am: Remove all-local: $(ARCH).
162        * startup/Makefile.am: Remove all-local: $(ARCH).
163        * timer/Makefile.am: Remove all-local: $(ARCH).
164        * tod/Makefile.am: Remove all-local: $(ARCH).
165        * vectors/Makefile.am: Remove all-local: $(ARCH).
166        * wrapup/Makefile.am: Remove all-local: $(ARCH).
167
1682003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Merge-in include/Makefile.am.
171        Reflect changes to bsp.am.
172        * include/Makefile.am: Remove.
173        * configure.ac: Reflect changes above.
174
1752003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * bsp_specs: Remove *lib:.
178
1792003-09-04      Joel Sherrill <joel@OARcorp.com>
180
181        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
182        console/console.c, console/consolebsp.h,
183        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
184        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
185        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
186        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
187        for license changed.
188
1892003-09-04      Joel Sherrill <joel@OARcorp.com>
190
191        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
192        statement about copyright assignment.
193
1942003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Reflect having moved aclocal/.
197
1982003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Reflect having moved automake/.
201        * PCI_bus/Makefile.am: Reflect having moved automake/.
202        * clock/Makefile.am: Reflect having moved automake/.
203        * console/Makefile.am: Reflect having moved automake/.
204        * include/Makefile.am: Reflect having moved automake/.
205        * start/Makefile.am: Reflect having moved automake/.
206        * startup/Makefile.am: Reflect having moved automake/.
207        * timer/Makefile.am: Reflect having moved automake/.
208        * tod/Makefile.am: Reflect having moved automake/.
209        * vectors/Makefile.am: Reflect having moved automake/.
210        * wrapup/Makefile.am: Reflect having moved automake/.
211
2122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
215
2162003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        PR 445/bsps
219        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
220        Remove cpp, old_cpp (now unused).
221
2222003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Remove AC_CONFIG_AUX_DIR.
225
2262003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
229
2302003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: AC_PREREQ(2.57).
233
2342003-01-20      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/linkcmds*: Add FreeBSD sysctl() sections.
237
2382002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
246        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248
2492002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * start/Makefile.am: Use install-data-local to install startfile.
252
2532002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
256
2572002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * .cvsignore: Reformat.
260        Add autom4te*cache.
261        Remove autom4te.cache.
262
2632002-08-21      Joel Sherrill <joel@OARcorp.com>
264
265        * bsp_specs: Added support for -nostdlibs.
266
2672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
278
2792002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * start/Makefile.am: Eliminate PGMS.
282        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
283
2842002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
287
2882002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
291        Remove $(OBJS) from all-local.
292
2932002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
296
2972001-05-09      Joel Sherrill <joel@OARcorp.com>
298
299        * startup/linkcmds: In support of gcc 3.1, added one of more
300        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
301        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
302        and direction of segments to memory regions may also have been
303        addressed.  This was a sweep across all BSPs.
304 
3052002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
308
3092002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * vectors/vectors.S: Include <asm.h>.
312
3132001-04-08      Joel Sherrill <joel@OARcorp.com>
314
315        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
316 
3172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac:
320        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
321        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
322        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
333
3342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
337
3382001-11-28      Joel Sherrill <joel@OARcorp.com>,
339
340        This was tracked as PR87.
341        * README, configure.ac, include/Makefile.am, include/bsp.h,
342        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
343        Eliminated conditional code for generation 1 boards as these are
344        no longer available.
345        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
346
3472001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * Makefile.am: Add @exceptions@ to SUBDIRS.
350        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
351        make/custom/score603e.cfg;
352        Add automake conditional for SCORE_GENERATION_1;
353        Add RTEMS_PPC_EXCEPTIONS([old]).
354        * include/Makefile.am: include force-preinstall.am.
355        * start/start.S: include <bspopts.h> instead of targopts.h.
356        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
357        * vectors/vector.S: include <bsp.h>.
358        * wrapup/Makefile.am: Apply @exceptions@.
359
3602001-10-25      Joel Sherrill <joel@OARcorp.com>
361
362        * startup/linkcmds: Added _init and _fini.
363
3642001-10-12      Joel Sherrill <joel@OARcorp.com>
365
366        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
367        console/consolebsp.h, console/consolereserveresources.c,
368        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
369        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
370        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
371        startup/vmeintr.c, timer/timer.c: Fixed typo.
372
3732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
376        * configure.in: Remove.
377        * configure.ac: New file, generated from configure.in by autoupdate.
378
3792001-10-11      Joel Sherrill <joel@OARcorp.com>
380
381        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
382        delay_in_bus_cycles() to add rtems_bsp_ prefix.
383
3842001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
387
3882001-08-30      Joel Sherrill <joel@OARcorp.com>
389
390        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
391        gnat 3.13p.
392
3932001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * configure.in: Add bspopts.h.
396        * include/.cvsignore: Add bspopts.h*, stamp-h*.
397        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
398        * include/bsp.h: Include bspopts.h.
399
4002001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
401
402        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
403
4042001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
407        CVS-Id.
408        * include/chain.h: Remove.
409        * include/Makefile.am: Remove chain.h.
410
4112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
412
413        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
414
4152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
418
4192000-11-01      Joel Sherrill <joel@OARcorp.com>
420
421        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
422        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
423        now must be referenced as <rtems/XXX.h>.   Header file order
424        was cleaned up while doing this.
425
4262000-11-01      Joel Sherrill <joel@OARcorp.com>
427
428        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
429        and libcsupport.h moved from libc to lib/include/rtems and
430        now must be referenced as <rtems/XXX.h>.   Header file order
431        was cleaned up while doing this.
432
4332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
436        Switch to GNU canonicalization.
437
4382000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
441        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
442        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
443        compile.am
444
4452000-08-10      Joel Sherrill <joel@OARcorp.com>
446
447        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.