source: rtems/c/src/lib/libbsp/i960/i960sim/ChangeLog @ 945ace0d

4.104.114.84.95
Last change on this file since 945ace0d was 945ace0d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 04:20:54

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • startup/bspstart.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * startup/bspstart.c: Convert to using c99 fixed size types.
4
52004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Reflect changes to bsp.am.
8        Preinstall dist_project_lib*.
9
102004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect changes to bsp.am.
13
142004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Fix minor bugs in previous patch.
17
182004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
21        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
22        wrapup/Makefile.am. Use automake compilation rules.
23        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
24        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
25        * configure.ac: Reflect changes above.
26
272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
30        Add RTEMS_PROG_CCAS.
31
322004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Add PREINSTALL_DIRS.
35        * wrapup/Makefile.am: Reflect changes to libcpu.
36
372004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
40        Add PRE/TMPINSTALL_FILES to CLEANFILES.
41        * startup/Makefile.am: Ditto.
42
432004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * wrapup/Makefile.am: Eliminate $(LIB).
46        Use noinst_DATA to trigger building libbsp.a.
47
482003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
51        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
52
532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
56        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
57
582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
61
622003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * start/Makefile.am: Misc cleanups and fixes.
65        * startup/Makefile.am: Misc cleanups and fixes.
66        * wrapup/Makefile.am: Misc cleanups and fixes.
67
682003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Add preinstallation dirstamp support.
71        * clock/Makefile.am: Cosmetics.
72        * console/Makefile.am: Cosmetics.
73        * startup/Makefile.am: Cosmetics.
74        * timer/Makefile.am: Cosmetics.
75        * wrapup/Makefile.am: Cosmetics.
76
772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * clock/Makefile.am: Remove all-local: $(ARCH).
80        * console/Makefile.am: Remove all-local: $(ARCH).
81        * start/Makefile.am: Remove all-local: $(ARCH).
82        * startup/Makefile.am: Remove all-local: $(ARCH).
83        * timer/Makefile.am: Remove all-local: $(ARCH).
84        * wrapup/Makefile.am: Remove all-local: $(ARCH).
85
862003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Merge-in include/Makefile.am.
89        Reflect changes to bsp.am.
90        * include/Makefile.am: Remove.
91        * configure.ac: Reflect changes above.
92
932003-09-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * bsp_specs: Remove *lib:.
96
972003-09-04      Joel Sherrill <joel@OARcorp.com>
98
99        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
100        license changed.
101
1022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Reflect having moved aclocal/.
105
1062003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Reflect having moved automake/.
109        * clock/Makefile.am: Reflect having moved automake/.
110        * console/Makefile.am: Reflect having moved automake/.
111        * include/Makefile.am: Reflect having moved automake/.
112        * start/Makefile.am: Reflect having moved automake/.
113        * startup/Makefile.am: Reflect having moved automake/.
114        * timer/Makefile.am: Reflect having moved automake/.
115        * wrapup/Makefile.am: Reflect having moved automake/.
116
1172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
120
1212003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        PR 445/bsps
124        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
125        Remove cpp, old_cpp (now unused).
126
1272003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Remove AC_CONFIG_AUX_DIR.
130
1312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
134
1352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: AC_PREREQ(2.57).
138
1392003-01-20      Joel Sherrill <joel@OARcorp.com>
140
141        * startup/linkcmds*: Add FreeBSD sysctl() sections.
142
1432003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
146        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
147        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
148        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
149        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
150
1512002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * start/Makefile.am: Use install-data-local to install startfile.
154
1552002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
158
1592002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * .cvsignore: Reformat.
162        Add autom4te*cache.
163        Remove autom4te.cache.
164
1652002-08-21      Joel Sherrill <joel@OARcorp.com>
166
167        * bsp_specs: Added support for -nostdlibs.
168
1692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
173        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
174        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
176        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
177
1782002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * start/Makefile.am: Eliminate PGM.
181        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
182
1832002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
186
1872002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
190        Remove $(OBJS) from all-local.
191
1922002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * wrapup/Makefile.am: Add $(LIB) to all-local.
195
1962002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
199
2002002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.ac:
203        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
204        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
205        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
210        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
212        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
213
2142001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
217        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
218
2192001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
222
2232001-10-12      Joel Sherrill <joel@OARcorp.com>
224
225        * console/console-io.c: Fixed typo.
226
2272001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
230        * configure.in: Remove.
231        * configure.ac: New file, generated from configure.in by autoupdate.
232
2332001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * include/Makefile.am: Use 'CLEANFILES ='.
236        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
237
2382001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.in: Add bspopts.h.
241        * include/.cvsignore: Add bspopts.h*, stamp-h*.
242        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
243        * include/bsp.h: Include bspopts.h.
244
2452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
246
247        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
248
2492001-01-03      Joel Sherrill <joel@OARcorp.com>
250
251        * console/console-io.c: Added console_initialize_hardware().
252
2532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
256
2572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
260
2612000-11-01      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
264        and libcsupport.h moved from libc to lib/include/rtems and
265        now must be referenced as <rtems/XXX.h>.   Header file order
266        was cleaned up while doing this.
267
2682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
271        Switch to GNU canonicalization.
272
2732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
276        wrapup/Makefile.am, clock/Makefile.am: Include compile.am
277
2782000-08-10      Joel Sherrill <joel@OARcorp.com>
279
280        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.