source: rtems/c/src/lib/libbsp/i960/rxgen960/ChangeLog @ 3344730a

4.104.114.84.95
Last change on this file since 3344730a was 3344730a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:21:25

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

PR 613/bsps

  • include/bsp.h: Remove MAX_LONG_TEST_DURATION.
  • Property mode set to 100644
File size: 10.7 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 613/bsps
4        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 614/bsps
9        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
10
112004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * start/rxgen_romld.S: Include <rtems/asm.h> instead of <asm.h>.
14
152004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
18
192004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
22        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
23        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
24
252004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * clock/ckinit.c, console/concntl.h, console/console.c,
28        include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using
29        c99 fixed size types.
30
312004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect changes to bsp.am.
34        Preinstall dist_project_lib*.
35
362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect changes to bsp.am.
39
402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
43
442004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
47        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
48        wrapup/Makefile.am. Use automake compilation rules.
49        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
50        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
51        * configure.ac: Reflect changes above.
52        * bsp_specs: Sync with other BSPs, fixup missing brace.
53
542004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
57        Add RTEMS_PROG_CCAS.
58
592004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Add PREINSTALL_DIRS.
62        * wrapup/Makefile.am: Reflect changes to libcpu.
63
642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
67        Add PRE/TMPINSTALL_FILES to CLEANFILES.
68        * startup/Makefile.am: Ditto.
69
702004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Eliminate $(LIB).
73        Use noinst_DATA to trigger building libbsp.a.
74
752003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
78        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
79
802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
83        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
84
852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
88
892003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * start/Makefile.am: Misc cleanups and fixes.
92        * startup/Makefile.am: Misc cleanups and fixes.
93        * wrapup/Makefile.am: Misc cleanups and fixes.
94
952003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Add preinstallation dirstamp support.
98        * clock/Makefile.am: Cosmetics.
99        * console/Makefile.am: Cosmetics.
100        * start/Makefile.am: Cosmetics.
101        * startup/Makefile.am: Cosmetics.
102        * timer/Makefile.am: Cosmetics.
103        * wrapup/Makefile.am: Cosmetics.
104
1052003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * clock/Makefile.am: Remove all-local: $(ARCH).
108        * console/Makefile.am: Remove all-local: $(ARCH).
109        * start/Makefile.am: Remove all-local: $(ARCH).
110        * startup/Makefile.am: Remove all-local: $(ARCH).
111        * timer/Makefile.am: Remove all-local: $(ARCH).
112        * wrapup/Makefile.am: Remove all-local: $(ARCH).
113
1142003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Merge-in include/Makefile.am.
117        Reflect changes to bsp.am.
118        * include/Makefile.am: Remove.
119        * configure.ac: Reflect changes above.
120
1212003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * bsp_specs: Remove *lib:.
124
1252003-09-04      Joel Sherrill <joel@OARcorp.com>
126
127        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
128        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
129        URL for license changed.
130
1312003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Reflect having moved aclocal/.
134
1352003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Reflect having moved automake/.
138        * clock/Makefile.am: Reflect having moved automake/.
139        * console/Makefile.am: Reflect having moved automake/.
140        * include/Makefile.am: Reflect having moved automake/.
141        * start/Makefile.am: Reflect having moved automake/.
142        * startup/Makefile.am: Reflect having moved automake/.
143        * timer/Makefile.am: Reflect having moved automake/.
144        * wrapup/Makefile.am: Reflect having moved automake/.
145
1462003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
149
1502003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        PR 445/bsps
153        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
154        Remove cpp, old_cpp (now unused).
155
1562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.ac: Remove AC_CONFIG_AUX_DIR.
159
1602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
163
1642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: AC_PREREQ(2.57).
167
1682003-01-20      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds*: Add FreeBSD sysctl() sections.
171
1722003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179
1802002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183
1842002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * .cvsignore: Reformat.
187        Add autom4te*cache.
188        Remove autom4te.cache.
189
1902002-08-21      Joel Sherrill <joel@OARcorp.com>
191
192        * bsp_specs: Added support for -nostdlibs.
193
1942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
197        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
198        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
199        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
200        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
201        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
202
2032002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * start/Makefile.am:
206        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
207
2082002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * start/Makefile.am: Eliminate PGM.
211        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
212
2132002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
216
2172002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
220        Remove $(OBJS) from all-local.
221
2222002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
225
2262001-05-09      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds: In support of gcc 3.1, added one of more
229        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
230        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
231        and direction of segments to memory regions may also have been
232        addressed.  This was a sweep across all BSPs.
233        * startup/linkcmds.real: Ditto.
234        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
235 
2362002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * startup/nulsystbl.c: Fix braces.
239        * startup/Makefile.am: Remove types.h.
240        * startup/types.h: Remove.
241
2422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac:
245        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
246        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
247        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
255
2562002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
259
2602001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
263        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
264
2652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
268
2692001-10-12      Joel Sherrill <joel@OARcorp.com>
270
271        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
272        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
273        Fixed typo.
274
2752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
278        * configure.in: Remove.
279        * configure.ac: New file, generated from configure.in by autoupdate.
280
2812001-09-27      Joel Sherrill <joel@OARcorp.com>
282
283        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
284
2852001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * include/Makefile.am: Use 'CLEANFILES ='.
288        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
289
2902001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.in: Add bspopts.h.
293        * include/.cvsignore: Add bspopts.h*, stamp-h*.
294        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
295        * include/bsp.h: Include bspopts.h.
296
2972001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
298
299        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
300
3012001-01-09      Joel Sherrill <joel@OARcorp.com>
302
303        * Removing non-function shmsupp directory.
304        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
305        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
306        * configure.in, Makefile.am, wrapup/Makefile.am
307
3082000-12-06      Joel Sherrill <joel@OARcorp.com>
309
310        * include/bsp.h: Removed incorrect error case.
311
3122000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
315
3162000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
319
3202000-11-01      Joel Sherrill <joel@OARcorp.com>
321
322        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
323        and libcsupport.h moved from libc to lib/include/rtems and
324        now must be referenced as <rtems/XXX.h>.   Header file order
325        was cleaned up while doing this.
326
3272000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
330        Switch to GNU canonicalization.
331
3322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
335        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
336        start/Makefile.am: Include compile.am
337
3382000-08-10      Joel Sherrill <joel@OARcorp.com>
339
340        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.