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

4.115
Last change on this file since b6027474 was b6027474, checked in by Sebastian Huber <sebastian.huber@…>, on 06/07/11 at 13:30:47

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

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