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

4.104.115
Last change on this file since c00b49f8 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-09-09     Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        PR 1435/bsps
8        * Makefile.am: Use shared implementation of bsp_idle_thread().
9        * startup/bspidle.c: Removed.
10
112009-08-26      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * Makefile.am, startup/bspstart.c: Rename BSP specific idle thread to
14        bsp_idle_thread and split into its own file.
15        * startup/bspidle.c: New file.
16
172009-07-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
18
19        * clock/clock-config.c, include/smsc9218i.h, network/smsc9218i.c: New
20        files.
21        * network/network.c: Removed file.
22        * Makefile.am, README, bsp_specs, preinstall.am, include/bsp.h,
23        startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Changes
24        throughout.
25
262009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
29        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
30        have the same options.
31
322009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
35        bsp_get_work_area() since the work area is larger than a single
36        allocatable object.
37
382009-04-28      Chris Johns <chrisj@rtems.org>
39
40        * startup/start.S: Update for boot_card command line change.
41
422009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * startup/bspstart.c: Change prototype of IDLE thread to consistently
45        return void * and take a uintptr_t argument.
46
472009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
48
49        * startup/sd-card-init.c: Comment out fields having dropped
50        out from sd_card_driver_entry.
51        * tests/tests.c: Comment out fields having dropped out from
52        sd_card_driver_entry.
53
542008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * bsp_specs: Remove start_g.o, remove -e start.
57
582008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * bsp_specs: Move -e start from *link to *startfile to avoid warning
61        for undefined entry symbol when linking relocatables with binutils
62        2.19.
63
642008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
65
66        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
67        status-checks.h changes.
68
692008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * Makefile.am, preinstall.am: Use shared tm27.h stub.
72        * include/tm27.h: Removed.
73
742008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * startup/bspgetworkarea.c: Change size_t to ssize_t on
77        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
78        which would limit the work area to 64K.
79
802008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * Makefile.am, preinstall.am: Now links all tests.
83        * include/tm27.h: New file.
84
852008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
88        of building libbspstart.a, using automake-rules.
89
902008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * Makefile.am: Eliminate *_SOURCES.
93
942008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
97        components.
98
992008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
100
101        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
102
1032008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
104
105        * preinstall.am: Regenerated.
106
1072008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
108
109        * Makefile.am: Eliminates libcpudir.
110
1112008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * Makefile.am: Cosmetics.
114
1152008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * configure.ac: Make letting boot_card() handle work area allocation
118        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
119        BSP_BOOTCARD_OPTIONS.
120
1212008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
122
123        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
124        its own file and rely on BSP Framework to perform more
125        initialization. Remove unnecessary includes of rtems/libio.h and
126        rtems/libcsupport.h.
127        * startup/bspgetworkarea.c: New file.
128
1292008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
130
131        * Makefile.am: Review of all bsp_cleanup() implementations. In this
132        phase, all prototypes were removed from bsp.h and empty
133        implementations were removed and made to use the shared stub.
134        * startup/bspclean.c: Removed.
135
1362008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
137
138        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
139
1402008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
141
142        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
143        tests/tests.c: Added copyright information.  Added missing prototypes.
144        Fixed integer conversion warning.
145        * startup/bspclean.c: Include bootcard.h.
146
1472008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
148
149        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
150        Add missing prototypes.
151
1522008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
153
154        * startup/start.S: Clear environment pointer for bootcard.
155
1562008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
157
158        * Makefile.am: Do not build .rel files. Reduces code bloat.
159
1602008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
161
162        * tests/tests.c: Remove C++ style comments.
163
1642008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
165
166        * startup/bspclean.c: Use C style comment.
167
1682008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
169
170        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
171        * Makefile.am: Remove doxygen comments.
172        Remove bogus BUILT_SOURCES.
173
1742008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
175
176        * configure.ac, startup/bspstart.c: Support RAM allocation via
177        bootcard.
178
1792008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
180
181        * configure.ac: Remove RTEMS_AMPOLISH3.
182
1832008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
184
185        * .cvsignore, include/.cvsignore: New files.
186
1872008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
188
189        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
190        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
191        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
192        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
193        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.