source: rtems/c/src/lib/libbsp/c4x/c4xsim/ChangeLog @ 218c346

Last change on this file since 218c346 was 218c346, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/06 at 11:55:29

2006-10-20 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 11.8 KB
Line 
12006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-05-31      Joel Sherrill <joel@OARcorp.com>
10
11        * clock/clock.c: Switch to using shared clock driver shell.
12
132006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Add preinstall.am.
16
172005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * include/bsp.h: New header guard.
20
212005-02-02      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h>
24        instead of <rtems/tic4x/c4xio.h>.
25
262005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
29
302005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Remove build-variant support.
33
342004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * configure.ac: Require automake > 1.9.
37
382004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        PR 610/bsps
41        * Makefile.am: Add include/tm27.h, Cosmetics.
42        * include/tm27.h: Final cosmetics.
43
442004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * include/bsp.h: Split out tmtest27 support.
47        * include/tm27.h: New.
48
492004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        PR 613/bsps
52        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
53
542004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        PR 614/bsps
57        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
58
592004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        * clock/clock.c, include/bsp.h, timer/timer.c: Include
62        <rtems/c4x/c4xio.h> instead of <c4xio.h>.
63
642004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
67        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
68        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
69
702004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * clock/clock.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
73        Convert to using c99 fixed size types.
74
752004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect changes to bsp.am.
78        Preinstall dist_project_lib*.
79
802004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect changes to bsp.am.
83
842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Reflect changes to bsp.am.
87
882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
91
922004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Pickup files from ../../c4x/shared instead of
95        ../shared. Reformat.
96
972004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
100        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
101        wrapup/Makefile.am.
102        Use automake compilation rules.
103        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
104        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
105        Remove.
106        * configure.ac: Reflect changes above.
107
1082004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
111        Add RTEMS_PROG_CCAS.
112
1132004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Add PREINSTALL_DIRS.
116
1172004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
120        Add PRE/TMPINSTALL_FILES to CLEANFILES.
121        * start/Makefile.am: Ditto.
122        * startup/Makefile.am: Ditto.
123
1242004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * wrapup/Makefile.am: Eliminate $(LIB).
127        Use noinst_DATA to trigger building libbsp.a.
128
1292003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
132        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
133
1342003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
137        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
138
1392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
142
1432003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * start/Makefile.am: Misc cleanups and fixes.
146        * startup/Makefile.am: Misc cleanups and fixes.
147        * wrapup/Makefile.am: Misc cleanups and fixes.
148
1492003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Add preinstallation dirstamp support.
152        * clock/Makefile.am: Cosmetics.
153        * console/Makefile.am: Cosmetics.
154        * startup/Makefile.am: Cosmetics.
155        * timer/Makefile.am: Cosmetics.
156        * wrapup/Makefile.am: Cosmetics.
157
1582003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * clock/Makefile.am: Remove all-local: $(ARCH).
161        * console/Makefile.am: Remove all-local: $(ARCH).
162        * start/Makefile.am: Remove all-local: $(ARCH).
163        * startup/Makefile.am: Remove all-local: $(ARCH).
164        * timer/Makefile.am: Remove all-local: $(ARCH).
165        * wrapup/Makefile.am: Remove all-local: $(ARCH).
166
1672003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Merge-in include/Makefile.am.
170        Reflect changes to bsp.am.
171        * include/Makefile.am: Remove.
172        * configure.ac: Reflect changes above.
173
1742003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * bsp_specs: Remove *lib:.
177
1782003-09-04      Joel Sherrill <joel@OARcorp.com>
179
180        * clock/clock.c, console/console.c, console/consolereserveresources.c,
181        console/debugio.c, include/bsp.h, startup/bspstart.c,
182        startup/spurious.c, timer/timer.c: URL for license changed.
183
1842003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Reflect having moved aclocal/.
187
1882003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Reflect having moved automake/.
191        * clock/Makefile.am: Reflect having moved automake/.
192        * console/Makefile.am: Reflect having moved automake/.
193        * include/Makefile.am: Reflect having moved automake/.
194        * start/Makefile.am: Reflect having moved automake/.
195        * startup/Makefile.am: Reflect having moved automake/.
196        * timer/Makefile.am: Reflect having moved automake/.
197        * wrapup/Makefile.am: Reflect having moved automake/.
198
1992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        PR 452/bsps
202        * startup/Makefile.am: Remove USE_INIT_FINI.
203
2042003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
207
2082003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        PR 445/bsps
211        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
212        Remove cpp, old_cpp (now unused).
213
2142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Remove AC_CONFIG_AUX_DIR.
217
2182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
221
2222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: AC_PREREQ(2.57).
225
2262003-01-20      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
229
2302002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237
2382002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245
2462002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * start/Makefile.am: Use install-data-local to install startfile.
249
2502002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253
2542002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
257        changes.
258
2592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * .cvsignore: Reformat.
262        Add autom4te*cache.
263        Remove autom4te.cache.
264
2652002-09-14      Joel Sherrill <joel@OARcorp.com>
266
267        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
268        c4x variant should use c4x_set_iie().
269
2702002-08-21      Joel Sherrill <joel@OARcorp.com>
271
272        * bsp_specs: Added support for -nostdlibs.
273
2742002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
279        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
280        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
281        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
282
2832002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * start/Makefile.am: Eliminate PGM.
286        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
287
2882002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
291
2922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
295        Remove $(OBJS) from all-local.
296
2972002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
300
3012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac:
304        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
305        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
306        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
314
3152002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
318        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
319
3202001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
323        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
324
3252001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
328
3292001-10-12      Joel Sherrill <joel@OARcorp.com>
330
331        * console/console.c: Fixed typo.
3322001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
335        * configure.in: Remove.
336        * configure.ac: New file, generated from configure.in by autoupdate.
337
3382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * include/Makefile.am: Use 'CLEANFILES ='.
341        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
342
3432001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.in: Add bspopts.h, fix PACKAGE.
346        * include/.cvsignore: Add bspopts.h*, stamp-h*.
347        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
348        * include/bsp.h: Include bspopts.h.
349
3502001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
351
352        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
353
3542000-12-06      Joel Sherrill <joel@OARcorp.com>
355
356        * console/consolereserveresources.c: Removed code NOT file (YET).
357
3582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
361
3622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
365
3662000-11-01      Joel Sherrill <joel@OARcorp.com>
367
368        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
369        and libcsupport.h moved from libc to lib/include/rtems and
370        now must be referenced as <rtems/XXX.h>.   Header file order
371        was cleaned up while doing this.
372
3732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
376        Switch to GNU canonicalization.
377
3782000-09-22      Joel Sherrill <joel@OARcorp.com>
379
380        * startup/linkcmds: Use default object format to avoid name
381        changes in object format due to tool version changes.
382
3832000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
386        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
387        Include compile.am
388
3892000-08-10      Joel Sherrill <joel@OARcorp.com>
390
391        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.