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

4.104.115
Last change on this file since b96f338 was b96f338, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/30/09 at 03:53:40

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

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