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

4.104.114.84.95
Last change on this file since 4f647b9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Require automake > 1.9.
12
132004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        PR 610/bsps
16        * Makefile.am: Add include/tm27.h, Cosmetics.
17        * include/tm27.h: Final cosmetics.
18
192004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * include/bsp.h: Split out tmtest27 support.
22        * include/tm27.h: New.
23
242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        PR 613/bsps
27        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 614/bsps
32        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
33
342004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * clock/clock.c, include/bsp.h, timer/timer.c: Include
37        <rtems/c4x/c4xio.h> instead of <c4xio.h>.
38
392004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
42        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
43        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
44
452004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * clock/clock.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
48        Convert to using c99 fixed size types.
49
502004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect changes to bsp.am.
53        Preinstall dist_project_lib*.
54
552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Reflect changes to bsp.am.
58
592004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Reflect changes to bsp.am.
62
632004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
66
672004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Pickup files from ../../c4x/shared instead of
70        ../shared. Reformat.
71
722004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
75        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
76        wrapup/Makefile.am.
77        Use automake compilation rules.
78        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
79        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
80        Remove.
81        * configure.ac: Reflect changes above.
82
832004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
86        Add RTEMS_PROG_CCAS.
87
882004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Add PREINSTALL_DIRS.
91
922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
95        Add PRE/TMPINSTALL_FILES to CLEANFILES.
96        * start/Makefile.am: Ditto.
97        * startup/Makefile.am: Ditto.
98
992004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * wrapup/Makefile.am: Eliminate $(LIB).
102        Use noinst_DATA to trigger building libbsp.a.
103
1042003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
107        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
108
1092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
112        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
113
1142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
117
1182003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * start/Makefile.am: Misc cleanups and fixes.
121        * startup/Makefile.am: Misc cleanups and fixes.
122        * wrapup/Makefile.am: Misc cleanups and fixes.
123
1242003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Add preinstallation dirstamp support.
127        * clock/Makefile.am: Cosmetics.
128        * console/Makefile.am: Cosmetics.
129        * startup/Makefile.am: Cosmetics.
130        * timer/Makefile.am: Cosmetics.
131        * wrapup/Makefile.am: Cosmetics.
132
1332003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * clock/Makefile.am: Remove all-local: $(ARCH).
136        * console/Makefile.am: Remove all-local: $(ARCH).
137        * start/Makefile.am: Remove all-local: $(ARCH).
138        * startup/Makefile.am: Remove all-local: $(ARCH).
139        * timer/Makefile.am: Remove all-local: $(ARCH).
140        * wrapup/Makefile.am: Remove all-local: $(ARCH).
141
1422003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Merge-in include/Makefile.am.
145        Reflect changes to bsp.am.
146        * include/Makefile.am: Remove.
147        * configure.ac: Reflect changes above.
148
1492003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * bsp_specs: Remove *lib:.
152
1532003-09-04      Joel Sherrill <joel@OARcorp.com>
154
155        * clock/clock.c, console/console.c, console/consolereserveresources.c,
156        console/debugio.c, include/bsp.h, startup/bspstart.c,
157        startup/spurious.c, timer/timer.c: URL for license changed.
158
1592003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Reflect having moved aclocal/.
162
1632003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Reflect having moved automake/.
166        * clock/Makefile.am: Reflect having moved automake/.
167        * console/Makefile.am: Reflect having moved automake/.
168        * include/Makefile.am: Reflect having moved automake/.
169        * start/Makefile.am: Reflect having moved automake/.
170        * startup/Makefile.am: Reflect having moved automake/.
171        * timer/Makefile.am: Reflect having moved automake/.
172        * wrapup/Makefile.am: Reflect having moved automake/.
173
1742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        PR 452/bsps
177        * startup/Makefile.am: Remove USE_INIT_FINI.
178
1792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
182
1832003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        PR 445/bsps
186        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
187        Remove cpp, old_cpp (now unused).
188
1892003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove AC_CONFIG_AUX_DIR.
192
1932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
196
1972003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: AC_PREREQ(2.57).
200
2012003-01-20      Joel Sherrill <joel@OARcorp.com>
202
203        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
204
2052002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
211        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212
2132002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220
2212002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * start/Makefile.am: Use install-data-local to install startfile.
224
2252002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228
2292002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
232        changes.
233
2342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * .cvsignore: Reformat.
237        Add autom4te*cache.
238        Remove autom4te.cache.
239
2402002-09-14      Joel Sherrill <joel@OARcorp.com>
241
242        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
243        c4x variant should use c4x_set_iie().
244
2452002-08-21      Joel Sherrill <joel@OARcorp.com>
246
247        * bsp_specs: Added support for -nostdlibs.
248
2492002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
253        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
254        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
255        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
257
2582002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * start/Makefile.am: Eliminate PGM.
261        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
262
2632002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
266
2672002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
270        Remove $(OBJS) from all-local.
271
2722002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
275
2762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac:
279        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
280        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
281        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
289
2902002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
293        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
294
2952001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
298        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
299
3002001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
303
3042001-10-12      Joel Sherrill <joel@OARcorp.com>
305
306        * console/console.c: Fixed typo.
3072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
310        * configure.in: Remove.
311        * configure.ac: New file, generated from configure.in by autoupdate.
312
3132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * include/Makefile.am: Use 'CLEANFILES ='.
316        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
317
3182001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.in: Add bspopts.h, fix PACKAGE.
321        * include/.cvsignore: Add bspopts.h*, stamp-h*.
322        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
323        * include/bsp.h: Include bspopts.h.
324
3252001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
326
327        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
328
3292000-12-06      Joel Sherrill <joel@OARcorp.com>
330
331        * console/consolereserveresources.c: Removed code NOT file (YET).
332
3332000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
336
3372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
340
3412000-11-01      Joel Sherrill <joel@OARcorp.com>
342
343        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
344        and libcsupport.h moved from libc to lib/include/rtems and
345        now must be referenced as <rtems/XXX.h>.   Header file order
346        was cleaned up while doing this.
347
3482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
351        Switch to GNU canonicalization.
352
3532000-09-22      Joel Sherrill <joel@OARcorp.com>
354
355        * startup/linkcmds: Use default object format to avoid name
356        changes in object format due to tool version changes.
357
3582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
361        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
362        Include compile.am
363
3642000-08-10      Joel Sherrill <joel@OARcorp.com>
365
366        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.