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

4.104.115
Last change on this file since 8785e906 was eee78e5, checked in by Joel Sherrill <joel.sherrill@…>, on 05/08/09 at 13:24:09

2009-05-08 Joel Sherrill <joel.sherrill@…>

  • startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for bsp_get_work_area() since the work area is larger than a single allocatable object.
  • Property mode set to 100644
File size: 5.0 KB
Line 
12009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
4        bsp_get_work_area() since the work area is larger than a single
5        allocatable object.
6
72009-04-28      Chris Johns <chrisj@rtems.org>
8
9        * startup/start.S: Update for boot_card command line change.
10
112009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * startup/bspstart.c: Change prototype of IDLE thread to consistently
14        return void * and take a uintptr_t argument.
15
162009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * startup/sd-card-init.c: Comment out fields having dropped
19        out from sd_card_driver_entry.
20        * tests/tests.c: Comment out fields having dropped out from
21        sd_card_driver_entry.
22
232008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * bsp_specs: Remove start_g.o, remove -e start.
26
272008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
28
29        * bsp_specs: Move -e start from *link to *startfile to avoid warning
30        for undefined entry symbol when linking relocatables with binutils
31        2.19.
32
332008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
34
35        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
36        status-checks.h changes.
37
382008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * Makefile.am, preinstall.am: Use shared tm27.h stub.
41        * include/tm27.h: Removed.
42
432008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * startup/bspgetworkarea.c: Change size_t to ssize_t on
46        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
47        which would limit the work area to 64K.
48
492008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile.am, preinstall.am: Now links all tests.
52        * include/tm27.h: New file.
53
542008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
57        of building libbspstart.a, using automake-rules.
58
592008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
60
61        * Makefile.am: Eliminate *_SOURCES.
62
632008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
64
65        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
66        components.
67
682008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
71
722008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * preinstall.am: Regenerated.
75
762008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Eliminates libcpudir.
79
802008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * Makefile.am: Cosmetics.
83
842008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
85
86        * configure.ac: Make letting boot_card() handle work area allocation
87        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
88        BSP_BOOTCARD_OPTIONS.
89
902008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
93        its own file and rely on BSP Framework to perform more
94        initialization. Remove unnecessary includes of rtems/libio.h and
95        rtems/libcsupport.h.
96        * startup/bspgetworkarea.c: New file.
97
982008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
99
100        * Makefile.am: Review of all bsp_cleanup() implementations. In this
101        phase, all prototypes were removed from bsp.h and empty
102        implementations were removed and made to use the shared stub.
103        * startup/bspclean.c: Removed.
104
1052008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
106
107        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
108
1092008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
110
111        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
112        tests/tests.c: Added copyright information.  Added missing prototypes.
113        Fixed integer conversion warning.
114        * startup/bspclean.c: Include bootcard.h.
115
1162008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
119        Add missing prototypes.
120
1212008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
122
123        * startup/start.S: Clear environment pointer for bootcard.
124
1252008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
126
127        * Makefile.am: Do not build .rel files. Reduces code bloat.
128
1292008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
130
131        * tests/tests.c: Remove C++ style comments.
132
1332008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
134
135        * startup/bspclean.c: Use C style comment.
136
1372008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
138
139        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
140        * Makefile.am: Remove doxygen comments.
141        Remove bogus BUILT_SOURCES.
142
1432008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
144
145        * configure.ac, startup/bspstart.c: Support RAM allocation via
146        bootcard.
147
1482008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
149
150        * configure.ac: Remove RTEMS_AMPOLISH3.
151
1522008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
153
154        * .cvsignore, include/.cvsignore: New files.
155
1562008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
157
158        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
159        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
160        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
161        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
162        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.