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

4.104.114.84.95
Last change on this file since 2a85ea23 was 2a85ea23, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/04 at 16:27:47

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

  • Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
  • clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • bsp_specs: Sync with other BSPs, fixup missing brace.
  • Property mode set to 100644
File size: 9.5 KB
Line 
12004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
4        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
5        wrapup/Makefile.am. Use automake compilation rules.
6        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
7        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
8        * configure.ac: Reflect changes above.
9        * bsp_specs: Sync with other BSPs, fixup missing brace.
10
112004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
14        Add RTEMS_PROG_CCAS.
15
162004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Add PREINSTALL_DIRS.
19        * wrapup/Makefile.am: Reflect changes to libcpu.
20
212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
24        Add PRE/TMPINSTALL_FILES to CLEANFILES.
25        * startup/Makefile.am: Ditto.
26
272004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Eliminate $(LIB).
30        Use noinst_DATA to trigger building libbsp.a.
31
322003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
35        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
36
372003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
40        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
41
422003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
45
462003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * start/Makefile.am: Misc cleanups and fixes.
49        * startup/Makefile.am: Misc cleanups and fixes.
50        * wrapup/Makefile.am: Misc cleanups and fixes.
51
522003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Add preinstallation dirstamp support.
55        * clock/Makefile.am: Cosmetics.
56        * console/Makefile.am: Cosmetics.
57        * start/Makefile.am: Cosmetics.
58        * startup/Makefile.am: Cosmetics.
59        * timer/Makefile.am: Cosmetics.
60        * wrapup/Makefile.am: Cosmetics.
61
622003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * clock/Makefile.am: Remove all-local: $(ARCH).
65        * console/Makefile.am: Remove all-local: $(ARCH).
66        * start/Makefile.am: Remove all-local: $(ARCH).
67        * startup/Makefile.am: Remove all-local: $(ARCH).
68        * timer/Makefile.am: Remove all-local: $(ARCH).
69        * wrapup/Makefile.am: Remove all-local: $(ARCH).
70
712003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Merge-in include/Makefile.am.
74        Reflect changes to bsp.am.
75        * include/Makefile.am: Remove.
76        * configure.ac: Reflect changes above.
77
782003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * bsp_specs: Remove *lib:.
81
822003-09-04      Joel Sherrill <joel@OARcorp.com>
83
84        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
85        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
86        URL for license changed.
87
882003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Reflect having moved aclocal/.
91
922003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Reflect having moved automake/.
95        * clock/Makefile.am: Reflect having moved automake/.
96        * console/Makefile.am: Reflect having moved automake/.
97        * include/Makefile.am: Reflect having moved automake/.
98        * start/Makefile.am: Reflect having moved automake/.
99        * startup/Makefile.am: Reflect having moved automake/.
100        * timer/Makefile.am: Reflect having moved automake/.
101        * wrapup/Makefile.am: Reflect having moved automake/.
102
1032003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
106
1072003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        PR 445/bsps
110        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
111        Remove cpp, old_cpp (now unused).
112
1132003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Remove AC_CONFIG_AUX_DIR.
116
1172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
120
1212003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * configure.ac: AC_PREREQ(2.57).
124
1252003-01-20      Joel Sherrill <joel@OARcorp.com>
126
127        * startup/linkcmds*: Add FreeBSD sysctl() sections.
128
1292003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
134        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
136
1372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
140
1412002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * .cvsignore: Reformat.
144        Add autom4te*cache.
145        Remove autom4te.cache.
146
1472002-08-21      Joel Sherrill <joel@OARcorp.com>
148
149        * bsp_specs: Added support for -nostdlibs.
150
1512002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
154        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
155        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
156        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
157        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
159
1602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * start/Makefile.am:
163        Fix bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
164
1652002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * start/Makefile.am: Eliminate PGM.
168        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/rxgen_romld$(LIB_VARIANT).o.
169
1702002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
173
1742002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
177        Remove $(OBJS) from all-local.
178
1792002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
182
1832001-05-09      Joel Sherrill <joel@OARcorp.com>
184
185        * startup/linkcmds: In support of gcc 3.1, added one of more
186        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
187        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
188        and direction of segments to memory regions may also have been
189        addressed.  This was a sweep across all BSPs.
190        * startup/linkcmds.real: Ditto.
191        * clock/ckinit.c: Add volatile to Clock_driver_ticks.
192 
1932002-04-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * startup/nulsystbl.c: Fix braces.
196        * startup/Makefile.am: Remove types.h.
197        * startup/types.h: Remove.
198
1992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac:
202        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
203        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
204        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
210        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
212
2132002-02-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * console/console.c: Remove NO_BSP_INIT, SERIAL_INPUT.
216
2172001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
220        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
221
2222001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
225
2262001-10-12      Joel Sherrill <joel@OARcorp.com>
227
228        * clock/ckinit.c, console/console.c, include/bsp.h, startup/bspstart.c,
229        startup/exit.c, startup/setvec.c, timer/timer.c, timer/timerisr.S:
230        Fixed typo.
231
2322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
235        * configure.in: Remove.
236        * configure.ac: New file, generated from configure.in by autoupdate.
237
2382001-09-27      Joel Sherrill <joel@OARcorp.com>
239
240        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
241
2422001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * include/Makefile.am: Use 'CLEANFILES ='.
245        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
246
2472001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.in: Add bspopts.h.
250        * include/.cvsignore: Add bspopts.h*, stamp-h*.
251        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
252        * include/bsp.h: Include bspopts.h.
253
2542001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
255
256        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
257
2582001-01-09      Joel Sherrill <joel@OARcorp.com>
259
260        * Removing non-function shmsupp directory.
261        * shmsupp/.cvsignore, shmsupp/Makefile.am, shmsupp/addrconv.c,
262        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c: Removed.
263        * configure.in, Makefile.am, wrapup/Makefile.am
264
2652000-12-06      Joel Sherrill <joel@OARcorp.com>
266
267        * include/bsp.h: Removed incorrect error case.
268
2692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
272
2732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
276
2772000-11-01      Joel Sherrill <joel@OARcorp.com>
278
279        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
280        and libcsupport.h moved from libc to lib/include/rtems and
281        now must be referenced as <rtems/XXX.h>.   Header file order
282        was cleaned up while doing this.
283
2842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
287        Switch to GNU canonicalization.
288
2892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
292        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am,
293        start/Makefile.am: Include compile.am
294
2952000-08-10      Joel Sherrill <joel@OARcorp.com>
296
297        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.