source: rtems/c/src/lib/libbsp/m68k/ChangeLog @ 8ee3775

4.115
Last change on this file since 8ee3775 was 8ee3775, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/02/11 at 15:01:43

2011-02-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: Require autoconf-2.68, automake-1.11.1.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.68, automake-1.11.1.
4
52011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
6
7        * mcf5206elite/tools/runtest: Fix typo where license said
8        found in found in.
9
102010-04-05      Thomas Znidar <t.znidar@embed-it.com>
11
12        * acinclude.m4: Add mcf5225x BSP.
13
142009-04-28      Chris Johns <chrisj@rtems.org>
15
16        * shared/start/start.S: Update for boot_card command line change.
17
182008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
19
20        * shared/m68kbspgetworkarea.c: Removed.
21
222008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
23
24        * shared/m68kbspgetworkarea.c: Add use of bsp_get_work_area() in its
25        own file and rely on BSP Framework to perform more initialization.
26        Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
27        * shared/m68kpretaskinghook.c: Removed.
28
292008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * shared/gdbstub/m68k-stub.c: Convert to "bool".
32
332008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * acinclude.m4: Add mcf52235 and mcf5329. Regenerate.
36
372008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
38
39        * shared/m68kbspgetworkarea.c: Move extern of global symbols from
40        linkcmds outside function.
41
422008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * shared/bspspuriousinit.c: Add missing prototypes.
45
462008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
47
48        * shared/m68kbspgetworkarea.c: Changed bsp_get_workarea() to
49        bsp_get_work_area() and added support for an optional separate heap
50        area.
51
522008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * acinclude.m4: Regeneration to add new BSPs.
55
562008-07-11      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
57
58        * genmcf548x: added BSP
59
602008-06-27      Joel Sherrill <joel.sherrill@OARcorp.com>
61
62        * acinclude.m4: Regenerated.
63
642008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
65
66        * mcf5223x/include/mcf5223x.h: New.
67
682008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
69
70        * shared/m68kbspgetworkarea.c: Fix extern type to RamSize.
71        * shared/m68kpretaskinghook.c: Do not handle the RAM allocation if
72        the BSP is handling it.
73        * acinclude.m4: Add the mcf52235 BSP.
74
752008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * shared/m68kpretaskinghook.c: Add capability for bootcard.c BSP
78        Initialization Framework to ask the BSP where it has memory for the
79        RTEMS Workspace and C Program Heap. These collectively are referred
80        to as work area. If the BSP supports this, then it does not have to
81        include code to split the available memory between the two areas.
82        This reduces the amount of code in the BSP specific bspstart.c file.
83        Additionally, the shared framework can dirty the work area memory.
84        Until most/all BSPs support this new capability, if the BSP supports
85        this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from
86        its configure.ac. When the transition is complete, this autoconf
87        macro can be removed.
88        * shared/m68kbspgetworkarea.c: New file.
89
902007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
91
92        * shared/m68kpretaskinghook.c: Eliminate copies of the Configuration
93        Table. Use the RTEMS provided accessor macros to obtain configuration
94        fields.
95
962007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am,
99        dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am,
100        dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c,
101        dmv152/include/.cvsignore, dmv152/include/bsp.h,
102        dmv152/include/coverhd.h, dmv152/include/tm27.h,
103        dmv152/spurious/spinit.c, dmv152/startup/bspclean.c,
104        dmv152/startup/bspstart.c, dmv152/startup/linkcmds,
105        dmv152/startup/vmeintr.c, dmv152/timer/timer.c,
106        dmv152/timer/timerisr.S: Removed.
107
1082007-04-17      Joel Sherrill <joel@OARcorp.com>
109
110        * mcf5206elite/tools/runtest: Do not run pppd.exe from batch mode
111        script.
112
1132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * configure.ac: New BUG-REPORT address.
116
1172006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
118
119        * configure.ac: Require autoconf-2.60. Require automake-1.10.
120
1212005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * Makefile.am: Merge-in shared/Makefile.am.
124        * ChangeLog: Merge-in shared/ChangeLog.
125        * configure.ac: Remove shared/Makefile.am.
126
1272005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
128
129        * acinclude.m4: Add the av5282 BSP.
130
1312005-06-17      Joel Sherrill <joel@OARcorp.com>
132
133        * acinclude.m4: Added mcf5235.
134
1352005-02-11      Joel Sherrill <joel@OARcorp.com>
136
137        * shared/m68kpretaskinghook.c: Correct type of symbols from linkcmds
138        to compile with gcc 4.x.
139
1402005-01-28      Eric Norum <norume@aps.anl.gov>
141
142        * shared/m68kpretaskinghook.c: Work around agressive optimizing
143        compilers.
144
1452004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * configure.ac: Require automake > 1.9.
148
1492004-08-03      Jay Monkman <jtm@lopingdog.com>
150
151        * acinclude.m4: Added CSB360 BSP
152        * csb360/.cvsignore, csb360/ChangeLog, csb360/Makefile.am,
153        csb360/README, csb360/bsp_specs, csb360/configure.ac, csb360/times,
154        csb360/console/.cvsignore, csb360/console/console-io.c,
155        csb360/include/.cvsignore, csb360/include/bsp.h,
156        csb360/include/coverhd.h, csb360/include/tm27.h,
157        csb360/network/network.c, csb360/start/.cvsignore,
158        csb360/start/start.S, csb360/startup/.cvsignore,
159        csb360/startup/bspclean.c, csb360/startup/bspstart.c,
160        csb360/startup/init5272.c, csb360/startup/linkcmds: New files.
161
1622004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
165
1662004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * shared/bspspuriousinit.c: Convert to using c99 fixed size types.
169
1702004-03-05      Joel Sherrill <joel@OARcorp.com>
171
172        PR 505/bsps
173        * shared/setvec.c: Rework to remove punned pointer warning generated
174        by gcc 3.3 and newer.
175
1762004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
179        * acinclude.m4: Regenerate.
180
1812004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * shared/Makefile.am: Remove gdbstub/rtems-stub-glue.c
184        (Non-existent)
185
1862004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
189        $(RTEMS_BSP_FAMILY).
190
1912004-01-07      Joel Sherrill <joel@OARcorp.com>
192
193        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
194        users of these boards so we are removing them.
195        * efi332/.cvsignore, efi332/ChangeLog, efi332/Makefile.am,
196        efi332/README, efi332/bsp_specs, efi332/configure.ac, efi332/times,
197        efi332/clock/.cvsignore, efi332/clock/Makefile.am,
198        efi332/clock/ckinit.c, efi332/console/.cvsignore,
199        efi332/console/Makefile.am, efi332/console/console.c,
200        efi332/include/.cvsignore, efi332/include/bsp.h,
201        efi332/include/efi332.h, efi332/misc/dotests, efi332/misc/gdbinit68,
202        efi332/misc/interr.c, efi332/spurious/.cvsignore,
203        efi332/spurious/Makefile.am, efi332/spurious/spinit.c,
204        efi332/start/.cvsignore, efi332/start/Makefile.am,
205        efi332/start/except_vect_332_ROM.S, efi332/start/ram_init.ld,
206        efi332/start/ram_init.sed, efi332/start/start.c,
207        efi332/startup/.cvsignore, efi332/startup/Makefile.am,
208        efi332/startup/bspclean.c, efi332/startup/bspstart.c,
209        efi332/startup/linkcmds, efi332/startup/linkcmds_ROM,
210        efi332/timer/.cvsignore, efi332/timer/Makefile.am,
211        efi332/timer/timer.c, efi332/wrapup/.cvsignore,
212        efi332/wrapup/Makefile.am, efi68k/.cvsignore, efi68k/ChangeLog,
213        efi68k/Makefile.am, efi68k/README, efi68k/bsp_specs,
214        efi68k/configure.ac, efi68k/times, efi68k/clock/.cvsignore,
215        efi68k/clock/Makefile.am, efi68k/clock/ckinit.c,
216        efi68k/console/.cvsignore, efi68k/console/Makefile.am,
217        efi68k/console/console.c, efi68k/include/.cvsignore,
218        efi68k/include/16550.h, efi68k/include/DP8570A.h,
219        efi68k/include/bsp.h, efi68k/include/efi68k.h,
220        efi68k/spurious/.cvsignore, efi68k/spurious/Makefile.am,
221        efi68k/spurious/spinit.c, efi68k/start/.cvsignore,
222        efi68k/start/start.c, efi68k/startup/.cvsignore,
223        efi68k/startup/Makefile.am, efi68k/startup/bspclean.c,
224        efi68k/startup/bspstart.c, efi68k/startup/efi68k_tcp.c,
225        efi68k/startup/efi68k_wd.c, efi68k/startup/linkcmds,
226        efi68k/startup/m68k-stub.c, efi68k/startup/setvec.c,
227        efi68k/timer/.cvsignore, efi68k/timer/Makefile.am,
228        efi68k/timer/timer.c, efi68k/wrapup/.cvsignore,
229        efi68k/wrapup/Makefile.am: Removed.
230        * acinclude.m4: Remove efi68k and efi332 references as they are no
231        longer in the tree.
232
2332003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
236
2372003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * shared/Makefile.am: Cosmetics.
240
2412003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * shared/Makefile.am: merge-in gdbstub/Makefile.am. Add stray files
244        bspspuriousinit.c, m68000spurious.c.
245        * shared/gdbstub/Makefile.am: Remove.
246        * configure.ac: Remove shared/gdbstub/Makefile.
247
2482003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * shared/Makefile.am: Cosmetics. Add mvme/mvme16x_hw.h. Add
251        mvme/mvme16x_hw.h.
252
2532003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * acinclude.m4: Reflect changes to bootstrap.
256        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
257
2582003-09-04      Joel Sherrill <joel@OARcorp.com>
259
260        * shared/bspspuriousinit.c, shared/m68000spurious.c,
261        shared/m68kpretaskinghook.c, shared/setvec.c, shared/start.S,
262        shared/mvme/mvme16x_hw.h: URL for license changed.
263
2642003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * Makefile.am: Reflect having moved aclocal/.
267
2682003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
271
2722003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Use rtems-bugs@rtems.com as bug report email
275        address.
276
2772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Remove AC_CONFIG_AUX_DIR.
280
2812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
284        * configure.ac: AC_PREREQ(2.57).
285
2862002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
289
2902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
293
2942002-06-25      Joel Sherrill <joel@OARcorp.com>
295
296        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
297        support to the shared gdb stub glue thus adding a directory.
298        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
299        support to the shared gdb stub glue thus adding a directory.
300        * shared/gdbstub: New directory.
301        * configure.ac, shared/Makefile.am: Modified to reflect above.
302
3032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
307        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
308
3092002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * shared/bspspuriousinit.c, shared/m68000spurious.c: Include
312        rtems/bspIo.h instead of bspIo.h.
313
3142001-10-26      Joel Sherrill <joel@OARcorp.com>
315
316        * acinclude.m4: Added mcf5206elite.
317
3182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
321        * configure.ac: New file, generated from configure.in by autoupdate.
322        * configure.in: Remove.
323
3242001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * acinclude.m4: New file.
327        * configure.in: Use RTEMS_BSP_SUBDIR.
328
3292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
332
3332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
336        $(RTEMS_TOPdir)/aclocal.
337
3382000-11-01      Joel Sherrill <joel@OARcorp.com>
339
340        * shared/shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h,
341        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
342        now must be referenced as <rtems/XXX.h>.   Header file order was
343        cleaned up while doing this.
344
3452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
348        GNU canonicalization.
349
3502000-08-10      Joel Sherrill <joel@OARcorp.com>
351
352        * ChangeLog, shared/ChangeLog: New file.
353
Note: See TracBrowser for help on using the repository browser.