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

4.104.115
Last change on this file since 56a5a83 was d1be26b, checked in by Joel Sherrill <joel.sherrill@…>, on 07/16/09 at 23:21:23

2009-07-16 Joel Sherrill <joel.sherrill@…>

  • configure.ac: Rename BSP_BOOTCARD_OPTIONS to RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs have the same options.
  • Property mode set to 100644
File size: 5.2 KB
Line 
12009-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
4        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
5        have the same options.
6
72009-05-08      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * startup/bspgetworkarea.c: Switch from ssize_t to uintptr_t for
10        bsp_get_work_area() since the work area is larger than a single
11        allocatable object.
12
132009-04-28      Chris Johns <chrisj@rtems.org>
14
15        * startup/start.S: Update for boot_card command line change.
16
172009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * startup/bspstart.c: Change prototype of IDLE thread to consistently
20        return void * and take a uintptr_t argument.
21
222009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * startup/sd-card-init.c: Comment out fields having dropped
25        out from sd_card_driver_entry.
26        * tests/tests.c: Comment out fields having dropped out from
27        sd_card_driver_entry.
28
292008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * bsp_specs: Remove start_g.o, remove -e start.
32
332008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * bsp_specs: Move -e start from *link to *startfile to avoid warning
36        for undefined entry symbol when linking relocatables with binutils
37        2.19.
38
392008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
40
41        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
42        status-checks.h changes.
43
442008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * Makefile.am, preinstall.am: Use shared tm27.h stub.
47        * include/tm27.h: Removed.
48
492008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * startup/bspgetworkarea.c: Change size_t to ssize_t on
52        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
53        which would limit the work area to 64K.
54
552008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * Makefile.am, preinstall.am: Now links all tests.
58        * include/tm27.h: New file.
59
602008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
61
62        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
63        of building libbspstart.a, using automake-rules.
64
652008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Eliminate *_SOURCES.
68
692008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
72        components.
73
742008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
77
782008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * preinstall.am: Regenerated.
81
822008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Eliminates libcpudir.
85
862008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Cosmetics.
89
902008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
91
92        * configure.ac: Make letting boot_card() handle work area allocation
93        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
94        BSP_BOOTCARD_OPTIONS.
95
962008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
99        its own file and rely on BSP Framework to perform more
100        initialization. Remove unnecessary includes of rtems/libio.h and
101        rtems/libcsupport.h.
102        * startup/bspgetworkarea.c: New file.
103
1042008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
105
106        * Makefile.am: Review of all bsp_cleanup() implementations. In this
107        phase, all prototypes were removed from bsp.h and empty
108        implementations were removed and made to use the shared stub.
109        * startup/bspclean.c: Removed.
110
1112008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
114
1152008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
116
117        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
118        tests/tests.c: Added copyright information.  Added missing prototypes.
119        Fixed integer conversion warning.
120        * startup/bspclean.c: Include bootcard.h.
121
1222008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
125        Add missing prototypes.
126
1272008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
128
129        * startup/start.S: Clear environment pointer for bootcard.
130
1312008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * Makefile.am: Do not build .rel files. Reduces code bloat.
134
1352008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * tests/tests.c: Remove C++ style comments.
138
1392008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * startup/bspclean.c: Use C style comment.
142
1432008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
144
145        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
146        * Makefile.am: Remove doxygen comments.
147        Remove bogus BUILT_SOURCES.
148
1492008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
150
151        * configure.ac, startup/bspstart.c: Support RAM allocation via
152        bootcard.
153
1542008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * configure.ac: Remove RTEMS_AMPOLISH3.
157
1582008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * .cvsignore, include/.cvsignore: New files.
161
1622008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
163
164        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
165        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
166        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
167        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
168        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.