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

4.104.115
Last change on this file since df393962 was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 4.2 KB
RevLine 
[df393962]12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
[7495494]72008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
8
9        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
10        status-checks.h changes.
11
[9957dbf]122008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * Makefile.am, preinstall.am: Use shared tm27.h stub.
15        * include/tm27.h: Removed.
16
[12838f75]172008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * startup/bspgetworkarea.c: Change size_t to ssize_t on
20        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
21        which would limit the work area to 64K.
22
[c30b8de]232008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
24
25        * Makefile.am, preinstall.am: Now links all tests.
26        * include/tm27.h: New file.
27
[81ec5044]282008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
31        of building libbspstart.a, using automake-rules.
32
[64eb0c7]332008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Eliminate *_SOURCES.
36
[e94666d]372008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
40        components.
41
[c06b3fa]422008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
45
[8f07770]462008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * preinstall.am: Regenerated.
49
[a4bacff4]502008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Eliminates libcpudir.
53
[abe3261]542008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Cosmetics.
57
[95aa5e1]582008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * configure.ac: Make letting boot_card() handle work area allocation
61        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
62        BSP_BOOTCARD_OPTIONS.
63
[e76068d]642008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
67        its own file and rely on BSP Framework to perform more
68        initialization. Remove unnecessary includes of rtems/libio.h and
69        rtems/libcsupport.h.
70        * startup/bspgetworkarea.c: New file.
71
[c603479]722008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
73
74        * Makefile.am: Review of all bsp_cleanup() implementations. In this
75        phase, all prototypes were removed from bsp.h and empty
76        implementations were removed and made to use the shared stub.
77        * startup/bspclean.c: Removed.
78
[0cb39e8]792008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
82
[dab9e55c]832008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
84
85        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
86        tests/tests.c: Added copyright information.  Added missing prototypes.
87        Fixed integer conversion warning.
88        * startup/bspclean.c: Include bootcard.h.
89
[bd79292]902008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
93        Add missing prototypes.
94
[3f4eb31]952008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
96
97        * startup/start.S: Clear environment pointer for bootcard.
98
[e483dc3]992008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
100
101        * Makefile.am: Do not build .rel files. Reduces code bloat.
102
[7e5bf38]1032008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
104
105        * tests/tests.c: Remove C++ style comments.
106
[73570ec9]1072008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
108
109        * startup/bspclean.c: Use C style comment.
110
[724f501]1112008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
112
[8b8b0cb]113        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
[724f501]114        * Makefile.am: Remove doxygen comments.
115        Remove bogus BUILT_SOURCES.
116
[d4886a06]1172008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
118
119        * configure.ac, startup/bspstart.c: Support RAM allocation via
120        bootcard.
121
[2a8e450]1222008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * configure.ac: Remove RTEMS_AMPOLISH3.
125
[fc1b5cf5]1262008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
127
128        * .cvsignore, include/.cvsignore: New files.
129
[574fb67]1302008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
131
132        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
133        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
134        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
135        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
136        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.