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

4.104.114.84.95
Last change on this file since ad1abd3 was ad1abd3, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/30/04 at 13:27:37

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

  • Makefile.am: Merge-in start/Makefile.am.
  • start/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 12.1 KB
Line 
12004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in start/Makefile.am.
4        * start/Makefile.am: Remove.
5        * configure.ac: Reflect changes above.
6
72004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
10        Add RTEMS_PROG_CCAS.
11
122004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Add PREINSTALL_DIRS.
15        * wrapup/Makefile.am: Reflect changes to libcpu.
16
172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
20        Add PRE/TMPINSTALL_FILES to CLEANFILES.
21        * start/Makefile.am: Ditto.
22        * startup/Makefile.am: Ditto.
23
242004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * wrapup/Makefile.am: Eliminate $(LIB).
27        Use noinst_DATA to trigger building libbsp.a.
28
292003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * startup/Makefile.am: Cosmetics.
32
332003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * PCI_bus/Makefile.am: Eliminate VPATH.
36        * clock/Makefile.am: Eliminate VPATH.
37        * console/Makefile.am: Eliminate VPATH.
38        * start/Makefile.am: Eliminate VPATH.
39        * startup/Makefile.am: Eliminate VPATH.
40        * timer/Makefile.am: Eliminate VPATH.
41        * tod/Makefile.am: Eliminate VPATH.
42        * vectors/Makefile.am: Eliminate VPATH.
43
442003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
47        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
48
492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
52        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
53
542003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
57
582003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * start/Makefile.am: Misc cleanups and fixes.
61        * startup/Makefile.am: Misc cleanups and fixes.
62        * wrapup/Makefile.am: Misc cleanups and fixes.
63
642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add preinstallation dirstamp support.
67        * PCI_bus/Makefile.am: Cosmetics.
68        * clock/Makefile.am: Cosmetics.
69        * console/Makefile.am: Cosmetics.
70        * startup/Makefile.am: Cosmetics.
71        * timer/Makefile.am: Cosmetics.
72        * tod/Makefile.am: Cosmetics.
73        * vectors/Makefile.am: Cosmetics.
74        * wrapup/Makefile.am: Cosmetics.
75
762003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
79        * clock/Makefile.am: Remove all-local: $(ARCH).
80        * console/Makefile.am: Remove all-local: $(ARCH).
81        * start/Makefile.am: Remove all-local: $(ARCH).
82        * startup/Makefile.am: Remove all-local: $(ARCH).
83        * timer/Makefile.am: Remove all-local: $(ARCH).
84        * tod/Makefile.am: Remove all-local: $(ARCH).
85        * vectors/Makefile.am: Remove all-local: $(ARCH).
86        * wrapup/Makefile.am: Remove all-local: $(ARCH).
87
882003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Merge-in include/Makefile.am.
91        Reflect changes to bsp.am.
92        * include/Makefile.am: Remove.
93        * configure.ac: Reflect changes above.
94
952003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * bsp_specs: Remove *lib:.
98
992003-09-04      Joel Sherrill <joel@OARcorp.com>
100
101        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
102        console/console.c, console/consolebsp.h,
103        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
104        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
105        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
106        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
107        for license changed.
108
1092003-09-04      Joel Sherrill <joel@OARcorp.com>
110
111        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
112        statement about copyright assignment.
113
1142003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Reflect having moved aclocal/.
117
1182003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Reflect having moved automake/.
121        * PCI_bus/Makefile.am: Reflect having moved automake/.
122        * clock/Makefile.am: Reflect having moved automake/.
123        * console/Makefile.am: Reflect having moved automake/.
124        * include/Makefile.am: Reflect having moved automake/.
125        * start/Makefile.am: Reflect having moved automake/.
126        * startup/Makefile.am: Reflect having moved automake/.
127        * timer/Makefile.am: Reflect having moved automake/.
128        * tod/Makefile.am: Reflect having moved automake/.
129        * vectors/Makefile.am: Reflect having moved automake/.
130        * wrapup/Makefile.am: Reflect having moved automake/.
131
1322003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
135
1362003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        PR 445/bsps
139        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
140        Remove cpp, old_cpp (now unused).
141
1422003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac: Remove AC_CONFIG_AUX_DIR.
145
1462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
149
1502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: AC_PREREQ(2.57).
153
1542003-01-20      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/linkcmds*: Add FreeBSD sysctl() sections.
157
1582002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
161        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
162        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
163        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
164        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168
1692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * start/Makefile.am: Use install-data-local to install startfile.
172
1732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176
1772002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * .cvsignore: Reformat.
180        Add autom4te*cache.
181        Remove autom4te.cache.
182
1832002-08-21      Joel Sherrill <joel@OARcorp.com>
184
185        * bsp_specs: Added support for -nostdlibs.
186
1872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
190        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
191        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
192        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
193        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
194        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
195        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
198
1992002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * start/Makefile.am: Eliminate PGMS.
202        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
203
2042002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
207
2082002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
211        Remove $(OBJS) from all-local.
212
2132002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
216
2172001-05-09      Joel Sherrill <joel@OARcorp.com>
218
219        * startup/linkcmds: In support of gcc 3.1, added one of more
220        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
221        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
222        and direction of segments to memory regions may also have been
223        addressed.  This was a sweep across all BSPs.
224 
2252002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
228
2292002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * vectors/vectors.S: Include <asm.h>.
232
2332001-04-08      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
236 
2372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac:
240        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
241        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
242        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
253
2542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
257
2582001-11-28      Joel Sherrill <joel@OARcorp.com>,
259
260        This was tracked as PR87.
261        * README, configure.ac, include/Makefile.am, include/bsp.h,
262        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
263        Eliminated conditional code for generation 1 boards as these are
264        no longer available.
265        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
266
2672001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Add @exceptions@ to SUBDIRS.
270        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
271        make/custom/score603e.cfg;
272        Add automake conditional for SCORE_GENERATION_1;
273        Add RTEMS_PPC_EXCEPTIONS([old]).
274        * include/Makefile.am: include force-preinstall.am.
275        * start/start.S: include <bspopts.h> instead of targopts.h.
276        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
277        * vectors/vector.S: include <bsp.h>.
278        * wrapup/Makefile.am: Apply @exceptions@.
279
2802001-10-25      Joel Sherrill <joel@OARcorp.com>
281
282        * startup/linkcmds: Added _init and _fini.
283
2842001-10-12      Joel Sherrill <joel@OARcorp.com>
285
286        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
287        console/consolebsp.h, console/consolereserveresources.c,
288        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
289        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
290        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
291        startup/vmeintr.c, timer/timer.c: Fixed typo.
292
2932001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
296        * configure.in: Remove.
297        * configure.ac: New file, generated from configure.in by autoupdate.
298
2992001-10-11      Joel Sherrill <joel@OARcorp.com>
300
301        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
302        delay_in_bus_cycles() to add rtems_bsp_ prefix.
303
3042001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
307
3082001-08-30      Joel Sherrill <joel@OARcorp.com>
309
310        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
311        gnat 3.13p.
312
3132001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.in: Add bspopts.h.
316        * include/.cvsignore: Add bspopts.h*, stamp-h*.
317        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
318        * include/bsp.h: Include bspopts.h.
319
3202001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
321
322        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
323
3242001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
327        CVS-Id.
328        * include/chain.h: Remove.
329        * include/Makefile.am: Remove chain.h.
330
3312000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
334
3352000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
338
3392000-11-01      Joel Sherrill <joel@OARcorp.com>
340
341        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
342        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
343        now must be referenced as <rtems/XXX.h>.   Header file order
344        was cleaned up while doing this.
345
3462000-11-01      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
349        and libcsupport.h moved from libc to lib/include/rtems and
350        now must be referenced as <rtems/XXX.h>.   Header file order
351        was cleaned up while doing this.
352
3532000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
356        Switch to GNU canonicalization.
357
3582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
361        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
362        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
363        compile.am
364
3652000-08-10      Joel Sherrill <joel@OARcorp.com>
366
367        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.