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

4.104.115
Last change on this file since 218a2bb was 218a2bb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/09 at 05:13:14

2009-10-20 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Don't add -ansi -fasm to CFLAGS.
  • Property mode set to 100644
File size: 6.3 KB
Line 
12009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Don't add -ansi -fasm to CFLAGS.
4
52009-10-15      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * make/custom/mpc5566evb.cfg: New (relocated from /make/custom).
8        * make/custom/mpc55xx.cfg: New (relocated from /make/custom).
9
102009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
13
14 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
15
16        PR 1435/bsps
17        * Makefile.am: Use shared implementation of bsp_idle_thread().
18        * startup/bspidle.c: Removed.
19
202009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
23        bsp_idle_thread and split into its own file.
24        * startup/bspidle.c: New file.
25
262009-07-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
27
28        * clock/clock-config.c, include/smsc9218i.h, network/smsc9218i.c: New
29        files.
30        * network/network.c: Removed file.
31        * Makefile.am, README, bsp_specs, preinstall.am, include/bsp.h,
32        startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Changes
33        throughout.
34
352009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
38        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
39        have the same options.
40
412009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
42
43        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
44        bsp_get_work_area() since the work area is larger than a single
45        allocatable object.
46
472009-04-28      Chris Johns <chrisj@rtems.org>
48
49        * startup/start.S: Update for boot_card command line change.
50
512009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * startup/bspstart.c: Change prototype of IDLE thread to consistently
54        return void * and take a uintptr_t argument.
55
562009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
57
58        * startup/sd-card-init.c: Comment out fields having dropped
59        out from sd_card_driver_entry.
60        * tests/tests.c: Comment out fields having dropped out from
61        sd_card_driver_entry.
62
632008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * bsp_specs: Remove start_g.o, remove -e start.
66
672008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
68
69        * bsp_specs: Move -e start from *link to *startfile to avoid warning
70        for undefined entry symbol when linking relocatables with binutils
71        2.19.
72
732008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
74
75        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
76        status-checks.h changes.
77
782008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
79
80        * Makefile.am, preinstall.am: Use shared tm27.h stub.
81        * include/tm27.h: Removed.
82
832008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * startup/bspgetworkarea.c: Change size_t to ssize_t on
86        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
87        which would limit the work area to 64K.
88
892008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
90
91        * Makefile.am, preinstall.am: Now links all tests.
92        * include/tm27.h: New file.
93
942008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
97        of building libbspstart.a, using automake-rules.
98
992008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Eliminate *_SOURCES.
102
1032008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
104
105        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
106        components.
107
1082008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
111
1122008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
113
114        * preinstall.am: Regenerated.
115
1162008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * Makefile.am: Eliminates libcpudir.
119
1202008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * Makefile.am: Cosmetics.
123
1242008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
125
126        * configure.ac: Make letting boot_card() handle work area allocation
127        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
128        BSP_BOOTCARD_OPTIONS.
129
1302008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
133        its own file and rely on BSP Framework to perform more
134        initialization. Remove unnecessary includes of rtems/libio.h and
135        rtems/libcsupport.h.
136        * startup/bspgetworkarea.c: New file.
137
1382008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
139
140        * Makefile.am: Review of all bsp_cleanup() implementations. In this
141        phase, all prototypes were removed from bsp.h and empty
142        implementations were removed and made to use the shared stub.
143        * startup/bspclean.c: Removed.
144
1452008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
148
1492008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
150
151        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
152        tests/tests.c: Added copyright information.  Added missing prototypes.
153        Fixed integer conversion warning.
154        * startup/bspclean.c: Include bootcard.h.
155
1562008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
157
158        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
159        Add missing prototypes.
160
1612008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
162
163        * startup/start.S: Clear environment pointer for bootcard.
164
1652008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
166
167        * Makefile.am: Do not build .rel files. Reduces code bloat.
168
1692008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
170
171        * tests/tests.c: Remove C++ style comments.
172
1732008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
174
175        * startup/bspclean.c: Use C style comment.
176
1772008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
178
179        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
180        * Makefile.am: Remove doxygen comments.
181        Remove bogus BUILT_SOURCES.
182
1832008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
184
185        * configure.ac, startup/bspstart.c: Support RAM allocation via
186        bootcard.
187
1882008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
189
190        * configure.ac: Remove RTEMS_AMPOLISH3.
191
1922008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
193
194        * .cvsignore, include/.cvsignore: New files.
195
1962008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
197
198        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
199        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
200        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
201        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
202        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.