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

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

2011-02-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52011-01-31      Sebastian Huber <sebastian.huber@embedded-brains.de>
6
7        * startup/bspstart.c: Update for API changes.
8
92011-01-09      Peer Stritzinger <peer at stritzinger dot com>
10
11        * startup/bspstart.c: Fixed chip select configuration.
12
132010-12-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
14
15        * Makefile.am, preinstall.am, startup/start.S: Use standard zero
16        function.
17        * startup/linkcmds.base: Reserve enough space for the exception
18        minimum prologues.  Changed start section name.
19        * startup/bspstart.c: Removed superfluous cache initialization.
20        * configure.ac: Fixed option default values.
21
222010-12-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
23
24        * configure.ac: Added I2C options.  Fixed eMIOS prescaler.  Use
25        standard linker command file support.
26        * include/bsp.h: Declare I2C initialization function.
27        * i2c/i2c_init.c: Implementation.
28        * make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg,
29        make/custom/mpc55xx.inc: Use standard linker command file support.
30        * startup/bspstart.c: More board specific settings.
31        * Makefile.am, preinstall.am: Reflect changes above.
32
332010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
34
35        * test/tests.c: Removed file.
36        * startup/bspstart.c: Fixed warnings.
37
382010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
39
40        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
41
422010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
43
44        * configure.ac: Added AC_CHECK_SIZEOF macro.
45
462010-06-03      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
47
48        * startup/sd-card-init.c: fix bug in mount table
49
502010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
51
52        * network/smsc9218i.c: Removed superfluous macros.
53
542010-05-10      Joel Sherrill <joel.sherrilL@OARcorp.com>
55
56        * include/bsp.h: Add BSP_SMALL_MEMORY.
57
582010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
59
60        * include/irq-config.h: Removed file.
61        * Makefile.am, preinstall.am: Reflect changes above.
62
632010-04-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
64
65        * configure.ac, startup/bspstart.c:
66        renamed MPC55XX_CHIP_DERIVATE to MPC55XX_CHIP_TYPE
67
682010-04-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
69        * Makefile.am, configure.ac, preinstall.am, clock/clock-config.c,
70        make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg,
71        startup/bspgetworkarea.c, startup/bspstart.c, startup/linkcmds,
72        startup/start.S: fix GW_LCFM support
73        * make/custom/mpc55xx.cfg, startup/linkcmds.memory: removed to get
74        better structure
75        * make/custom/mpc55xx.inc, startup/linkcmds.base,
76        startup/linkcmds.gwlcfm, startup/linkcmds.mpc5566evb: added to
77        have better structure
78
792010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
80
81        * network/smsc9218i.c tests/tests.c: Removed warnings
82        * clock/clock-config.c: remove warning
83
842010-03-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
85
86        * Makefile.am, confiugre.ac, include/bsp.h, startup/bspstart.c,
87        startup/start.S:
88        add support for GW_LCFM mpc551x based system
89
902009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
91
92        * Makefile.am: Update for exception support changes.
93        * startup/bspstart.c: Changed exception header file includes.  Update
94        for ppc_exc_initialize() changes.
95
962009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
97
98        * network/smsc9218i.c, tests/tests.c: Update for interrupt handler
99        type change.
100
1012009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * make/custom/mpc55xx.cfg: Remove RTEMS_BSP_FAMILY.
104
1052009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * configure.ac: Don't add -ansi -fasm to CFLAGS.
108
1092009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * make/custom/mpc5566evb.cfg: New (relocated from /make/custom).
112        * make/custom/mpc55xx.cfg: New (relocated from /make/custom).
113
1142009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
117
118 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
119
120        PR 1435/bsps
121        * Makefile.am: Use shared implementation of bsp_idle_thread().
122        * startup/bspidle.c: Removed.
123
1242009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
127        bsp_idle_thread and split into its own file.
128        * startup/bspidle.c: New file.
129
1302009-07-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
131
132        * clock/clock-config.c, include/smsc9218i.h, network/smsc9218i.c: New
133        files.
134        * network/network.c: Removed file.
135        * Makefile.am, README, bsp_specs, preinstall.am, include/bsp.h,
136        startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Changes
137        throughout.
138
1392009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
142        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
143        have the same options.
144
1452009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
148        bsp_get_work_area() since the work area is larger than a single
149        allocatable object.
150
1512009-04-28      Chris Johns <chrisj@rtems.org>
152
153        * startup/start.S: Update for boot_card command line change.
154
1552009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * startup/bspstart.c: Change prototype of IDLE thread to consistently
158        return void * and take a uintptr_t argument.
159
1602009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
161
162        * startup/sd-card-init.c: Comment out fields having dropped
163        out from sd_card_driver_entry.
164        * tests/tests.c: Comment out fields having dropped out from
165        sd_card_driver_entry.
166
1672008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
168
169        * bsp_specs: Remove start_g.o, remove -e start.
170
1712008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * bsp_specs: Move -e start from *link to *startfile to avoid warning
174        for undefined entry symbol when linking relocatables with binutils
175        2.19.
176
1772008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
178
179        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
180        status-checks.h changes.
181
1822008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
183
184        * Makefile.am, preinstall.am: Use shared tm27.h stub.
185        * include/tm27.h: Removed.
186
1872008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
188
189        * startup/bspgetworkarea.c: Change size_t to ssize_t on
190        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
191        which would limit the work area to 64K.
192
1932008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
194
195        * Makefile.am, preinstall.am: Now links all tests.
196        * include/tm27.h: New file.
197
1982008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
199
200        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
201        of building libbspstart.a, using automake-rules.
202
2032008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
204
205        * Makefile.am: Eliminate *_SOURCES.
206
2072008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
208
209        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
210        components.
211
2122008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
213
214        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
215
2162008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
217
218        * preinstall.am: Regenerated.
219
2202008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
221
222        * Makefile.am: Eliminates libcpudir.
223
2242008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * Makefile.am: Cosmetics.
227
2282008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
229
230        * configure.ac: Make letting boot_card() handle work area allocation
231        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
232        BSP_BOOTCARD_OPTIONS.
233
2342008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
235
236        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
237        its own file and rely on BSP Framework to perform more
238        initialization. Remove unnecessary includes of rtems/libio.h and
239        rtems/libcsupport.h.
240        * startup/bspgetworkarea.c: New file.
241
2422008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
243
244        * Makefile.am: Review of all bsp_cleanup() implementations. In this
245        phase, all prototypes were removed from bsp.h and empty
246        implementations were removed and made to use the shared stub.
247        * startup/bspclean.c: Removed.
248
2492008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
250
251        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
252
2532008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
254
255        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
256        tests/tests.c: Added copyright information.  Added missing prototypes.
257        Fixed integer conversion warning.
258        * startup/bspclean.c: Include bootcard.h.
259
2602008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
261
262        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
263        Add missing prototypes.
264
2652008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
266
267        * startup/start.S: Clear environment pointer for bootcard.
268
2692008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
270
271        * Makefile.am: Do not build .rel files. Reduces code bloat.
272
2732008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
274
275        * tests/tests.c: Remove C++ style comments.
276
2772008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
278
279        * startup/bspclean.c: Use C style comment.
280
2812008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
284        * Makefile.am: Remove doxygen comments.
285        Remove bogus BUILT_SOURCES.
286
2872008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
288
289        * configure.ac, startup/bspstart.c: Support RAM allocation via
290        bootcard.
291
2922008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
293
294        * configure.ac: Remove RTEMS_AMPOLISH3.
295
2962008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
297
298        * .cvsignore, include/.cvsignore: New files.
299
3002008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
301
302        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
303        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
304        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
305        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
306        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.