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

4.104.114.95
Last change on this file since 1d0ee80e was 1d0ee80e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/08 at 20:28:09

2008-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Rework to avoid .rel files.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Rework to avoid .rel files.
4
52008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Refactored and renamed initialization routines to
8        rtems_initialize_data_structures, rtems_initialize_before_drivers,
9        rtems_initialize_device_drivers, and
10        rtems_initialize_start_multitasking. This opened the sequence up so
11        that bootcard() could provide a more robust and flexible framework
12        which is easier to explain and understand. This also lays the
13        groundwork for sharing the division of available memory between the
14        RTEMS workspace and heap and the C library initialization across all
15        BSPs.
16
172007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
18
19        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
20        of the Configuration Table. Use the RTEMS provided accessor macros to
21        obtain configuration fields.
22
232007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
26        from CPU Table to Configuration Table. Eliminate CPU Table from all
27        ports. Delete references to CPU Table in all forms.
28
292007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
32        the Configuration Table. This included pretasking_hook,
33        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
34        extra_mpci_receive_server_stack, stack_allocate_hook, and
35        stack_free_hook. As a side-effect of this effort some multiprocessing
36        code was made conditional and some style clean up occurred.
37
382007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * bsp_specs: Remove qrtems_debug.
41
422006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: New BUG-REPORT address.
45
462006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Require autoconf-2.60. Require automake-1.10.
49
502006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Add preinstall.am.
53
542005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * include/bsp.h: New header guard.
57
582005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
61
622005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
63
64        * Makefile.am: Remove build-variant support.
65
662004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * configure.ac: Require automake > 1.9.
69
702004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        PR 610/bsps
73        * Makefile.am: Add include/tm27.h, Cosmetics.
74        * include/tm27.h: Final cosmetics.
75
762004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * include/bsp.h: Split out tmtest27 support.
79        * include/tm27.h: New.
80
812004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        PR 613/bsps
84        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
85
862004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        PR 614/bsps
89        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
90
912004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
94        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
95
962004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * clock/ckinit.c, shmsupp/getcfg.c, shmsupp/lock.c,
99        startup/bspstart.c, timer/timer.c, timer/timerisr.c: Convert to
100        using c99 fixed size types.
101
1022004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Reflect changes to bsp.am.
105        Preinstall dist_project_lib*.
106
1072004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Reflect changes to bsp.am.
110
1112004-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * configure.ac: Remove AM_CONDITIONAL(HAS_MP).
114        Remove RTEMS_CHECK_MULTIPROCESSING.
115
1162004-02-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
119        shmsupp/Makefile.am, startup/Makefile.am, timer/Makefile.am,
120        wrapup/Makefile.am. Use automake compilation rules.
121        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
122        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove.
123        * configure.ac: Reflect changes above.
124
1252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
128        Add RTEMS_PROG_CCAS.
129
1302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Add PREINSTALL_DIRS.
133
1342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
137        Add PRE/TMPINSTALL_FILES to CLEANFILES.
138        * startup/Makefile.am: Ditto.
139
1402004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Eliminate $(LIB).
143        Use noinst_DATA to trigger building libbsp.a.
144
1452003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * wrapup/Makefile.am: Remove GENERIC_FILES.
148
1492003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
152
1532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
156
1572003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
160
1612003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * startup/Makefile.am: Misc cleanups and fixes.
164        * wrapup/Makefile.am: Misc cleanups and fixes.
165
1662003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Add preinstallation dirstamp support.
169        * clock/Makefile.am: Cosmetics.
170        * console/Makefile.am: Cosmetics.
171        * shmsupp/Makefile.am: Cosmetics.
172        * startup/Makefile.am: Cosmetics.
173        * timer/Makefile.am: Cosmetics.
174        * wrapup/Makefile.am: Cosmetics.
175
1762003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * clock/Makefile.am: Remove all-local: $(ARCH).
179        * console/Makefile.am: Remove all-local: $(ARCH).
180        * shmsupp/Makefile.am: Remove all-local: $(ARCH).
181        * startup/Makefile.am: Remove all-local: $(ARCH).
182        * timer/Makefile.am: Remove all-local: $(ARCH).
183        * wrapup/Makefile.am: Remove all-local: $(ARCH).
184
1852003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Merge-in include/Makefile.am.
188        Reflect changes to bsp.am.
189        * include/Makefile.am: Remove.
190        * configure.ac: Reflect changes above.
191
1922003-09-04      Joel Sherrill <joel@OARcorp.com>
193
194        * clock/ckinit.c, console/console.c, include/bsp.h, shmsupp/addrconv.c,
195        shmsupp/getcfg.c, shmsupp/lock.c, shmsupp/mpisr.c,
196        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
197        startup/main.c, startup/setvec.c, timer/timer.c, timer/timerisr.c:
198        URL for license changed.
199
2002003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Reflect having moved aclocal/.
203
2042003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Reflect having moved automake/.
207        * clock/Makefile.am: Reflect having moved automake/.
208        * console/Makefile.am: Reflect having moved automake/.
209        * include/Makefile.am: Reflect having moved automake/.
210        * shmsupp/Makefile.am: Reflect having moved automake/.
211        * startup/Makefile.am: Reflect having moved automake/.
212        * timer/Makefile.am: Reflect having moved automake/.
213        * wrapup/Makefile.am: Reflect having moved automake/.
214
2152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
218
2192003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        PR 445/bsps
222        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
223        Remove cpp, old_cpp (now unused).
224
2252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Remove AC_CONFIG_AUX_DIR.
228
2292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
232
2332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: AC_PREREQ(2.57).
236
2372003-01-20      Joel Sherrill <joel@OARcorp.com>
238
239        * startup/linkcmds*: Add FreeBSD sysctl() sections.
240
2412003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
244        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
245        * shmsupp/Makefile.am: Don't include @RTEMS_BSP@.cfg.
246        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
247        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
248
2492002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252
2532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * .cvsignore: Reformat.
256        Add autom4te*cache.
257        Remove autom4te.cache.
258
2592002-08-21      Joel Sherrill <joel@OARcorp.com>
260
261        * bsp_specs: Added support for -nostdlibs.
262
2632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
271
2722002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
275
2762002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
279        Remove $(OBJS) from all-local.
280
2812002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
284
2852002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac:
288        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
289        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
290        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * shmsupp/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
298
2992001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
302
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      Joel Sherrill <joel@OARcorp.com>
310
311        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
312        * shmsupp/lock.c: Renamed delay() to rtems_bsp_delay().
313
3142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * include/Makefile.am: Use 'CLEANFILES ='.
317        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
318
3192001-05-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.in: Add bspopts.h.
322        * include/.cvsignore: Add bspopts.h*, coverhd.h, stamp-h*.
323        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
324        * include/bsp.h: Include bspopts.h.
325
3262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
327
328        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
329
3302000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
333
3342000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
337
3382000-11-01      Joel Sherrill <joel@OARcorp.com>
339
340        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
341        and libcsupport.h moved from libc to lib/include/rtems and
342        now must be referenced as <rtems/XXX.h>.   Header file order
343        was cleaned up while doing this.
344
3452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
348        Switch to GNU canonicalization.
349
3502000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * clock/Makefile.am, console/Makefile.am, shmsupp/Makefile.am,
353        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
354        compile.am
355
3562000-08-10      Joel Sherrill <joel@OARcorp.com>
357
358        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.