source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog @ 7c6c630

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

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

  • Makefile.am: Remove build-variant support.
  • Property mode set to 100644
File size: 9.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-01      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
33        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
34
352004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
36
37        * clock/ckinit.c, shmsupp/getcfg.c, shmsupp/lock.c,
38        startup/bspstart.c, timer/timer.c, timer/timerisr.c: Convert to
39        using c99 fixed size types.
40
412004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect changes to bsp.am.
44        Preinstall dist_project_lib*.
45
462004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Reflect changes to bsp.am.
49
502004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
53        Remove RTEMS_CHECK_MULTIPROCESSING.
54
552004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
58        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
59        wrapup/Makefile.am. Use automake compilation rules.
60        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
61        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
62        * configure.ac: Reflect changes above.
63
642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
67        Add RTEMS_PROG_CCAS.
68
692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Add PREINSTALL_DIRS.
72
732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
76        Add PRE/TMPINSTALL_FILES to CLEANFILES.
77        * startup/Makefile.am: Ditto.
78
792004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Eliminate $(LIB).
82        Use noinst_DATA to trigger building libbsp.a.
83
842003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Remove GENERIC_FILES.
87
882003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
91
922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
95
962003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
99
1002003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * startup/Makefile.am: Misc cleanups and fixes.
103        * wrapup/Makefile.am: Misc cleanups and fixes.
104
1052003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Add preinstallation dirstamp support.
108        * clock/Makefile.am: Cosmetics.
109        * console/Makefile.am: Cosmetics.
110        * shmsupp/Makefile.am: Cosmetics.
111        * startup/Makefile.am: Cosmetics.
112        * timer/Makefile.am: Cosmetics.
113        * wrapup/Makefile.am: Cosmetics.
114
1152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * clock/Makefile.am: Remove all-local: $(ARCH).
118        * console/Makefile.am: Remove all-local: $(ARCH).
119        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
120        * startup/Makefile.am: Remove all-local: $(ARCH).
121        * timer/Makefile.am: Remove all-local: $(ARCH).
122        * wrapup/Makefile.am: Remove all-local: $(ARCH).
123
1242003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Merge-in include/Makefile.am.
127        Reflect changes to bsp.am.
128        * include/Makefile.am: Remove.
129        * configure.ac: Reflect changes above.
130
1312003-09-04      Joel Sherrill <joel@OARcorp.com>
132
133        * clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
134        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
135        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
136        startup/main.c, startup/setvec.c, timer/timer.c, timer/timerisr.c:
137        URL for license changed.
138
1392003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Reflect having moved aclocal/.
142
1432003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Reflect having moved automake/.
146        * clock/Makefile.am: Reflect having moved automake/.
147        * console/Makefile.am: Reflect having moved automake/.
148        * include/Makefile.am: Reflect having moved automake/.
149        * shmsupp/Makefile.am: Reflect having moved automake/.
150        * startup/Makefile.am: Reflect having moved automake/.
151        * timer/Makefile.am: Reflect having moved automake/.
152        * wrapup/Makefile.am: Reflect having moved automake/.
153
1542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
157
1582003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        PR 445/bsps
161        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
162        Remove cpp, old_cpp (now unused).
163
1642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove AC_CONFIG_AUX_DIR.
167
1682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
171
1722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: AC_PREREQ(2.57).
175
1762003-01-20      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/linkcmds*: Add FreeBSD sysctl() sections.
179
1802003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187
1882002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191
1922002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * .cvsignore: Reformat.
195        Add autom4te*cache.
196        Remove autom4te.cache.
197
1982002-08-21      Joel Sherrill <joel@OARcorp.com>
199
200        * bsp_specs: Added support for -nostdlibs.
201
2022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
205        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
208        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
209        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
210
2112002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
214
2152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
218        Remove $(OBJS) from all-local.
219
2202002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
223
2242002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac:
227        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
228        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
229        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
230        * Makefile.am: Remove AUTOMAKE_OPTIONS.
231        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
232        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
233        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
234        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
235        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
236        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
237
2382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
241
2422001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
245        * configure.in: Remove.
246        * configure.ac: New file, generated from configure.in by autoupdate.
247
2482001-09-27      Joel Sherrill <joel@OARcorp.com>
249
250        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
251        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
252
2532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * include/Makefile.am: Use 'CLEANFILES ='.
256        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
257
2582001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.in: Add bspopts.h.
261        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
262        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
263        * include/bsp.h: Include bspopts.h.
264
2652001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
266
267        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
268
2692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
272
2732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
276
2772000-11-01      Joel Sherrill <joel@OARcorp.com>
278
279        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
280        and libcsupport.h moved from libc to lib/include/rtems and
281        now must be referenced as <rtems/XXX.h>.   Header file order
282        was cleaned up while doing this.
283
2842000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
287        Switch to GNU canonicalization.
288
2892000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
292        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
293        compile.am
294
2952000-08-10      Joel Sherrill <joel@OARcorp.com>
296
297        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.