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

4.104.115
Last change on this file since e94666d was e94666d, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 03:43:47

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

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