source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 844609f9

4.104.114.84.95
Last change on this file since 844609f9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

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

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