source: rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog @ 6b150cc

4.104.115
Last change on this file since 6b150cc was 6b150cc, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 03/27/10 at 20:41:45

fixed some warnings

  • Property mode set to 100644
File size: 7.1 KB
Line 
12010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2
3        * network/smsc9218i.c tests/tests.c: Removed warnings
4        * clock/clock-config.c: remove warning
5
62010-03-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
7
8        * Makefile.am, confiugre.ac, include/bsp.h, startup/bspstart.c,
9        startup/start.S:
10        add support for GW_LCFM mpc551x based system
11
122009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
13
14        * Makefile.am: Update for exception support changes.
15        * startup/bspstart.c: Changed exception header file includes.  Update
16        for ppc_exc_initialize() changes.
17
182009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        * network/smsc9218i.c, tests/tests.c: Update for interrupt handler
21        type change.
22
232009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * make/custom/mpc55xx.cfg: Remove RTEMS_BSP_FAMILY.
26
272009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * configure.ac: Don't add -ansi -fasm to CFLAGS.
30
312009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * make/custom/mpc5566evb.cfg: New (relocated from /make/custom).
34        * make/custom/mpc55xx.cfg: New (relocated from /make/custom).
35
362009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
39
40 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        PR 1435/bsps
43        * Makefile.am: Use shared implementation of bsp_idle_thread().
44        * startup/bspidle.c: Removed.
45
462009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
49        bsp_idle_thread and split into its own file.
50        * startup/bspidle.c: New file.
51
522009-07-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
53
54        * clock/clock-config.c, include/smsc9218i.h, network/smsc9218i.c: New
55        files.
56        * network/network.c: Removed file.
57        * Makefile.am, README, bsp_specs, preinstall.am, include/bsp.h,
58        startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Changes
59        throughout.
60
612009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
64        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
65        have the same options.
66
672009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
70        bsp_get_work_area() since the work area is larger than a single
71        allocatable object.
72
732009-04-28      Chris Johns <chrisj@rtems.org>
74
75        * startup/start.S: Update for boot_card command line change.
76
772009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
78
79        * startup/bspstart.c: Change prototype of IDLE thread to consistently
80        return void * and take a uintptr_t argument.
81
822009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * startup/sd-card-init.c: Comment out fields having dropped
85        out from sd_card_driver_entry.
86        * tests/tests.c: Comment out fields having dropped out from
87        sd_card_driver_entry.
88
892008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * bsp_specs: Remove start_g.o, remove -e start.
92
932008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
94
95        * bsp_specs: Move -e start from *link to *startfile to avoid warning
96        for undefined entry symbol when linking relocatables with binutils
97        2.19.
98
992008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
100
101        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
102        status-checks.h changes.
103
1042008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
105
106        * Makefile.am, preinstall.am: Use shared tm27.h stub.
107        * include/tm27.h: Removed.
108
1092008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
110
111        * startup/bspgetworkarea.c: Change size_t to ssize_t on
112        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
113        which would limit the work area to 64K.
114
1152008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * Makefile.am, preinstall.am: Now links all tests.
118        * include/tm27.h: New file.
119
1202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
123        of building libbspstart.a, using automake-rules.
124
1252008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
126
127        * Makefile.am: Eliminate *_SOURCES.
128
1292008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
130
131        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
132        components.
133
1342008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
135
136        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
137
1382008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * preinstall.am: Regenerated.
141
1422008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
143
144        * Makefile.am: Eliminates libcpudir.
145
1462008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
147
148        * Makefile.am: Cosmetics.
149
1502008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
151
152        * configure.ac: Make letting boot_card() handle work area allocation
153        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
154        BSP_BOOTCARD_OPTIONS.
155
1562008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
157
158        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
159        its own file and rely on BSP Framework to perform more
160        initialization. Remove unnecessary includes of rtems/libio.h and
161        rtems/libcsupport.h.
162        * startup/bspgetworkarea.c: New file.
163
1642008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
165
166        * Makefile.am: Review of all bsp_cleanup() implementations. In this
167        phase, all prototypes were removed from bsp.h and empty
168        implementations were removed and made to use the shared stub.
169        * startup/bspclean.c: Removed.
170
1712008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
172
173        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
174
1752008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
176
177        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
178        tests/tests.c: Added copyright information.  Added missing prototypes.
179        Fixed integer conversion warning.
180        * startup/bspclean.c: Include bootcard.h.
181
1822008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
185        Add missing prototypes.
186
1872008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
188
189        * startup/start.S: Clear environment pointer for bootcard.
190
1912008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
192
193        * Makefile.am: Do not build .rel files. Reduces code bloat.
194
1952008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
196
197        * tests/tests.c: Remove C++ style comments.
198
1992008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
200
201        * startup/bspclean.c: Use C style comment.
202
2032008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
206        * Makefile.am: Remove doxygen comments.
207        Remove bogus BUILT_SOURCES.
208
2092008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
210
211        * configure.ac, startup/bspstart.c: Support RAM allocation via
212        bootcard.
213
2142008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * configure.ac: Remove RTEMS_AMPOLISH3.
217
2182008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * .cvsignore, include/.cvsignore: New files.
221
2222008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
223
224        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
225        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
226        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
227        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
228        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.