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

4.104.115
Last change on this file since 64eb0c7 was 64eb0c7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/08 at 10:19:37

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

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