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

4.104.115
Last change on this file since a1bc0a15 was a1bc0a15, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/26/08 at 04:56:17

2008-09-26 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
  • Property mode set to 100644
File size: 3.6 KB
Line 
12008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
4
52008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        PR 1322/bsps
8        * include/bspopts.h.in: Remove.
9
102008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
11
12        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
13        work area allocation mandatory. Rename
14        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
15
162008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
17
18        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
19        bsp_cleanup() which can optionally print a message, poll for user to
20        press key, and call bsp_reset(). Using this eliminates the various
21        bsp_cleanup() implementations which had their own implementation and
22        variety of string constants.
23        * startup/bspclean.c: Removed.
24
252008-09-19      Joel Sherrill <joel.sherrill@oarcorp.com>
26
27        * Makefile.am: Split out bspstart contents. Move cache code to libcpu.
28        * startup/bspgetcpuclockspeed.c: New file.
29        * startup/bspstart.c: Removed.
30
312008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * include/bsp.h: Remove unnecessary boilerplate comments.
34
352008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * Makefile.am, start/start.S, startup/linkcmds: Use top level shared
38        bsp_get_work_area() implementation.
39
402008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * Makefile.am, configure.ac, startup/bspstart.c: Add use of
43        bsp_get_work_area() in its own file and rely on BSP Framework to
44        perform more initialization. Remove unnecessary includes of
45        rtems/libio.h and rtems/libcsupport.h.
46
472008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
48
49        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
50        phase, all prototypes were removed from bsp.h and empty
51        implementations were removed and made to use the shared stub.
52
532008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * timer/timer.c: Convert to "bool".
56
572008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
58
59        * timer/timer.c: Eliminate empty function from every benchmark timer
60        driver. Fix spelling.
61
622008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * timer/timer.c: Rename timer driver methods to follow RTEMS
65        programming conventions.
66
672008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
68
69        * clock/clock.c, startup/init52235.c: Add missing prototypes.
70
712008-08-18      Joel Sherrill <joel.sherrill@OARcorp.com>
72
73        * Makefile.am, console/console.c: Split debug IO code into separate
74        file.
75        * console/debugio.c: New file.
76
772008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
78
79        * startup/cfinit.c, startup/init52235.c: Missed the last patch.
80
812008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
82
83        * mcf52235/README, mcf52235/gdb-init, mcf52235/clock/clock.c,
84        mcf52235/console/console.c, mcf52235/include/bsp.h,
85        mcf52235/include/coverhd.h, mcf52235/start/start.S,
86        mcf52235/startup/bspclean.c, mcf52235/startup/bspstart.c,
87        mcf52235/startup/linkcmds, mcf52235/timer/timer.c: Cleaned up
88        white space and code formmated to adhere to RTEMS standards. Fixed
89        a bug in the nano seconds since last tick support. Fixed a bug
90        with the location of the start stack (no longer within
91        .bss). Removed double definition of IPSBAR and some type defs
92        etc.. Added timing test overhead results.
93
942008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
95
96        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
97        clock/clock.c, configure.ac, console/console.c, gdb-init,
98        include/bsp.h, include/bspopts.h.in, include/coverhd.h,
99        include/tm27.h, preinstall.am, start/start.S, startup/bspclean.c,
100        startup/bspstart.c, startup/cfinit.c, startup/init52235.c,
101        startup/linkcmds, timer/timer.c: New.
Note: See TracBrowser for help on using the repository browser.