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

4.104.115
Last change on this file since 06f3a3ef was 06f3a3ef, checked in by Joel Sherrill <joel.sherrill@…>, on 02/12/09 at 15:57:15

2009-02-12 Joel Sherrill <joel.sherrill@…>

  • startup/bspstart.c: Change prototype of IDLE thread to consistently return void * and take a uintptr_t argument.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12009-02-12      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * startup/bspstart.c: Change prototype of IDLE thread to consistently
4        return void * and take a uintptr_t argument.
5
62009-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * startup/sd-card-init.c: Comment out fields having dropped
9        out from sd_card_driver_entry.
10        * tests/tests.c: Comment out fields having dropped out from
11        sd_card_driver_entry.
12
132008-12-05      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * bsp_specs: Remove start_g.o, remove -e start.
16
172008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * bsp_specs: Move -e start from *link to *startfile to avoid warning
20        for undefined entry symbol when linking relocatables with binutils
21        2.19.
22
232008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
24
25        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
26        status-checks.h changes.
27
282008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * Makefile.am, preinstall.am: Use shared tm27.h stub.
31        * include/tm27.h: Removed.
32
332008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * startup/bspgetworkarea.c: Change size_t to ssize_t on
36        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
37        which would limit the work area to 64K.
38
392008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
40
41        * Makefile.am, preinstall.am: Now links all tests.
42        * include/tm27.h: New file.
43
442008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
47        of building libbspstart.a, using automake-rules.
48
492008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Eliminate *_SOURCES.
52
532008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
56        components.
57
582008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
61
622008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * preinstall.am: Regenerated.
65
662008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
67
68        * Makefile.am: Eliminates libcpudir.
69
702008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
71
72        * Makefile.am: Cosmetics.
73
742008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
75
76        * configure.ac: Make letting boot_card() handle work area allocation
77        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
78        BSP_BOOTCARD_OPTIONS.
79
802008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
83        its own file and rely on BSP Framework to perform more
84        initialization. Remove unnecessary includes of rtems/libio.h and
85        rtems/libcsupport.h.
86        * startup/bspgetworkarea.c: New file.
87
882008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * Makefile.am: Review of all bsp_cleanup() implementations. In this
91        phase, all prototypes were removed from bsp.h and empty
92        implementations were removed and made to use the shared stub.
93        * startup/bspclean.c: Removed.
94
952008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
98
992008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
100
101        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
102        tests/tests.c: Added copyright information.  Added missing prototypes.
103        Fixed integer conversion warning.
104        * startup/bspclean.c: Include bootcard.h.
105
1062008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
107
108        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
109        Add missing prototypes.
110
1112008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
112
113        * startup/start.S: Clear environment pointer for bootcard.
114
1152008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
116
117        * Makefile.am: Do not build .rel files. Reduces code bloat.
118
1192008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
120
121        * tests/tests.c: Remove C++ style comments.
122
1232008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
124
125        * startup/bspclean.c: Use C style comment.
126
1272008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
130        * Makefile.am: Remove doxygen comments.
131        Remove bogus BUILT_SOURCES.
132
1332008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
134
135        * configure.ac, startup/bspstart.c: Support RAM allocation via
136        bootcard.
137
1382008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
139
140        * configure.ac: Remove RTEMS_AMPOLISH3.
141
1422008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
143
144        * .cvsignore, include/.cvsignore: New files.
145
1462008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
147
148        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
149        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
150        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
151        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
152        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.