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

4.104.114.84.95
Last change on this file since 89b253c6 was 66ae7d0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/31/04 at 00:37:44

2004-01-31 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am, tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
  • clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am, tod/Makefile.am, vectors/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • wrapup/Makefile.am: Reflect changes above.
  • Property mode set to 100644
File size: 12.6 KB
Line 
12004-01-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
4        PCI_bus/Makefile.am, startup/Makefile.am, timer/Makefile.am,
5        tod/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
6        * clock/Makefile.am, console/Makefile.am, PCI_bus/Makefile.am,
7        startup/Makefile.am, timer/Makefile.am, tod/Makefile.am,
8        vectors/Makefile.am: Remove.
9        * configure.ac: Reflect changes above.
10        * wrapup/Makefile.am: Reflect changes above.
11
122004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Merge-in start/Makefile.am.
15        * start/Makefile.am: Remove.
16        * configure.ac: Reflect changes above.
17
182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
21        Add RTEMS_PROG_CCAS.
22
232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Add PREINSTALL_DIRS.
26        * wrapup/Makefile.am: Reflect changes to libcpu.
27
282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
31        Add PRE/TMPINSTALL_FILES to CLEANFILES.
32        * start/Makefile.am: Ditto.
33        * startup/Makefile.am: Ditto.
34
352004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Eliminate $(LIB).
38        Use noinst_DATA to trigger building libbsp.a.
39
402003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * startup/Makefile.am: Cosmetics.
43
442003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * PCI_bus/Makefile.am: Eliminate VPATH.
47        * clock/Makefile.am: Eliminate VPATH.
48        * console/Makefile.am: Eliminate VPATH.
49        * start/Makefile.am: Eliminate VPATH.
50        * startup/Makefile.am: Eliminate VPATH.
51        * timer/Makefile.am: Eliminate VPATH.
52        * tod/Makefile.am: Eliminate VPATH.
53        * vectors/Makefile.am: Eliminate VPATH.
54
552003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
58        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
59
602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
63        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
64
652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
68
692003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Misc cleanups and fixes.
72        * startup/Makefile.am: Misc cleanups and fixes.
73        * wrapup/Makefile.am: Misc cleanups and fixes.
74
752003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Add preinstallation dirstamp support.
78        * PCI_bus/Makefile.am: Cosmetics.
79        * clock/Makefile.am: Cosmetics.
80        * console/Makefile.am: Cosmetics.
81        * startup/Makefile.am: Cosmetics.
82        * timer/Makefile.am: Cosmetics.
83        * tod/Makefile.am: Cosmetics.
84        * vectors/Makefile.am: Cosmetics.
85        * wrapup/Makefile.am: Cosmetics.
86
872003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
90        * clock/Makefile.am: Remove all-local: $(ARCH).
91        * console/Makefile.am: Remove all-local: $(ARCH).
92        * start/Makefile.am: Remove all-local: $(ARCH).
93        * startup/Makefile.am: Remove all-local: $(ARCH).
94        * timer/Makefile.am: Remove all-local: $(ARCH).
95        * tod/Makefile.am: Remove all-local: $(ARCH).
96        * vectors/Makefile.am: Remove all-local: $(ARCH).
97        * wrapup/Makefile.am: Remove all-local: $(ARCH).
98
992003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Merge-in include/Makefile.am.
102        Reflect changes to bsp.am.
103        * include/Makefile.am: Remove.
104        * configure.ac: Reflect changes above.
105
1062003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * bsp_specs: Remove *lib:.
109
1102003-09-04      Joel Sherrill <joel@OARcorp.com>
111
112        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
113        console/console.c, console/consolebsp.h,
114        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
115        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
116        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
117        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
118        for license changed.
119
1202003-09-04      Joel Sherrill <joel@OARcorp.com>
121
122        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
123        statement about copyright assignment.
124
1252003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Reflect having moved aclocal/.
128
1292003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Reflect having moved automake/.
132        * PCI_bus/Makefile.am: Reflect having moved automake/.
133        * clock/Makefile.am: Reflect having moved automake/.
134        * console/Makefile.am: Reflect having moved automake/.
135        * include/Makefile.am: Reflect having moved automake/.
136        * start/Makefile.am: Reflect having moved automake/.
137        * startup/Makefile.am: Reflect having moved automake/.
138        * timer/Makefile.am: Reflect having moved automake/.
139        * tod/Makefile.am: Reflect having moved automake/.
140        * vectors/Makefile.am: Reflect having moved automake/.
141        * wrapup/Makefile.am: Reflect having moved automake/.
142
1432003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
146
1472003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        PR 445/bsps
150        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
151        Remove cpp, old_cpp (now unused).
152
1532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Remove AC_CONFIG_AUX_DIR.
156
1572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
160
1612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: AC_PREREQ(2.57).
164
1652003-01-20      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds*: Add FreeBSD sysctl() sections.
168
1692002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179
1802002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * start/Makefile.am: Use install-data-local to install startfile.
183
1842002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187
1882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * .cvsignore: Reformat.
191        Add autom4te*cache.
192        Remove autom4te.cache.
193
1942002-08-21      Joel Sherrill <joel@OARcorp.com>
195
196        * bsp_specs: Added support for -nostdlibs.
197
1982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
208        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
209
2102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * start/Makefile.am: Eliminate PGMS.
213        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
214
2152002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
218
2192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
222        Remove $(OBJS) from all-local.
223
2242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
227
2282001-05-09      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds: In support of gcc 3.1, added one of more
231        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
232        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
233        and direction of segments to memory regions may also have been
234        addressed.  This was a sweep across all BSPs.
235 
2362002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
239
2402002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * vectors/vectors.S: Include <asm.h>.
243
2442001-04-08      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
247 
2482002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac:
251        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
252        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
253        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
264
2652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
268
2692001-11-28      Joel Sherrill <joel@OARcorp.com>,
270
271        This was tracked as PR87.
272        * README, configure.ac, include/Makefile.am, include/bsp.h,
273        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
274        Eliminated conditional code for generation 1 boards as these are
275        no longer available.
276        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
277
2782001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am: Add @exceptions@ to SUBDIRS.
281        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
282        make/custom/score603e.cfg;
283        Add automake conditional for SCORE_GENERATION_1;
284        Add RTEMS_PPC_EXCEPTIONS([old]).
285        * include/Makefile.am: include force-preinstall.am.
286        * start/start.S: include <bspopts.h> instead of targopts.h.
287        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
288        * vectors/vector.S: include <bsp.h>.
289        * wrapup/Makefile.am: Apply @exceptions@.
290
2912001-10-25      Joel Sherrill <joel@OARcorp.com>
292
293        * startup/linkcmds: Added _init and _fini.
294
2952001-10-12      Joel Sherrill <joel@OARcorp.com>
296
297        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
298        console/consolebsp.h, console/consolereserveresources.c,
299        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
300        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
301        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
302        startup/vmeintr.c, timer/timer.c: Fixed typo.
303
3042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
307        * configure.in: Remove.
308        * configure.ac: New file, generated from configure.in by autoupdate.
309
3102001-10-11      Joel Sherrill <joel@OARcorp.com>
311
312        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
313        delay_in_bus_cycles() to add rtems_bsp_ prefix.
314
3152001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
318
3192001-08-30      Joel Sherrill <joel@OARcorp.com>
320
321        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
322        gnat 3.13p.
323
3242001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * configure.in: Add bspopts.h.
327        * include/.cvsignore: Add bspopts.h*, stamp-h*.
328        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
329        * include/bsp.h: Include bspopts.h.
330
3312001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
332
333        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
334
3352001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
338        CVS-Id.
339        * include/chain.h: Remove.
340        * include/Makefile.am: Remove chain.h.
341
3422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
345
3462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
349
3502000-11-01      Joel Sherrill <joel@OARcorp.com>
351
352        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
353        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
354        now must be referenced as <rtems/XXX.h>.   Header file order
355        was cleaned up while doing this.
356
3572000-11-01      Joel Sherrill <joel@OARcorp.com>
358
359        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
360        and libcsupport.h moved from libc to lib/include/rtems and
361        now must be referenced as <rtems/XXX.h>.   Header file order
362        was cleaned up while doing this.
363
3642000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
367        Switch to GNU canonicalization.
368
3692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
372        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
373        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
374        compile.am
375
3762000-08-10      Joel Sherrill <joel@OARcorp.com>
377
378        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.