source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ 8d2cfda

4.104.115
Last change on this file since 8d2cfda was 8d2cfda, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/09 at 04:09:04

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

  • console/console.c: Include <rtems/termiostypes.h>.
  • Property mode set to 100644
File size: 21.1 KB
Line 
12009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * console/console.c: Include <rtems/termiostypes.h>.
4
52009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * console/console.c: Reflect termios_baud_to_number having been
8        renamed to rtems_termios_baud_to_number.
9
102009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
13
14 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
17        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
18        have the same options.
19
202009-04-28      Chris Johns <chrisj@rtems.org>
21
22        * start/start.S: Update for boot_card command line change.
23
242008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * bsp_specs: Move -e start from *link to *startfile to avoid warning
27        for undefined entry symbol when linking relocatables with binutils
28        2.19.
29
302008-10-21      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
31
32                * spi/mc68360_spidrv.h:
33                removed orphaned file
34
352008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        * configure.ac: Move PGH360, GEN68360, GEN68360_040
38        defines from *.cfg into bspopts.h.
39
402008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * timer/timer.c: Eliminate uses of old benchmark timer names.
43
442008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
47        of building libbspstart.a, using automake-rules.
48
492008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
52        * Makefile.am: Reflect changes above.
53
542008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Eliminate *_SOURCES.
57
582008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
61        components.
62
632008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
66
672008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * configure.ac: Make letting boot_card() handle work area allocation
70        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
71        BSP_BOOTCARD_OPTIONS.
72
732008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * include/bsp.h: Remove unnecessary boilerplate comments.
76
772008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * Makefile.am, include/bsp.h, startup/init68360.c, startup/linkcmds,
80        startup/linkcmds.bootp, startup/linkcmds.prom: Use top level shared
81        bsp_get_work_area() implementation.
82
832008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * Makefile.am, configure.ac, start/start.S: Add use of
86        bsp_get_work_area() in its own file and rely on BSP Framework to
87        perform more initialization. Remove unnecessary includes of
88        rtems/libio.h and rtems/libcsupport.h.
89        * startup/bspstart.c: Removed.
90
912008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * Makefile.am, include/bsp.h: Review of all bsp_cleanup()
94        implementations. In this phase, all prototypes were removed from
95        bsp.h and empty implementations were removed and made to use the
96        shared stub.
97        * startup/bspclean.c: Removed.
98
992008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * spi/mc68360_spidrv.c: Convert to "bool".
102
1032008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * spi/m360_spi.c, timer/timer.c: Convert to "bool".
106
1072008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
108
109        * timer/timer.c: Eliminate empty function from every benchmark timer
110        driver. Fix spelling.
111
1122008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * timer/timer.c: Rename timer driver methods to follow RTEMS
115        programming conventions.
116
1172008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
118
119        * clock/clock.c: Move extern outside of braces.
120
1212008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
122
123        * Makefile.am, spi/m360_spidrv.c, spi/m360_spidrv.h:
124        added SPI driver
125
1262008-07-09      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
127
128        * README:
129        added pgh360 BSP variant
130
1312008-05-23      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * console/console.c: Eliminate copies of switches to convert termios
134        Bxxx constants to xxx as an integer. Use the shared
135        termios_baud_to_number() routine to do the same conversion.
136
1372008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
138
139        * Makefile.am: Rework to avoid .rel files.
140
1412008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * startup/bspstart.c: Refactored and renamed initialization routines to
144        rtems_initialize_data_structures, rtems_initialize_before_drivers,
145        rtems_initialize_device_drivers, and
146        rtems_initialize_start_multitasking. This opened the sequence up so
147        that bootcard() could provide a more robust and flexible framework
148        which is easier to explain and understand. This also lays the
149        groundwork for sharing the division of available memory between the
150        RTEMS workspace and heap and the C library initialization across all
151        BSPs.
152
1532008-04-23      Joel Sherrill <joel.sherrill@OARcorp.com>
154
155        * Makefile.am: Remove all references to console_reserve_resources and
156        termios_reserve_resources.
157        * console/consolereserveresources.c: Removed.
158
1592008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
160
161        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
162        wildcard to gcc_except_table section so programs compiled with gcc
163        4.3.x can link.
164
1652007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * clock/clock.c, include/bsp.h, startup/bspstart.c: Eliminate copies of
168        the Configuration Table. Use the RTEMS provided accessor macros to
169        obtain configuration fields.
170
1712007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
174        from CPU Table to Configuration Table. Eliminate CPU Table from all
175        ports. Delete references to CPU Table in all forms.
176
1772007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
178
179        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
180        Table fields to the Configuration Table. This included
181        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
182        do_zero_of_workspace, extra_mpci_receive_server_stack,
183        stack_allocate_hook, and stack_free_hook. As a side-effect of this
184        effort some multiprocessing code was made conditional and some style
185        clean up occurred.
186
1872007-05-03      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/linkcmds: Handle .data.* sections
190
1912007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * bsp_specs: Remove qrtems_debug.
194
1952007-04-02      Joel Sherrill <joel@OARcorp.com>
196
197        * Makefile.am: Add dummy printk support so all tests link.
198
1992007-03-11      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/bspstart.c: Remove assignments of
202        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
203        value in boot_card.c
204
2052006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
206
207        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
208
2092006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
210
211        * configure.ac: New BUG-REPORT address.
212
2132006-11-15      Joel Sherrill <joel@OARcorp.com>
214
215        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
216        file and simplified initialization.
217
2182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
219
220        * Makefile.am: Remove superfluous -DASM.
221
2222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
223
224        * configure.ac: Require autoconf-2.60. Require automake-1.10.
225
2262006-02-08      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
229        sections required by newer gcc versions.
230
2312006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
232
233        * Makefile.am: Add preinstall.am.
234
2352005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
236
237        * include/bsp.h: New header guard.
238
2392005-04-26      Joel Sherrill <joel@OARcorp.com>
240
241        * startup/alloc360.c: Eliminate warnings.
242
2432005-03-11      Joel Sherrill <joel@OARcorp.com>
244
245        * startup/init68360.c: Add _RomBase declaration.
246
2472005-02-11      Joel Sherrill <joel@OARcorp.com>
248
249        * include/bsp.h, startup/init68360.c: Correct type of symbols from
250        linkcmds to compile with gcc 4.x.
251
2522005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
253
254        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
255
2562005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
257
258        * Makefile.am: Remove build-variant support.
259
2602004-11-25      Joel Sherrill <joel@OARcorp.com>
261
262        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
263        new bss sections .bss.* and .gnu.linkonce.b*.
264
2652004-10-28      Joel Sherrill <joel@OARcorp.com>
266
267        * startup/linkcmds: Add .gnu.linkonce.b.*.
268
2692004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
270
271        * configure.ac: Require automake > 1.9.
272
2732004-05-21      Joel Sherrill <joel@OARcorp.com>
274
275        * network/network.c: Include errno.h as a consequence of recent updates
276        to BSD header files.
277
2782004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
279
280        PR 610/bsps
281        * Makefile.am: Add include/tm27.h, Cosmetics.
282        * include/tm27.h: Final cosmetics.
283
2842004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
285
286        * include/bsp.h: Split out tmtest27 support.
287        * include/tm27.h: New.
288
2892004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
290
291        PR 613/bsps
292        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
293
2942004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
295
296        PR 614/bsps
297        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
298
2992004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
300
301        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
302        c/src/lib/libbsp/m68k/gen68360/console/console.c,
303        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
304        c/src/lib/libbsp/m68k/gen68360/network/network.c,
305        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
306        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
307        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
308        <rtems/m68k/m68360.h> instead of <m68360.h>.
309
3102004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
311
312        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
313
3142004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
315
316        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
317        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
318        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
319
3202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
321
322        * include/bsp.h, network/network.c, startup/bspstart.c,
323        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
324        types.
325
3262004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: Reflect changes to bsp.am.
329        Preinstall dist_project_lib*.
330
3312004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * Makefile.am: Reflect changes to bsp.am.
334
3352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
338
3392004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Pickup files from ../../m68k/shared instead of
342        ../shared. Reformat.
343
3442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
347
3482004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        PR 562/bsps
351        * Makefile.am: Remove references to m68k-gdbstub.c,
352        rtems-gdbstub-glue.c.
353
354        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
355        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
356        Use automake-compilation rules.
357        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
358        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
359        Remove.
360        * configure.ac: Reflect changes above.
361
3622004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Add PREINSTALL_DIRS.
365        * wrapup/Makefile.am: Reflect changes to libcpu.
366
3672004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
370        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
371        * wrapup/Makefile.am: Reflect changes to libcpu.
372
3732004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
376        Add PRE/TMPINSTALL_FILES to CLEANFILES.
377        * startup/Makefile.am: Ditto.
378
3792004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * start/Makefile.am: Remove.
382        * Makefile.am: Merge-in start/Makefile.am.
383        * configure.ac: Reflect changes above.
384
3852004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * wrapup/Makefile.am: Eliminate $(LIB).
388        Use noinst_DATA to trigger building libbsp.a.
389
3902003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
393        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
394
3952003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
398        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
399
4002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
403
4042003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * start/Makefile.am: Misc cleanups and fixes.
407        * startup/Makefile.am: Misc cleanups and fixes.
408        * wrapup/Makefile.am: Misc cleanups and fixes.
409
4102003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Add preinstallation dirstamp support.
413        * clock/Makefile.am: Cosmetics.
414        * console/Makefile.am: Cosmetics.
415        * network/Makefile.am: Cosmetics.
416        * startup/Makefile.am: Cosmetics.
417        * timer/Makefile.am: Cosmetics.
418        * wrapup/Makefile.am: Cosmetics.
419
4202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * clock/Makefile.am: Remove all-local: $(ARCH).
423        * console/Makefile.am: Remove all-local: $(ARCH).
424        * network/Makefile.am: Remove all-local: $(ARCH).
425        * start/Makefile.am: Remove all-local: $(ARCH).
426        * startup/Makefile.am: Remove all-local: $(ARCH).
427        * timer/Makefile.am: Remove all-local: $(ARCH).
428        * wrapup/Makefile.am: Remove all-local: $(ARCH).
429
4302003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: Merge-in include/Makefile.am.
433        Reflect changes to bsp.am.
434        * include/Makefile.am: Remove.
435        * configure.ac: Reflect changes above.
436
4372003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * bsp_specs: Remove *lib:.
440
4412003-09-04      Joel Sherrill <joel@OARcorp.com>
442
443        * console/console.c, console/consolereserveresources.c, include/bsp.h,
444        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
445        URL for license changed.
446
4472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: Reflect having moved aclocal/.
450
4512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: Reflect having moved automake/.
454        * clock/Makefile.am: Reflect having moved automake/.
455        * console/Makefile.am: Reflect having moved automake/.
456        * include/Makefile.am: Reflect having moved automake/.
457        * network/Makefile.am: Reflect having moved automake/.
458        * start/Makefile.am: Reflect having moved automake/.
459        * startup/Makefile.am: Reflect having moved automake/.
460        * timer/Makefile.am: Reflect having moved automake/.
461        * wrapup/Makefile.am: Reflect having moved automake/.
462
4632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
464
465        PR 452/bsps
466        * startup/Makefile.am: Remove USE_INIT_FINI.
467
4682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
469
470        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
471
4722003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
473
474        PR 445/bsps
475        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
476        Remove cpp, old_cpp (now unused).
477
4782003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * configure.ac: Remove AC_CONFIG_AUX_DIR.
481
4822003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
485
4862003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * configure.ac: AC_PREREQ(2.57).
489
4902003-01-20      Joel Sherrill <joel@OARcorp.com>
491
492        * startup/linkcmds*: Add FreeBSD sysctl() sections.
493
4942002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
497        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
498        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
499        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
500        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
501        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
502
5032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
504
505        * start/Makefile.am: Use install-data-local to install startfile.
506
5072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
508
509        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
510
5112002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
512
513        * .cvsignore: Reformat.
514        Add autom4te*cache.
515        Remove autom4te.cache.
516
5172002-08-21      Joel Sherrill <joel@OARcorp.com>
518
519        * wrapup/Makefile.am: PR217 required that the idle task be moved to
520        libcpu so it could be more acutely aware of the CPU model.  This
521        file was modified to pick up the idle task from there.
522
5232002-08-21      Joel Sherrill <joel@OARcorp.com>
524
525        * bsp_specs: Added support for -nostdlibs.
526
5272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
528
529        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
530        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
531        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
532        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
533        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
534        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
535        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
536
5372002-08-05      Joel Sherrill <joel@OARcorp.com>
538
539        * Per PR260 eliminate use of make-target-options.  This impacted
540        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
541        SuperCore and required that the m68k optimized memcpy be moved
542        to libcpu.
543        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
544
5452002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
546
547        * start/Makefile.am: Eliminate PGM.
548        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
549
5502002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
551
552        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
553        linkcmds.bootp.
554
5552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
556
557        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
558        Remove $(OBJS) from all-local.
559
5602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
561
562        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
563
5642002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
565
566        * startup/Makefile.am: Compile the m68k gdb stub and glue.
567
5682002-05-14      Eric Norum <eric.norum@usask.ca>
569
570        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
571        sections needed by gcc 3.1.  linkcmds had already been fixed on
572        a gcc 3.1 clean up sweep.
573
5742001-05-09      Joel Sherrill <joel@OARcorp.com>
575
576        * startup/linkcmds: In support of gcc 3.1, added one of more
577        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
578        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
579        and direction of segments to memory regions may also have been
580        addressed.  This was a sweep across all BSPs.
581 
5822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
583
584        * configure.ac:
585        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
586        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
587        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
588        * Makefile.am: Remove AUTOMAKE_OPTIONS.
589        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
590        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
591        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
592        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
593        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
594        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
595        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
596
5972001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
598
599        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
600
6012001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
604        * configure.in: Remove.
605        * configure.ac: New file, generated from configure.in by autoupdate.
606
6072001-09-27      Joel Sherrill <joel@OARcorp.com>
608
609        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
610
6112001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
612
613        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
614
6152001-09-14      Eric Norum <eric.norum@usask.ca>
616
617        * startup/init68360.c: Modifications to make gcc 3.x happy.
618
6192001-09-19      Eric Norum <eric.norum@usask.ca>
620
621        * README: Bring it more in line with reality.
622
6232001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * configure.in: Add bspopts.h.
626        * include/.cvsignore: Add bspopts.h*, stamp-h*.
627        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
628        * include/bsp.h: Include bspopts.h.
629
6302001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
631
632        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
633
6342001-01-12      Eric Norum <eric.norum@usask.ca>
635
636        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
637        Clock driver updated to use shell driver mechanism.
638        * clock/ckinit.c: Removed.
639        * clock/clock.c: New file.
640
6412000-12-19      Joel Sherrill <joel@OARcorp.com>
642
643        * Makefile.am: Removed unneeded blank line.
644
6452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
646
647        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
648
6492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
650
651        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
652
6532000-11-01      Joel Sherrill <joel@OARcorp.com>
654
655        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
656        and libcsupport.h moved from libc to lib/include/rtems and
657        now must be referenced as <rtems/XXX.h>.   Header file order
658        was cleaned up while doing this.
659
6602000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
661
662        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
663        Switch to GNU canonicalization.
664
6652000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
666
667        * startup/linkcmds: Added lines so DWARF debug information
668        would be available.  Otherwise gdb complains that the offsets
669        for the debug info are incorrect and doesn't load the files.
670
6712000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
672
673        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
674        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
675        wrapup/Makefile.am: Include compile.am
676
6772000-08-10      Joel Sherrill <joel@OARcorp.com>
678
679        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.