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

4.104.114.95
Last change on this file since 64c1600 was 64c1600, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/06/08 at 17:28:37

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

  • shared/gdbstub/m68k-stub.c: Convert to "bool".
  • Property mode set to 100644
File size: 10.8 KB
Line 
12008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * shared/gdbstub/m68k-stub.c: Convert to "bool".
4
52008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * acinclude.m4: Add mcf52235 and mcf5329. Regenerate.
8
92008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * shared/m68kbspgetworkarea.c: Move extern of global symbols from
12        linkcmds outside function.
13
142008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * shared/bspspuriousinit.c: Add missing prototypes.
17
182008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
19
20        * shared/m68kbspgetworkarea.c: Changed bsp_get_workarea() to
21        bsp_get_work_area() and added support for an optional separate heap
22        area.
23
242008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
25
26        * acinclude.m4: Regeneration to add new BSPs.
27
282008-07-11      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
29
30        * genmcf548x: added BSP
31
322008-06-27      Joel Sherrill <joel.sherrill@OARcorp.com>
33
34        * acinclude.m4: Regenerated.
35
362008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
37
38        * mcf5223x/include/mcf5223x.h: New.
39
402008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
41
42        * shared/m68kbspgetworkarea.c: Fix extern type to RamSize.
43        * shared/m68kpretaskinghook.c: Do not handle the RAM allocation if
44        the BSP is handling it.
45        * acinclude.m4: Add the mcf52235 BSP.
46
472008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * shared/m68kpretaskinghook.c: Add capability for bootcard.c BSP
50        Initialization Framework to ask the BSP where it has memory for the
51        RTEMS Workspace and C Program Heap. These collectively are referred
52        to as work area. If the BSP supports this, then it does not have to
53        include code to split the available memory between the two areas.
54        This reduces the amount of code in the BSP specific bspstart.c file.
55        Additionally, the shared framework can dirty the work area memory.
56        Until most/all BSPs support this new capability, if the BSP supports
57        this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from
58        its configure.ac. When the transition is complete, this autoconf
59        macro can be removed.
60        * shared/m68kbspgetworkarea.c: New file.
61
622007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
63
64        * shared/m68kpretaskinghook.c: Eliminate copies of the Configuration
65        Table. Use the RTEMS provided accessor macros to obtain configuration
66        fields.
67
682007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am,
71        dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am,
72        dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c,
73        dmv152/include/.cvsignore, dmv152/include/bsp.h,
74        dmv152/include/coverhd.h, dmv152/include/tm27.h,
75        dmv152/spurious/spinit.c, dmv152/startup/bspclean.c,
76        dmv152/startup/bspstart.c, dmv152/startup/linkcmds,
77        dmv152/startup/vmeintr.c, dmv152/timer/timer.c,
78        dmv152/timer/timerisr.S: Removed.
79
802007-04-17      Joel Sherrill <joel@OARcorp.com>
81
82        * mcf5206elite/tools/runtest: Do not run pppd.exe from batch mode
83        script.
84
852006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
86
87        * configure.ac: New BUG-REPORT address.
88
892006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * configure.ac: Require autoconf-2.60. Require automake-1.10.
92
932005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
94
95        * Makefile.am: Merge-in shared/Makefile.am.
96        * ChangeLog: Merge-in shared/ChangeLog.
97        * configure.ac: Remove shared/Makefile.am.
98
992005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
100
101        * acinclude.m4: Add the av5282 BSP.
102
1032005-06-17      Joel Sherrill <joel@OARcorp.com>
104
105        * acinclude.m4: Added mcf5235.
106
1072005-02-11      Joel Sherrill <joel@OARcorp.com>
108
109        * shared/m68kpretaskinghook.c: Correct type of symbols from linkcmds
110        to compile with gcc 4.x.
111
1122005-01-28      Eric Norum <norume@aps.anl.gov>
113
114        * shared/m68kpretaskinghook.c: Work around agressive optimizing
115        compilers.
116
1172004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Require automake > 1.9.
120
1212004-08-03      Jay Monkman <jtm@lopingdog.com>
122
123        * acinclude.m4: Added CSB360 BSP
124        * csb360/.cvsignore, csb360/ChangeLog, csb360/Makefile.am,
125        csb360/README, csb360/bsp_specs, csb360/configure.ac, csb360/times,
126        csb360/console/.cvsignore, csb360/console/console-io.c,
127        csb360/include/.cvsignore, csb360/include/bsp.h,
128        csb360/include/coverhd.h, csb360/include/tm27.h,
129        csb360/network/network.c, csb360/start/.cvsignore,
130        csb360/start/start.S, csb360/startup/.cvsignore,
131        csb360/startup/bspclean.c, csb360/startup/bspstart.c,
132        csb360/startup/init5272.c, csb360/startup/linkcmds: New files.
133
1342004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
137
1382004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * shared/bspspuriousinit.c: Convert to using c99 fixed size types.
141
1422004-03-05      Joel Sherrill <joel@OARcorp.com>
143
144        PR 505/bsps
145        * shared/setvec.c: Rework to remove punned pointer warning generated
146        by gcc 3.3 and newer.
147
1482004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
151        * acinclude.m4: Regenerate.
152
1532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * shared/Makefile.am: Remove gdbstub/rtems-stub-glue.c
156        (Non-existent)
157
1582004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
161        $(RTEMS_BSP_FAMILY).
162
1632004-01-07      Joel Sherrill <joel@OARcorp.com>
164
165        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
166        users of these boards so we are removing them.
167        * efi332/.cvsignore, efi332/ChangeLog, efi332/Makefile.am,
168        efi332/README, efi332/bsp_specs, efi332/configure.ac, efi332/times,
169        efi332/clock/.cvsignore, efi332/clock/Makefile.am,
170        efi332/clock/ckinit.c, efi332/console/.cvsignore,
171        efi332/console/Makefile.am, efi332/console/console.c,
172        efi332/include/.cvsignore, efi332/include/bsp.h,
173        efi332/include/efi332.h, efi332/misc/dotests, efi332/misc/gdbinit68,
174        efi332/misc/interr.c, efi332/spurious/.cvsignore,
175        efi332/spurious/Makefile.am, efi332/spurious/spinit.c,
176        efi332/start/.cvsignore, efi332/start/Makefile.am,
177        efi332/start/except_vect_332_ROM.S, efi332/start/ram_init.ld,
178        efi332/start/ram_init.sed, efi332/start/start.c,
179        efi332/startup/.cvsignore, efi332/startup/Makefile.am,
180        efi332/startup/bspclean.c, efi332/startup/bspstart.c,
181        efi332/startup/linkcmds, efi332/startup/linkcmds_ROM,
182        efi332/timer/.cvsignore, efi332/timer/Makefile.am,
183        efi332/timer/timer.c, efi332/wrapup/.cvsignore,
184        efi332/wrapup/Makefile.am, efi68k/.cvsignore, efi68k/ChangeLog,
185        efi68k/Makefile.am, efi68k/README, efi68k/bsp_specs,
186        efi68k/configure.ac, efi68k/times, efi68k/clock/.cvsignore,
187        efi68k/clock/Makefile.am, efi68k/clock/ckinit.c,
188        efi68k/console/.cvsignore, efi68k/console/Makefile.am,
189        efi68k/console/console.c, efi68k/include/.cvsignore,
190        efi68k/include/16550.h, efi68k/include/DP8570A.h,
191        efi68k/include/bsp.h, efi68k/include/efi68k.h,
192        efi68k/spurious/.cvsignore, efi68k/spurious/Makefile.am,
193        efi68k/spurious/spinit.c, efi68k/start/.cvsignore,
194        efi68k/start/start.c, efi68k/startup/.cvsignore,
195        efi68k/startup/Makefile.am, efi68k/startup/bspclean.c,
196        efi68k/startup/bspstart.c, efi68k/startup/efi68k_tcp.c,
197        efi68k/startup/efi68k_wd.c, efi68k/startup/linkcmds,
198        efi68k/startup/m68k-stub.c, efi68k/startup/setvec.c,
199        efi68k/timer/.cvsignore, efi68k/timer/Makefile.am,
200        efi68k/timer/timer.c, efi68k/wrapup/.cvsignore,
201        efi68k/wrapup/Makefile.am: Removed.
202        * acinclude.m4: Remove efi68k and efi332 references as they are no
203        longer in the tree.
204
2052003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
208
2092003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * shared/Makefile.am: Cosmetics.
212
2132003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * shared/Makefile.am: merge-in gdbstub/Makefile.am. Add stray files
216        bspspuriousinit.c, m68000spurious.c.
217        * shared/gdbstub/Makefile.am: Remove.
218        * configure.ac: Remove shared/gdbstub/Makefile.
219
2202003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * shared/Makefile.am: Cosmetics. Add mvme/mvme16x_hw.h. Add
223        mvme/mvme16x_hw.h.
224
2252003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * acinclude.m4: Reflect changes to bootstrap.
228        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
229
2302003-09-04      Joel Sherrill <joel@OARcorp.com>
231
232        * shared/bspspuriousinit.c, shared/m68000spurious.c,
233        shared/m68kpretaskinghook.c, shared/setvec.c, shared/start.S,
234        shared/mvme/mvme16x_hw.h: URL for license changed.
235
2362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Reflect having moved aclocal/.
239
2402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
243
2442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Use rtems-bugs@rtems.com as bug report email
247        address.
248
2492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove AC_CONFIG_AUX_DIR.
252
2532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
256        * configure.ac: AC_PREREQ(2.57).
257
2582002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
261
2622002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
265
2662002-06-25      Joel Sherrill <joel@OARcorp.com>
267
268        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
269        support to the shared gdb stub glue thus adding a directory.
270        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
271        support to the shared gdb stub glue thus adding a directory.
272        * shared/gdbstub: New directory.
273        * configure.ac, shared/Makefile.am: Modified to reflect above.
274
2752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
279        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
280
2812002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * shared/bspspuriousinit.c, shared/m68000spurious.c: Include
284        rtems/bspIo.h instead of bspIo.h.
285
2862001-10-26      Joel Sherrill <joel@OARcorp.com>
287
288        * acinclude.m4: Added mcf5206elite.
289
2902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
293        * configure.ac: New file, generated from configure.in by autoupdate.
294        * configure.in: Remove.
295
2962001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * acinclude.m4: New file.
299        * configure.in: Use RTEMS_BSP_SUBDIR.
300
3012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
304
3052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
308        $(RTEMS_TOPdir)/aclocal.
309
3102000-11-01      Joel Sherrill <joel@OARcorp.com>
311
312        * shared/shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h,
313        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
314        now must be referenced as <rtems/XXX.h>.   Header file order was
315        cleaned up while doing this.
316
3172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
320        GNU canonicalization.
321
3222000-08-10      Joel Sherrill <joel@OARcorp.com>
323
324        * ChangeLog, shared/ChangeLog: New file.
325
Note: See TracBrowser for help on using the repository browser.