source: rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog @ 08013e8

4.104.115
Last change on this file since 08013e8 was 08013e8, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 04/07/10 at 06:44:41

fixed to support GW_LCFM

  • Property mode set to 100644
File size: 7.6 KB
Line 
12010-04-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
2        * Makefile.am, configure.ac, preinstall.am, clock/clock-config.c,
3        make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg,
4        startup/bspgetworkarea.c, startup/bspstart.c, startup/linkcmds,
5        startup/start.S: fix GW_LCFM support
6        * make/custom/mpc55xx.cfg, startup/linkcmds.memory: removed to get
7        better structure
8        * make/custom/mpc55xx.inc, startup/linkcmds.base,
9        startup/linkcmds.gwlcfm, startup/linkcmds.mpc5566evb: added to
10        have better structure
11
122010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
13
14        * network/smsc9218i.c tests/tests.c: Removed warnings
15        * clock/clock-config.c: remove warning
16
172010-03-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
18
19        * Makefile.am, confiugre.ac, include/bsp.h, startup/bspstart.c,
20        startup/start.S:
21        add support for GW_LCFM mpc551x based system
22
232009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * Makefile.am: Update for exception support changes.
26        * startup/bspstart.c: Changed exception header file includes.  Update
27        for ppc_exc_initialize() changes.
28
292009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
30
31        * network/smsc9218i.c, tests/tests.c: Update for interrupt handler
32        type change.
33
342009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
35
36        * make/custom/mpc55xx.cfg: Remove RTEMS_BSP_FAMILY.
37
382009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * configure.ac: Don't add -ansi -fasm to CFLAGS.
41
422009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * make/custom/mpc5566evb.cfg: New (relocated from /make/custom).
45        * make/custom/mpc55xx.cfg: New (relocated from /make/custom).
46
472009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
50
51 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        PR 1435/bsps
54        * Makefile.am: Use shared implementation of bsp_idle_thread().
55        * startup/bspidle.c: Removed.
56
572009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
60        bsp_idle_thread and split into its own file.
61        * startup/bspidle.c: New file.
62
632009-07-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
64
65        * clock/clock-config.c, include/smsc9218i.h, network/smsc9218i.c: New
66        files.
67        * network/network.c: Removed file.
68        * Makefile.am, README, bsp_specs, preinstall.am, include/bsp.h,
69        startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Changes
70        throughout.
71
722009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
75        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
76        have the same options.
77
782009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
81        bsp_get_work_area() since the work area is larger than a single
82        allocatable object.
83
842009-04-28      Chris Johns <chrisj@rtems.org>
85
86        * startup/start.S: Update for boot_card command line change.
87
882009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * startup/bspstart.c: Change prototype of IDLE thread to consistently
91        return void * and take a uintptr_t argument.
92
932009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * startup/sd-card-init.c: Comment out fields having dropped
96        out from sd_card_driver_entry.
97        * tests/tests.c: Comment out fields having dropped out from
98        sd_card_driver_entry.
99
1002008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * bsp_specs: Remove start_g.o, remove -e start.
103
1042008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * bsp_specs: Move -e start from *link to *startfile to avoid warning
107        for undefined entry symbol when linking relocatables with binutils
108        2.19.
109
1102008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
111
112        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
113        status-checks.h changes.
114
1152008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * Makefile.am, preinstall.am: Use shared tm27.h stub.
118        * include/tm27.h: Removed.
119
1202008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * startup/bspgetworkarea.c: Change size_t to ssize_t on
123        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
124        which would limit the work area to 64K.
125
1262008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * Makefile.am, preinstall.am: Now links all tests.
129        * include/tm27.h: New file.
130
1312008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
134        of building libbspstart.a, using automake-rules.
135
1362008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
137
138        * Makefile.am: Eliminate *_SOURCES.
139
1402008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
141
142        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
143        components.
144
1452008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
146
147        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
148
1492008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
150
151        * preinstall.am: Regenerated.
152
1532008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
154
155        * Makefile.am: Eliminates libcpudir.
156
1572008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
158
159        * Makefile.am: Cosmetics.
160
1612008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
162
163        * configure.ac: Make letting boot_card() handle work area allocation
164        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
165        BSP_BOOTCARD_OPTIONS.
166
1672008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
170        its own file and rely on BSP Framework to perform more
171        initialization. Remove unnecessary includes of rtems/libio.h and
172        rtems/libcsupport.h.
173        * startup/bspgetworkarea.c: New file.
174
1752008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
176
177        * Makefile.am: Review of all bsp_cleanup() implementations. In this
178        phase, all prototypes were removed from bsp.h and empty
179        implementations were removed and made to use the shared stub.
180        * startup/bspclean.c: Removed.
181
1822008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
185
1862008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
187
188        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
189        tests/tests.c: Added copyright information.  Added missing prototypes.
190        Fixed integer conversion warning.
191        * startup/bspclean.c: Include bootcard.h.
192
1932008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
194
195        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
196        Add missing prototypes.
197
1982008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
199
200        * startup/start.S: Clear environment pointer for bootcard.
201
2022008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
203
204        * Makefile.am: Do not build .rel files. Reduces code bloat.
205
2062008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
207
208        * tests/tests.c: Remove C++ style comments.
209
2102008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
211
212        * startup/bspclean.c: Use C style comment.
213
2142008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
215
216        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
217        * Makefile.am: Remove doxygen comments.
218        Remove bogus BUILT_SOURCES.
219
2202008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
221
222        * configure.ac, startup/bspstart.c: Support RAM allocation via
223        bootcard.
224
2252008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
226
227        * configure.ac: Remove RTEMS_AMPOLISH3.
228
2292008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
230
231        * .cvsignore, include/.cvsignore: New files.
232
2332008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
234
235        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
236        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
237        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
238        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
239        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.