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

4.104.115
Last change on this file since 9957dbf was 9957dbf, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 21:39:40

2008-10-02 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, preinstall.am: Use shared tm27.h stub.
  • include/tm27.h: Removed.
  • Property mode set to 100644
File size: 3.9 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared tm27.h stub.
4        * include/tm27.h: Removed.
5
62008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * startup/bspgetworkarea.c: Change size_t to ssize_t on
9        bsp_get_work_area(). On 16-bit architectures, size_t can be 16-bits
10        which would limit the work area to 64K.
11
122008-09-30      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * Makefile.am, preinstall.am: Now links all tests.
15        * include/tm27.h: New file.
16
172008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
20        of building libbspstart.a, using automake-rules.
21
222008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate *_SOURCES.
25
262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
29        components.
30
312008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
34
352008-09-25      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * preinstall.am: Regenerated.
38
392008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminates libcpudir.
42
432008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Cosmetics.
46
472008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * configure.ac: Make letting boot_card() handle work area allocation
50        mandatory. Rename RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to
51        BSP_BOOTCARD_OPTIONS.
52
532008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * Makefile.am, startup/bspstart.c: Add use of bsp_get_work_area() in
56        its own file and rely on BSP Framework to perform more
57        initialization. Remove unnecessary includes of rtems/libio.h and
58        rtems/libcsupport.h.
59        * startup/bspgetworkarea.c: New file.
60
612008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
62
63        * Makefile.am: Review of all bsp_cleanup() implementations. In this
64        phase, all prototypes were removed from bsp.h and empty
65        implementations were removed and made to use the shared stub.
66        * startup/bspclean.c: Removed.
67
682008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * Makefile.am, startup/bspstart.c: Use default bsp_pretasking_hook().
71
722008-08-20      Sebastian Huber <sebastian.huber@embedded-brains.de>
73
74        * include/mpc55xxevb.h, network/network.c, startup/sd-card-init.c,
75        tests/tests.c: Added copyright information.  Added missing prototypes.
76        Fixed integer conversion warning.
77        * startup/bspclean.c: Include bootcard.h.
78
792008-08-20      Ralf Corsépius <ralf.corsepius@rtems.org>
80
81        * startup/bspclean.c, startup/sd-card-init.c, tests/tests.c:
82        Add missing prototypes.
83
842008-08-01      Sebastian Huber <sebastian.huber@embedded-brains.de>
85
86        * startup/start.S: Clear environment pointer for bootcard.
87
882008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
89
90        * Makefile.am: Do not build .rel files. Reduces code bloat.
91
922008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
93
94        * tests/tests.c: Remove C++ style comments.
95
962008-07-31      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * startup/bspclean.c: Use C style comment.
99
1002008-07-27      Ralf Corsépius <ralf.corsepius@rtems.org>
101
102        * configure.ac: Add -ansi to RTEMS_PROG_CC_FOR_TARGET.
103        * Makefile.am: Remove doxygen comments.
104        Remove bogus BUILT_SOURCES.
105
1062008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
107
108        * configure.ac, startup/bspstart.c: Support RAM allocation via
109        bootcard.
110
1112008-07-17      Ralf Corsépius <ralf.corsepius@rtems.org>
112
113        * configure.ac: Remove RTEMS_AMPOLISH3.
114
1152008-07-15      Joel Sherrill <joel.sherrill@oarcorp.com>
116
117        * .cvsignore, include/.cvsignore: New files.
118
1192008-07-14     Sebastian Huber <sebastian.huber@embedded-brains.de>
120
121        * bsp_specs, configure.ac, include/bsp.h, include/irq-config.h,
122        include/mpc55xxevb.h, Makefile.am, network/network.c, preinstall.am,
123        README, startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
124        startup/linkcmds.memory, startup/sd-card-init.c, startup/start.S,
125        tests/tests.c: New files.
Note: See TracBrowser for help on using the repository browser.