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

4.104.114.84.95
Last change on this file since f17679cf was f17679cf, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/09/04 at 05:02:47

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

  • start/rxgen_romld.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 10.5 KB
Line 
12004-04-09      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * start/rxgen_romld.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * timer/timerisr.S: Include <rtems/asm.h> instead of <asm.h>.
8
92004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
12        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
13        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
14
152004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * clock/ckinit.c, console/concntl.h, console/console.c,
18        include/bsp.h, startup/bspstart.c, timer/timer.c: Convert to using
19        c99 fixed size types.
20
212004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect changes to bsp.am.
24        Preinstall dist_project_lib*.
25
262004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect changes to bsp.am.
29
302004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
33
342004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
37        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
38        wrapup/Makefile.am. Use automake compilation rules.
39        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
40        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
41        * configure.ac: Reflect changes above.
42        * bsp_specs: Sync with other BSPs, fixup missing brace.
43
442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
47        Add RTEMS_PROG_CCAS.
48
492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Add PREINSTALL_DIRS.
52        * wrapup/Makefile.am: Reflect changes to libcpu.
53
542004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
57        Add PRE/TMPINSTALL_FILES to CLEANFILES.
58        * startup/Makefile.am: Ditto.
59
602004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * wrapup/Makefile.am: Eliminate $(LIB).
63        Use noinst_DATA to trigger building libbsp.a.
64
652003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
68        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
69
702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
74
752003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
78
792003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: Misc cleanups and fixes.
82        * startup/Makefile.am: Misc cleanups and fixes.
83        * wrapup/Makefile.am: Misc cleanups and fixes.
84
852003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Add preinstallation dirstamp support.
88        * clock/Makefile.am: Cosmetics.
89        * console/Makefile.am: Cosmetics.
90        * start/Makefile.am: Cosmetics.
91        * startup/Makefile.am: Cosmetics.
92        * timer/Makefile.am: Cosmetics.
93        * wrapup/Makefile.am: Cosmetics.
94
952003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * clock/Makefile.am: Remove all-local: $(ARCH).
98        * console/Makefile.am: Remove all-local: $(ARCH).
99        * start/Makefile.am: Remove all-local: $(ARCH).
100        * startup/Makefile.am: Remove all-local: $(ARCH).
101        * timer/Makefile.am: Remove all-local: $(ARCH).
102        * wrapup/Makefile.am: Remove all-local: $(ARCH).
103
1042003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Merge-in include/Makefile.am.
107        Reflect changes to bsp.am.
108        * include/Makefile.am: Remove.
109        * configure.ac: Reflect changes above.
110
1112003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * bsp_specs: Remove *lib:.
114
1152003-09-04      Joel Sherrill <joel@OARcorp.com>
116
117        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
118        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
119        URL for license changed.
120
1212003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect having moved aclocal/.
124
1252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Reflect having moved automake/.
128        * clock/Makefile.am: Reflect having moved automake/.
129        * console/Makefile.am: Reflect having moved automake/.
130        * include/Makefile.am: Reflect having moved automake/.
131        * start/Makefile.am: Reflect having moved automake/.
132        * startup/Makefile.am: Reflect having moved automake/.
133        * timer/Makefile.am: Reflect having moved automake/.
134        * wrapup/Makefile.am: Reflect having moved automake/.
135
1362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
139
1402003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        PR 445/bsps
143        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
144        Remove cpp, old_cpp (now unused).
145
1462003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove AC_CONFIG_AUX_DIR.
149
1502003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
153
1542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: AC_PREREQ(2.57).
157
1582003-01-20      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/linkcmds*: Add FreeBSD sysctl() sections.
161
1622003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
165        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
166        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
167        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
168        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
169
1702002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173
1742002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * .cvsignore: Reformat.
177        Add autom4te*cache.
178        Remove autom4te.cache.
179
1802002-08-21      Joel Sherrill <joel@OARcorp.com>
181
182        * bsp_specs: Added support for -nostdlibs.
183
1842002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
187        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
188        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
189        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
190        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
191        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
192
1932002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * start/Makefile.am:
196        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
197
1982002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * start/Makefile.am: Eliminate PGM.
201        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
202
2032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
206
2072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
210        Remove $(OBJS) from all-local.
211
2122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
215
2162001-05-09      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/linkcmds: In support of gcc 3.1, added one of more
219        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
220        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
221        and direction of segments to memory regions may also have been
222        addressed.  This was a sweep across all BSPs.
223        * startup/linkcmds.real: Ditto.
224        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
225 
2262002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * startup/nulsystbl.c: Fix braces.
229        * startup/Makefile.am: Remove types.h.
230        * startup/types.h: Remove.
231
2322002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac:
235        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
236        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
237        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
245
2462002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
249
2502001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
253        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
254
2552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
258
2592001-10-12      Joel Sherrill <joel@OARcorp.com>
260
261        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
262        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
263        Fixed typo.
264
2652001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
268        * configure.in: Remove.
269        * configure.ac: New file, generated from configure.in by autoupdate.
270
2712001-09-27      Joel Sherrill <joel@OARcorp.com>
272
273        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
274
2752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * include/Makefile.am: Use 'CLEANFILES ='.
278        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
279
2802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.in: Add bspopts.h.
283        * include/.cvsignore: Add bspopts.h*, stamp-h*.
284        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
285        * include/bsp.h: Include bspopts.h.
286
2872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
288
289        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
290
2912001-01-09      Joel Sherrill <joel@OARcorp.com>
292
293        * Removing non-function shmsupp directory.
294        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
295        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
296        * configure.in, Makefile.am, wrapup/Makefile.am
297
2982000-12-06      Joel Sherrill <joel@OARcorp.com>
299
300        * include/bsp.h: Removed incorrect error case.
301
3022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
305
3062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
309
3102000-11-01      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
313        and libcsupport.h moved from libc to lib/include/rtems and
314        now must be referenced as <rtems/XXX.h>.   Header file order
315        was cleaned up while doing this.
316
3172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
320        Switch to GNU canonicalization.
321
3222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
325        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
326        start/Makefile.am: Include compile.am
327
3282000-08-10      Joel Sherrill <joel@OARcorp.com>
329
330        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.