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

4.104.114.84.95
Last change on this file since 97891e5e was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 11.0 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR 610/bsps
8        * Makefile.am: Add include/tm27.h, Cosmetics.
9        * include/tm27.h: Final cosmetics.
10
112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        PR 613/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 614/bsps
24        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
25
262004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * clock/clock.c, include/bsp.h, timer/timer.c: Include
29        <rtems/c4x/c4xio.h> instead of <c4xio.h>.
30
312004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
32
33        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
34        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
35        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
36
372004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        * clock/clock.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
40        Convert to using c99 fixed size types.
41
422004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Reflect changes to bsp.am.
45        Preinstall dist_project_lib*.
46
472004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Reflect changes to bsp.am.
50
512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Reflect changes to bsp.am.
54
552004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
58
592004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Pickup files from ../../c4x/shared instead of
62        ../shared. Reformat.
63
642004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
67        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
68        wrapup/Makefile.am.
69        Use automake compilation rules.
70        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
71        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
72        Remove.
73        * configure.ac: Reflect changes above.
74
752004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
78        Add RTEMS_PROG_CCAS.
79
802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Add PREINSTALL_DIRS.
83
842004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
87        Add PRE/TMPINSTALL_FILES to CLEANFILES.
88        * start/Makefile.am: Ditto.
89        * startup/Makefile.am: Ditto.
90
912004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * wrapup/Makefile.am: Eliminate $(LIB).
94        Use noinst_DATA to trigger building libbsp.a.
95
962003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
99        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100
1012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
104        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105
1062003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
109
1102003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: Misc cleanups and fixes.
113        * startup/Makefile.am: Misc cleanups and fixes.
114        * wrapup/Makefile.am: Misc cleanups and fixes.
115
1162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Add preinstallation dirstamp support.
119        * clock/Makefile.am: Cosmetics.
120        * console/Makefile.am: Cosmetics.
121        * startup/Makefile.am: Cosmetics.
122        * timer/Makefile.am: Cosmetics.
123        * wrapup/Makefile.am: Cosmetics.
124
1252003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * clock/Makefile.am: Remove all-local: $(ARCH).
128        * console/Makefile.am: Remove all-local: $(ARCH).
129        * start/Makefile.am: Remove all-local: $(ARCH).
130        * startup/Makefile.am: Remove all-local: $(ARCH).
131        * timer/Makefile.am: Remove all-local: $(ARCH).
132        * wrapup/Makefile.am: Remove all-local: $(ARCH).
133
1342003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Merge-in include/Makefile.am.
137        Reflect changes to bsp.am.
138        * include/Makefile.am: Remove.
139        * configure.ac: Reflect changes above.
140
1412003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * bsp_specs: Remove *lib:.
144
1452003-09-04      Joel Sherrill <joel@OARcorp.com>
146
147        * clock/clock.c, console/console.c, console/consolereserveresources.c,
148        console/debugio.c, include/bsp.h, startup/bspstart.c,
149        startup/spurious.c, timer/timer.c: URL for license changed.
150
1512003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect having moved aclocal/.
154
1552003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Reflect having moved automake/.
158        * clock/Makefile.am: Reflect having moved automake/.
159        * console/Makefile.am: Reflect having moved automake/.
160        * include/Makefile.am: Reflect having moved automake/.
161        * start/Makefile.am: Reflect having moved automake/.
162        * startup/Makefile.am: Reflect having moved automake/.
163        * timer/Makefile.am: Reflect having moved automake/.
164        * wrapup/Makefile.am: Reflect having moved automake/.
165
1662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        PR 452/bsps
169        * startup/Makefile.am: Remove USE_INIT_FINI.
170
1712003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
174
1752003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        PR 445/bsps
178        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
179        Remove cpp, old_cpp (now unused).
180
1812003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: Remove AC_CONFIG_AUX_DIR.
184
1852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
188
1892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: AC_PREREQ(2.57).
192
1932003-01-20      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
196
1972002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204
2052002-12-13      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-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * start/Makefile.am: Use install-data-local to install startfile.
216
2172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220
2212002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
224        changes.
225
2262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * .cvsignore: Reformat.
229        Add autom4te*cache.
230        Remove autom4te.cache.
231
2322002-09-14      Joel Sherrill <joel@OARcorp.com>
233
234        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
235        c4x variant should use c4x_set_iie().
236
2372002-08-21      Joel Sherrill <joel@OARcorp.com>
238
239        * bsp_specs: Added support for -nostdlibs.
240
2412002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
249
2502002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * start/Makefile.am: Eliminate PGM.
253        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
254
2552002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
258
2592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
262        Remove $(OBJS) from all-local.
263
2642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
267
2682002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac:
271        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
272        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
273        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
281
2822002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
285        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
286
2872001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
290        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
291
2922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
295
2962001-10-12      Joel Sherrill <joel@OARcorp.com>
297
298        * console/console.c: Fixed typo.
2992001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
302        * configure.in: Remove.
303        * configure.ac: New file, generated from configure.in by autoupdate.
304
3052001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * include/Makefile.am: Use 'CLEANFILES ='.
308        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
309
3102001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.in: Add bspopts.h, fix PACKAGE.
313        * include/.cvsignore: Add bspopts.h*, stamp-h*.
314        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
315        * include/bsp.h: Include bspopts.h.
316
3172001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
318
319        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
320
3212000-12-06      Joel Sherrill <joel@OARcorp.com>
322
323        * console/consolereserveresources.c: Removed code NOT file (YET).
324
3252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
328
3292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
332
3332000-11-01      Joel Sherrill <joel@OARcorp.com>
334
335        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
336        and libcsupport.h moved from libc to lib/include/rtems and
337        now must be referenced as <rtems/XXX.h>.   Header file order
338        was cleaned up while doing this.
339
3402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
343        Switch to GNU canonicalization.
344
3452000-09-22      Joel Sherrill <joel@OARcorp.com>
346
347        * startup/linkcmds: Use default object format to avoid name
348        changes in object format due to tool version changes.
349
3502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
353        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
354        Include compile.am
355
3562000-08-10      Joel Sherrill <joel@OARcorp.com>
357
358        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.