source: rtems/c/src/lib/libbsp/i960/rxgen960/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: 11.0 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
222004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * start/rxgen_romld.S: Include <rtems/asm.h> instead of <asm.h>.
25
262004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
29
302004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
33        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
34        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
35
362004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * clock/ckinit.c, console/concntl.h, console/console.c,
39        include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using
40        c99 fixed size types.
41
422004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Reflect changes to bsp.am.
45        Preinstall dist_project_lib*.
46
472004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Reflect changes to bsp.am.
50
512004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
54
552004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
58        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
59        wrapup/Makefile.am. Use automake compilation rules.
60        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
61        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
62        * configure.ac: Reflect changes above.
63        * bsp_specs: Sync with other BSPs, fixup missing brace.
64
652004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
68        Add RTEMS_PROG_CCAS.
69
702004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Add PREINSTALL_DIRS.
73        * wrapup/Makefile.am: Reflect changes to libcpu.
74
752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
78        Add PRE/TMPINSTALL_FILES to CLEANFILES.
79        * startup/Makefile.am: Ditto.
80
812004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * wrapup/Makefile.am: Eliminate $(LIB).
84        Use noinst_DATA to trigger building libbsp.a.
85
862003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
89        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
90
912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
94        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
95
962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
99
1002003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * start/Makefile.am: Misc cleanups and fixes.
103        * startup/Makefile.am: Misc cleanups and fixes.
104        * wrapup/Makefile.am: Misc cleanups and fixes.
105
1062003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Add preinstallation dirstamp support.
109        * clock/Makefile.am: Cosmetics.
110        * console/Makefile.am: Cosmetics.
111        * start/Makefile.am: Cosmetics.
112        * startup/Makefile.am: Cosmetics.
113        * timer/Makefile.am: Cosmetics.
114        * wrapup/Makefile.am: Cosmetics.
115
1162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * clock/Makefile.am: Remove all-local: $(ARCH).
119        * console/Makefile.am: Remove all-local: $(ARCH).
120        * start/Makefile.am: Remove all-local: $(ARCH).
121        * startup/Makefile.am: Remove all-local: $(ARCH).
122        * timer/Makefile.am: Remove all-local: $(ARCH).
123        * wrapup/Makefile.am: Remove all-local: $(ARCH).
124
1252003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Merge-in include/Makefile.am.
128        Reflect changes to bsp.am.
129        * include/Makefile.am: Remove.
130        * configure.ac: Reflect changes above.
131
1322003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * bsp_specs: Remove *lib:.
135
1362003-09-04      Joel Sherrill <joel@OARcorp.com>
137
138        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
139        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
140        URL for license changed.
141
1422003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Reflect having moved aclocal/.
145
1462003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * Makefile.am: Reflect having moved automake/.
149        * clock/Makefile.am: Reflect having moved automake/.
150        * console/Makefile.am: Reflect having moved automake/.
151        * include/Makefile.am: Reflect having moved automake/.
152        * start/Makefile.am: Reflect having moved automake/.
153        * startup/Makefile.am: Reflect having moved automake/.
154        * timer/Makefile.am: Reflect having moved automake/.
155        * wrapup/Makefile.am: Reflect having moved automake/.
156
1572003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
160
1612003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        PR 445/bsps
164        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
165        Remove cpp, old_cpp (now unused).
166
1672003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * configure.ac: Remove AC_CONFIG_AUX_DIR.
170
1712003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
174
1752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: AC_PREREQ(2.57).
178
1792003-01-20      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds*: Add FreeBSD sysctl() sections.
182
1832003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190
1912002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194
1952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * .cvsignore: Reformat.
198        Add autom4te*cache.
199        Remove autom4te.cache.
200
2012002-08-21      Joel Sherrill <joel@OARcorp.com>
202
203        * bsp_specs: Added support for -nostdlibs.
204
2052002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
208        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
209        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
213
2142002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * start/Makefile.am:
217        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
218
2192002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * start/Makefile.am: Eliminate PGM.
222        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
223
2242002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
227
2282002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
231        Remove $(OBJS) from all-local.
232
2332002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
236
2372001-05-09      Joel Sherrill <joel@OARcorp.com>
238
239        * startup/linkcmds: In support of gcc 3.1, added one of more
240        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
241        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
242        and direction of segments to memory regions may also have been
243        addressed.  This was a sweep across all BSPs.
244        * startup/linkcmds.real: Ditto.
245        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
246 
2472002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * startup/nulsystbl.c: Fix braces.
250        * startup/Makefile.am: Remove types.h.
251        * startup/types.h: Remove.
252
2532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac:
256        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
257        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
258        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
266
2672002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
270
2712001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
274        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
275
2762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
279
2802001-10-12      Joel Sherrill <joel@OARcorp.com>
281
282        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
283        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
284        Fixed typo.
285
2862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
289        * configure.in: Remove.
290        * configure.ac: New file, generated from configure.in by autoupdate.
291
2922001-09-27      Joel Sherrill <joel@OARcorp.com>
293
294        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
295
2962001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * include/Makefile.am: Use 'CLEANFILES ='.
299        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
300
3012001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.in: Add bspopts.h.
304        * include/.cvsignore: Add bspopts.h*, stamp-h*.
305        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
306        * include/bsp.h: Include bspopts.h.
307
3082001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
309
310        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
311
3122001-01-09      Joel Sherrill <joel@OARcorp.com>
313
314        * Removing non-function shmsupp directory.
315        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
316        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
317        * configure.in, Makefile.am, wrapup/Makefile.am
318
3192000-12-06      Joel Sherrill <joel@OARcorp.com>
320
321        * include/bsp.h: Removed incorrect error case.
322
3232000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
326
3272000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
330
3312000-11-01      Joel Sherrill <joel@OARcorp.com>
332
333        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
334        and libcsupport.h moved from libc to lib/include/rtems and
335        now must be referenced as <rtems/XXX.h>.   Header file order
336        was cleaned up while doing this.
337
3382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
341        Switch to GNU canonicalization.
342
3432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
346        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
347        start/Makefile.am: Include compile.am
348
3492000-08-10      Joel Sherrill <joel@OARcorp.com>
350
351        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.