source: rtems/c/src/lib/libbsp/i960/rxgen960/ChangeLog @ 7dd6e8d

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

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

PR 614/bsps

  • include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
  • Property mode set to 100644
File size: 10.6 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 614/bsps
4        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
5
62004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * start/rxgen_romld.S: Include <rtems/asm.h> instead of <asm.h>.
9
102004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
11
12        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
13
142004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
17        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
18        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
19
202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * clock/ckinit.c, console/concntl.h, console/console.c,
23        include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using
24        c99 fixed size types.
25
262004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect changes to bsp.am.
29        Preinstall dist_project_lib*.
30
312004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect changes to bsp.am.
34
352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
38
392004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
42        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
43        wrapup/Makefile.am. Use automake compilation rules.
44        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
45        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
46        * configure.ac: Reflect changes above.
47        * bsp_specs: Sync with other BSPs, fixup missing brace.
48
492004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
52        Add RTEMS_PROG_CCAS.
53
542004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Add PREINSTALL_DIRS.
57        * wrapup/Makefile.am: Reflect changes to libcpu.
58
592004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
62        Add PRE/TMPINSTALL_FILES to CLEANFILES.
63        * startup/Makefile.am: Ditto.
64
652004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Eliminate $(LIB).
68        Use noinst_DATA to trigger building libbsp.a.
69
702003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
73        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
74
752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
78        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
79
802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
83
842003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/Makefile.am: Misc cleanups and fixes.
87        * startup/Makefile.am: Misc cleanups and fixes.
88        * wrapup/Makefile.am: Misc cleanups and fixes.
89
902003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Add preinstallation dirstamp support.
93        * clock/Makefile.am: Cosmetics.
94        * console/Makefile.am: Cosmetics.
95        * start/Makefile.am: Cosmetics.
96        * startup/Makefile.am: Cosmetics.
97        * timer/Makefile.am: Cosmetics.
98        * wrapup/Makefile.am: Cosmetics.
99
1002003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * clock/Makefile.am: Remove all-local: $(ARCH).
103        * console/Makefile.am: Remove all-local: $(ARCH).
104        * start/Makefile.am: Remove all-local: $(ARCH).
105        * startup/Makefile.am: Remove all-local: $(ARCH).
106        * timer/Makefile.am: Remove all-local: $(ARCH).
107        * wrapup/Makefile.am: Remove all-local: $(ARCH).
108
1092003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Merge-in include/Makefile.am.
112        Reflect changes to bsp.am.
113        * include/Makefile.am: Remove.
114        * configure.ac: Reflect changes above.
115
1162003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * bsp_specs: Remove *lib:.
119
1202003-09-04      Joel Sherrill <joel@OARcorp.com>
121
122        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
123        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
124        URL for license changed.
125
1262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Reflect having moved aclocal/.
129
1302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Reflect having moved automake/.
133        * clock/Makefile.am: Reflect having moved automake/.
134        * console/Makefile.am: Reflect having moved automake/.
135        * include/Makefile.am: Reflect having moved automake/.
136        * start/Makefile.am: Reflect having moved automake/.
137        * startup/Makefile.am: Reflect having moved automake/.
138        * timer/Makefile.am: Reflect having moved automake/.
139        * wrapup/Makefile.am: Reflect having moved automake/.
140
1412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
144
1452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        PR 445/bsps
148        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
149        Remove cpp, old_cpp (now unused).
150
1512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove AC_CONFIG_AUX_DIR.
154
1552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
158
1592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: AC_PREREQ(2.57).
162
1632003-01-20      Joel Sherrill <joel@OARcorp.com>
164
165        * startup/linkcmds*: Add FreeBSD sysctl() sections.
166
1672003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174
1752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178
1792002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * .cvsignore: Reformat.
182        Add autom4te*cache.
183        Remove autom4te.cache.
184
1852002-08-21      Joel Sherrill <joel@OARcorp.com>
186
187        * bsp_specs: Added support for -nostdlibs.
188
1892002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
192        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
193        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
194        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
195        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
196        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
197
1982002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * start/Makefile.am:
201        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
202
2032002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * start/Makefile.am: Eliminate PGM.
206        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
207
2082002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
211
2122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
215        Remove $(OBJS) from all-local.
216
2172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
220
2212001-05-09      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/linkcmds: In support of gcc 3.1, added one of more
224        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
225        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
226        and direction of segments to memory regions may also have been
227        addressed.  This was a sweep across all BSPs.
228        * startup/linkcmds.real: Ditto.
229        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
230 
2312002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * startup/nulsystbl.c: Fix braces.
234        * startup/Makefile.am: Remove types.h.
235        * startup/types.h: Remove.
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        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
250
2512002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
254
2552001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
258        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
259
2602001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
263
2642001-10-12      Joel Sherrill <joel@OARcorp.com>
265
266        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
267        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
268        Fixed typo.
269
2702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
273        * configure.in: Remove.
274        * configure.ac: New file, generated from configure.in by autoupdate.
275
2762001-09-27      Joel Sherrill <joel@OARcorp.com>
277
278        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
279
2802001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * include/Makefile.am: Use 'CLEANFILES ='.
283        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
284
2852001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.in: Add bspopts.h.
288        * include/.cvsignore: Add bspopts.h*, stamp-h*.
289        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
290        * include/bsp.h: Include bspopts.h.
291
2922001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
293
294        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
295
2962001-01-09      Joel Sherrill <joel@OARcorp.com>
297
298        * Removing non-function shmsupp directory.
299        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
300        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
301        * configure.in, Makefile.am, wrapup/Makefile.am
302
3032000-12-06      Joel Sherrill <joel@OARcorp.com>
304
305        * include/bsp.h: Removed incorrect error case.
306
3072000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
310
3112000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
314
3152000-11-01      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
318        and libcsupport.h moved from libc to lib/include/rtems and
319        now must be referenced as <rtems/XXX.h>.   Header file order
320        was cleaned up while doing this.
321
3222000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
325        Switch to GNU canonicalization.
326
3272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
330        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
331        start/Makefile.am: Include compile.am
332
3332000-08-10      Joel Sherrill <joel@OARcorp.com>
334
335        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.