source: rtems/c/src/lib/libbsp/m68k/genmcf548x/ChangeLog @ 4e4dc3a

4.104.115
Last change on this file since 4e4dc3a was 4e4dc3a, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 16:39:15

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared stub coverhd.h
  • include/coverhd.h: Removed.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared stub coverhd.h
4        * include/coverhd.h: Removed.
5
62008-10-02      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * configure.ac: Move M5484FIREENGINE defines from *.cfg into
9        bspopts.h.
10
112008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
14        of building libbspstart.a, using automake-rules.
15
162008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
19        * Makefile.am: Reflect changes above.
20
212008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Eliminate *_SOURCES.
24
252008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
28        components.
29
302008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
31
32        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
33
342008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        PR 1322/bsps
37        * include/bspopts.h.in: Remove.
38
392008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
42        work area allocation mandatory. Rename
43        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
44
452008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
46
47        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
48        bsp_cleanup() which can optionally print a message, poll for user to
49        press key, and call bsp_reset(). Using this eliminates the various
50        bsp_cleanup() implementations which had their own implementation and
51        variety of string constants.
52        * startup/bspclean.c: Removed.
53
542008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * include/bsp.h: Remove unnecessary boilerplate comments.
57
582008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile.am, startup/bspstart.c, startup/init548x.c,
61        startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Use top
62        level shared bsp_get_work_area() implementation.
63
642008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile.am, configure.ac, include/bspopts.h.in, startup/bspstart.c,
67        startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add use of
68        bsp_get_work_area() in its own file and rely on BSP Framework to
69        perform more initialization. Remove unnecessary includes of
70        rtems/libio.h and rtems/libcsupport.h.
71
722008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
75        phase, all prototypes were removed from bsp.h and empty
76        implementations were removed and made to use the shared stub.
77
782008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * timer/timer.c: Convert to "bool".
81
822008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * timer/timer.c: Eliminate empty function from every benchmark timer
85        driver. Fix spelling.
86
872008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
88
89        * timer/timer.c: Rename timer driver methods to follow RTEMS
90        programming conventions.
91
922008-08-19      Sebastian Huber <sebastian.huber@embedded-brains.de>
93
94        * startup/bspstart.c: Fixed nested extern declarations.
95
962008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * startup/bspstart.c: Add missing prototypes.
99
1002008-08-18      Sebastian Huber <sebastian.huber@embedded-brains.de>
101
102        * startup/init548x.c: Converted to UNIX line endings.
103
1042008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * Makefile.am: Do not build .rel files. Reduces code bloat.
107
1082008-07-17      Joel Sherrill <joel.sherrill@OARcorp.com>
109
110        * ChangeLog: Formatting.
111        * startup/linkcmds, startup/linkcmds.m5484FireEngine.flash: Add
112        wildcard to gcc exceptions section.
113
1142008-07-10      Peter Rasmussen <peter.rasmussen@embedded-brains.de>
115
116        * Makefile.am, preinstall.am, bsp_specs, ChangeLog, README,
117        clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h,
118        include/tm27.h, network/network.c, start/start.S, startup/bspclean.c,
119        startup/bspstart.c, startup/init548x.c, startup/linkcmds,
120        startup/linkcmds.m5484FireEngine.flash: New files.
Note: See TracBrowser for help on using the repository browser.