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

4.104.115
Last change on this file since d1be26b 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
RevLine 
[d1be26b]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
[eee78e5]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
[976b159]132009-04-28      Chris Johns <chrisj@rtems.org>
14
15        * startup/start.S: Update for boot_card command line change.
16
[06f3a3ef]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
[934307a]222009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
23
[d605a2c2]24        * startup/sd-card-init.c: Comment out fields having dropped
25        out from sd_card_driver_entry.
[934307a]26        * tests/tests.c: Comment out fields having dropped out from
27        sd_card_driver_entry.
28
[8f29088]292008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * bsp_specs: Remove start_g.o, remove -e start.
32
[df393962]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
[7495494]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
[9957dbf]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
[12838f75]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
[c30b8de]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
[81ec5044]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
[64eb0c7]652008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Eliminate *_SOURCES.
68
[e94666d]692008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
70
71        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
72        components.
73
[c06b3fa]742008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
77
[8f07770]782008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * preinstall.am: Regenerated.
81
[a4bacff4]822008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * Makefile.am: Eliminates libcpudir.
85
[abe3261]862008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * Makefile.am: Cosmetics.
89
[95aa5e1]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
[e76068d]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
[c603479]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
[0cb39e8]1112008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
112
113        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
114
[dab9e55c]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
[bd79292]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
[3f4eb31]1272008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
128
129        * startup/start.S: Clear environment pointer for bootcard.
130
[e483dc3]1312008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
132
133        * Makefile.am: Do not build .rel files. Reduces code bloat.
134
[7e5bf38]1352008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
136
137        * tests/tests.c: Remove C++ style comments.
138
[73570ec9]1392008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
140
141        * startup/bspclean.c: Use C style comment.
142
[724f501]1432008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
144
[8b8b0cb]145        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
[724f501]146        * Makefile.am: Remove doxygen comments.
147        Remove bogus BUILT_SOURCES.
148
[d4886a06]1492008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
150
151        * configure.ac, startup/bspstart.c: Support RAM allocation via
152        bootcard.
153
[2a8e450]1542008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
155
156        * configure.ac: Remove RTEMS_AMPOLISH3.
157
[fc1b5cf5]1582008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
159
160        * .cvsignore, include/.cvsignore: New files.
161
[574fb67]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.