source: rtems/c/src/lib/libbsp/i960/cvme961/ChangeLog @ 3defec6

4.104.114.84.95
Last change on this file since 3defec6 was 3defec6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 04:47:38

2004-04-23 Ralf Corsepius <ralf_corsepius@…>

PR 610/bsps

  • Makefile.am: Add include/tm27.h, Cosmetics.
  • include/tm27.h: Final cosmetics.
  • Property mode set to 100644
File size: 10.9 KB
Line 
12004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 610/bsps
4        * Makefile.am: Add include/tm27.h, Cosmetics.
5        * include/tm27.h: Final cosmetics.
6
72004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * include/bsp.h: Split out tmtest27 support.
10        * include/tm27.h: New.
11
122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        PR 613/bsps
15        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
16
172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 614/bsps
20        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
21
22
23        * cvme961/timer/timer.c: Include <rtems/zilog/z8536.h> instead of
24        <zilog/z8536.h>.
25
262004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
29        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
30
312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
34        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
35        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
36
372004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * clock/ckinit.c, include/bsp.h, shmsupp/addrconv.c,
40        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
41        startup/bspstart.c, timer/timer.c: Convert to using c99 fixed size
42        types.
43
442004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Reflect changes to bsp.am.
47        Preinstall dist_project_lib*.
48
492004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Reflect changes to bsp.am.
52
532004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
56
572004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Correct path to libcpu.
60
612004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
64        shmsupp/Makefile.am, start/Makefile.am, startup/Makefile.am,
65        timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
66        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
67        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
68        wrapup/Makefile.am: Remove.
69        * configure.ac: Reflect changes above.
70
712004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
74        Add RTEMS_PROG_CCAS.
75
762004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Add PREINSTALL_DIRS.
79        * wrapup/Makefile.am: Reflect changes to libcpu.
80
812004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
84        Add PRE/TMPINSTALL_FILES to CLEANFILES.
85        * startup/Makefile.am: Ditto.
86
872004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Eliminate $(LIB).
90        Use noinst_DATA to trigger building libbsp.a.
91
922003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Remove GENERIC_FILES.
95
962003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
99        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100
1012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
104        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105
1062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
109
1102003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: Misc cleanups and fixes.
113        * startup/Makefile.am: Misc cleanups and fixes.
114        * wrapup/Makefile.am: Misc cleanups and fixes.
115
1162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Add preinstallation dirstamp support.
119        * clock/Makefile.am: Cosmetics.
120        * console/Makefile.am: Cosmetics.
121        * shmsupp/Makefile.am: Cosmetics.
122        * startup/Makefile.am: Cosmetics.
123        * timer/Makefile.am: Cosmetics.
124        * wrapup/Makefile.am: Cosmetics.
125
1262003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * clock/Makefile.am: Remove all-local: $(ARCH).
129        * console/Makefile.am: Remove all-local: $(ARCH).
130        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
131        * start/Makefile.am: Remove all-local: $(ARCH).
132        * startup/Makefile.am: Remove all-local: $(ARCH).
133        * timer/Makefile.am: Remove all-local: $(ARCH).
134        * wrapup/Makefile.am: Remove all-local: $(ARCH).
135
1362003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Merge-in include/Makefile.am.
139        Reflect changes to bsp.am.
140        * include/Makefile.am: Remove.
141        * configure.ac: Reflect changes above.
142
1432003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * bsp_specs: Remove *lib:.
146
1472003-09-04      Joel Sherrill <joel@OARcorp.com>
148
149        * clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
150        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c, start/start.S,
151        startup/bspclean.c, startup/bspstart.c, startup/exit.c,
152        startup/linkcmds, startup/setvec.c, timer/timer.c, timer/timerisr.S:
153        URL for license changed.
154
1552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Reflect having moved aclocal/.
158
1592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Reflect having moved automake/.
162        * clock/Makefile.am: Reflect having moved automake/.
163        * console/Makefile.am: Reflect having moved automake/.
164        * include/Makefile.am: Reflect having moved automake/.
165        * shmsupp/Makefile.am: Reflect having moved automake/.
166        * start/Makefile.am: Reflect having moved automake/.
167        * startup/Makefile.am: Reflect having moved automake/.
168        * timer/Makefile.am: Reflect having moved automake/.
169        * wrapup/Makefile.am: Reflect having moved automake/.
170
1712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
174
1752003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        PR 445/bsps
178        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
179        Remove cpp, old_cpp (now unused).
180
1812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Remove AC_CONFIG_AUX_DIR.
184
1852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
188
1892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: AC_PREREQ(2.57).
192
1932003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201
2022002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * start/Makefile.am: Use install-data-local to install startfile.
205
2062002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209
2102002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * .cvsignore: Reformat.
213        Add autom4te*cache.
214        Remove autom4te.cache.
215
2162002-08-21      Joel Sherrill <joel@OARcorp.com>
217
218        * bsp_specs: Added support for -nostdlibs.
219
2202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
229
2302002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * start/Makefile.am: Eliminate PGM.
233        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
234
2352002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
238
2392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
242        Remove $(OBJS) from all-local.
243
2442002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * wrapup/Makefile.am: Add $(LIB) to all-local.
247
2482002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
251
2522001-05-09      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/linkcmds: In support of gcc 3.1, added one of more
255        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
256        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
257        and direction of segments to memory regions may also have been
258        addressed.  This was a sweep across all BSPs.
259 
2602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac:
263        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
264        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
265        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
274
2752001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
278        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
279
2802001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
283
2842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
287        * configure.in: Remove.
288        * configure.ac: New file, generated from configure.in by autoupdate.
289
2902001-09-27      Joel Sherrill <joel@OARcorp.com>
291
292        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
293        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
294
2952001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * include/Makefile.am: Use 'CLEANFILES ='.
298        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
299
3002001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * wrapup/Makefile: Use GENERIC_FILES = to make automake-1.5 happy.
303
3042001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.in: Add bspopts.h.
307        * include/.cvsignore: Add bspopts.h*, stamp-h*.
308        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
309        * include/bsp.h: Include bspopts.h.
310
3112001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
312
313        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
314
3152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
318
3192000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
322
3232000-11-01      Joel Sherrill <joel@OARcorp.com>
324
325        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
326        and libcsupport.h moved from libc to lib/include/rtems and
327        now must be referenced as <rtems/XXX.h>.   Header file order
328        was cleaned up while doing this.
329
3302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
333        Switch to GNU canonicalization.
334
3352000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
338        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
339        wrapup/Makefile.am: Include compile.am
340
3412000-08-10      Joel Sherrill <joel@OARcorp.com>
342
343        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.