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

4.104.114.95
Last change on this file since faf168f was faf168f, checked in by Joel Sherrill <joel.sherrill@…>, on 12/03/07 at 22:26:03

2007-12-03 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Moved most of the remaining CPU Table fields to the Configuration Table. This included pretasking_hook, predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace, extra_mpci_receive_server_stack, stack_allocate_hook, and stack_free_hook. As a side-effect of this effort some multiprocessing code was made conditional and some style clean up occurred.
  • Property mode set to 100644
File size: 10.1 KB
Line 
12007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
4        the Configuration Table. This included pretasking_hook,
5        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
6        extra_mpci_receive_server_stack, stack_allocate_hook, and
7        stack_free_hook. As a side-effect of this effort some multiprocessing
8        code was made conditional and some style clean up occurred.
9
102007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * bsp_specs: Remove qrtems_debug.
13
142006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: New BUG-REPORT address.
17
182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Require autoconf-2.60. Require automake-1.10.
21
222006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Add preinstall.am.
25
262005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * include/bsp.h: New header guard.
29
302005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
33
342005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Remove build-variant support.
37
382004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * configure.ac: Require automake > 1.9.
41
422004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        PR 610/bsps
45        * Makefile.am: Add include/tm27.h, Cosmetics.
46        * include/tm27.h: Final cosmetics.
47
482004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * include/bsp.h: Split out tmtest27 support.
51        * include/tm27.h: New.
52
532004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        PR 613/bsps
56        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
57
582004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        PR 614/bsps
61        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
62
632004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
66        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
67
682004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * clock/ckinit.c, shmsupp/getcfg.c, shmsupp/lock.c,
71        startup/bspstart.c, timer/timer.c, timer/timerisr.c: Convert to
72        using c99 fixed size types.
73
742004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Reflect changes to bsp.am.
77        Preinstall dist_project_lib*.
78
792004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Reflect changes to bsp.am.
82
832004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
86        Remove RTEMS_CHECK_MULTIPROCESSING.
87
882004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
91        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
92        wrapup/Makefile.am. Use automake compilation rules.
93        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
94        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
95        * configure.ac: Reflect changes above.
96
972004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
100        Add RTEMS_PROG_CCAS.
101
1022004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Add PREINSTALL_DIRS.
105
1062004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
109        Add PRE/TMPINSTALL_FILES to CLEANFILES.
110        * startup/Makefile.am: Ditto.
111
1122004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Eliminate $(LIB).
115        Use noinst_DATA to trigger building libbsp.a.
116
1172003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * wrapup/Makefile.am: Remove GENERIC_FILES.
120
1212003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
124
1252003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
128
1292003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
132
1332003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * startup/Makefile.am: Misc cleanups and fixes.
136        * wrapup/Makefile.am: Misc cleanups and fixes.
137
1382003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Add preinstallation dirstamp support.
141        * clock/Makefile.am: Cosmetics.
142        * console/Makefile.am: Cosmetics.
143        * shmsupp/Makefile.am: Cosmetics.
144        * startup/Makefile.am: Cosmetics.
145        * timer/Makefile.am: Cosmetics.
146        * wrapup/Makefile.am: Cosmetics.
147
1482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * clock/Makefile.am: Remove all-local: $(ARCH).
151        * console/Makefile.am: Remove all-local: $(ARCH).
152        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
153        * startup/Makefile.am: Remove all-local: $(ARCH).
154        * timer/Makefile.am: Remove all-local: $(ARCH).
155        * wrapup/Makefile.am: Remove all-local: $(ARCH).
156
1572003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * Makefile.am: Merge-in include/Makefile.am.
160        Reflect changes to bsp.am.
161        * include/Makefile.am: Remove.
162        * configure.ac: Reflect changes above.
163
1642003-09-04      Joel Sherrill <joel@OARcorp.com>
165
166        * clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
167        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
168        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
169        startup/main.c, startup/setvec.c, timer/timer.c, timer/timerisr.c:
170        URL for license changed.
171
1722003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Reflect having moved aclocal/.
175
1762003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Reflect having moved automake/.
179        * clock/Makefile.am: Reflect having moved automake/.
180        * console/Makefile.am: Reflect having moved automake/.
181        * include/Makefile.am: Reflect having moved automake/.
182        * shmsupp/Makefile.am: Reflect having moved automake/.
183        * startup/Makefile.am: Reflect having moved automake/.
184        * timer/Makefile.am: Reflect having moved automake/.
185        * wrapup/Makefile.am: Reflect having moved automake/.
186
1872003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
190
1912003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        PR 445/bsps
194        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
195        Remove cpp, old_cpp (now unused).
196
1972003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * configure.ac: Remove AC_CONFIG_AUX_DIR.
200
2012003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
204
2052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: AC_PREREQ(2.57).
208
2092003-01-20      Joel Sherrill <joel@OARcorp.com>
210
211        * startup/linkcmds*: Add FreeBSD sysctl() sections.
212
2132003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
217        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220
2212002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
224
2252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * .cvsignore: Reformat.
228        Add autom4te*cache.
229        Remove autom4te.cache.
230
2312002-08-21      Joel Sherrill <joel@OARcorp.com>
232
233        * bsp_specs: Added support for -nostdlibs.
234
2352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
243
2442002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
247
2482002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
251        Remove $(OBJS) from all-local.
252
2532002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
256
2572002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac:
260        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
261        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
262        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * Makefile.am: Remove AUTOMAKE_OPTIONS.
264        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
270
2712001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
274
2752001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
278        * configure.in: Remove.
279        * configure.ac: New file, generated from configure.in by autoupdate.
280
2812001-09-27      Joel Sherrill <joel@OARcorp.com>
282
283        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
284        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
285
2862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * include/Makefile.am: Use 'CLEANFILES ='.
289        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
290
2912001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.in: Add bspopts.h.
294        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
295        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
296        * include/bsp.h: Include bspopts.h.
297
2982001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
299
300        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
301
3022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
305
3062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
309
3102000-11-01      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
313        and libcsupport.h moved from libc to lib/include/rtems and
314        now must be referenced as <rtems/XXX.h>.   Header file order
315        was cleaned up while doing this.
316
3172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
320        Switch to GNU canonicalization.
321
3222000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
325        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
326        compile.am
327
3282000-08-10      Joel Sherrill <joel@OARcorp.com>
329
330        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.