source: rtems/c/src/lib/libbsp/m68k/mcf52235/ChangeLog @ 4e4dc3a

4.104.115
Last change on this file since 4e4dc3a 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: 4.3 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-19      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * Makefile.am: Split out bspstart contents. Move cache code to libcpu.
52        * startup/bspgetcpuclockspeed.c: New file.
53        * startup/bspstart.c: Removed.
54
552008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * include/bsp.h: Remove unnecessary boilerplate comments.
58
592008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * Makefile.am, start/start.S, startup/linkcmds: Use top level shared
62        bsp_get_work_area() implementation.
63
642008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * Makefile.am, configure.ac, startup/bspstart.c: Add use of
67        bsp_get_work_area() in its own file and rely on BSP Framework to
68        perform more initialization. Remove unnecessary includes of
69        rtems/libio.h and rtems/libcsupport.h.
70
712008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
72
73        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
74        phase, all prototypes were removed from bsp.h and empty
75        implementations were removed and made to use the shared stub.
76
772008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * timer/timer.c: Convert to "bool".
80
812008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
82
83        * timer/timer.c: Eliminate empty function from every benchmark timer
84        driver. Fix spelling.
85
862008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
87
88        * timer/timer.c: Rename timer driver methods to follow RTEMS
89        programming conventions.
90
912008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * clock/clock.c, startup/init52235.c: Add missing prototypes.
94
952008-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
96
97        * Makefile.am, console/console.c: Split debug IO code into separate
98        file.
99        * console/debugio.c: New file.
100
1012008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
102
103        * startup/cfinit.c, startup/init52235.c: Missed the last patch.
104
1052008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
106
107        * mcf52235/README, mcf52235/gdb-init, mcf52235/clock/clock.c,
108        mcf52235/console/console.c, mcf52235/include/bsp.h,
109        mcf52235/include/coverhd.h, mcf52235/start/start.S,
110        mcf52235/startup/bspclean.c, mcf52235/startup/bspstart.c,
111        mcf52235/startup/linkcmds, mcf52235/timer/timer.c: Cleaned up
112        white space and code formmated to adhere to RTEMS standards. Fixed
113        a bug in the nano seconds since last tick support. Fixed a bug
114        with the location of the start stack (no longer within
115        .bss). Removed double definition of IPSBAR and some type defs
116        etc.. Added timing test overhead results.
117
1182008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
119
120        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
121        clock/clock.c, configure.ac, console/console.c, gdb-init,
122        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
123        include/tm27.h, preinstall.am, start/start.S, startup/bspclean.c,
124        startup/bspstart.c, startup/cfinit.c, startup/init52235.c,
125        startup/linkcmds, timer/timer.c: New.
Note: See TracBrowser for help on using the repository browser.