source: rtems/c/src/lib/libbsp/m68k/mcf5329/ChangeLog @ 6b2b37d2

4.104.115
Last change on this file since 6b2b37d2 was 6b2b37d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/15/09 at 14:45:47

2009-09-15 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12009-09-15      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Remove RTEMS_BSP_BOOTCARD_OPTIONS.
4
5 2009-07-16     Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * configure.ac: Rename BSP_BOOTCARD_OPTIONS to
8        RTEMS_BSP_BOOTCARD_OPTIONS. Add RTEMS_BSP_CLEANUP_OPTIONS so all BSPs
9        have the same options.
10
112009-04-28      Chris Johns <chrisj@rtems.org>
12
13        * startup/init5329.c: Update for boot_card command line change.
14
152008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
16
17        * bsp_specs: Move -e start from *link to *startfile to avoid warning
18        for undefined entry symbol when linking relocatables with binutils
19        2.19.
20
212008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
22
23        * Makefile.am, preinstall.am: Use shared stub coverhd.h
24        * include/coverhd.h: Removed.
25
262008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
29        of building libbspstart.a, using automake-rules.
30
312008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
34        * Makefile.am: Reflect changes above.
35
362008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Eliminate *_SOURCES.
39
402008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
43        components.
44
452008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
48
492008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
50
51        PR 1322/bsps
52        * include/bspopts.h.in: Remove.
53
542008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
57        work area allocation mandatory. Rename
58        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
59
602008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
63        bsp_cleanup() which can optionally print a message, poll for user to
64        press key, and call bsp_reset(). Using this eliminates the various
65        bsp_cleanup() implementations which had their own implementation and
66        variety of string constants.
67        * startup/bspclean.c: Removed.
68
692008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * include/bsp.h: Remove unnecessary boilerplate comments.
72
732008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * Makefile.am, startup/linkcmds, startup/linkcmdsflash: Use top level
76        shared bsp_get_work_area() implementation.
77
782008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
79
80        * Makefile.am, configure.ac, startup/bspstart.c: Add use of
81        bsp_get_work_area() in its own file and rely on BSP Framework to
82        perform more initialization. Remove unnecessary includes of
83        rtems/libio.h and rtems/libcsupport.h.
84
852008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
86
87        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
88        phase, all prototypes were removed from bsp.h and empty
89        implementations were removed and made to use the shared stub.
90
912008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * timer/timer.c: Convert to "bool".
94
952008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
96
97        * timer/timer.c: Eliminate empty function from every benchmark timer
98        driver. Fix spelling.
99
1002008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
101
102        * timer/timer.c: Rename timer driver methods to follow RTEMS
103        programming conventions.
104
1052008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * clock/clock.c, startup/init5329.c: Add missing prototypes.
108
1092008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
110
111        * Makefile.am, README, include/coverhd.h, network/network.c,
112        startup/bspstart.c, startup/cfinit.c, startup/linkcmdsflash: Add
113        cache support for 5329. Fix bug in network driver. Enable the cache
114        in copyback and write-through so we can assume that in BSP.
115
1162008-06-23      Joel Sherrill <joel.sherrill@OARcorp.com>
117
118        * .cvsignore: New file.
119
1202008-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
121
122        * startup/linkcmds: Use wildcard on .data section.
123
1242008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
125
126        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init,
127        preinstall.am, clock/clock.c, console/console.c, include/bsp.h,
128        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
129        network/network.c, start/start.S, startup/bspclean.c,
130        startup/bspstart.c, startup/cfinit.c, startup/init5329.c,
131        startup/linkcmds, startup/linkcmdsflash, timer/timer.c: New files.
132
Note: See TracBrowser for help on using the repository browser.