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

4.104.114.84.95
Last change on this file since 754610f was 754610f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 06:21:56

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

  • configure.ac: Require autoconf-2.60. Require automake-1.10.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.60. Require automake-1.10.
4
52006-05-31      Joel Sherrill <joel@OARcorp.com>
6
7        * clock/clock.c: Switch to using shared clock driver shell.
8
92006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Add preinstall.am.
12
132005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * include/bsp.h: New header guard.
16
172005-02-02      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h>
20        instead of <rtems/tic4x/c4xio.h>.
21
222005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
25
262005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Remove build-variant support.
29
302004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * configure.ac: Require automake > 1.9.
33
342004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        PR 610/bsps
37        * Makefile.am: Add include/tm27.h, Cosmetics.
38        * include/tm27.h: Final cosmetics.
39
402004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * include/bsp.h: Split out tmtest27 support.
43        * include/tm27.h: New.
44
452004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        PR 613/bsps
48        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
49
502004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        PR 614/bsps
53        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
54
552004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * clock/clock.c, include/bsp.h, timer/timer.c: Include
58        <rtems/c4x/c4xio.h> instead of <c4xio.h>.
59
602004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
63        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
64        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
65
662004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * clock/clock.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
69        Convert to using c99 fixed size types.
70
712004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Reflect changes to bsp.am.
74        Preinstall dist_project_lib*.
75
762004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect changes to bsp.am.
79
802004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect changes to bsp.am.
83
842004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
87
882004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Pickup files from ../../c4x/shared instead of
91        ../shared. Reformat.
92
932004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
96        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
97        wrapup/Makefile.am.
98        Use automake compilation rules.
99        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
100        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
101        Remove.
102        * configure.ac: Reflect changes above.
103
1042004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
107        Add RTEMS_PROG_CCAS.
108
1092004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Add PREINSTALL_DIRS.
112
1132004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
116        Add PRE/TMPINSTALL_FILES to CLEANFILES.
117        * start/Makefile.am: Ditto.
118        * startup/Makefile.am: Ditto.
119
1202004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile.am: Eliminate $(LIB).
123        Use noinst_DATA to trigger building libbsp.a.
124
1252003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
128        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
129
1302003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
133        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
134
1352003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
138
1392003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: Misc cleanups and fixes.
142        * startup/Makefile.am: Misc cleanups and fixes.
143        * wrapup/Makefile.am: Misc cleanups and fixes.
144
1452003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Add preinstallation dirstamp support.
148        * clock/Makefile.am: Cosmetics.
149        * console/Makefile.am: Cosmetics.
150        * startup/Makefile.am: Cosmetics.
151        * timer/Makefile.am: Cosmetics.
152        * wrapup/Makefile.am: Cosmetics.
153
1542003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * clock/Makefile.am: Remove all-local: $(ARCH).
157        * console/Makefile.am: Remove all-local: $(ARCH).
158        * start/Makefile.am: Remove all-local: $(ARCH).
159        * startup/Makefile.am: Remove all-local: $(ARCH).
160        * timer/Makefile.am: Remove all-local: $(ARCH).
161        * wrapup/Makefile.am: Remove all-local: $(ARCH).
162
1632003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Merge-in include/Makefile.am.
166        Reflect changes to bsp.am.
167        * include/Makefile.am: Remove.
168        * configure.ac: Reflect changes above.
169
1702003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * bsp_specs: Remove *lib:.
173
1742003-09-04      Joel Sherrill <joel@OARcorp.com>
175
176        * clock/clock.c, console/console.c, console/consolereserveresources.c,
177        console/debugio.c, include/bsp.h, startup/bspstart.c,
178        startup/spurious.c, timer/timer.c: URL for license changed.
179
1802003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Reflect having moved aclocal/.
183
1842003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Reflect having moved automake/.
187        * clock/Makefile.am: Reflect having moved automake/.
188        * console/Makefile.am: Reflect having moved automake/.
189        * include/Makefile.am: Reflect having moved automake/.
190        * start/Makefile.am: Reflect having moved automake/.
191        * startup/Makefile.am: Reflect having moved automake/.
192        * timer/Makefile.am: Reflect having moved automake/.
193        * wrapup/Makefile.am: Reflect having moved automake/.
194
1952003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        PR 452/bsps
198        * startup/Makefile.am: Remove USE_INIT_FINI.
199
2002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
203
2042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        PR 445/bsps
207        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
208        Remove cpp, old_cpp (now unused).
209
2102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: Remove AC_CONFIG_AUX_DIR.
213
2142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
217
2182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: AC_PREREQ(2.57).
221
2222003-01-20      Joel Sherrill <joel@OARcorp.com>
223
224        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
225
2262002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233
2342002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241
2422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * start/Makefile.am: Use install-data-local to install startfile.
245
2462002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
249
2502002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
253        changes.
254
2552002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * .cvsignore: Reformat.
258        Add autom4te*cache.
259        Remove autom4te.cache.
260
2612002-09-14      Joel Sherrill <joel@OARcorp.com>
262
263        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
264        c4x variant should use c4x_set_iie().
265
2662002-08-21      Joel Sherrill <joel@OARcorp.com>
267
268        * bsp_specs: Added support for -nostdlibs.
269
2702002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
278
2792002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * start/Makefile.am: Eliminate PGM.
282        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
283
2842002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
287
2882002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
291        Remove $(OBJS) from all-local.
292
2932002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
296
2972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac:
300        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
301        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
302        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
310
3112002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
314        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
315
3162001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
319        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
320
3212001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
324
3252001-10-12      Joel Sherrill <joel@OARcorp.com>
326
327        * console/console.c: Fixed typo.
3282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
331        * configure.in: Remove.
332        * configure.ac: New file, generated from configure.in by autoupdate.
333
3342001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * include/Makefile.am: Use 'CLEANFILES ='.
337        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
338
3392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.in: Add bspopts.h, fix PACKAGE.
342        * include/.cvsignore: Add bspopts.h*, stamp-h*.
343        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
344        * include/bsp.h: Include bspopts.h.
345
3462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
347
348        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
349
3502000-12-06      Joel Sherrill <joel@OARcorp.com>
351
352        * console/consolereserveresources.c: Removed code NOT file (YET).
353
3542000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
357
3582000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
361
3622000-11-01      Joel Sherrill <joel@OARcorp.com>
363
364        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
365        and libcsupport.h moved from libc to lib/include/rtems and
366        now must be referenced as <rtems/XXX.h>.   Header file order
367        was cleaned up while doing this.
368
3692000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
372        Switch to GNU canonicalization.
373
3742000-09-22      Joel Sherrill <joel@OARcorp.com>
375
376        * startup/linkcmds: Use default object format to avoid name
377        changes in object format due to tool version changes.
378
3792000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
382        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
383        Include compile.am
384
3852000-08-10      Joel Sherrill <joel@OARcorp.com>
386
387        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.