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

4.104.115
Last change on this file since 212f7b0 was 4e4dc3a, checked in by Joel Sherrill <joel.sherrill@…>, on 10/02/08 at 16:39:15

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

  • Makefile.am, preinstall.am: Use shared stub coverhd.h
  • include/coverhd.h: Removed.
  • Property mode set to 100644
File size: 3.7 KB
Line 
12008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am, preinstall.am: Use shared stub coverhd.h
4        * include/coverhd.h: Removed.
5
62008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
9        of building libbspstart.a, using automake-rules.
10
112008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
14        * Makefile.am: Reflect changes above.
15
162008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Eliminate *_SOURCES.
19
202008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
23        components.
24
252008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
28
292008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        PR 1322/bsps
32        * include/bspopts.h.in: Remove.
33
342008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
35
36        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
37        work area allocation mandatory. Rename
38        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
39
402008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
43        bsp_cleanup() which can optionally print a message, poll for user to
44        press key, and call bsp_reset(). Using this eliminates the various
45        bsp_cleanup() implementations which had their own implementation and
46        variety of string constants.
47        * startup/bspclean.c: Removed.
48
492008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * include/bsp.h: Remove unnecessary boilerplate comments.
52
532008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * Makefile.am, startup/linkcmds, startup/linkcmdsflash: Use top level
56        shared bsp_get_work_area() implementation.
57
582008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * Makefile.am, configure.ac, startup/bspstart.c: Add use of
61        bsp_get_work_area() in its own file and rely on BSP Framework to
62        perform more initialization. Remove unnecessary includes of
63        rtems/libio.h and rtems/libcsupport.h.
64
652008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
66
67        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
68        phase, all prototypes were removed from bsp.h and empty
69        implementations were removed and made to use the shared stub.
70
712008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
72
73        * timer/timer.c: Convert to "bool".
74
752008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * timer/timer.c: Eliminate empty function from every benchmark timer
78        driver. Fix spelling.
79
802008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
81
82        * timer/timer.c: Rename timer driver methods to follow RTEMS
83        programming conventions.
84
852008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * clock/clock.c, startup/init5329.c: Add missing prototypes.
88
892008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
90
91        * Makefile.am, README, include/coverhd.h, network/network.c,
92        startup/bspstart.c, startup/cfinit.c, startup/linkcmdsflash: Add
93        cache support for 5329. Fix bug in network driver. Enable the cache
94        in copyback and write-through so we can assume that in BSP.
95
962008-06-23      Joel Sherrill <joel.sherrill@OARcorp.com>
97
98        * .cvsignore: New file.
99
1002008-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * startup/linkcmds: Use wildcard on .data section.
103
1042008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
105
106        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init,
107        preinstall.am, clock/clock.c, console/console.c, include/bsp.h,
108        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
109        network/network.c, start/start.S, startup/bspclean.c,
110        startup/bspstart.c, startup/cfinit.c, startup/init5329.c,
111        startup/linkcmds, startup/linkcmdsflash, timer/timer.c: New files.
112
Note: See TracBrowser for help on using the repository browser.