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

4.104.114.84.95
Last change on this file since fcb0cd46 was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 12.1 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-11-15      Joel Sherrill <joel@OARcorp.com>
6
7        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
8        file and simplified initialization.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove superfluous -DASM.
13
142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Require autoconf-2.60. Require automake-1.10.
17
182006-05-31      Joel Sherrill <joel@OARcorp.com>
19
20        * clock/clock.c: Switch to using shared clock driver shell.
21
222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Add preinstall.am.
25
262005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * include/bsp.h: New header guard.
29
302005-02-02      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h>
33        instead of <rtems/tic4x/c4xio.h>.
34
352005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
38
392005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Remove build-variant support.
42
432004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * configure.ac: Require automake > 1.9.
46
472004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        PR 610/bsps
50        * Makefile.am: Add include/tm27.h, Cosmetics.
51        * include/tm27.h: Final cosmetics.
52
532004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * include/bsp.h: Split out tmtest27 support.
56        * include/tm27.h: New.
57
582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        PR 613/bsps
61        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
62
632004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        PR 614/bsps
66        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
67
682004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * clock/clock.c, include/bsp.h, timer/timer.c: Include
71        <rtems/c4x/c4xio.h> instead of <c4xio.h>.
72
732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
76        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
77        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
78
792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * clock/clock.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
82        Convert to using c99 fixed size types.
83
842004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Reflect changes to bsp.am.
87        Preinstall dist_project_lib*.
88
892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Reflect changes to bsp.am.
92
932004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Reflect changes to bsp.am.
96
972004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
100
1012004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Pickup files from ../../c4x/shared instead of
104        ../shared. Reformat.
105
1062004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
109        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
110        wrapup/Makefile.am.
111        Use automake compilation rules.
112        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
113        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
114        Remove.
115        * configure.ac: Reflect changes above.
116
1172004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
120        Add RTEMS_PROG_CCAS.
121
1222004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Add PREINSTALL_DIRS.
125
1262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
129        Add PRE/TMPINSTALL_FILES to CLEANFILES.
130        * start/Makefile.am: Ditto.
131        * startup/Makefile.am: Ditto.
132
1332004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * wrapup/Makefile.am: Eliminate $(LIB).
136        Use noinst_DATA to trigger building libbsp.a.
137
1382003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
141        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
142
1432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
146        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147
1482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
151
1522003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/Makefile.am: Misc cleanups and fixes.
155        * startup/Makefile.am: Misc cleanups and fixes.
156        * wrapup/Makefile.am: Misc cleanups and fixes.
157
1582003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Add preinstallation dirstamp support.
161        * clock/Makefile.am: Cosmetics.
162        * console/Makefile.am: Cosmetics.
163        * startup/Makefile.am: Cosmetics.
164        * timer/Makefile.am: Cosmetics.
165        * wrapup/Makefile.am: Cosmetics.
166
1672003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * clock/Makefile.am: Remove all-local: $(ARCH).
170        * console/Makefile.am: Remove all-local: $(ARCH).
171        * start/Makefile.am: Remove all-local: $(ARCH).
172        * startup/Makefile.am: Remove all-local: $(ARCH).
173        * timer/Makefile.am: Remove all-local: $(ARCH).
174        * wrapup/Makefile.am: Remove all-local: $(ARCH).
175
1762003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Merge-in include/Makefile.am.
179        Reflect changes to bsp.am.
180        * include/Makefile.am: Remove.
181        * configure.ac: Reflect changes above.
182
1832003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * bsp_specs: Remove *lib:.
186
1872003-09-04      Joel Sherrill <joel@OARcorp.com>
188
189        * clock/clock.c, console/console.c, console/consolereserveresources.c,
190        console/debugio.c, include/bsp.h, startup/bspstart.c,
191        startup/spurious.c, timer/timer.c: URL for license changed.
192
1932003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Reflect having moved aclocal/.
196
1972003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Reflect having moved automake/.
200        * clock/Makefile.am: Reflect having moved automake/.
201        * console/Makefile.am: Reflect having moved automake/.
202        * include/Makefile.am: Reflect having moved automake/.
203        * start/Makefile.am: Reflect having moved automake/.
204        * startup/Makefile.am: Reflect having moved automake/.
205        * timer/Makefile.am: Reflect having moved automake/.
206        * wrapup/Makefile.am: Reflect having moved automake/.
207
2082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        PR 452/bsps
211        * startup/Makefile.am: Remove USE_INIT_FINI.
212
2132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
216
2172003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        PR 445/bsps
220        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
221        Remove cpp, old_cpp (now unused).
222
2232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove AC_CONFIG_AUX_DIR.
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
230
2312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: AC_PREREQ(2.57).
234
2352003-01-20      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
238
2392002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
246
2472002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
250        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254
2552002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * start/Makefile.am: Use install-data-local to install startfile.
258
2592002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262
2632002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
266        changes.
267
2682002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * .cvsignore: Reformat.
271        Add autom4te*cache.
272        Remove autom4te.cache.
273
2742002-09-14      Joel Sherrill <joel@OARcorp.com>
275
276        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
277        c4x variant should use c4x_set_iie().
278
2792002-08-21      Joel Sherrill <joel@OARcorp.com>
280
281        * bsp_specs: Added support for -nostdlibs.
282
2832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
287        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
288        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
289        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
290        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
291
2922002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: Eliminate PGM.
295        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
296
2972002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
300
3012002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
304        Remove $(OBJS) from all-local.
305
3062002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
309
3102002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac:
313        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
314        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
315        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * Makefile.am: Remove AUTOMAKE_OPTIONS.
317        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
323
3242002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
327        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
328
3292001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
332        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
333
3342001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
337
3382001-10-12      Joel Sherrill <joel@OARcorp.com>
339
340        * console/console.c: Fixed typo.
3412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
344        * configure.in: Remove.
345        * configure.ac: New file, generated from configure.in by autoupdate.
346
3472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * include/Makefile.am: Use 'CLEANFILES ='.
350        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
351
3522001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * configure.in: Add bspopts.h, fix PACKAGE.
355        * include/.cvsignore: Add bspopts.h*, stamp-h*.
356        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
357        * include/bsp.h: Include bspopts.h.
358
3592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
360
361        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
362
3632000-12-06      Joel Sherrill <joel@OARcorp.com>
364
365        * console/consolereserveresources.c: Removed code NOT file (YET).
366
3672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
370
3712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
374
3752000-11-01      Joel Sherrill <joel@OARcorp.com>
376
377        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
378        and libcsupport.h moved from libc to lib/include/rtems and
379        now must be referenced as <rtems/XXX.h>.   Header file order
380        was cleaned up while doing this.
381
3822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
385        Switch to GNU canonicalization.
386
3872000-09-22      Joel Sherrill <joel@OARcorp.com>
388
389        * startup/linkcmds: Use default object format to avoid name
390        changes in object format due to tool version changes.
391
3922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
395        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
396        Include compile.am
397
3982000-08-10      Joel Sherrill <joel@OARcorp.com>
399
400        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.