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

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
8
92004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
12        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
13        wrapup/Makefile.am. Use automake compilation rules.
14        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
15        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
16        * configure.ac: Reflect changes above.
17        * bsp_specs: Sync with other BSPs, fixup missing brace.
18
192004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
22        Add RTEMS_PROG_CCAS.
23
242004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Add PREINSTALL_DIRS.
27        * wrapup/Makefile.am: Reflect changes to libcpu.
28
292004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
32        Add PRE/TMPINSTALL_FILES to CLEANFILES.
33        * startup/Makefile.am: Ditto.
34
352004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Eliminate $(LIB).
38        Use noinst_DATA to trigger building libbsp.a.
39
402003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
43        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
44
452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
48        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
49
502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
53
542003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * start/Makefile.am: Misc cleanups and fixes.
57        * startup/Makefile.am: Misc cleanups and fixes.
58        * wrapup/Makefile.am: Misc cleanups and fixes.
59
602003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * Makefile.am: Add preinstallation dirstamp support.
63        * clock/Makefile.am: Cosmetics.
64        * console/Makefile.am: Cosmetics.
65        * start/Makefile.am: Cosmetics.
66        * startup/Makefile.am: Cosmetics.
67        * timer/Makefile.am: Cosmetics.
68        * wrapup/Makefile.am: Cosmetics.
69
702003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * clock/Makefile.am: Remove all-local: $(ARCH).
73        * console/Makefile.am: Remove all-local: $(ARCH).
74        * start/Makefile.am: Remove all-local: $(ARCH).
75        * startup/Makefile.am: Remove all-local: $(ARCH).
76        * timer/Makefile.am: Remove all-local: $(ARCH).
77        * wrapup/Makefile.am: Remove all-local: $(ARCH).
78
792003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Merge-in include/Makefile.am.
82        Reflect changes to bsp.am.
83        * include/Makefile.am: Remove.
84        * configure.ac: Reflect changes above.
85
862003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * bsp_specs: Remove *lib:.
89
902003-09-04      Joel Sherrill <joel@OARcorp.com>
91
92        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
93        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
94        URL for license changed.
95
962003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Reflect having moved aclocal/.
99
1002003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Reflect having moved automake/.
103        * clock/Makefile.am: Reflect having moved automake/.
104        * console/Makefile.am: Reflect having moved automake/.
105        * include/Makefile.am: Reflect having moved automake/.
106        * start/Makefile.am: Reflect having moved automake/.
107        * startup/Makefile.am: Reflect having moved automake/.
108        * timer/Makefile.am: Reflect having moved automake/.
109        * wrapup/Makefile.am: Reflect having moved automake/.
110
1112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
114
1152003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        PR 445/bsps
118        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
119        Remove cpp, old_cpp (now unused).
120
1212003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: Remove AC_CONFIG_AUX_DIR.
124
1252003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
128
1292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: AC_PREREQ(2.57).
132
1332003-01-20      Joel Sherrill <joel@OARcorp.com>
134
135        * startup/linkcmds*: Add FreeBSD sysctl() sections.
136
1372003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
140        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
142        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
143        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
144
1452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
148
1492002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * .cvsignore: Reformat.
152        Add autom4te*cache.
153        Remove autom4te.cache.
154
1552002-08-21      Joel Sherrill <joel@OARcorp.com>
156
157        * bsp_specs: Added support for -nostdlibs.
158
1592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
162        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
163        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
164        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
165        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
166        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
167
1682002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * start/Makefile.am:
171        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
172
1732002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * start/Makefile.am: Eliminate PGM.
176        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
177
1782002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
181
1822002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
185        Remove $(OBJS) from all-local.
186
1872002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
190
1912001-05-09      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/linkcmds: In support of gcc 3.1, added one of more
194        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
195        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
196        and direction of segments to memory regions may also have been
197        addressed.  This was a sweep across all BSPs.
198        * startup/linkcmds.real: Ditto.
199        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
200 
2012002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * startup/nulsystbl.c: Fix braces.
204        * startup/Makefile.am: Remove types.h.
205        * startup/types.h: Remove.
206
2072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac:
210        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
211        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
212        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
220
2212002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
224
2252001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
228        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
229
2302001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
233
2342001-10-12      Joel Sherrill <joel@OARcorp.com>
235
236        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
237        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
238        Fixed typo.
239
2402001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
243        * configure.in: Remove.
244        * configure.ac: New file, generated from configure.in by autoupdate.
245
2462001-09-27      Joel Sherrill <joel@OARcorp.com>
247
248        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
249
2502001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * include/Makefile.am: Use 'CLEANFILES ='.
253        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
254
2552001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.in: Add bspopts.h.
258        * include/.cvsignore: Add bspopts.h*, stamp-h*.
259        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
260        * include/bsp.h: Include bspopts.h.
261
2622001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
263
264        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
265
2662001-01-09      Joel Sherrill <joel@OARcorp.com>
267
268        * Removing non-function shmsupp directory.
269        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
270        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
271        * configure.in, Makefile.am, wrapup/Makefile.am
272
2732000-12-06      Joel Sherrill <joel@OARcorp.com>
274
275        * include/bsp.h: Removed incorrect error case.
276
2772000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
280
2812000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
284
2852000-11-01      Joel Sherrill <joel@OARcorp.com>
286
287        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
288        and libcsupport.h moved from libc to lib/include/rtems and
289        now must be referenced as <rtems/XXX.h>.   Header file order
290        was cleaned up while doing this.
291
2922000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
295        Switch to GNU canonicalization.
296
2972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
300        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
301        start/Makefile.am: Include compile.am
302
3032000-08-10      Joel Sherrill <joel@OARcorp.com>
304
305        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.