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

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

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

  • Makefile.am: Added custom memcpy().
  • startup/bspstart.c: Install standard alignment handler.
  • Property mode set to 100644
File size: 10.4 KB
Line 
12011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * Makefile.am: Added custom memcpy().
4        * startup/bspstart.c: Install standard alignment handler.
5
62011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
7
8        * configure.ac, startup/start.S: Use standard cache BSP options.
9
102011-06-07      Sebastian Huber <sebastian.huber@embedded-brains.de>
11
12        * clock/clock-config.c: Fixes to pass psnsext01.
13        * startup/bspstart.c: Workaround for GCC 4.6 bug.
14        * include/smsc9218i.h, network/smsc9218i.c, Makefile.am: Changes
15        throughout.
16
172011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * network/smsc9218i.c, startup/bspstart.c:
20        Use "__asm__" instead of "asm" for improved c99-compliance.
21
222011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * configure.ac: Require autoconf-2.68, automake-1.11.1.
25
262011-01-31      Sebastian Huber <sebastian.huber@embedded-brains.de>
27
28        * startup/bspstart.c: Update for API changes.
29
302011-01-09      Peer Stritzinger <peer at stritzinger dot com>
31
32        * startup/bspstart.c: Fixed chip select configuration.
33
342010-12-29      Sebastian Huber <sebastian.huber@embedded-brains.de>
35
36        * Makefile.am, preinstall.am, startup/start.S: Use standard zero
37        function.
38        * startup/linkcmds.base: Reserve enough space for the exception
39        minimum prologues.  Changed start section name.
40        * startup/bspstart.c: Removed superfluous cache initialization.
41        * configure.ac: Fixed option default values.
42
432010-12-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
44
45        * configure.ac: Added I2C options.  Fixed eMIOS prescaler.  Use
46        standard linker command file support.
47        * include/bsp.h: Declare I2C initialization function.
48        * i2c/i2c_init.c: Implementation.
49        * make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg,
50        make/custom/mpc55xx.inc: Use standard linker command file support.
51        * startup/bspstart.c: More board specific settings.
52        * Makefile.am, preinstall.am: Reflect changes above.
53
542010-08-23      Sebastian Huber <sebastian.huber@embedded-brains.de>
55
56        * test/tests.c: Removed file.
57        * startup/bspstart.c: Fixed warnings.
58
592010-06-29      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * configure.ac: Remove AC_CHECK_SIZEOF([void *]).
62
632010-06-29      Joel Sherrill <Joel.Sherrill@OARcorp.com>
64
65        * configure.ac: Added AC_CHECK_SIZEOF macro.
66
672010-06-03      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
68
69        * startup/sd-card-init.c: fix bug in mount table
70
712010-05-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
72
73        * network/smsc9218i.c: Removed superfluous macros.
74
752010-05-10      Joel Sherrill <joel.sherrilL@OARcorp.com>
76
77        * include/bsp.h: Add BSP_SMALL_MEMORY.
78
792010-04-30      Sebastian Huber <sebastian.huber@embedded-brains.de>
80
81        * include/irq-config.h: Removed file.
82        * Makefile.am, preinstall.am: Reflect changes above.
83
842010-04-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
85
86        * configure.ac, startup/bspstart.c:
87        renamed MPC55XX_CHIP_DERIVATE to MPC55XX_CHIP_TYPE
88
892010-04-07      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
90        * Makefile.am, configure.ac, preinstall.am, clock/clock-config.c,
91        make/custom/gwlcfm.cfg, make/custom/mpc5566evb.cfg,
92        startup/bspgetworkarea.c, startup/bspstart.c, startup/linkcmds,
93        startup/start.S: fix GW_LCFM support
94        * make/custom/mpc55xx.cfg, startup/linkcmds.memory: removed to get
95        better structure
96        * make/custom/mpc55xx.inc, startup/linkcmds.base,
97        startup/linkcmds.gwlcfm, startup/linkcmds.mpc5566evb: added to
98        have better structure
99
1002010-03-27      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
101
102        * network/smsc9218i.c tests/tests.c: Removed warnings
103        * clock/clock-config.c: remove warning
104
1052010-03-25      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
106
107        * Makefile.am, confiugre.ac, include/bsp.h, startup/bspstart.c,
108        startup/start.S:
109        add support for GW_LCFM mpc551x based system
110
1112009-10-22      Sebastian Huber <sebastian.huber@embedded-brains.de>
112
113        * Makefile.am: Update for exception support changes.
114        * startup/bspstart.c: Changed exception header file includes.  Update
115        for ppc_exc_initialize() changes.
116
1172009-10-21      Sebastian Huber <sebastian.huber@embedded-brains.de>
118
119        * network/smsc9218i.c, tests/tests.c: Update for interrupt handler
120        type change.
121
1222009-10-21      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * make/custom/mpc55xx.cfg: Remove RTEMS_BSP_FAMILY.
125
1262009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
127
128        * configure.ac: Don't add -ansi -fasm to CFLAGS.
129
1302009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
131
132        * make/custom/mpc5566evb.cfg: New (relocated from /make/custom).
133        * make/custom/mpc55xx.cfg: New (relocated from /make/custom).
134
1352009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
136
137        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
138
139 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
140
141        PR 1435/bsps
142        * Makefile.am: Use shared implementation of bsp_idle_thread().
143        * startup/bspidle.c: Removed.
144
1452009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
146
147        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
148        bsp_idle_thread and split into its own file.
149        * startup/bspidle.c: New file.
150
1512009-07-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
152
153        * clock/clock-config.c, include/smsc9218i.h, network/smsc9218i.c: New
154        files.
155        * network/network.c: Removed file.
156        * Makefile.am, README, bsp_specs, preinstall.am, include/bsp.h,
157        startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Changes
158        throughout.
159
1602009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
161
162        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
163        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
164        have the same options.
165
1662009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
167
168        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
169        bsp_get_work_area() since the work area is larger than a single
170        allocatable object.
171
1722009-04-28      Chris Johns <chrisj@rtems.org>
173
174        * startup/start.S: Update for boot_card command line change.
175
1762009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
177
178        * startup/bspstart.c: Change prototype of IDLE thread to consistently
179        return void * and take a uintptr_t argument.
180
1812009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
182
183        * startup/sd-card-init.c: Comment out fields having dropped
184        out from sd_card_driver_entry.
185        * tests/tests.c: Comment out fields having dropped out from
186        sd_card_driver_entry.
187
1882008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * bsp_specs: Remove start_g.o, remove -e start.
191
1922008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * bsp_specs: Move -e start from *link to *startfile to avoid warning
195        for undefined entry symbol when linking relocatables with binutils
196        2.19.
197
1982008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
199
200        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
201        status-checks.h changes.
202
2032008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
204
205        * Makefile.am, preinstall.am: Use shared tm27.h stub.
206        * include/tm27.h: Removed.
207
2082008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
209
210        * startup/bspgetworkarea.c: Change size_t to ssize_t on
211        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
212        which would limit the work area to 64K.
213
2142008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
215
216        * Makefile.am, preinstall.am: Now links all tests.
217        * include/tm27.h: New file.
218
2192008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
220
221        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
222        of building libbspstart.a, using automake-rules.
223
2242008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
225
226        * Makefile.am: Eliminate *_SOURCES.
227
2282008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
229
230        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
231        components.
232
2332008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
234
235        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
236
2372008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
238
239        * preinstall.am: Regenerated.
240
2412008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
242
243        * Makefile.am: Eliminates libcpudir.
244
2452008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
246
247        * Makefile.am: Cosmetics.
248
2492008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
250
251        * configure.ac: Make letting boot_card() handle work area allocation
252        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
253        BSP_BOOTCARD_OPTIONS.
254
2552008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
256
257        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
258        its own file and rely on BSP Framework to perform more
259        initialization. Remove unnecessary includes of rtems/libio.h and
260        rtems/libcsupport.h.
261        * startup/bspgetworkarea.c: New file.
262
2632008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
264
265        * Makefile.am: Review of all bsp_cleanup() implementations. In this
266        phase, all prototypes were removed from bsp.h and empty
267        implementations were removed and made to use the shared stub.
268        * startup/bspclean.c: Removed.
269
2702008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
271
272        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
273
2742008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
275
276        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
277        tests/tests.c: Added copyright information.  Added missing prototypes.
278        Fixed integer conversion warning.
279        * startup/bspclean.c: Include bootcard.h.
280
2812008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
282
283        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
284        Add missing prototypes.
285
2862008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
287
288        * startup/start.S: Clear environment pointer for bootcard.
289
2902008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
291
292        * Makefile.am: Do not build .rel files. Reduces code bloat.
293
2942008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
295
296        * tests/tests.c: Remove C++ style comments.
297
2982008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
299
300        * startup/bspclean.c: Use C style comment.
301
3022008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
303
304        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
305        * Makefile.am: Remove doxygen comments.
306        Remove bogus BUILT_SOURCES.
307
3082008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
309
310        * configure.ac, startup/bspstart.c: Support RAM allocation via
311        bootcard.
312
3132008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
314
315        * configure.ac: Remove RTEMS_AMPOLISH3.
316
3172008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
318
319        * .cvsignore, include/.cvsignore: New files.
320
3212008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
322
323        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
324        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
325        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
326        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
327        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.