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

4.104.115
Last change on this file since 63d82b7 was 63d82b7, checked in by Joel Sherrill <joel.sherrill@…>, on 09/23/08 at 19:52:35

2008-09-23 Joel Sherrill <joel.sherrill@…>

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