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

4.104.114.84.95
Last change on this file since 34c4852 was 34c4852, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/26/05 at 05:36:48

2005-05-26 Ralf Corsepius <ralf.corsepius@…>

  • include/bsp.h: New header guard.
  • Property mode set to 100644
File size: 11.4 KB
Line 
12005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h: New header guard.
4
52005-02-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * include/tm27.h, timer/timer.c: #include <rtems/tic4x/c4xio.h>
8        instead of <rtems/tic4x/c4xio.h>.
9
102005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
13
142005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Remove build-variant support.
17
182004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        * configure.ac: Require automake > 1.9.
21
222004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        PR 610/bsps
25        * Makefile.am: Add include/tm27.h, Cosmetics.
26        * include/tm27.h: Final cosmetics.
27
282004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        * include/bsp.h: Split out tmtest27 support.
31        * include/tm27.h: New.
32
332004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        PR 613/bsps
36        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
37
382004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        PR 614/bsps
41        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
42
432004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
44
45        * clock/clock.c, include/bsp.h, timer/timer.c: Include
46        <rtems/c4x/c4xio.h> instead of <c4xio.h>.
47
482004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
51        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
52        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
53
542004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * clock/clock.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
57        Convert to using c99 fixed size types.
58
592004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Reflect changes to bsp.am.
62        Preinstall dist_project_lib*.
63
642004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Reflect changes to bsp.am.
67
682004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Reflect changes to bsp.am.
71
722004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
75
762004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Pickup files from ../../c4x/shared instead of
79        ../shared. Reformat.
80
812004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
84        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
85        wrapup/Makefile.am.
86        Use automake compilation rules.
87        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
88        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
89        Remove.
90        * configure.ac: Reflect changes above.
91
922004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
95        Add RTEMS_PROG_CCAS.
96
972004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Add PREINSTALL_DIRS.
100
1012004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
104        Add PRE/TMPINSTALL_FILES to CLEANFILES.
105        * start/Makefile.am: Ditto.
106        * startup/Makefile.am: Ditto.
107
1082004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * wrapup/Makefile.am: Eliminate $(LIB).
111        Use noinst_DATA to trigger building libbsp.a.
112
1132003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
116        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
117
1182003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
121        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
122
1232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
126
1272003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * start/Makefile.am: Misc cleanups and fixes.
130        * startup/Makefile.am: Misc cleanups and fixes.
131        * wrapup/Makefile.am: Misc cleanups and fixes.
132
1332003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Add preinstallation dirstamp support.
136        * clock/Makefile.am: Cosmetics.
137        * console/Makefile.am: Cosmetics.
138        * startup/Makefile.am: Cosmetics.
139        * timer/Makefile.am: Cosmetics.
140        * wrapup/Makefile.am: Cosmetics.
141
1422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * clock/Makefile.am: Remove all-local: $(ARCH).
145        * console/Makefile.am: Remove all-local: $(ARCH).
146        * start/Makefile.am: Remove all-local: $(ARCH).
147        * startup/Makefile.am: Remove all-local: $(ARCH).
148        * timer/Makefile.am: Remove all-local: $(ARCH).
149        * wrapup/Makefile.am: Remove all-local: $(ARCH).
150
1512003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Merge-in include/Makefile.am.
154        Reflect changes to bsp.am.
155        * include/Makefile.am: Remove.
156        * configure.ac: Reflect changes above.
157
1582003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * bsp_specs: Remove *lib:.
161
1622003-09-04      Joel Sherrill <joel@OARcorp.com>
163
164        * clock/clock.c, console/console.c, console/consolereserveresources.c,
165        console/debugio.c, include/bsp.h, startup/bspstart.c,
166        startup/spurious.c, timer/timer.c: URL for license changed.
167
1682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having moved aclocal/.
171
1722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Reflect having moved automake/.
175        * clock/Makefile.am: Reflect having moved automake/.
176        * console/Makefile.am: Reflect having moved automake/.
177        * include/Makefile.am: Reflect having moved automake/.
178        * start/Makefile.am: Reflect having moved automake/.
179        * startup/Makefile.am: Reflect having moved automake/.
180        * timer/Makefile.am: Reflect having moved automake/.
181        * wrapup/Makefile.am: Reflect having moved automake/.
182
1832003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        PR 452/bsps
186        * startup/Makefile.am: Remove USE_INIT_FINI.
187
1882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
191
1922003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        PR 445/bsps
195        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
196        Remove cpp, old_cpp (now unused).
197
1982003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Remove AC_CONFIG_AUX_DIR.
201
2022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
205
2062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: AC_PREREQ(2.57).
209
2102003-01-20      Joel Sherrill <joel@OARcorp.com>
211
212        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
213
2142002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221
2222002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229
2302002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * start/Makefile.am: Use install-data-local to install startfile.
233
2342002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237
2382002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
241        changes.
242
2432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore: Reformat.
246        Add autom4te*cache.
247        Remove autom4te.cache.
248
2492002-09-14      Joel Sherrill <joel@OARcorp.com>
250
251        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
252        c4x variant should use c4x_set_iie().
253
2542002-08-21      Joel Sherrill <joel@OARcorp.com>
255
256        * bsp_specs: Added support for -nostdlibs.
257
2582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
266
2672002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * start/Makefile.am: Eliminate PGM.
270        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
271
2722002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
275
2762002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
279        Remove $(OBJS) from all-local.
280
2812002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
284
2852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac:
288        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
289        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
290        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
298
2992002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
302        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
303
3042001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
307        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
308
3092001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
312
3132001-10-12      Joel Sherrill <joel@OARcorp.com>
314
315        * console/console.c: Fixed typo.
3162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
319        * configure.in: Remove.
320        * configure.ac: New file, generated from configure.in by autoupdate.
321
3222001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * include/Makefile.am: Use 'CLEANFILES ='.
325        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
326
3272001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.in: Add bspopts.h, fix PACKAGE.
330        * include/.cvsignore: Add bspopts.h*, stamp-h*.
331        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
332        * include/bsp.h: Include bspopts.h.
333
3342001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
335
336        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
337
3382000-12-06      Joel Sherrill <joel@OARcorp.com>
339
340        * console/consolereserveresources.c: Removed code NOT file (YET).
341
3422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
345
3462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
349
3502000-11-01      Joel Sherrill <joel@OARcorp.com>
351
352        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
353        and libcsupport.h moved from libc to lib/include/rtems and
354        now must be referenced as <rtems/XXX.h>.   Header file order
355        was cleaned up while doing this.
356
3572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
360        Switch to GNU canonicalization.
361
3622000-09-22      Joel Sherrill <joel@OARcorp.com>
363
364        * startup/linkcmds: Use default object format to avoid name
365        changes in object format due to tool version changes.
366
3672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
370        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
371        Include compile.am
372
3732000-08-10      Joel Sherrill <joel@OARcorp.com>
374
375        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.