source: rtems/c/src/lib/libbsp/i960/rxgen960/ChangeLog @ 8cc4a27

4.104.114.84.95
Last change on this file since 8cc4a27 was 8cc4a27, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/22/04 at 13:33:37

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

  • include/bsp.h: Split out tmtest27 support.
  • include/tm27.h: New.
  • Property mode set to 100644
File size: 10.8 KB
Line 
12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Split out tmtest27 support.
4        * include/tm27.h: New.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 613/bsps
9        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
10
112004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        PR 614/bsps
14        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
15
162004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * start/rxgen_romld.S: Include <rtems/asm.h> instead of <asm.h>.
19
202004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
23
242004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
27        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
28        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
29
302004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * clock/ckinit.c, console/concntl.h, console/console.c,
33        include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using
34        c99 fixed size types.
35
362004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect changes to bsp.am.
39        Preinstall dist_project_lib*.
40
412004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect changes to bsp.am.
44
452004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
48
492004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
52        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
53        wrapup/Makefile.am. Use automake compilation rules.
54        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
55        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
56        * configure.ac: Reflect changes above.
57        * bsp_specs: Sync with other BSPs, fixup missing brace.
58
592004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
62        Add RTEMS_PROG_CCAS.
63
642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Add PREINSTALL_DIRS.
67        * wrapup/Makefile.am: Reflect changes to libcpu.
68
692004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
72        Add PRE/TMPINSTALL_FILES to CLEANFILES.
73        * startup/Makefile.am: Ditto.
74
752004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Eliminate $(LIB).
78        Use noinst_DATA to trigger building libbsp.a.
79
802003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
83        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
84
852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
88        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
89
902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
93
942003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * start/Makefile.am: Misc cleanups and fixes.
97        * startup/Makefile.am: Misc cleanups and fixes.
98        * wrapup/Makefile.am: Misc cleanups and fixes.
99
1002003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Add preinstallation dirstamp support.
103        * clock/Makefile.am: Cosmetics.
104        * console/Makefile.am: Cosmetics.
105        * start/Makefile.am: Cosmetics.
106        * startup/Makefile.am: Cosmetics.
107        * timer/Makefile.am: Cosmetics.
108        * wrapup/Makefile.am: Cosmetics.
109
1102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * clock/Makefile.am: Remove all-local: $(ARCH).
113        * console/Makefile.am: Remove all-local: $(ARCH).
114        * start/Makefile.am: Remove all-local: $(ARCH).
115        * startup/Makefile.am: Remove all-local: $(ARCH).
116        * timer/Makefile.am: Remove all-local: $(ARCH).
117        * wrapup/Makefile.am: Remove all-local: $(ARCH).
118
1192003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Merge-in include/Makefile.am.
122        Reflect changes to bsp.am.
123        * include/Makefile.am: Remove.
124        * configure.ac: Reflect changes above.
125
1262003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * bsp_specs: Remove *lib:.
129
1302003-09-04      Joel Sherrill <joel@OARcorp.com>
131
132        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
133        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
134        URL for license changed.
135
1362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect having moved aclocal/.
139
1402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Reflect having moved automake/.
143        * clock/Makefile.am: Reflect having moved automake/.
144        * console/Makefile.am: Reflect having moved automake/.
145        * include/Makefile.am: Reflect having moved automake/.
146        * start/Makefile.am: Reflect having moved automake/.
147        * startup/Makefile.am: Reflect having moved automake/.
148        * timer/Makefile.am: Reflect having moved automake/.
149        * wrapup/Makefile.am: Reflect having moved automake/.
150
1512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
154
1552003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        PR 445/bsps
158        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
159        Remove cpp, old_cpp (now unused).
160
1612003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Remove AC_CONFIG_AUX_DIR.
164
1652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
168
1692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: AC_PREREQ(2.57).
172
1732003-01-20      Joel Sherrill <joel@OARcorp.com>
174
175        * startup/linkcmds*: Add FreeBSD sysctl() sections.
176
1772003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184
1852002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188
1892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * .cvsignore: Reformat.
192        Add autom4te*cache.
193        Remove autom4te.cache.
194
1952002-08-21      Joel Sherrill <joel@OARcorp.com>
196
197        * bsp_specs: Added support for -nostdlibs.
198
1992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
202        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
207
2082002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * start/Makefile.am:
211        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
212
2132002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * start/Makefile.am: Eliminate PGM.
216        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
217
2182002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
221
2222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
225        Remove $(OBJS) from all-local.
226
2272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
230
2312001-05-09      Joel Sherrill <joel@OARcorp.com>
232
233        * startup/linkcmds: In support of gcc 3.1, added one of more
234        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
235        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
236        and direction of segments to memory regions may also have been
237        addressed.  This was a sweep across all BSPs.
238        * startup/linkcmds.real: Ditto.
239        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
240 
2412002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * startup/nulsystbl.c: Fix braces.
244        * startup/Makefile.am: Remove types.h.
245        * startup/types.h: Remove.
246
2472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac:
250        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
251        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
252        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
260
2612002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
264
2652001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
268        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
269
2702001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
273
2742001-10-12      Joel Sherrill <joel@OARcorp.com>
275
276        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
277        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
278        Fixed typo.
279
2802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
283        * configure.in: Remove.
284        * configure.ac: New file, generated from configure.in by autoupdate.
285
2862001-09-27      Joel Sherrill <joel@OARcorp.com>
287
288        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
289
2902001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * include/Makefile.am: Use 'CLEANFILES ='.
293        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
294
2952001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.in: Add bspopts.h.
298        * include/.cvsignore: Add bspopts.h*, stamp-h*.
299        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
300        * include/bsp.h: Include bspopts.h.
301
3022001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
303
304        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
305
3062001-01-09      Joel Sherrill <joel@OARcorp.com>
307
308        * Removing non-function shmsupp directory.
309        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
310        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
311        * configure.in, Makefile.am, wrapup/Makefile.am
312
3132000-12-06      Joel Sherrill <joel@OARcorp.com>
314
315        * include/bsp.h: Removed incorrect error case.
316
3172000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
320
3212000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
324
3252000-11-01      Joel Sherrill <joel@OARcorp.com>
326
327        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
328        and libcsupport.h moved from libc to lib/include/rtems and
329        now must be referenced as <rtems/XXX.h>.   Header file order
330        was cleaned up while doing this.
331
3322000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
335        Switch to GNU canonicalization.
336
3372000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
340        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
341        start/Makefile.am: Include compile.am
342
3432000-08-10      Joel Sherrill <joel@OARcorp.com>
344
345        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.