source: rtems/c/src/lib/libbsp/m68k/mcf5329/ChangeLog @ 83da6ad

4.104.115
Last change on this file since 83da6ad was 83da6ad, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/09 at 10:48:27

2009-10-21 Ralf Corsépius <ralf.corsepius@…>

  • make/custom/mcf5329.cfg: Remove RTEMS_BSP_FAMILY.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * make/custom/mcf5329.cfg: Remove RTEMS_BSP_FAMILY.
4
52009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * make/custom/mcf5329.cfg: New (relocated from /make/custom).
8
92009-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * console/console.c: Reflect termios_baud_to_number having been
12        renamed to rtems_termios_baud_to_number.
13
142009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
17
182009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
21        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
22        have the same options.
23
242009-04-28      Chris Johns <chrisj@rtems.org>
25
26        * startup/init5329.c: Update for boot_card command line change.
27
282008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * bsp_specs: Move -e start from *link to *startfile to avoid warning
31        for undefined entry symbol when linking relocatables with binutils
32        2.19.
33
342008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
35
36        * Makefile.am, preinstall.am: Use shared stub coverhd.h
37        * include/coverhd.h: Removed.
38
392008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
42        of building libbspstart.a, using automake-rules.
43
442008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
47        * Makefile.am: Reflect changes above.
48
492008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Eliminate *_SOURCES.
52
532008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
56        components.
57
582008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
61
622008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
63
64        PR 1322/bsps
65        * include/bspopts.h.in: Remove.
66
672008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
70        work area allocation mandatory. Rename
71        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
72
732008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
76        bsp_cleanup() which can optionally print a message, poll for user to
77        press key, and call bsp_reset(). Using this eliminates the various
78        bsp_cleanup() implementations which had their own implementation and
79        variety of string constants.
80        * startup/bspclean.c: Removed.
81
822008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
83
84        * include/bsp.h: Remove unnecessary boilerplate comments.
85
862008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * Makefile.am, startup/linkcmds, startup/linkcmdsflash: Use top level
89        shared bsp_get_work_area() implementation.
90
912008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
92
93        * Makefile.am, configure.ac, startup/bspstart.c: Add use of
94        bsp_get_work_area() in its own file and rely on BSP Framework to
95        perform more initialization. Remove unnecessary includes of
96        rtems/libio.h and rtems/libcsupport.h.
97
982008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
101        phase, all prototypes were removed from bsp.h and empty
102        implementations were removed and made to use the shared stub.
103
1042008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * timer/timer.c: Convert to "bool".
107
1082008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * timer/timer.c: Eliminate empty function from every benchmark timer
111        driver. Fix spelling.
112
1132008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
114
115        * timer/timer.c: Rename timer driver methods to follow RTEMS
116        programming conventions.
117
1182008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * clock/clock.c, startup/init5329.c: Add missing prototypes.
121
1222008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
123
124        * Makefile.am, README, include/coverhd.h, network/network.c,
125        startup/bspstart.c, startup/cfinit.c, startup/linkcmdsflash: Add
126        cache support for 5329. Fix bug in network driver. Enable the cache
127        in copyback and write-through so we can assume that in BSP.
128
1292008-06-23      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * .cvsignore: New file.
132
1332008-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * startup/linkcmds: Use wildcard on .data section.
136
1372008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
138
139        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init,
140        preinstall.am, clock/clock.c, console/console.c, include/bsp.h,
141        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
142        network/network.c, start/start.S, startup/bspclean.c,
143        startup/bspstart.c, startup/cfinit.c, startup/init5329.c,
144        startup/linkcmds, startup/linkcmdsflash, timer/timer.c: New files.
145
Note: See TracBrowser for help on using the repository browser.