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

4.104.114.84.95
Last change on this file since db3fa14 was db3fa14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/03/05 at 04:33:07

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

  • Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 11.1 KB
Line 
12005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove build-variant support.
4
52004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * configure.ac: Require automake > 1.9.
8
92004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        PR 610/bsps
12        * Makefile.am: Add include/tm27.h, Cosmetics.
13        * include/tm27.h: Final cosmetics.
14
152004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * include/bsp.h: Split out tmtest27 support.
18        * include/tm27.h: New.
19
202004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        PR 613/bsps
23        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
24
252004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        PR 614/bsps
28        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
29
302004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * clock/clock.c, include/bsp.h, timer/timer.c: Include
33        <rtems/c4x/c4xio.h> instead of <c4xio.h>.
34
352004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
38        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
39        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
40
412004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        * clock/clock.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
44        Convert to using c99 fixed size types.
45
462004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Reflect changes to bsp.am.
49        Preinstall dist_project_lib*.
50
512004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Reflect changes to bsp.am.
54
552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Reflect changes to bsp.am.
58
592004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
62
632004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Pickup files from ../../c4x/shared instead of
66        ../shared. Reformat.
67
682004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
71        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
72        wrapup/Makefile.am.
73        Use automake compilation rules.
74        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
75        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
76        Remove.
77        * configure.ac: Reflect changes above.
78
792004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
82        Add RTEMS_PROG_CCAS.
83
842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add PREINSTALL_DIRS.
87
882004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
91        Add PRE/TMPINSTALL_FILES to CLEANFILES.
92        * start/Makefile.am: Ditto.
93        * startup/Makefile.am: Ditto.
94
952004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * wrapup/Makefile.am: Eliminate $(LIB).
98        Use noinst_DATA to trigger building libbsp.a.
99
1002003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
103        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
104
1052003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
108        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
109
1102003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
113
1142003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * start/Makefile.am: Misc cleanups and fixes.
117        * startup/Makefile.am: Misc cleanups and fixes.
118        * wrapup/Makefile.am: Misc cleanups and fixes.
119
1202003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Add preinstallation dirstamp support.
123        * clock/Makefile.am: Cosmetics.
124        * console/Makefile.am: Cosmetics.
125        * startup/Makefile.am: Cosmetics.
126        * timer/Makefile.am: Cosmetics.
127        * wrapup/Makefile.am: Cosmetics.
128
1292003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * clock/Makefile.am: Remove all-local: $(ARCH).
132        * console/Makefile.am: Remove all-local: $(ARCH).
133        * start/Makefile.am: Remove all-local: $(ARCH).
134        * startup/Makefile.am: Remove all-local: $(ARCH).
135        * timer/Makefile.am: Remove all-local: $(ARCH).
136        * wrapup/Makefile.am: Remove all-local: $(ARCH).
137
1382003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Merge-in include/Makefile.am.
141        Reflect changes to bsp.am.
142        * include/Makefile.am: Remove.
143        * configure.ac: Reflect changes above.
144
1452003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * bsp_specs: Remove *lib:.
148
1492003-09-04      Joel Sherrill <joel@OARcorp.com>
150
151        * clock/clock.c, console/console.c, console/consolereserveresources.c,
152        console/debugio.c, include/bsp.h, startup/bspstart.c,
153        startup/spurious.c, timer/timer.c: URL for license changed.
154
1552003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * Makefile.am: Reflect having moved aclocal/.
158
1592003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * Makefile.am: Reflect having moved automake/.
162        * clock/Makefile.am: Reflect having moved automake/.
163        * console/Makefile.am: Reflect having moved automake/.
164        * include/Makefile.am: Reflect having moved automake/.
165        * start/Makefile.am: Reflect having moved automake/.
166        * startup/Makefile.am: Reflect having moved automake/.
167        * timer/Makefile.am: Reflect having moved automake/.
168        * wrapup/Makefile.am: Reflect having moved automake/.
169
1702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        PR 452/bsps
173        * startup/Makefile.am: Remove USE_INIT_FINI.
174
1752003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
178
1792003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        PR 445/bsps
182        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
183        Remove cpp, old_cpp (now unused).
184
1852003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Remove AC_CONFIG_AUX_DIR.
188
1892003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
192
1932003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: AC_PREREQ(2.57).
196
1972003-01-20      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
200
2012002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
208
2092002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
212        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216
2172002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * start/Makefile.am: Use install-data-local to install startfile.
220
2212002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224
2252002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
228        changes.
229
2302002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * .cvsignore: Reformat.
233        Add autom4te*cache.
234        Remove autom4te.cache.
235
2362002-09-14      Joel Sherrill <joel@OARcorp.com>
237
238        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
239        c4x variant should use c4x_set_iie().
240
2412002-08-21      Joel Sherrill <joel@OARcorp.com>
242
243        * bsp_specs: Added support for -nostdlibs.
244
2452002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
249        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
250        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
251        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
252        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
253
2542002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * start/Makefile.am: Eliminate PGM.
257        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
258
2592002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
262
2632002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
266        Remove $(OBJS) from all-local.
267
2682002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
271
2722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac:
275        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
276        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
277        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
285
2862002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
289        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
290
2912001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
294        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
295
2962001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
299
3002001-10-12      Joel Sherrill <joel@OARcorp.com>
301
302        * console/console.c: Fixed typo.
3032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
306        * configure.in: Remove.
307        * configure.ac: New file, generated from configure.in by autoupdate.
308
3092001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * include/Makefile.am: Use 'CLEANFILES ='.
312        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
313
3142001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.in: Add bspopts.h, fix PACKAGE.
317        * include/.cvsignore: Add bspopts.h*, stamp-h*.
318        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
319        * include/bsp.h: Include bspopts.h.
320
3212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
322
323        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
324
3252000-12-06      Joel Sherrill <joel@OARcorp.com>
326
327        * console/consolereserveresources.c: Removed code NOT file (YET).
328
3292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
332
3332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
336
3372000-11-01      Joel Sherrill <joel@OARcorp.com>
338
339        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
340        and libcsupport.h moved from libc to lib/include/rtems and
341        now must be referenced as <rtems/XXX.h>.   Header file order
342        was cleaned up while doing this.
343
3442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
347        Switch to GNU canonicalization.
348
3492000-09-22      Joel Sherrill <joel@OARcorp.com>
350
351        * startup/linkcmds: Use default object format to avoid name
352        changes in object format due to tool version changes.
353
3542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
357        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
358        Include compile.am
359
3602000-08-10      Joel Sherrill <joel@OARcorp.com>
361
362        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.