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

4.104.114.84.95
Last change on this file since 3defec6 was 3defec6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 04:47:38

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

PR 610/bsps

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