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

4.104.114.84.95
Last change on this file since dac4208 was dac4208, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 03:47:07

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c, clock/clock.c, console/85c30.c, console/console.c, console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c, startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c, startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 13.4 KB
Line 
12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * PCI_bus/PCI.c, PCI_bus/PCI.h, PCI_bus/flash.c, PCI_bus/universe.c,
4        clock/clock.c, console/85c30.c, console/console.c,
5        console/consolebsp.h, include/bsp.h, include/gen2.h, startup/FPGA.c,
6        startup/Hwr_init.c, startup/bspstart.c, startup/genpvec.c,
7        startup/spurious.c, startup/vmeintr.c, timer/timer.c, tod/tod.c:
8        Convert to using c99 fixed size types.
9
102004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect changes to bsp.am.
13        Preinstall dist_project_lib*.
14
152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Reflect changes to bsp.am.
18
192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
22
232004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * wrapup/Makefile.am: Convert to automake-building rules.
26
272004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
30        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
31        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
32        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
33        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
34        vectors/Makefile.am: Remove.
35        * configure.ac: Reflect changes above.
36        * wrapup/Makefile.am: Reflect changes above.
37
382004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Merge-in start/Makefile.am.
41        * start/Makefile.am: Remove.
42        * configure.ac: Reflect changes above.
43
442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
47        Add RTEMS_PROG_CCAS.
48
492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Add PREINSTALL_DIRS.
52        * wrapup/Makefile.am: Reflect changes to libcpu.
53
542004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
57        Add PRE/TMPINSTALL_FILES to CLEANFILES.
58        * start/Makefile.am: Ditto.
59        * startup/Makefile.am: Ditto.
60
612004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Eliminate $(LIB).
64        Use noinst_DATA to trigger building libbsp.a.
65
662003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * startup/Makefile.am: Cosmetics.
69
702003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * PCI_bus/Makefile.am: Eliminate VPATH.
73        * clock/Makefile.am: Eliminate VPATH.
74        * console/Makefile.am: Eliminate VPATH.
75        * start/Makefile.am: Eliminate VPATH.
76        * startup/Makefile.am: Eliminate VPATH.
77        * timer/Makefile.am: Eliminate VPATH.
78        * tod/Makefile.am: Eliminate VPATH.
79        * vectors/Makefile.am: Eliminate VPATH.
80
812003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
84        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
85
862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
89        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
90
912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
94
952003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * start/Makefile.am: Misc cleanups and fixes.
98        * startup/Makefile.am: Misc cleanups and fixes.
99        * wrapup/Makefile.am: Misc cleanups and fixes.
100
1012003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Add preinstallation dirstamp support.
104        * PCI_bus/Makefile.am: Cosmetics.
105        * clock/Makefile.am: Cosmetics.
106        * console/Makefile.am: Cosmetics.
107        * startup/Makefile.am: Cosmetics.
108        * timer/Makefile.am: Cosmetics.
109        * tod/Makefile.am: Cosmetics.
110        * vectors/Makefile.am: Cosmetics.
111        * wrapup/Makefile.am: Cosmetics.
112
1132003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
116        * clock/Makefile.am: Remove all-local: $(ARCH).
117        * console/Makefile.am: Remove all-local: $(ARCH).
118        * start/Makefile.am: Remove all-local: $(ARCH).
119        * startup/Makefile.am: Remove all-local: $(ARCH).
120        * timer/Makefile.am: Remove all-local: $(ARCH).
121        * tod/Makefile.am: Remove all-local: $(ARCH).
122        * vectors/Makefile.am: Remove all-local: $(ARCH).
123        * wrapup/Makefile.am: Remove all-local: $(ARCH).
124
1252003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Merge-in include/Makefile.am.
128        Reflect changes to bsp.am.
129        * include/Makefile.am: Remove.
130        * configure.ac: Reflect changes above.
131
1322003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * bsp_specs: Remove *lib:.
135
1362003-09-04      Joel Sherrill <joel@OARcorp.com>
137
138        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
139        console/console.c, console/consolebsp.h,
140        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
141        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
142        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
143        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
144        for license changed.
145
1462003-09-04      Joel Sherrill <joel@OARcorp.com>
147
148        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
149        statement about copyright assignment.
150
1512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect having moved aclocal/.
154
1552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Reflect having moved automake/.
158        * PCI_bus/Makefile.am: Reflect having moved automake/.
159        * clock/Makefile.am: Reflect having moved automake/.
160        * console/Makefile.am: Reflect having moved automake/.
161        * include/Makefile.am: Reflect having moved automake/.
162        * start/Makefile.am: Reflect having moved automake/.
163        * startup/Makefile.am: Reflect having moved automake/.
164        * timer/Makefile.am: Reflect having moved automake/.
165        * tod/Makefile.am: Reflect having moved automake/.
166        * vectors/Makefile.am: Reflect having moved automake/.
167        * wrapup/Makefile.am: Reflect having moved automake/.
168
1692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
172
1732003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        PR 445/bsps
176        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
177        Remove cpp, old_cpp (now unused).
178
1792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Remove AC_CONFIG_AUX_DIR.
182
1832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
186
1872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: AC_PREREQ(2.57).
190
1912003-01-20      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/linkcmds*: Add FreeBSD sysctl() sections.
194
1952002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205
2062002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * start/Makefile.am: Use install-data-local to install startfile.
209
2102002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213
2142002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * .cvsignore: Reformat.
217        Add autom4te*cache.
218        Remove autom4te.cache.
219
2202002-08-21      Joel Sherrill <joel@OARcorp.com>
221
222        * bsp_specs: Added support for -nostdlibs.
223
2242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
234        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
235
2362002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * start/Makefile.am: Eliminate PGMS.
239        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
240
2412002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
244
2452002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
248        Remove $(OBJS) from all-local.
249
2502002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
253
2542001-05-09      Joel Sherrill <joel@OARcorp.com>
255
256        * startup/linkcmds: In support of gcc 3.1, added one of more
257        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
258        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
259        and direction of segments to memory regions may also have been
260        addressed.  This was a sweep across all BSPs.
261 
2622002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
265
2662002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * vectors/vectors.S: Include <asm.h>.
269
2702001-04-08      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
273 
2742002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * configure.ac:
277        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
278        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
279        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
290
2912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
294
2952001-11-28      Joel Sherrill <joel@OARcorp.com>,
296
297        This was tracked as PR87.
298        * README, configure.ac, include/Makefile.am, include/bsp.h,
299        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
300        Eliminated conditional code for generation 1 boards as these are
301        no longer available.
302        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
303
3042001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * Makefile.am: Add @exceptions@ to SUBDIRS.
307        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
308        make/custom/score603e.cfg;
309        Add automake conditional for SCORE_GENERATION_1;
310        Add RTEMS_PPC_EXCEPTIONS([old]).
311        * include/Makefile.am: include force-preinstall.am.
312        * start/start.S: include <bspopts.h> instead of targopts.h.
313        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
314        * vectors/vector.S: include <bsp.h>.
315        * wrapup/Makefile.am: Apply @exceptions@.
316
3172001-10-25      Joel Sherrill <joel@OARcorp.com>
318
319        * startup/linkcmds: Added _init and _fini.
320
3212001-10-12      Joel Sherrill <joel@OARcorp.com>
322
323        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
324        console/consolebsp.h, console/consolereserveresources.c,
325        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
326        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
327        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
328        startup/vmeintr.c, timer/timer.c: Fixed typo.
329
3302001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
333        * configure.in: Remove.
334        * configure.ac: New file, generated from configure.in by autoupdate.
335
3362001-10-11      Joel Sherrill <joel@OARcorp.com>
337
338        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
339        delay_in_bus_cycles() to add rtems_bsp_ prefix.
340
3412001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
344
3452001-08-30      Joel Sherrill <joel@OARcorp.com>
346
347        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
348        gnat 3.13p.
349
3502001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.in: Add bspopts.h.
353        * include/.cvsignore: Add bspopts.h*, stamp-h*.
354        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
355        * include/bsp.h: Include bspopts.h.
356
3572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
358
359        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
360
3612001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
364        CVS-Id.
365        * include/chain.h: Remove.
366        * include/Makefile.am: Remove chain.h.
367
3682000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
371
3722000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
375
3762000-11-01      Joel Sherrill <joel@OARcorp.com>
377
378        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
379        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
380        now must be referenced as <rtems/XXX.h>.   Header file order
381        was cleaned up while doing this.
382
3832000-11-01      Joel Sherrill <joel@OARcorp.com>
384
385        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
386        and libcsupport.h moved from libc to lib/include/rtems and
387        now must be referenced as <rtems/XXX.h>.   Header file order
388        was cleaned up while doing this.
389
3902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
393        Switch to GNU canonicalization.
394
3952000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
398        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
399        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
400        compile.am
401
4022000-08-10      Joel Sherrill <joel@OARcorp.com>
403
404        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.