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

4.104.114.84.95
Last change on this file since fb7a141 was fb7a141, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:42

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
  • Property mode set to 100644
File size: 10.2 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
4        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
5        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
6
72004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * clock/clock.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
10        Convert to using c99 fixed size types.
11
122004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect changes to bsp.am.
15        Preinstall dist_project_lib*.
16
172004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect changes to bsp.am.
20
212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect changes to bsp.am.
24
252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
28
292004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Pickup files from ../../c4x/shared instead of
32        ../shared. Reformat.
33
342004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
37        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
38        wrapup/Makefile.am.
39        Use automake compilation rules.
40        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
41        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
42        Remove.
43        * configure.ac: Reflect changes above.
44
452004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
48        Add RTEMS_PROG_CCAS.
49
502004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Add PREINSTALL_DIRS.
53
542004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
57        Add PRE/TMPINSTALL_FILES to CLEANFILES.
58        * start/Makefile.am: Ditto.
59        * startup/Makefile.am: Ditto.
60
612004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * wrapup/Makefile.am: Eliminate $(LIB).
64        Use noinst_DATA to trigger building libbsp.a.
65
662003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
69        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
70
712003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
74        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
75
762003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
79
802003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * start/Makefile.am: Misc cleanups and fixes.
83        * startup/Makefile.am: Misc cleanups and fixes.
84        * wrapup/Makefile.am: Misc cleanups and fixes.
85
862003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Add preinstallation dirstamp support.
89        * clock/Makefile.am: Cosmetics.
90        * console/Makefile.am: Cosmetics.
91        * startup/Makefile.am: Cosmetics.
92        * timer/Makefile.am: Cosmetics.
93        * wrapup/Makefile.am: Cosmetics.
94
952003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * clock/Makefile.am: Remove all-local: $(ARCH).
98        * console/Makefile.am: Remove all-local: $(ARCH).
99        * start/Makefile.am: Remove all-local: $(ARCH).
100        * startup/Makefile.am: Remove all-local: $(ARCH).
101        * timer/Makefile.am: Remove all-local: $(ARCH).
102        * wrapup/Makefile.am: Remove all-local: $(ARCH).
103
1042003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Merge-in include/Makefile.am.
107        Reflect changes to bsp.am.
108        * include/Makefile.am: Remove.
109        * configure.ac: Reflect changes above.
110
1112003-09-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * bsp_specs: Remove *lib:.
114
1152003-09-04      Joel Sherrill <joel@OARcorp.com>
116
117        * clock/clock.c, console/console.c, console/consolereserveresources.c,
118        console/debugio.c, include/bsp.h, startup/bspstart.c,
119        startup/spurious.c, timer/timer.c: URL for license changed.
120
1212003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect having moved aclocal/.
124
1252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Reflect having moved automake/.
128        * clock/Makefile.am: Reflect having moved automake/.
129        * console/Makefile.am: Reflect having moved automake/.
130        * include/Makefile.am: Reflect having moved automake/.
131        * start/Makefile.am: Reflect having moved automake/.
132        * startup/Makefile.am: Reflect having moved automake/.
133        * timer/Makefile.am: Reflect having moved automake/.
134        * wrapup/Makefile.am: Reflect having moved automake/.
135
1362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        PR 452/bsps
139        * startup/Makefile.am: Remove USE_INIT_FINI.
140
1412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
144
1452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        PR 445/bsps
148        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
149        Remove cpp, old_cpp (now unused).
150
1512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove AC_CONFIG_AUX_DIR.
154
1552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
158
1592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: AC_PREREQ(2.57).
162
1632003-01-20      Joel Sherrill <joel@OARcorp.com>
164
165        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
166
1672002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174
1752002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182
1832002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * start/Makefile.am: Use install-data-local to install startfile.
186
1872002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190
1912002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
194        changes.
195
1962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * .cvsignore: Reformat.
199        Add autom4te*cache.
200        Remove autom4te.cache.
201
2022002-09-14      Joel Sherrill <joel@OARcorp.com>
203
204        * clock/clock.c: Per PR257, remove reference to c3x_set_ie.
205        c4x variant should use c4x_set_iie().
206
2072002-08-21      Joel Sherrill <joel@OARcorp.com>
208
209        * bsp_specs: Added support for -nostdlibs.
210
2112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
214        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
219
2202002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * start/Makefile.am: Eliminate PGM.
223        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
224
2252002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
228
2292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
232        Remove $(OBJS) from all-local.
233
2342002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
237
2382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac:
241        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
242        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
243        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
244        * Makefile.am: Remove AUTOMAKE_OPTIONS.
245        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
246        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
251
2522002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
255        * startup/spurious.c: Include rtems/bspIo.h instead of bspIo.h.
256
2572001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
260        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
261
2622001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
265
2662001-10-12      Joel Sherrill <joel@OARcorp.com>
267
268        * console/console.c: Fixed typo.
2692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
272        * configure.in: Remove.
273        * configure.ac: New file, generated from configure.in by autoupdate.
274
2752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * include/Makefile.am: Use 'CLEANFILES ='.
278        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
279
2802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.in: Add bspopts.h, fix PACKAGE.
283        * include/.cvsignore: Add bspopts.h*, stamp-h*.
284        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
285        * include/bsp.h: Include bspopts.h.
286
2872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
288
289        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
290
2912000-12-06      Joel Sherrill <joel@OARcorp.com>
292
293        * console/consolereserveresources.c: Removed code NOT file (YET).
294
2952000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
298
2992000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
302
3032000-11-01      Joel Sherrill <joel@OARcorp.com>
304
305        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
306        and libcsupport.h moved from libc to lib/include/rtems and
307        now must be referenced as <rtems/XXX.h>.   Header file order
308        was cleaned up while doing this.
309
3102000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
313        Switch to GNU canonicalization.
314
3152000-09-22      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/linkcmds: Use default object format to avoid name
318        changes in object format due to tool version changes.
319
3202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
323        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
324        Include compile.am
325
3262000-08-10      Joel Sherrill <joel@OARcorp.com>
327
328        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.