source: rtems/c/src/lib/libbsp/i960/cvme961/ChangeLog @ 6ac101b

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
  • Property mode set to 100644
File size: 9.5 KB
Line 
12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
8
92004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Correct path to libcpu.
12
132004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
16        shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am,
17        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
18        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
19        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
20        wrapup/Makefile.am: Remove.
21        * configure.ac: Reflect changes above.
22
232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
26        Add RTEMS_PROG_CCAS.
27
282004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Add PREINSTALL_DIRS.
31        * wrapup/Makefile.am: Reflect changes to libcpu.
32
332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
36        Add PRE/TMPINSTALL_FILES to CLEANFILES.
37        * startup/Makefile.am: Ditto.
38
392004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Eliminate $(LIB).
42        Use noinst_DATA to trigger building libbsp.a.
43
442003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Remove GENERIC_FILES.
47
482003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
51        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
52
532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
56        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
57
582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
61
622003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * start/Makefile.am: Misc cleanups and fixes.
65        * startup/Makefile.am: Misc cleanups and fixes.
66        * wrapup/Makefile.am: Misc cleanups and fixes.
67
682003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Add preinstallation dirstamp support.
71        * clock/Makefile.am: Cosmetics.
72        * console/Makefile.am: Cosmetics.
73        * shmsupp/Makefile.am: Cosmetics.
74        * startup/Makefile.am: Cosmetics.
75        * timer/Makefile.am: Cosmetics.
76        * wrapup/Makefile.am: Cosmetics.
77
782003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * clock/Makefile.am: Remove all-local: $(ARCH).
81        * console/Makefile.am: Remove all-local: $(ARCH).
82        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
83        * start/Makefile.am: Remove all-local: $(ARCH).
84        * startup/Makefile.am: Remove all-local: $(ARCH).
85        * timer/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-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * bsp_specs: Remove *lib:.
98
992003-09-04      Joel Sherrill <joel@OARcorp.com>
100
101        * clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
102        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, start/start.S,
103        startup/bspclean.c, startup/bspstart.c, startup/exit.c,
104        startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.S:
105        URL for license changed.
106
1072003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Reflect having moved aclocal/.
110
1112003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Reflect having moved automake/.
114        * clock/Makefile.am: Reflect having moved automake/.
115        * console/Makefile.am: Reflect having moved automake/.
116        * include/Makefile.am: Reflect having moved automake/.
117        * shmsupp/Makefile.am: Reflect having moved automake/.
118        * start/Makefile.am: Reflect having moved automake/.
119        * startup/Makefile.am: Reflect having moved automake/.
120        * timer/Makefile.am: Reflect having moved automake/.
121        * wrapup/Makefile.am: Reflect having moved automake/.
122
1232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
126
1272003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        PR 445/bsps
130        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
131        Remove cpp, old_cpp (now unused).
132
1332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Remove AC_CONFIG_AUX_DIR.
136
1372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
140
1412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: AC_PREREQ(2.57).
144
1452003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
148        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
149        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
150        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
151        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
152        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
153
1542002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * start/Makefile.am: Use install-data-local to install startfile.
157
1582002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
161
1622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * .cvsignore: Reformat.
165        Add autom4te*cache.
166        Remove autom4te.cache.
167
1682002-08-21      Joel Sherrill <joel@OARcorp.com>
169
170        * bsp_specs: Added support for -nostdlibs.
171
1722002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
176        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
177        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
178        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
179        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
180        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
181
1822002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * start/Makefile.am: Eliminate PGM.
185        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
186
1872002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
190
1912002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
194        Remove $(OBJS) from all-local.
195
1962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * wrapup/Makefile.am: Add $(LIB) to all-local.
199
2002002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
203
2042001-05-09      Joel Sherrill <joel@OARcorp.com>
205
206        * startup/linkcmds: In support of gcc 3.1, added one of more
207        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
208        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
209        and direction of segments to memory regions may also have been
210        addressed.  This was a sweep across all BSPs.
211 
2122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac:
215        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
216        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
217        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
226
2272001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
230        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
231
2322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
235
2362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
239        * configure.in: Remove.
240        * configure.ac: New file, generated from configure.in by autoupdate.
241
2422001-09-27      Joel Sherrill <joel@OARcorp.com>
243
244        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
245        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
246
2472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * include/Makefile.am: Use 'CLEANFILES ='.
250        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
251
2522001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.
255
2562001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.in: Add bspopts.h.
259        * include/.cvsignore: Add bspopts.h*, stamp-h*.
260        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
261        * include/bsp.h: Include bspopts.h.
262
2632001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
264
265        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
266
2672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
270
2712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
274
2752000-11-01      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
278        and libcsupport.h moved from libc to lib/include/rtems and
279        now must be referenced as <rtems/XXX.h>.   Header file order
280        was cleaned up while doing this.
281
2822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
285        Switch to GNU canonicalization.
286
2872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
290        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
291        wrapup/Makefile.am: Include compile.am
292
2932000-08-10      Joel Sherrill <joel@OARcorp.com>
294
295        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.