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

4.104.115
Last change on this file since 27e7b144 was 27e7b144, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/09 at 01:21:38

2009-09-09 Joel Sherrill <joel.sherrill@…>

PR 1435/bsps

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