source: rtems/c/src/lib/libbsp/i960/i960sim/ChangeLog @ 97891e5e

4.104.114.84.95
Last change on this file since 97891e5e was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

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

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 9.5 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR 610/bsps
8        * Makefile.am: Add include/tm27.h, Cosmetics.
9        * include/tm27.h: Final cosmetics.
10
112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        PR 613/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 614/bsps
24        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
25
262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
29        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
30        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
31
322004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * startup/bspstart.c: Convert to using 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-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Fix minor bugs in previous patch.
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
582004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
61        Add RTEMS_PROG_CCAS.
62
632004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Add PREINSTALL_DIRS.
66        * wrapup/Makefile.am: Reflect changes to libcpu.
67
682004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
71        Add PRE/TMPINSTALL_FILES to CLEANFILES.
72        * startup/Makefile.am: Ditto.
73
742004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Eliminate $(LIB).
77        Use noinst_DATA to trigger building libbsp.a.
78
792003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
82        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
83
842003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
87        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
88
892003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
92
932003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * start/Makefile.am: Misc cleanups and fixes.
96        * startup/Makefile.am: Misc cleanups and fixes.
97        * wrapup/Makefile.am: Misc cleanups and fixes.
98
992003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Add preinstallation dirstamp support.
102        * clock/Makefile.am: Cosmetics.
103        * console/Makefile.am: Cosmetics.
104        * startup/Makefile.am: Cosmetics.
105        * timer/Makefile.am: Cosmetics.
106        * wrapup/Makefile.am: Cosmetics.
107
1082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am: Remove all-local: $(ARCH).
111        * console/Makefile.am: Remove all-local: $(ARCH).
112        * start/Makefile.am: Remove all-local: $(ARCH).
113        * startup/Makefile.am: Remove all-local: $(ARCH).
114        * timer/Makefile.am: Remove all-local: $(ARCH).
115        * wrapup/Makefile.am: Remove all-local: $(ARCH).
116
1172003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Merge-in include/Makefile.am.
120        Reflect changes to bsp.am.
121        * include/Makefile.am: Remove.
122        * configure.ac: Reflect changes above.
123
1242003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * bsp_specs: Remove *lib:.
127
1282003-09-04      Joel Sherrill <joel@OARcorp.com>
129
130        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
131        license changed.
132
1332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Reflect having moved aclocal/.
136
1372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Reflect having moved automake/.
140        * clock/Makefile.am: Reflect having moved automake/.
141        * console/Makefile.am: Reflect having moved automake/.
142        * include/Makefile.am: Reflect having moved automake/.
143        * start/Makefile.am: Reflect having moved automake/.
144        * startup/Makefile.am: Reflect having moved automake/.
145        * timer/Makefile.am: Reflect having moved automake/.
146        * wrapup/Makefile.am: Reflect having moved automake/.
147
1482003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
151
1522003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        PR 445/bsps
155        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
156        Remove cpp, old_cpp (now unused).
157
1582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove AC_CONFIG_AUX_DIR.
161
1622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
165
1662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: AC_PREREQ(2.57).
169
1702003-01-20      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds*: Add FreeBSD sysctl() sections.
173
1742003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181
1822002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * start/Makefile.am: Use install-data-local to install startfile.
185
1862002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189
1902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * .cvsignore: Reformat.
193        Add autom4te*cache.
194        Remove autom4te.cache.
195
1962002-08-21      Joel Sherrill <joel@OARcorp.com>
197
198        * bsp_specs: Added support for -nostdlibs.
199
2002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
203        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
204        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
208
2092002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * start/Makefile.am: Eliminate PGM.
212        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
213
2142002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
217
2182002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
221        Remove $(OBJS) from all-local.
222
2232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * wrapup/Makefile.am: Add $(LIB) to all-local.
226
2272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
230
2312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac:
234        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
235        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
236        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
237        * Makefile.am: Remove AUTOMAKE_OPTIONS.
238        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
239        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
240        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
241        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
242        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
244
2452001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
248        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
249
2502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
253
2542001-10-12      Joel Sherrill <joel@OARcorp.com>
255
256        * console/console-io.c: Fixed typo.
257
2582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
261        * configure.in: Remove.
262        * configure.ac: New file, generated from configure.in by autoupdate.
263
2642001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * include/Makefile.am: Use 'CLEANFILES ='.
267        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
268
2692001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * configure.in: Add bspopts.h.
272        * include/.cvsignore: Add bspopts.h*, stamp-h*.
273        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
274        * include/bsp.h: Include bspopts.h.
275
2762001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
277
278        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
279
2802001-01-03      Joel Sherrill <joel@OARcorp.com>
281
282        * console/console-io.c: Added console_initialize_hardware().
283
2842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
287
2882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
291
2922000-11-01      Joel Sherrill <joel@OARcorp.com>
293
294        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
295        and libcsupport.h moved from libc to lib/include/rtems and
296        now must be referenced as <rtems/XXX.h>.   Header file order
297        was cleaned up while doing this.
298
2992000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
302        Switch to GNU canonicalization.
303
3042000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
307        wrapup/Makefile.am, clock/Makefile.am: Include compile.am
308
3092000-08-10      Joel Sherrill <joel@OARcorp.com>
310
311        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.