source: rtems/c/src/lib/libbsp/m68k/mcf5329/ChangeLog @ df393962

4.104.115
Last change on this file since df393962 was df393962, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 20:34:02

2008-12-04 Joel Sherrill <joel.sherrill@…>

  • bsp_specs: Move -e start from *link to *startfile to avoid warning for undefined entry symbol when linking relocatables with binutils 2.19.
  • Property mode set to 100644
File size: 3.9 KB
RevLine 
[df393962]12008-12-04      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * bsp_specs: Move -e start from *link to *startfile to avoid warning
4        for undefined entry symbol when linking relocatables with binutils
5        2.19.
6
[4e4dc3a]72008-10-02      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * Makefile.am, preinstall.am: Use shared stub coverhd.h
10        * include/coverhd.h: Removed.
11
[a14fba32]122008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * Makefile.am: Eliminate bsp.am. Build startup files as side-effect
15        of building libbspstart.a, using automake-rules.
16
[27b355b]172008-09-30      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * clock/clock.c: include "../../../shared/clockdrv_shell.h".
20        * Makefile.am: Reflect changes above.
21
[64eb0c7]222008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Eliminate *_SOURCES.
25
[e94666d]262008-09-29      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Move noinst_LIBRARIES = libbsp.a before its
29        components.
30
[a1bc0a15]312008-09-26      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * Makefile.am: Cleanup ../../shared/include/bootcard.h handling.
34
[1495d91]352008-09-24      Ralf Corsépius <ralf.corsepius@rtems.org>
36
37        PR 1322/bsps
38        * include/bspopts.h.in: Remove.
39
[63d82b7]402008-09-23      Joel Sherrill <joel.sherrill@oarcorp.com>
41
42        * configure.ac, include/bspopts.h.in: Make letting boot_card() handle
43        work area allocation mandatory. Rename
44        RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION to BSP_BOOTCARD_OPTIONS.
45
[87a38dd]462008-09-22      Joel Sherrill <joel.sherrill@oarcorp.com>
47
48        * Makefile.am, configure.ac, include/bspopts.h.in: Use standardized
49        bsp_cleanup() which can optionally print a message, poll for user to
50        press key, and call bsp_reset(). Using this eliminates the various
51        bsp_cleanup() implementations which had their own implementation and
52        variety of string constants.
53        * startup/bspclean.c: Removed.
54
[ccceaf3]552008-09-18      Joel Sherrill <joel.sherrill@oarcorp.com>
56
57        * include/bsp.h: Remove unnecessary boilerplate comments.
58
[8cf46cbc]592008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
60
61        * Makefile.am, startup/linkcmds, startup/linkcmdsflash: Use top level
62        shared bsp_get_work_area() implementation.
63
[9b0c089]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
[4909a30]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
[b9f9ca37]772008-09-05      Ralf Corsépius <ralf.corsepius@rtems.org>
78
79        * timer/timer.c: Convert to "bool".
80
[25c62b0]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
[35f52a6]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
[bbc99ce2]912008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
92
93        * clock/clock.c, startup/init5329.c: Add missing prototypes.
94
[692e5ba]952008-07-04      Matthew Riek <matthew.riek@ibiscomputer.com.au>
96
97        * Makefile.am, README, include/coverhd.h, network/network.c,
98        startup/bspstart.c, startup/cfinit.c, startup/linkcmdsflash: Add
99        cache support for 5329. Fix bug in network driver. Enable the cache
100        in copyback and write-through so we can assume that in BSP.
101
[9f68808]1022008-06-23      Joel Sherrill <joel.sherrill@OARcorp.com>
103
104        * .cvsignore: New file.
105
[14f4d654]1062008-06-20      Joel Sherrill <joel.sherrill@OARcorp.com>
107
108        * startup/linkcmds: Use wildcard on .data section.
109
[6b56ec3]1102008-06-20      Matthew Riek <matthew.riek@ibiscomputer.com.au>
111
112        * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, gdb-init,
113        preinstall.am, clock/clock.c, console/console.c, include/bsp.h,
114        include/bspopts.h.in, include/coverhd.h, include/tm27.h,
115        network/network.c, start/start.S, startup/bspclean.c,
116        startup/bspstart.c, startup/cfinit.c, startup/init5329.c,
117        startup/linkcmds, startup/linkcmdsflash, timer/timer.c: New files.
118
Note: See TracBrowser for help on using the repository browser.