source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 62f529f

4.104.114.84.95
Last change on this file since 62f529f was 62f529f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 02:36:08

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

  • include/bsp.h: Split out tmtest27 support.
  • include/tm27.h: New.
  • Property mode set to 100644
File size: 14.3 KB
Line 
12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Split out tmtest27 support.
4        * include/tm27.h: New.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 613/bsps
9        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
10
112004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        PR 614/bsps
14        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
15
162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
19        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
20        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
21        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
22        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
23        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
24        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
25
262004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
29        clock/clock.c, console/85c30.c, console/console.c,
30        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
31        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
32        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
33        Convert to using c99 fixed size types.
34
352004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Reflect changes to bsp.am.
38        Preinstall dist_project_lib*.
39
402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Reflect changes to bsp.am.
43
442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
47
482004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * wrapup/Makefile.am: Convert to automake-building rules.
51
522004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
55        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
56        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
57        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
58        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
59        vectors/Makefile.am: Remove.
60        * configure.ac: Reflect changes above.
61        * wrapup/Makefile.am: Reflect changes above.
62
632004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Merge-in start/Makefile.am.
66        * start/Makefile.am: Remove.
67        * configure.ac: Reflect changes above.
68
692004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
72        Add RTEMS_PROG_CCAS.
73
742004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Add PREINSTALL_DIRS.
77        * wrapup/Makefile.am: Reflect changes to libcpu.
78
792004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
82        Add PRE/TMPINSTALL_FILES to CLEANFILES.
83        * start/Makefile.am: Ditto.
84        * startup/Makefile.am: Ditto.
85
862004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * wrapup/Makefile.am: Eliminate $(LIB).
89        Use noinst_DATA to trigger building libbsp.a.
90
912003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * startup/Makefile.am: Cosmetics.
94
952003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * PCI_bus/Makefile.am: Eliminate VPATH.
98        * clock/Makefile.am: Eliminate VPATH.
99        * console/Makefile.am: Eliminate VPATH.
100        * start/Makefile.am: Eliminate VPATH.
101        * startup/Makefile.am: Eliminate VPATH.
102        * timer/Makefile.am: Eliminate VPATH.
103        * tod/Makefile.am: Eliminate VPATH.
104        * vectors/Makefile.am: Eliminate VPATH.
105
1062003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
109        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
110
1112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
114        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
115
1162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
119
1202003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * start/Makefile.am: Misc cleanups and fixes.
123        * startup/Makefile.am: Misc cleanups and fixes.
124        * wrapup/Makefile.am: Misc cleanups and fixes.
125
1262003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Add preinstallation dirstamp support.
129        * PCI_bus/Makefile.am: Cosmetics.
130        * clock/Makefile.am: Cosmetics.
131        * console/Makefile.am: Cosmetics.
132        * startup/Makefile.am: Cosmetics.
133        * timer/Makefile.am: Cosmetics.
134        * tod/Makefile.am: Cosmetics.
135        * vectors/Makefile.am: Cosmetics.
136        * wrapup/Makefile.am: Cosmetics.
137
1382003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
141        * clock/Makefile.am: Remove all-local: $(ARCH).
142        * console/Makefile.am: Remove all-local: $(ARCH).
143        * start/Makefile.am: Remove all-local: $(ARCH).
144        * startup/Makefile.am: Remove all-local: $(ARCH).
145        * timer/Makefile.am: Remove all-local: $(ARCH).
146        * tod/Makefile.am: Remove all-local: $(ARCH).
147        * vectors/Makefile.am: Remove all-local: $(ARCH).
148        * wrapup/Makefile.am: Remove all-local: $(ARCH).
149
1502003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Merge-in include/Makefile.am.
153        Reflect changes to bsp.am.
154        * include/Makefile.am: Remove.
155        * configure.ac: Reflect changes above.
156
1572003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * bsp_specs: Remove *lib:.
160
1612003-09-04      Joel Sherrill <joel@OARcorp.com>
162
163        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
164        console/console.c, console/consolebsp.h,
165        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
166        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
167        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
168        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
169        for license changed.
170
1712003-09-04      Joel Sherrill <joel@OARcorp.com>
172
173        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
174        statement about copyright assignment.
175
1762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Reflect having moved aclocal/.
179
1802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Reflect having moved automake/.
183        * PCI_bus/Makefile.am: Reflect having moved automake/.
184        * clock/Makefile.am: Reflect having moved automake/.
185        * console/Makefile.am: Reflect having moved automake/.
186        * include/Makefile.am: Reflect having moved automake/.
187        * start/Makefile.am: Reflect having moved automake/.
188        * startup/Makefile.am: Reflect having moved automake/.
189        * timer/Makefile.am: Reflect having moved automake/.
190        * tod/Makefile.am: Reflect having moved automake/.
191        * vectors/Makefile.am: Reflect having moved automake/.
192        * wrapup/Makefile.am: Reflect having moved automake/.
193
1942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
197
1982003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        PR 445/bsps
201        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
202        Remove cpp, old_cpp (now unused).
203
2042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Remove AC_CONFIG_AUX_DIR.
207
2082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
211
2122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: AC_PREREQ(2.57).
215
2162003-01-20      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/linkcmds*: Add FreeBSD sysctl() sections.
219
2202002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230
2312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * start/Makefile.am: Use install-data-local to install startfile.
234
2352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238
2392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * .cvsignore: Reformat.
242        Add autom4te*cache.
243        Remove autom4te.cache.
244
2452002-08-21      Joel Sherrill <joel@OARcorp.com>
246
247        * bsp_specs: Added support for -nostdlibs.
248
2492002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
260
2612002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * start/Makefile.am: Eliminate PGMS.
264        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
265
2662002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
269
2702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
273        Remove $(OBJS) from all-local.
274
2752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
278
2792001-05-09      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/linkcmds: In support of gcc 3.1, added one of more
282        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
283        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
284        and direction of segments to memory regions may also have been
285        addressed.  This was a sweep across all BSPs.
286 
2872002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
290
2912002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * vectors/vectors.S: Include <asm.h>.
294
2952001-04-08      Joel Sherrill <joel@OARcorp.com>
296
297        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
298 
2992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac:
302        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
303        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
304        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
314        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
315
3162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
319
3202001-11-28      Joel Sherrill <joel@OARcorp.com>,
321
322        This was tracked as PR87.
323        * README, configure.ac, include/Makefile.am, include/bsp.h,
324        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
325        Eliminated conditional code for generation 1 boards as these are
326        no longer available.
327        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
328
3292001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Add @exceptions@ to SUBDIRS.
332        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
333        make/custom/score603e.cfg;
334        Add automake conditional for SCORE_GENERATION_1;
335        Add RTEMS_PPC_EXCEPTIONS([old]).
336        * include/Makefile.am: include force-preinstall.am.
337        * start/start.S: include <bspopts.h> instead of targopts.h.
338        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
339        * vectors/vector.S: include <bsp.h>.
340        * wrapup/Makefile.am: Apply @exceptions@.
341
3422001-10-25      Joel Sherrill <joel@OARcorp.com>
343
344        * startup/linkcmds: Added _init and _fini.
345
3462001-10-12      Joel Sherrill <joel@OARcorp.com>
347
348        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
349        console/consolebsp.h, console/consolereserveresources.c,
350        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
351        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
352        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
353        startup/vmeintr.c, timer/timer.c: Fixed typo.
354
3552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
358        * configure.in: Remove.
359        * configure.ac: New file, generated from configure.in by autoupdate.
360
3612001-10-11      Joel Sherrill <joel@OARcorp.com>
362
363        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
364        delay_in_bus_cycles() to add rtems_bsp_ prefix.
365
3662001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
369
3702001-08-30      Joel Sherrill <joel@OARcorp.com>
371
372        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
373        gnat 3.13p.
374
3752001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.in: Add bspopts.h.
378        * include/.cvsignore: Add bspopts.h*, stamp-h*.
379        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
380        * include/bsp.h: Include bspopts.h.
381
3822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
383
384        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
385
3862001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
389        CVS-Id.
390        * include/chain.h: Remove.
391        * include/Makefile.am: Remove chain.h.
392
3932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
396
3972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
400
4012000-11-01      Joel Sherrill <joel@OARcorp.com>
402
403        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
404        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
405        now must be referenced as <rtems/XXX.h>.   Header file order
406        was cleaned up while doing this.
407
4082000-11-01      Joel Sherrill <joel@OARcorp.com>
409
410        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
411        and libcsupport.h moved from libc to lib/include/rtems and
412        now must be referenced as <rtems/XXX.h>.   Header file order
413        was cleaned up while doing this.
414
4152000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
418        Switch to GNU canonicalization.
419
4202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
423        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
424        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
425        compile.am
426
4272000-08-10      Joel Sherrill <joel@OARcorp.com>
428
429        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.