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

4.104.114.84.95
Last change on this file since b35414a was b35414a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:48

2003-12-13 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 10.9 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
14
152003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Misc cleanups and fixes.
18        * startup/Makefile.am: Misc cleanups and fixes.
19        * wrapup/Makefile.am: Misc cleanups and fixes.
20
212003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Add preinstallation dirstamp support.
24        * PCI_bus/Makefile.am: Cosmetics.
25        * clock/Makefile.am: Cosmetics.
26        * console/Makefile.am: Cosmetics.
27        * startup/Makefile.am: Cosmetics.
28        * timer/Makefile.am: Cosmetics.
29        * tod/Makefile.am: Cosmetics.
30        * vectors/Makefile.am: Cosmetics.
31        * wrapup/Makefile.am: Cosmetics.
32
332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * PCI_bus/Makefile.am: Remove all-local: $(ARCH).
36        * clock/Makefile.am: Remove all-local: $(ARCH).
37        * console/Makefile.am: Remove all-local: $(ARCH).
38        * start/Makefile.am: Remove all-local: $(ARCH).
39        * startup/Makefile.am: Remove all-local: $(ARCH).
40        * timer/Makefile.am: Remove all-local: $(ARCH).
41        * tod/Makefile.am: Remove all-local: $(ARCH).
42        * vectors/Makefile.am: Remove all-local: $(ARCH).
43        * wrapup/Makefile.am: Remove all-local: $(ARCH).
44
452003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Merge-in include/Makefile.am.
48        Reflect changes to bsp.am.
49        * include/Makefile.am: Remove.
50        * configure.ac: Reflect changes above.
51
522003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * bsp_specs: Remove *lib:.
55
562003-09-04      Joel Sherrill <joel@OARcorp.com>
57
58        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/85c30.h,
59        console/console.c, console/consolebsp.h,
60        console/consolereserveresources.c, console/tbl85c30.c, include/bsp.h,
61        include/coverhd.h, include/gen2.h, include/tod.h, startup/FPGA.c,
62        startup/bspclean.c, startup/bspstart.c, startup/genpvec.c,
63        startup/setvec.c, startup/vmeintr.c, timer/timer.c, tod/tod.c: URL
64        for license changed.
65
662003-09-04      Joel Sherrill <joel@OARcorp.com>
67
68        * PCI_bus/PCI.c, PCI_bus/flash.c, PCI_bus/universe.c: Removed incorrect
69        statement about copyright assignment.
70
712003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Reflect having moved aclocal/.
74
752003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect having moved automake/.
78        * PCI_bus/Makefile.am: Reflect having moved automake/.
79        * clock/Makefile.am: Reflect having moved automake/.
80        * console/Makefile.am: Reflect having moved automake/.
81        * include/Makefile.am: Reflect having moved automake/.
82        * start/Makefile.am: Reflect having moved automake/.
83        * startup/Makefile.am: Reflect having moved automake/.
84        * timer/Makefile.am: Reflect having moved automake/.
85        * tod/Makefile.am: Reflect having moved automake/.
86        * vectors/Makefile.am: Reflect having moved automake/.
87        * wrapup/Makefile.am: Reflect having moved automake/.
88
892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
92
932003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        PR 445/bsps
96        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
97        Remove cpp, old_cpp (now unused).
98
992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove AC_CONFIG_AUX_DIR.
102
1032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
106
1072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: AC_PREREQ(2.57).
110
1112003-01-20      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds*: Add FreeBSD sysctl() sections.
114
1152002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
118        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
119        * PCI_bus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
120        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
121        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
122        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
123        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
124        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
125
1262002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * start/Makefile.am: Use install-data-local to install startfile.
129
1302002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133
1342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * .cvsignore: Reformat.
137        Add autom4te*cache.
138        Remove autom4te.cache.
139
1402002-08-21      Joel Sherrill <joel@OARcorp.com>
141
142        * bsp_specs: Added support for -nostdlibs.
143
1442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o.
147        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
148        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
149        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
150        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
151        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
152        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
153        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
154        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
155
1562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * start/Makefile.am: Eliminate PGMS.
159        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
160
1612002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
164
1652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
168        Remove $(OBJS) from all-local.
169
1702002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
173
1742001-05-09      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/linkcmds: In support of gcc 3.1, added one of more
177        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
178        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
179        and direction of segments to memory regions may also have been
180        addressed.  This was a sweep across all BSPs.
181 
1822002-04-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * startup/spurious.c: Use defined(mpc604) instead of defined(ppc604).
185
1862002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * vectors/vectors.S: Include <asm.h>.
189
1902001-04-08      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
193 
1942002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac:
197        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
198        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
199        * PCI_bus/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * Makefile.am: Remove AUTOMAKE_OPTIONS.
201        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
210
2112001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
214
2152001-11-28      Joel Sherrill <joel@OARcorp.com>,
216
217        This was tracked as PR87.
218        * README, configure.ac, include/Makefile.am, include/bsp.h,
219        start/start.S, startup/FPGA.c, startup/Makefile.am, tod/Makefile.am:
220        Eliminated conditional code for generation 1 boards as these are
221        no longer available.
222        * include/gen1.h, startup/82378zb.c, tod/tod_g1.c: Deleted.
223
2242001-11-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Add @exceptions@ to SUBDIRS.
227        * configure.ac: Apply RTEMS_BSPOPTS_*(*) to merge-in settings from
228        make/custom/score603e.cfg;
229        Add automake conditional for SCORE_GENERATION_1;
230        Add RTEMS_PPC_EXCEPTIONS([old]).
231        * include/Makefile.am: include force-preinstall.am.
232        * start/start.S: include <bspopts.h> instead of targopts.h.
233        * tod/Makefile.am: Apply SCORE_GENERATION_1 conditional.
234        * vectors/vector.S: include <bsp.h>.
235        * wrapup/Makefile.am: Apply @exceptions@.
236
2372001-10-25      Joel Sherrill <joel@OARcorp.com>
238
239        * startup/linkcmds: Added _init and _fini.
240
2412001-10-12      Joel Sherrill <joel@OARcorp.com>
242
243        * PCI_bus/PCI.h, clock/clock.c, console/85c30.c, console/console.c,
244        console/consolebsp.h, console/consolereserveresources.c,
245        console/tbl85c30.c, include/bsp.h, include/coverhd.h, include/gen1.h,
246        include/gen2.h, startup/82378zb.c, startup/FPGA.c,
247        startup/bspstart.c, startup/genpvec.c, startup/setvec.c,
248        startup/vmeintr.c, timer/timer.c: Fixed typo.
249
2502001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
253        * configure.in: Remove.
254        * configure.ac: New file, generated from configure.in by autoupdate.
255
2562001-10-11      Joel Sherrill <joel@OARcorp.com>
257
258        * console/85c30.c, startup/bspstart.c: Fix references to delay() and
259        delay_in_bus_cycles() to add rtems_bsp_ prefix.
260
2612001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
264
2652001-08-30      Joel Sherrill <joel@OARcorp.com>
266
267        * startup/linkcmds: Modified to work better with gcc 2.8.1 and
268        gnat 3.13p.
269
2702001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.in: Add bspopts.h.
273        * include/.cvsignore: Add bspopts.h*, stamp-h*.
274        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
275        * include/bsp.h: Include bspopts.h.
276
2772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
278
279        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
280
2812001-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * startup/genpvec.c: #include <chain.h> instead of "chain.h", fix
284        CVS-Id.
285        * include/chain.h: Remove.
286        * include/Makefile.am: Remove chain.h.
287
2882000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
291
2922000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
295
2962000-11-01      Joel Sherrill <joel@OARcorp.com>
297
298        * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h,
299        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
300        now must be referenced as <rtems/XXX.h>.   Header file order
301        was cleaned up while doing this.
302
3032000-11-01      Joel Sherrill <joel@OARcorp.com>
304
305        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
306        and libcsupport.h moved from libc to lib/include/rtems and
307        now must be referenced as <rtems/XXX.h>.   Header file order
308        was cleaned up while doing this.
309
3102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
313        Switch to GNU canonicalization.
314
3152000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * PCI_bus/Makefile.am, clock/Makefile.am, console/Makefile.am,
318        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
319        tod/Makefile.am, vectors/Makefile.am, wrapup/Makefile.am: Include
320        compile.am
321
3222000-08-10      Joel Sherrill <joel@OARcorp.com>
323
324        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.