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

4.104.115
Last change on this file since 7495494 was 7495494, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 10/10/08 at 15:46:32

Update for status-checks.h changes.

  • Property mode set to 100644
File size: 4.0 KB
Line 
12008-10-02      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * startup/bspstart.c, startup/sd-card-init.c, tests/tests.c: Update for
4        status-checks.h changes.
5
62008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
7
8        * Makefile.am, preinstall.am: Use shared tm27.h stub.
9        * include/tm27.h: Removed.
10
112008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
12
13        * startup/bspgetworkarea.c: Change size_t to ssize_t on
14        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
15        which would limit the work area to 64K.
16
172008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
18
19        * Makefile.am, preinstall.am: Now links all tests.
20        * include/tm27.h: New file.
21
222008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
25        of building libbspstart.a, using automake-rules.
26
272008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * Makefile.am: Eliminate *_SOURCES.
30
312008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
34        components.
35
362008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
39
402008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * preinstall.am: Regenerated.
43
442008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
45
46        * Makefile.am: Eliminates libcpudir.
47
482008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
49
50        * Makefile.am: Cosmetics.
51
522008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * configure.ac: Make letting boot_card() handle work area allocation
55        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
56        BSP_BOOTCARD_OPTIONS.
57
582008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
61        its own file and rely on BSP Framework to perform more
62        initialization. Remove unnecessary includes of rtems/libio.h and
63        rtems/libcsupport.h.
64        * startup/bspgetworkarea.c: New file.
65
662008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
67
68        * Makefile.am: Review of all bsp_cleanup() implementations. In this
69        phase, all prototypes were removed from bsp.h and empty
70        implementations were removed and made to use the shared stub.
71        * startup/bspclean.c: Removed.
72
732008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
76
772008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
78
79        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
80        tests/tests.c: Added copyright information.  Added missing prototypes.
81        Fixed integer conversion warning.
82        * startup/bspclean.c: Include bootcard.h.
83
842008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
85
86        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
87        Add missing prototypes.
88
892008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
90
91        * startup/start.S: Clear environment pointer for bootcard.
92
932008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
94
95        * Makefile.am: Do not build .rel files. Reduces code bloat.
96
972008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
98
99        * tests/tests.c: Remove C++ style comments.
100
1012008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
102
103        * startup/bspclean.c: Use C style comment.
104
1052008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
108        * Makefile.am: Remove doxygen comments.
109        Remove bogus BUILT_SOURCES.
110
1112008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
112
113        * configure.ac, startup/bspstart.c: Support RAM allocation via
114        bootcard.
115
1162008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * configure.ac: Remove RTEMS_AMPOLISH3.
119
1202008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
121
122        * .cvsignore, include/.cvsignore: New files.
123
1242008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
125
126        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
127        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
128        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
129        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
130        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.