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

4.104.115
Last change on this file since d605a2c2 was d605a2c2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/09 at 05:21:46

2009-02-11 Ralf Corsépius <ralf.corsepius@…>

  • startup/sd-card-init.c: Comment out fields having dropped out from sd_card_driver_entry.
  • Property mode set to 100644
File size: 4.5 KB
Line 
12009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * startup/sd-card-init.c: Comment out fields having dropped
4        out from sd_card_driver_entry.
5        * tests/tests.c: Comment out fields having dropped out from
6        sd_card_driver_entry.
7
82008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * bsp_specs: Remove start_g.o, remove -e start.
11
122008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * bsp_specs: Move -e start from *link to *startfile to avoid warning
15        for undefined entry symbol when linking relocatables with binutils
16        2.19.
17
182008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
21        status-checks.h changes.
22
232008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * Makefile.am, preinstall.am: Use shared tm27.h stub.
26        * include/tm27.h: Removed.
27
282008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * startup/bspgetworkarea.c: Change size_t to ssize_t on
31        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
32        which would limit the work area to 64K.
33
342008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * Makefile.am, preinstall.am: Now links all tests.
37        * include/tm27.h: New file.
38
392008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
42        of building libbspstart.a, using automake-rules.
43
442008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Eliminate *_SOURCES.
47
482008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
51        components.
52
532008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
56
572008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * preinstall.am: Regenerated.
60
612008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Eliminates libcpudir.
64
652008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Cosmetics.
68
692008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * configure.ac: Make letting boot_card() handle work area allocation
72        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
73        BSP_BOOTCARD_OPTIONS.
74
752008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
78        its own file and rely on BSP Framework to perform more
79        initialization. Remove unnecessary includes of rtems/libio.h and
80        rtems/libcsupport.h.
81        * startup/bspgetworkarea.c: New file.
82
832008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
84
85        * Makefile.am: Review of all bsp_cleanup() implementations. In this
86        phase, all prototypes were removed from bsp.h and empty
87        implementations were removed and made to use the shared stub.
88        * startup/bspclean.c: Removed.
89
902008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
93
942008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
95
96        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
97        tests/tests.c: Added copyright information.  Added missing prototypes.
98        Fixed integer conversion warning.
99        * startup/bspclean.c: Include bootcard.h.
100
1012008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
102
103        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
104        Add missing prototypes.
105
1062008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
107
108        * startup/start.S: Clear environment pointer for bootcard.
109
1102008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
111
112        * Makefile.am: Do not build .rel files. Reduces code bloat.
113
1142008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
115
116        * tests/tests.c: Remove C++ style comments.
117
1182008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
119
120        * startup/bspclean.c: Use C style comment.
121
1222008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
123
124        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
125        * Makefile.am: Remove doxygen comments.
126        Remove bogus BUILT_SOURCES.
127
1282008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
129
130        * configure.ac, startup/bspstart.c: Support RAM allocation via
131        bootcard.
132
1332008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
134
135        * configure.ac: Remove RTEMS_AMPOLISH3.
136
1372008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
138
139        * .cvsignore, include/.cvsignore: New files.
140
1412008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
142
143        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
144        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
145        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
146        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
147        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.