source: rtems/c/src/lib/libbsp/powerpc/score603e/ChangeLog @ 7dd6e8d

4.104.114.84.95
Last change on this file since 7dd6e8d was 7dd6e8d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:16:38

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

PR 614/bsps

  • include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
  • Property mode set to 100644
File size: 14.0 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 614/bsps
4        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
5
62004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
9        * startup/genpvec.c: Include <rtems/chain.h> instead of <chain.h>.
10        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
11        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
12        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
13        * console/consolebsp.h: Include <rtems/ringbuf.h> instead of <ringbuf.h>.
14        * startup/vmeintr.c: Include <rtems/vmeintr.h> instead of <vmeintr.h>.
15
162004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
19        clock/clock.c, console/85c30.c, console/console.c,
20        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
21        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
22        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
23        Convert to using c99 fixed size types.
24
252004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Reflect changes to bsp.am.
28        Preinstall dist_project_lib*.
29
302004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Reflect changes to bsp.am.
33
342004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
37
382004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * wrapup/Makefile.am: Convert to automake-building rules.
41
422004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
45        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
46        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
47        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
48        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
49        vectors/Makefile.am: Remove.
50        * configure.ac: Reflect changes above.
51        * wrapup/Makefile.am: Reflect changes above.
52
532004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Merge-in start/Makefile.am.
56        * start/Makefile.am: Remove.
57        * configure.ac: Reflect changes above.
58
592004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
62        Add RTEMS_PROG_CCAS.
63
642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add PREINSTALL_DIRS.
67        * wrapup/Makefile.am: Reflect changes to libcpu.
68
692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
72        Add PRE/TMPINSTALL_FILES to CLEANFILES.
73        * start/Makefile.am: Ditto.
74        * startup/Makefile.am: Ditto.
75
762004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Eliminate $(LIB).
79        Use noinst_DATA to trigger building libbsp.a.
80
812003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * startup/Makefile.am: Cosmetics.
84
852003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * PCI_bus/Makefile.am: Eliminate VPATH.
88        * clock/Makefile.am: Eliminate VPATH.
89        * console/Makefile.am: Eliminate VPATH.
90        * start/Makefile.am: Eliminate VPATH.
91        * startup/Makefile.am: Eliminate VPATH.
92        * timer/Makefile.am: Eliminate VPATH.
93        * tod/Makefile.am: Eliminate VPATH.
94        * vectors/Makefile.am: Eliminate VPATH.
95
962003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
99        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100
1012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
104        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105
1062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
109
1102003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: Misc cleanups and fixes.
113        * startup/Makefile.am: Misc cleanups and fixes.
114        * wrapup/Makefile.am: Misc cleanups and fixes.
115
1162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Add preinstallation dirstamp support.
119        * PCI_bus/Makefile.am: Cosmetics.
120        * clock/Makefile.am: Cosmetics.
121        * console/Makefile.am: Cosmetics.
122        * startup/Makefile.am: Cosmetics.
123        * timer/Makefile.am: Cosmetics.
124        * tod/Makefile.am: Cosmetics.
125        * vectors/Makefile.am: Cosmetics.
126        * wrapup/Makefile.am: Cosmetics.
127
1282003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
131        * clock/Makefile.am: Remove all-local: $(ARCH).
132        * console/Makefile.am: Remove all-local: $(ARCH).
133        * start/Makefile.am: Remove all-local: $(ARCH).
134        * startup/Makefile.am: Remove all-local: $(ARCH).
135        * timer/Makefile.am: Remove all-local: $(ARCH).
136        * tod/Makefile.am: Remove all-local: $(ARCH).
137        * vectors/Makefile.am: Remove all-local: $(ARCH).
138        * wrapup/Makefile.am: Remove all-local: $(ARCH).
139
1402003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Merge-in include/Makefile.am.
143        Reflect changes to bsp.am.
144        * include/Makefile.am: Remove.
145        * configure.ac: Reflect changes above.
146
1472003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * bsp_specs: Remove *lib:.
150
1512003-09-04      Joel Sherrill <joel@OARcorp.com>
152
153        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
154        console/console.c, console/consolebsp.h,
155        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
156        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
157        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
158        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
159        for license changed.
160
1612003-09-04      Joel Sherrill <joel@OARcorp.com>
162
163        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
164        statement about copyright assignment.
165
1662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Reflect having moved aclocal/.
169
1702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Reflect having moved automake/.
173        * PCI_bus/Makefile.am: Reflect having moved automake/.
174        * clock/Makefile.am: Reflect having moved automake/.
175        * console/Makefile.am: Reflect having moved automake/.
176        * include/Makefile.am: Reflect having moved automake/.
177        * start/Makefile.am: Reflect having moved automake/.
178        * startup/Makefile.am: Reflect having moved automake/.
179        * timer/Makefile.am: Reflect having moved automake/.
180        * tod/Makefile.am: Reflect having moved automake/.
181        * vectors/Makefile.am: Reflect having moved automake/.
182        * wrapup/Makefile.am: Reflect having moved automake/.
183
1842003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
187
1882003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        PR 445/bsps
191        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
192        Remove cpp, old_cpp (now unused).
193
1942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove AC_CONFIG_AUX_DIR.
197
1982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
201
2022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: AC_PREREQ(2.57).
205
2062003-01-20      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/linkcmds*: Add FreeBSD sysctl() sections.
209
2102002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220
2212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * start/Makefile.am: Use install-data-local to install startfile.
224
2252002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228
2292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * .cvsignore: Reformat.
232        Add autom4te*cache.
233        Remove autom4te.cache.
234
2352002-08-21      Joel Sherrill <joel@OARcorp.com>
236
237        * bsp_specs: Added support for -nostdlibs.
238
2392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
250
2512002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * start/Makefile.am: Eliminate PGMS.
254        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
255
2562002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
259
2602002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
263        Remove $(OBJS) from all-local.
264
2652002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
268
2692001-05-09      Joel Sherrill <joel@OARcorp.com>
270
271        * startup/linkcmds: In support of gcc 3.1, added one of more
272        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
273        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
274        and direction of segments to memory regions may also have been
275        addressed.  This was a sweep across all BSPs.
276 
2772002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
280
2812002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * vectors/vectors.S: Include <asm.h>.
284
2852001-04-08      Joel Sherrill <joel@OARcorp.com>
286
287        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
288 
2892002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac:
292        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
293        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
294        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
300        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
301        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
305
3062001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
309
3102001-11-28      Joel Sherrill <joel@OARcorp.com>,
311
312        This was tracked as PR87.
313        * README, configure.ac, include/Makefile.am, include/bsp.h,
314        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
315        Eliminated conditional code for generation 1 boards as these are
316        no longer available.
317        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
318
3192001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Add @exceptions@ to SUBDIRS.
322        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
323        make/custom/score603e.cfg;
324        Add automake conditional for SCORE_GENERATION_1;
325        Add RTEMS_PPC_EXCEPTIONS([old]).
326        * include/Makefile.am: include force-preinstall.am.
327        * start/start.S: include <bspopts.h> instead of targopts.h.
328        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
329        * vectors/vector.S: include <bsp.h>.
330        * wrapup/Makefile.am: Apply @exceptions@.
331
3322001-10-25      Joel Sherrill <joel@OARcorp.com>
333
334        * startup/linkcmds: Added _init and _fini.
335
3362001-10-12      Joel Sherrill <joel@OARcorp.com>
337
338        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
339        console/consolebsp.h, console/consolereserveresources.c,
340        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
341        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
342        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
343        startup/vmeintr.c, timer/timer.c: Fixed typo.
344
3452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
348        * configure.in: Remove.
349        * configure.ac: New file, generated from configure.in by autoupdate.
350
3512001-10-11      Joel Sherrill <joel@OARcorp.com>
352
353        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
354        delay_in_bus_cycles() to add rtems_bsp_ prefix.
355
3562001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
359
3602001-08-30      Joel Sherrill <joel@OARcorp.com>
361
362        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
363        gnat 3.13p.
364
3652001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * configure.in: Add bspopts.h.
368        * include/.cvsignore: Add bspopts.h*, stamp-h*.
369        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
370        * include/bsp.h: Include bspopts.h.
371
3722001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
373
374        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
375
3762001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
379        CVS-Id.
380        * include/chain.h: Remove.
381        * include/Makefile.am: Remove chain.h.
382
3832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
386
3872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
390
3912000-11-01      Joel Sherrill <joel@OARcorp.com>
392
393        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
394        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
395        now must be referenced as <rtems/XXX.h>.   Header file order
396        was cleaned up while doing this.
397
3982000-11-01      Joel Sherrill <joel@OARcorp.com>
399
400        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
401        and libcsupport.h moved from libc to lib/include/rtems and
402        now must be referenced as <rtems/XXX.h>.   Header file order
403        was cleaned up while doing this.
404
4052000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
408        Switch to GNU canonicalization.
409
4102000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
413        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
414        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
415        compile.am
416
4172000-08-10      Joel Sherrill <joel@OARcorp.com>
418
419        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.