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

4.115
Last change on this file since 26a250a was 26a250a, checked in by Sebastian Huber <sebastian.huber@…>, on 12/29/10 at 09:43:06

2010-12-29 Sebastian Huber <sebastian.huber@…>

  • startup/linkcmds.base: Reserve enough space for the exception minimum prologues.
  • Property mode set to 100644
File size: 9.2 KB
Line 
12010-12-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * startup/linkcmds.base: Reserve enough space for the exception
4        minimum prologues.
5
62010-12-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        * configure.ac: Added I2C options.  Fixed eMIOS prescaler.  Use
9        standard linker command file support.
10        * include/bsp.h: Declare I2C initialization function.
11        * i2c/i2c_init.c: Implementation.
12        * make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg,
13        make/custom/mpc55xx.inc: Use standard linker command file support.
14        * startup/bspstart.c: More board specific settings.
15        * Makefile.am, preinstall.am: Reflect changes above.
16
172010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
18
19        * test/tests.c: Removed file.
20        * startup/bspstart.c: Fixed warnings.
21
222010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
25
262010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
27
28        * configure.ac: Added AC_CHECK_SIZEOF macro.
29
302010-06-03      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
31
32        * startup/sd-card-init.c: fix bug in mount table
33
342010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
35
36        * network/smsc9218i.c: Removed superfluous macros.
37
382010-05-10      Joel Sherrill <joel.sherrilL@OARcorp.com>
39
40        * include/bsp.h: Add BSP_SMALL_MEMORY.
41
422010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
43
44        * include/irq-config.h: Removed file.
45        * Makefile.am, preinstall.am: Reflect changes above.
46
472010-04-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
48
49        * configure.ac, startup/bspstart.c:
50        renamed MPC55XX_CHIP_DERIVATE to MPC55XX_CHIP_TYPE
51
522010-04-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
53        * Makefile.am, configure.ac, preinstall.am, clock/clock-config.c,
54        make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg,
55        startup/bspgetworkarea.c, startup/bspstart.c, startup/linkcmds,
56        startup/start.S: fix GW_LCFM support
57        * make/custom/mpc55xx.cfg, startup/linkcmds.memory: removed to get
58        better structure
59        * make/custom/mpc55xx.inc, startup/linkcmds.base,
60        startup/linkcmds.gwlcfm, startup/linkcmds.mpc5566evb: added to
61        have better structure
62
632010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
64
65        * network/smsc9218i.c tests/tests.c: Removed warnings
66        * clock/clock-config.c: remove warning
67
682010-03-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
69
70        * Makefile.am, confiugre.ac, include/bsp.h, startup/bspstart.c,
71        startup/start.S:
72        add support for GW_LCFM mpc551x based system
73
742009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
75
76        * Makefile.am: Update for exception support changes.
77        * startup/bspstart.c: Changed exception header file includes.  Update
78        for ppc_exc_initialize() changes.
79
802009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
81
82        * network/smsc9218i.c, tests/tests.c: Update for interrupt handler
83        type change.
84
852009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * make/custom/mpc55xx.cfg: Remove RTEMS_BSP_FAMILY.
88
892009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * configure.ac: Don't add -ansi -fasm to CFLAGS.
92
932009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
94
95        * make/custom/mpc5566evb.cfg: New (relocated from /make/custom).
96        * make/custom/mpc55xx.cfg: New (relocated from /make/custom).
97
982009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
101
102 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
103
104        PR 1435/bsps
105        * Makefile.am: Use shared implementation of bsp_idle_thread().
106        * startup/bspidle.c: Removed.
107
1082009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
109
110        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
111        bsp_idle_thread and split into its own file.
112        * startup/bspidle.c: New file.
113
1142009-07-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
115
116        * clock/clock-config.c, include/smsc9218i.h, network/smsc9218i.c: New
117        files.
118        * network/network.c: Removed file.
119        * Makefile.am, README, bsp_specs, preinstall.am, include/bsp.h,
120        startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Changes
121        throughout.
122
1232009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
124
125        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
126        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
127        have the same options.
128
1292009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
132        bsp_get_work_area() since the work area is larger than a single
133        allocatable object.
134
1352009-04-28      Chris Johns <chrisj@rtems.org>
136
137        * startup/start.S: Update for boot_card command line change.
138
1392009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        * startup/bspstart.c: Change prototype of IDLE thread to consistently
142        return void * and take a uintptr_t argument.
143
1442009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
145
146        * startup/sd-card-init.c: Comment out fields having dropped
147        out from sd_card_driver_entry.
148        * tests/tests.c: Comment out fields having dropped out from
149        sd_card_driver_entry.
150
1512008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
152
153        * bsp_specs: Remove start_g.o, remove -e start.
154
1552008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
156
157        * bsp_specs: Move -e start from *link to *startfile to avoid warning
158        for undefined entry symbol when linking relocatables with binutils
159        2.19.
160
1612008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
162
163        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
164        status-checks.h changes.
165
1662008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
167
168        * Makefile.am, preinstall.am: Use shared tm27.h stub.
169        * include/tm27.h: Removed.
170
1712008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
172
173        * startup/bspgetworkarea.c: Change size_t to ssize_t on
174        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
175        which would limit the work area to 64K.
176
1772008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
178
179        * Makefile.am, preinstall.am: Now links all tests.
180        * include/tm27.h: New file.
181
1822008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
185        of building libbspstart.a, using automake-rules.
186
1872008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
188
189        * Makefile.am: Eliminate *_SOURCES.
190
1912008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
192
193        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
194        components.
195
1962008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
197
198        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
199
2002008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
201
202        * preinstall.am: Regenerated.
203
2042008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * Makefile.am: Eliminates libcpudir.
207
2082008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * Makefile.am: Cosmetics.
211
2122008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
213
214        * configure.ac: Make letting boot_card() handle work area allocation
215        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
216        BSP_BOOTCARD_OPTIONS.
217
2182008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
219
220        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
221        its own file and rely on BSP Framework to perform more
222        initialization. Remove unnecessary includes of rtems/libio.h and
223        rtems/libcsupport.h.
224        * startup/bspgetworkarea.c: New file.
225
2262008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
227
228        * Makefile.am: Review of all bsp_cleanup() implementations. In this
229        phase, all prototypes were removed from bsp.h and empty
230        implementations were removed and made to use the shared stub.
231        * startup/bspclean.c: Removed.
232
2332008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
234
235        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
236
2372008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
238
239        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
240        tests/tests.c: Added copyright information.  Added missing prototypes.
241        Fixed integer conversion warning.
242        * startup/bspclean.c: Include bootcard.h.
243
2442008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
245
246        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
247        Add missing prototypes.
248
2492008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
250
251        * startup/start.S: Clear environment pointer for bootcard.
252
2532008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
254
255        * Makefile.am: Do not build .rel files. Reduces code bloat.
256
2572008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
258
259        * tests/tests.c: Remove C++ style comments.
260
2612008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
262
263        * startup/bspclean.c: Use C style comment.
264
2652008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
266
267        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
268        * Makefile.am: Remove doxygen comments.
269        Remove bogus BUILT_SOURCES.
270
2712008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
272
273        * configure.ac, startup/bspstart.c: Support RAM allocation via
274        bootcard.
275
2762008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
277
278        * configure.ac: Remove RTEMS_AMPOLISH3.
279
2802008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
281
282        * .cvsignore, include/.cvsignore: New files.
283
2842008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
285
286        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
287        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
288        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
289        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
290        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.