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

4.115
Last change on this file since a4475277 was a4475277, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/11 at 09:14:06

2011-06-07 Sebastian Huber <sebastian.huber@…>

  • clock/clock-config.c: Fixes to pass psnsext01.
  • startup/bspstart.c: Workaround for GCC 4.6 bug.
  • include/smsc9218i.h, network/smsc9218i.c, Makefile.am: Changes throughout.
  • Property mode set to 100644
File size: 10.1 KB
Line 
12011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * clock/clock-config.c: Fixes to pass psnsext01.
4        * startup/bspstart.c: Workaround for GCC 4.6 bug.
5        * include/smsc9218i.h, network/smsc9218i.c, Makefile.am: Changes
6        throughout.
7
82011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * network/smsc9218i.c, startup/bspstart.c:
11        Use "__asm__" instead of "asm" for improved c99-compliance.
12
132011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: Require autoconf-2.68, automake-1.11.1.
16
172011-01-31      Sebastian Huber <sebastian.huber@embedded-brains.de>
18
19        * startup/bspstart.c: Update for API changes.
20
212011-01-09      Peer Stritzinger <peer at stritzinger dot com>
22
23        * startup/bspstart.c: Fixed chip select configuration.
24
252010-12-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
26
27        * Makefile.am, preinstall.am, startup/start.S: Use standard zero
28        function.
29        * startup/linkcmds.base: Reserve enough space for the exception
30        minimum prologues.  Changed start section name.
31        * startup/bspstart.c: Removed superfluous cache initialization.
32        * configure.ac: Fixed option default values.
33
342010-12-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
35
36        * configure.ac: Added I2C options.  Fixed eMIOS prescaler.  Use
37        standard linker command file support.
38        * include/bsp.h: Declare I2C initialization function.
39        * i2c/i2c_init.c: Implementation.
40        * make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg,
41        make/custom/mpc55xx.inc: Use standard linker command file support.
42        * startup/bspstart.c: More board specific settings.
43        * Makefile.am, preinstall.am: Reflect changes above.
44
452010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
46
47        * test/tests.c: Removed file.
48        * startup/bspstart.c: Fixed warnings.
49
502010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
53
542010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
55
56        * configure.ac: Added AC_CHECK_SIZEOF macro.
57
582010-06-03      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
59
60        * startup/sd-card-init.c: fix bug in mount table
61
622010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
63
64        * network/smsc9218i.c: Removed superfluous macros.
65
662010-05-10      Joel Sherrill <joel.sherrilL@OARcorp.com>
67
68        * include/bsp.h: Add BSP_SMALL_MEMORY.
69
702010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
71
72        * include/irq-config.h: Removed file.
73        * Makefile.am, preinstall.am: Reflect changes above.
74
752010-04-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
76
77        * configure.ac, startup/bspstart.c:
78        renamed MPC55XX_CHIP_DERIVATE to MPC55XX_CHIP_TYPE
79
802010-04-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
81        * Makefile.am, configure.ac, preinstall.am, clock/clock-config.c,
82        make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg,
83        startup/bspgetworkarea.c, startup/bspstart.c, startup/linkcmds,
84        startup/start.S: fix GW_LCFM support
85        * make/custom/mpc55xx.cfg, startup/linkcmds.memory: removed to get
86        better structure
87        * make/custom/mpc55xx.inc, startup/linkcmds.base,
88        startup/linkcmds.gwlcfm, startup/linkcmds.mpc5566evb: added to
89        have better structure
90
912010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
92
93        * network/smsc9218i.c tests/tests.c: Removed warnings
94        * clock/clock-config.c: remove warning
95
962010-03-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
97
98        * Makefile.am, confiugre.ac, include/bsp.h, startup/bspstart.c,
99        startup/start.S:
100        add support for GW_LCFM mpc551x based system
101
1022009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
103
104        * Makefile.am: Update for exception support changes.
105        * startup/bspstart.c: Changed exception header file includes.  Update
106        for ppc_exc_initialize() changes.
107
1082009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
109
110        * network/smsc9218i.c, tests/tests.c: Update for interrupt handler
111        type change.
112
1132009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * make/custom/mpc55xx.cfg: Remove RTEMS_BSP_FAMILY.
116
1172009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Don't add -ansi -fasm to CFLAGS.
120
1212009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
122
123        * make/custom/mpc5566evb.cfg: New (relocated from /make/custom).
124        * make/custom/mpc55xx.cfg: New (relocated from /make/custom).
125
1262009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
129
130 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        PR 1435/bsps
133        * Makefile.am: Use shared implementation of bsp_idle_thread().
134        * startup/bspidle.c: Removed.
135
1362009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
137
138        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
139        bsp_idle_thread and split into its own file.
140        * startup/bspidle.c: New file.
141
1422009-07-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
143
144        * clock/clock-config.c, include/smsc9218i.h, network/smsc9218i.c: New
145        files.
146        * network/network.c: Removed file.
147        * Makefile.am, README, bsp_specs, preinstall.am, include/bsp.h,
148        startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Changes
149        throughout.
150
1512009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
152
153        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
154        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
155        have the same options.
156
1572009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
158
159        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
160        bsp_get_work_area() since the work area is larger than a single
161        allocatable object.
162
1632009-04-28      Chris Johns <chrisj@rtems.org>
164
165        * startup/start.S: Update for boot_card command line change.
166
1672009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
168
169        * startup/bspstart.c: Change prototype of IDLE thread to consistently
170        return void * and take a uintptr_t argument.
171
1722009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
173
174        * startup/sd-card-init.c: Comment out fields having dropped
175        out from sd_card_driver_entry.
176        * tests/tests.c: Comment out fields having dropped out from
177        sd_card_driver_entry.
178
1792008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * bsp_specs: Remove start_g.o, remove -e start.
182
1832008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * bsp_specs: Move -e start from *link to *startfile to avoid warning
186        for undefined entry symbol when linking relocatables with binutils
187        2.19.
188
1892008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
190
191        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
192        status-checks.h changes.
193
1942008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
195
196        * Makefile.am, preinstall.am: Use shared tm27.h stub.
197        * include/tm27.h: Removed.
198
1992008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
200
201        * startup/bspgetworkarea.c: Change size_t to ssize_t on
202        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
203        which would limit the work area to 64K.
204
2052008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
206
207        * Makefile.am, preinstall.am: Now links all tests.
208        * include/tm27.h: New file.
209
2102008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
211
212        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
213        of building libbspstart.a, using automake-rules.
214
2152008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
216
217        * Makefile.am: Eliminate *_SOURCES.
218
2192008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
222        components.
223
2242008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
227
2282008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * preinstall.am: Regenerated.
231
2322008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
233
234        * Makefile.am: Eliminates libcpudir.
235
2362008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
237
238        * Makefile.am: Cosmetics.
239
2402008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
241
242        * configure.ac: Make letting boot_card() handle work area allocation
243        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
244        BSP_BOOTCARD_OPTIONS.
245
2462008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
247
248        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
249        its own file and rely on BSP Framework to perform more
250        initialization. Remove unnecessary includes of rtems/libio.h and
251        rtems/libcsupport.h.
252        * startup/bspgetworkarea.c: New file.
253
2542008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
255
256        * Makefile.am: Review of all bsp_cleanup() implementations. In this
257        phase, all prototypes were removed from bsp.h and empty
258        implementations were removed and made to use the shared stub.
259        * startup/bspclean.c: Removed.
260
2612008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
264
2652008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
266
267        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
268        tests/tests.c: Added copyright information.  Added missing prototypes.
269        Fixed integer conversion warning.
270        * startup/bspclean.c: Include bootcard.h.
271
2722008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
273
274        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
275        Add missing prototypes.
276
2772008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
278
279        * startup/start.S: Clear environment pointer for bootcard.
280
2812008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
282
283        * Makefile.am: Do not build .rel files. Reduces code bloat.
284
2852008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
286
287        * tests/tests.c: Remove C++ style comments.
288
2892008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
290
291        * startup/bspclean.c: Use C style comment.
292
2932008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
294
295        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
296        * Makefile.am: Remove doxygen comments.
297        Remove bogus BUILT_SOURCES.
298
2992008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
300
301        * configure.ac, startup/bspstart.c: Support RAM allocation via
302        bootcard.
303
3042008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
305
306        * configure.ac: Remove RTEMS_AMPOLISH3.
307
3082008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
309
310        * .cvsignore, include/.cvsignore: New files.
311
3122008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
313
314        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
315        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
316        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
317        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
318        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.