source: rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog @ 7d634b0

4.104.115
Last change on this file since 7d634b0 was 7d634b0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/09 at 03:52:49

2009-09-30 Ralf Corsépius <ralf.corsepius@…>

  • console/sci.c: Reflect termios_baud_to_number having been renamed to rtems_termios_baud_to_number.
  • Property mode set to 100644
File size: 21.1 KB
RevLine 
[7d634b0]12009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * console/sci.c: Reflect termios_baud_to_number having been
4        renamed to rtems_termios_baud_to_number.
5
[6b2b37d2]62009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
9
[7d634b0]102009-08-21      Joel Sherrill <joel.sherrill@OARcorp.com>
[a3a6fae]11
12        * include/bsp.h: Eliminate BSPs defining NUMBER_OF_TERMIOS_PORTS.
13        Should be automatically handled by confdefs.h or the application.
14
[d1be26b]152009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
18        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
19        have the same options.
20
[8b21646e]212009-05-09      Chris Johns <chrisj@rtems.org>
22
23        * include/bsp.h: Defined as a small memory target. It cannot build
24        one of the sample programs any more.
25
[820d1ab0]262009-04-28      Chris Johns <chrisj@rtems.org>
27
28        * start/start.S, startup/start_c.c: Update for boot_card command
29        line change.
30
[df393962]312008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * bsp_specs: Move -e start from *link to *startfile to avoid warning
34        for undefined entry symbol when linking relocatables with binutils
35        2.19.
36
[9957dbf]372008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * Makefile.am, preinstall.am: Use shared tm27.h stub.
40        * include/tm27.h: Removed.
41
[290da88f]422008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * timer/timer.c: Eliminate uses of old benchmark timer names.
45
[a14fba32]462008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
49        of building libbspstart.a, using automake-rules.
50
[64eb0c7]512008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Eliminate *_SOURCES.
54
[e94666d]552008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
56
57        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
58        components.
59
[4ba8866]602008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Remove noinst_PROGRAMS (Unused).
63
[a1bc0a15]642008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
67
[95aa5e1]682008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * configure.ac: Make letting boot_card() handle work area allocation
71        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
72        BSP_BOOTCARD_OPTIONS.
73
[94cba6e]742008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * Makefile.am: BSP specific bsp_cleanup() is a dupe of a shared one.
77        * startup/bspclean.c: Removed.
78
[ccceaf3]792008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
80
81        * include/bsp.h: Remove unnecessary boilerplate comments.
82
[862058d5]832008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * Makefile.am, startup/linkcmds, startup/linkcmds_ROM: Use top level
86        shared bsp_get_work_area() implementation.
87
[cb78c0d]882008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * startup/bspstart.c: Removed.
91
[1b0dfdd]922008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds,
95        startup/linkcmds_ROM: Add use of bsp_get_work_area() in its own file
96        and rely on BSP Framework to perform more initialization. Remove
97        unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
98        * startup/bsppredriverhook.c: New file.
99
[4909a30]1002008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
103        phase, all prototypes were removed from bsp.h and empty
104        implementations were removed and made to use the shared stub.
105
[c88bb57]1062008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * misc/interr.c: Convert to "bool".
109
[34ef6c7]1102008-09-05      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * clock/ckinit.c: The Shared Memory Driver no longer requires the
113        special IOCTL in Clock_control. This was a hack which has existed
114        since before the Classic API Timer Manager was implemented. All
115        implementations of and references to Clock_control were removed.
116
[b9f9ca37]1172008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * timer/timer.c: Convert to "bool".
120
[25c62b0]1212008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * timer/timer.c: Eliminate empty function from every benchmark timer
124        driver. Fix spelling.
125
[35f52a6]1262008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * timer/timer.c: Rename timer driver methods to follow RTEMS
129        programming conventions.
130
[4377b904]1312008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * console/sci.c, startup/bspstart.c, startup/start_c.c,
134        timer/timer.c: Add missing prototypes.
135
[3e927fa]1362008-06-02      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * misc/interr.c: Convention calls for leading underscore on private
139        RTEMS variables.
140
[1d0ee80e]1412008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * Makefile.am: Rework to avoid .rel files.
144
[bd3e306]1452008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * console/console.c, startup/bspstart.c: Refactored and renamed
148        initialization routines to rtems_initialize_data_structures,
149        rtems_initialize_before_drivers, rtems_initialize_device_drivers, and
150        rtems_initialize_start_multitasking. This opened the sequence up so
151        that bootcard() could provide a more robust and flexible framework
152        which is easier to explain and understand. This also lays the
153        groundwork for sharing the division of available memory between the
154        RTEMS workspace and heap and the C library initialization across all
155        BSPs.
156
[bdced05e]1572008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * startup/linkcmds, startup/linkcmds_ROM: Add wildcard to
160        gcc_except_table section so programs compiled with gcc 4.3.x can
161        link.
162
[12bd47e]1632007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
164
165        * clock/ckinit.c, include/bsp.h, startup/bspstart.c: Eliminate copies
166        of the Configuration Table. Use the RTEMS provided accessor macros to
167        obtain configuration fields.
168
[d34d8692]1692007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
172        from CPU Table to Configuration Table. Eliminate CPU Table from all
173        ports. Delete references to CPU Table in all forms.
174
[faf168f]1752007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
176
177        * startup/bspstart.c: Moved most of the remaining CPU Table fields to
178        the Configuration Table. This included pretasking_hook,
179        predriver_hook, postdriver_hook, idle_task, do_zero_of_workspace,
180        extra_mpci_receive_server_stack, stack_allocate_hook, and
181        stack_free_hook. As a side-effect of this effort some multiprocessing
182        code was made conditional and some style clean up occurred.
183
[1693c131]1842007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
185
186        * startup/bspstart.c: Eliminate the interrupt_vector_table field in the
187        m68k CPU Table since it is never read.
188
[1144653]1892007-05-03      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds: Handle .data.* sections
192
[71c4d68]1932007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * bsp_specs: Remove qrtems_debug.
196
[bfdf5ebc]1972007-03-13      Joel Sherrill <joel@OARcorp.com>
198
199        * include/bsp.h: Remove redundant prototypes.
200
[fcb0cd46]2012006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
202
203        * configure.ac: New BUG-REPORT address.
204
[aa4369c]2052006-11-15      Joel Sherrill <joel@OARcorp.com>
206
207        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
208        file and simplified initialization.
209
[57357d9]2102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * Makefile.am: Remove superfluous -DASM.
213
[754610f]2142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * configure.ac: Require autoconf-2.60. Require automake-1.10.
217
[da2fc6c0]2182006-09-11      Joel Sherrill <joel@OARcorp.com>
219
220        * console/console.c, console/sci.c, console/sci.h, spurious/spinit.c,
221        startup/bspclean.c, startup/start_c.c: Convert C++ style comments to
222        C style.
223
[ff167ec]2242006-02-08      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/linkcmds, startup/linkcmds_ROM: Add sections required by
227        newer gcc versions.
228
[760486f7]2292006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
230
231        * Makefile.am: Add preinstall.am.
232
[34c4852]2332005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
234
235        * include/bsp.h: New header guard.
236
[844609f9]2372005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
238
239        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
240
[55068fa5]2412005-01-05      Ralf Corsepius <ralf.corsepius@rtems.org>
242
243        * console/sci.c: Remove CVS Log.
244
[78962326]2452005-01-04      Joel Sherrill <joel@OARcorp.com>
246
247        * console/sci.c: Remove warnings.
248
[4cbf22a]2492005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
250
251        * Makefile.am: Remove build-variant support.
252
[9f903322]2532004-11-25      Joel Sherrill <joel@OARcorp.com>
254
255        * startup/linkcmds, startup/linkcmds_ROM: Add new bss sections .bss.*
256        and .gnu.linkonce.b*.
257
[97891e5e]2582004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
259
260        * configure.ac: Require automake > 1.9.
261
[3defec6]2622004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
263
264        PR 610/bsps
265        * Makefile.am: Add include/tm27.h, Cosmetics.
266        * include/tm27.h: Final cosmetics.
267
[0df29b07]2682004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
269
270        * include/bsp.h: Split out tmtest27 support.
271        * include/tm27.h: New.
272
[3344730a]2732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
274
275        PR 613/bsps
276        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
277
[7dd6e8d]2782004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        PR 614/bsps
281        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
282
[e2d51fc4]2832004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
284
285        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h,
286        c/src/lib/libbsp/m68k/mrm332/start/start.S,
287        c/src/lib/libbsp/m68k/mrm332/startup/start_c.c: Include
288        <rtems/m68k/sim.h> instead of <sim.h>.
289        * c/src/lib/libbsp/m68k/mrm332/include/bsp.h: Include
290        <rtems/m68k/qsm.h> instead of <qsm.h>.
291
[cb33a86f]2922004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
293
294        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
295
[fb7a141]2962004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
297
298        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
299        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
300        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
301
[f74d9f1f]3022004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
303
304        * clock/ckinit.c, console/sci.c, console/sci.h, include/bsp.h,
305        misc/interr.c, startup/bspstart.c, timer/timer.c: Convert to using
306        c99 fixed size types.
307
[2a7f9a28]3082004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Reflect changes to bsp.am.
311        Preinstall dist_project_lib*.
312
[6ac101b]3132004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am: Reflect changes to bsp.am.
316
[c24d7c84]3172004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
320
[4cb9d26]3212004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * Makefile.am: Pickup files from ../../m68k/shared instead of
324        ../shared. Reformat.
325
[bd5b4e56]3262004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
329
[d4342107]3302004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Don't include subdirs.am.
333
[86b448a]3342004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * Makefile.am: Fix typo.
337
[802f5a8]3382004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
341        spurious/Makefile.am, startup/Makefile.am, timer/Makefile.am,
342        wrapup/Makefile.am.
343        Use automake compilation rules.
344        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
345        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
346        Remove.
347        * configure.ac: Reflect changes above.
348
[7fc5229c]3492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * Makefile.am: Add PREINSTALL_DIRS.
352        * wrapup/Makefile.am: Reflect changes to libcpu.
353
[c880dc8]3542004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * wrapup/Makefile.am: Reflect changes to libcpu.
357
[ff716ea0]3582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
361        Add PRE/TMPINSTALL_FILES to CLEANFILES.
362        * startup/Makefile.am: Ditto.
363
[b8490b9]3642004-01-07      Joel Sherrill <joel@OARcorp.com>
365
366        * times, console/sci.c: Remove efi68k and efi332 references as they are
367        no longer in the tree.
368
[ea9062c9]3692004-01-07      Joel Sherrill <joel@OARcorp.com>
370
371        * timer/timer.c: Remove efi68k and efi332 references as they are no
372        longer in the tree.
373
[65cf99c]3742004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * start/Makefile.am: Remove.
377        * Makefile.am: Merge-in start/Makefile.am.
378        * configure.ac: Reflect changes above.
379
[6411947]3802004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * wrapup/Makefile.am: Eliminate $(LIB).
383        Use noinst_DATA to trigger building libbsp.a.
384
[b35414a]3852003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
388        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
389
[935773b]3902003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
393        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
394
[810720b6]3952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
398
[4d5d97b]3992003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * start/Makefile.am: Misc cleanups and fixes.
402        * startup/Makefile.am: Misc cleanups and fixes.
403        * wrapup/Makefile.am: Misc cleanups and fixes.
404
[914d5ea]4052003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Add preinstallation dirstamp support.
408        * clock/Makefile.am: Cosmetics.
409        * console/Makefile.am: Cosmetics.
410        * spurious/Makefile.am: Cosmetics.
411        * startup/Makefile.am: Cosmetics.
412        * timer/Makefile.am: Cosmetics.
413        * wrapup/Makefile.am: Cosmetics.
414
[13cc6be7]4152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * clock/Makefile.am: Remove all-local: $(ARCH).
418        * console/Makefile.am: Remove all-local: $(ARCH).
419        * spurious/Makefile.am: Remove all-local: $(ARCH).
420        * start/Makefile.am: Remove all-local: $(ARCH).
421        * startup/Makefile.am: Remove all-local: $(ARCH).
422        * timer/Makefile.am: Remove all-local: $(ARCH).
423        * wrapup/Makefile.am: Remove all-local: $(ARCH).
424
[2821666f]4252003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Merge-in include/Makefile.am.
428        Reflect changes to bsp.am.
429        * include/Makefile.am: Remove.
430        * configure.ac: Reflect changes above.
431
[a1546de]4322003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * bsp_specs: Remove *lib:.
435
[c218824d]4362003-09-15      Joel Sherrill <joel@OARcorp.com>
437
438        PR 483/bsps
439        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
440        cannot be installed until RTEMS has initialized the vector table.
441
[9bc5fd16]4422003-09-04      Joel Sherrill <joel@OARcorp.com>
443
444        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
445        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
446        timer/timer.c: URL for license changed.
447
[80669dc]4482003-08-20      Joel Sherrill <joel@OARcorp.com>
449
450        * console/console.c: Correct copyright statements.
451
[fe8bc62f]4522003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * Makefile.am: Reflect having moved aclocal/.
455
[88792dc]4562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
[c483a4e]458        * Makefile.am: Reflect having moved automake/.
459        * clock/Makefile.am: Reflect having moved automake/.
460        * console/Makefile.am: Reflect having moved automake/.
461        * include/Makefile.am: Reflect having moved automake/.
462        * spurious/Makefile.am: Reflect having moved automake/.
463        * start/Makefile.am: Reflect having moved automake/.
464        * startup/Makefile.am: Reflect having moved automake/.
465        * timer/Makefile.am: Reflect having moved automake/.
466        * wrapup/Makefile.am: Reflect having moved automake/.
[88792dc]467
[317458ce]4682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
[75fcb394]470        PR 452/bsps
[317458ce]471        * startup/Makefile.am: Remove USE_INIT_FINI.
472
[7dcc3fe]4732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
476
[d266acd2]4772003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478
[75fcb394]479        PR 445/bsps
[d266acd2]480        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
481        Remove cpp, old_cpp (now unused).
482
[7a97f26]4832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
484
485        * configure.ac: Remove AC_CONFIG_AUX_DIR.
486
[ccd81b60]4872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
488
489        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
490
[9b5c258]4912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
492
493        * configure.ac: AC_PREREQ(2.57).
494
[c0c6168]4952003-01-20      Duane Gustavus <duane@unt.edu>
496
497        * console/sci.c, include/mrm332.h, startup/linkcmds,
498        startup/linkcmds_ROM: Various updates to make this run properly
499        from ROM.
500
[c89c490]5012002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
502
503        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
504        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
505        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
506        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
507        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
508        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
509
[59a01a6e]5102002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
511
512        * start/Makefile.am: Use install-data-local to install startfile.
513
[b5a2912f]5142002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
515
516        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
517
[0b6d74d0]5182002-11-04      Joel Sherrill <joel@OARcorp.com>
519
520        * console/sci.c, spurious/spinit.c: Removed warnings.
521
[8730f45]5222002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
523
524        * .cvsignore: Reformat.
525        Add autom4te*cache.
526        Remove autom4te.cache.
527
[bca73c8]5282002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
529
530        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
531
[0308c805]5322002-08-21      Joel Sherrill <joel@OARcorp.com>
533
534        * wrapup/Makefile.am: PR217 required that the idle task be moved to
535        libcpu so it could be more acutely aware of the CPU model.  This
536        file was modified to pick up the idle task from there.
537
[a2ae30c2]5382002-08-21      Joel Sherrill <joel@OARcorp.com>
539
540        * bsp_specs: Added support for -nostdlibs.
541
[4c01fce]5422002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
545        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
546        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
547        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
548        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
549        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
550        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
551
[75adbe5f]5522002-08-05      Joel Sherrill <joel@OARcorp.com>
553
554        * Per PR260 eliminate use of make-target-options.  This impacted
555        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
556        SuperCore and required that the m68k optimized memcpy be moved
557        to libcpu.
558        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
559
[496686a]5602002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * start/Makefile.am: Eliminate PGM.
563        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
564
[0a2fd145]5652002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
568
[445c0a0]5692002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
570
571        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
572        Remove $(OBJS) from all-local.
573
[80defac]5742002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
575
576        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
577
[85c92574]5782001-05-09      Joel Sherrill <joel@OARcorp.com>
579
580        * startup/linkcmds: In support of gcc 3.1, added one of more
581        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
582        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
583        and direction of segments to memory regions may also have been
584        addressed.  This was a sweep across all BSPs.
585 
[bd5c21c5]5862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
587
588        * configure.ac:
589        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
590        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
591        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
592        * Makefile.am: Remove AUTOMAKE_OPTIONS.
593        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
594        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
595        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
596        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
597        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
598        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
599        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
600
[274fa77]6012002-02-28      Mike Panetta <ahuitzot@mindspring.com>
602
603        * console/sci.c, console/sci.h,
604        console/console.c: Added new SCI driver.
605        * start/start.c: Removed file.
606        * start/start.S: New file, the asm portion of the updated start code.
607        * start/configure.am: Added start.S, removed start.c
608        * startup/start_c.c: New file, the C portion of the updated start code.         Contains most of the code that was in the old start.c.
609        * startup/configure.am: Added start_c.c to C_FILES.
610        * include/bsp.h: Added include <rtems/bspIo.h>
611
[9e1ae79]6122001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
613
614        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
615
[df25c998]6162001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
617
618        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
619        * configure.in: Remove.
620        * configure.ac: New file, generated from configure.in by autoupdate.
621
[cf282090]6222001-09-27      Joel Sherrill <joel@OARcorp.com>
623
624        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
625
[c1767be0]6262001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
627
628        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
629
[c4d92216]6302001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
631
632        * configure.in: Add bspopts.h.
633        * include/.cvsignore: Add bspopts.h*, stamp-h*.
634        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
635        * include/bsp.h: Include bspopts.h.
636
[c33a702]6372001-05-25      Joel Sherrill <joel@OARcorp.com>
638
639        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
640        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
641        wrapup/Makefile.am: Modified to include compile.am.
642        * startup/bspstart.c: Removed include of <libcsupport.h>
643
[332484b5]6442000-05-25      Matt Cross <profesor@gweep.net>
645
646        * New MRM332 BSP for the Mini RoboMind board based
647        on the 68332 microcontroller designed and build by Mark
648        Castelluccio.  For details on the MRM see http://www.robominds.com.
649        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
650        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
651        console/.cvsignore, console/Makefile.am, console/console.c,
652        include/.cvsignore, include/Makefile.am, include/bsp.h,
653        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
654        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
655        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
656        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
657        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
658        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
659        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
660
Note: See TracBrowser for help on using the repository browser.