source: rtems/c/src/lib/libbsp/m68k/ChangeLog @ 33a105fb

4.115
Last change on this file since 33a105fb was 3f05b15, checked in by Joel Sherrill <joel.sherrill@…>, on 07/12/11 at 16:20:41

2011-07-12 Joel Sherrill <joel.sherrilL@…>

  • shared/start.S, shared/mvme/mvme16x_hw.h: Check on MVME167 at OAR after RTC replaced.
  • Property mode set to 100644
File size: 12.0 KB
Line 
12011-07-12      Joel Sherrill <joel.sherrilL@OARcorp.com>
2
3        * shared/start.S, shared/mvme/mvme16x_hw.h: Check on MVME167 at OAR
4        after RTC replaced.
5
62011-02-11      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * shared/gdbstub/m68k-stub.c:
9        Use "__asm__" instead of "asm" for improved c99-compliance.
10
112011-02-02      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * configure.ac: Require autoconf-2.68, automake-1.11.1.
14
152011-01-28      Joel Sherrill <joel.sherrilL@OARcorp.com>
16
17        * mcf5206elite/tools/runtest: Fix typo where license said
18        found in found in.
19
202010-04-05      Thomas Znidar <t.znidar@embed-it.com>
21
22        * acinclude.m4: Add mcf5225x BSP.
23
242009-04-28      Chris Johns <chrisj@rtems.org>
25
26        * shared/start/start.S: Update for boot_card command line change.
27
282008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * shared/m68kbspgetworkarea.c: Removed.
31
322008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
33
34        * shared/m68kbspgetworkarea.c: Add use of bsp_get_work_area() in its
35        own file and rely on BSP Framework to perform more initialization.
36        Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
37        * shared/m68kpretaskinghook.c: Removed.
38
392008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
40
41        * shared/gdbstub/m68k-stub.c: Convert to "bool".
42
432008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
44
45        * acinclude.m4: Add mcf52235 and mcf5329. Regenerate.
46
472008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * shared/m68kbspgetworkarea.c: Move extern of global symbols from
50        linkcmds outside function.
51
522008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
53
54        * shared/bspspuriousinit.c: Add missing prototypes.
55
562008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
57
58        * shared/m68kbspgetworkarea.c: Changed bsp_get_workarea() to
59        bsp_get_work_area() and added support for an optional separate heap
60        area.
61
622008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
63
64        * acinclude.m4: Regeneration to add new BSPs.
65
662008-07-11      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
67
68        * genmcf548x: added BSP
69
702008-06-27      Joel Sherrill <joel.sherrill@OARcorp.com>
71
72        * acinclude.m4: Regenerated.
73
742008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
75
76        * mcf5223x/include/mcf5223x.h: New.
77
782008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
79
80        * shared/m68kbspgetworkarea.c: Fix extern type to RamSize.
81        * shared/m68kpretaskinghook.c: Do not handle the RAM allocation if
82        the BSP is handling it.
83        * acinclude.m4: Add the mcf52235 BSP.
84
852008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
86
87        * shared/m68kpretaskinghook.c: Add capability for bootcard.c BSP
88        Initialization Framework to ask the BSP where it has memory for the
89        RTEMS Workspace and C Program Heap. These collectively are referred
90        to as work area. If the BSP supports this, then it does not have to
91        include code to split the available memory between the two areas.
92        This reduces the amount of code in the BSP specific bspstart.c file.
93        Additionally, the shared framework can dirty the work area memory.
94        Until most/all BSPs support this new capability, if the BSP supports
95        this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from
96        its configure.ac. When the transition is complete, this autoconf
97        macro can be removed.
98        * shared/m68kbspgetworkarea.c: New file.
99
1002007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
101
102        * shared/m68kpretaskinghook.c: Eliminate copies of the Configuration
103        Table. Use the RTEMS provided accessor macros to obtain configuration
104        fields.
105
1062007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am,
109        dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am,
110        dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c,
111        dmv152/include/.cvsignore, dmv152/include/bsp.h,
112        dmv152/include/coverhd.h, dmv152/include/tm27.h,
113        dmv152/spurious/spinit.c, dmv152/startup/bspclean.c,
114        dmv152/startup/bspstart.c, dmv152/startup/linkcmds,
115        dmv152/startup/vmeintr.c, dmv152/timer/timer.c,
116        dmv152/timer/timerisr.S: Removed.
117
1182007-04-17      Joel Sherrill <joel@OARcorp.com>
119
120        * mcf5206elite/tools/runtest: Do not run pppd.exe from batch mode
121        script.
122
1232006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
124
125        * configure.ac: New BUG-REPORT address.
126
1272006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
128
129        * configure.ac: Require autoconf-2.60. Require automake-1.10.
130
1312005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Merge-in shared/Makefile.am.
134        * ChangeLog: Merge-in shared/ChangeLog.
135        * configure.ac: Remove shared/Makefile.am.
136
1372005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
138
139        * acinclude.m4: Add the av5282 BSP.
140
1412005-06-17      Joel Sherrill <joel@OARcorp.com>
142
143        * acinclude.m4: Added mcf5235.
144
1452005-02-11      Joel Sherrill <joel@OARcorp.com>
146
147        * shared/m68kpretaskinghook.c: Correct type of symbols from linkcmds
148        to compile with gcc 4.x.
149
1502005-01-28      Eric Norum <norume@aps.anl.gov>
151
152        * shared/m68kpretaskinghook.c: Work around agressive optimizing
153        compilers.
154
1552004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * configure.ac: Require automake > 1.9.
158
1592004-08-03      Jay Monkman <jtm@lopingdog.com>
160
161        * acinclude.m4: Added CSB360 BSP
162        * csb360/.cvsignore, csb360/ChangeLog, csb360/Makefile.am,
163        csb360/README, csb360/bsp_specs, csb360/configure.ac, csb360/times,
164        csb360/console/.cvsignore, csb360/console/console-io.c,
165        csb360/include/.cvsignore, csb360/include/bsp.h,
166        csb360/include/coverhd.h, csb360/include/tm27.h,
167        csb360/network/network.c, csb360/start/.cvsignore,
168        csb360/start/start.S, csb360/startup/.cvsignore,
169        csb360/startup/bspclean.c, csb360/startup/bspstart.c,
170        csb360/startup/init5272.c, csb360/startup/linkcmds: New files.
171
1722004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
175
1762004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * shared/bspspuriousinit.c: Convert to using c99 fixed size types.
179
1802004-03-05      Joel Sherrill <joel@OARcorp.com>
181
182        PR 505/bsps
183        * shared/setvec.c: Rework to remove punned pointer warning generated
184        by gcc 3.3 and newer.
185
1862004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
189        * acinclude.m4: Regenerate.
190
1912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * shared/Makefile.am: Remove gdbstub/rtems-stub-glue.c
194        (Non-existent)
195
1962004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
199        $(RTEMS_BSP_FAMILY).
200
2012004-01-07      Joel Sherrill <joel@OARcorp.com>
202
203        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
204        users of these boards so we are removing them.
205        * efi332/.cvsignore, efi332/ChangeLog, efi332/Makefile.am,
206        efi332/README, efi332/bsp_specs, efi332/configure.ac, efi332/times,
207        efi332/clock/.cvsignore, efi332/clock/Makefile.am,
208        efi332/clock/ckinit.c, efi332/console/.cvsignore,
209        efi332/console/Makefile.am, efi332/console/console.c,
210        efi332/include/.cvsignore, efi332/include/bsp.h,
211        efi332/include/efi332.h, efi332/misc/dotests, efi332/misc/gdbinit68,
212        efi332/misc/interr.c, efi332/spurious/.cvsignore,
213        efi332/spurious/Makefile.am, efi332/spurious/spinit.c,
214        efi332/start/.cvsignore, efi332/start/Makefile.am,
215        efi332/start/except_vect_332_ROM.S, efi332/start/ram_init.ld,
216        efi332/start/ram_init.sed, efi332/start/start.c,
217        efi332/startup/.cvsignore, efi332/startup/Makefile.am,
218        efi332/startup/bspclean.c, efi332/startup/bspstart.c,
219        efi332/startup/linkcmds, efi332/startup/linkcmds_ROM,
220        efi332/timer/.cvsignore, efi332/timer/Makefile.am,
221        efi332/timer/timer.c, efi332/wrapup/.cvsignore,
222        efi332/wrapup/Makefile.am, efi68k/.cvsignore, efi68k/ChangeLog,
223        efi68k/Makefile.am, efi68k/README, efi68k/bsp_specs,
224        efi68k/configure.ac, efi68k/times, efi68k/clock/.cvsignore,
225        efi68k/clock/Makefile.am, efi68k/clock/ckinit.c,
226        efi68k/console/.cvsignore, efi68k/console/Makefile.am,
227        efi68k/console/console.c, efi68k/include/.cvsignore,
228        efi68k/include/16550.h, efi68k/include/DP8570A.h,
229        efi68k/include/bsp.h, efi68k/include/efi68k.h,
230        efi68k/spurious/.cvsignore, efi68k/spurious/Makefile.am,
231        efi68k/spurious/spinit.c, efi68k/start/.cvsignore,
232        efi68k/start/start.c, efi68k/startup/.cvsignore,
233        efi68k/startup/Makefile.am, efi68k/startup/bspclean.c,
234        efi68k/startup/bspstart.c, efi68k/startup/efi68k_tcp.c,
235        efi68k/startup/efi68k_wd.c, efi68k/startup/linkcmds,
236        efi68k/startup/m68k-stub.c, efi68k/startup/setvec.c,
237        efi68k/timer/.cvsignore, efi68k/timer/Makefile.am,
238        efi68k/timer/timer.c, efi68k/wrapup/.cvsignore,
239        efi68k/wrapup/Makefile.am: Removed.
240        * acinclude.m4: Remove efi68k and efi332 references as they are no
241        longer in the tree.
242
2432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
246
2472003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * shared/Makefile.am: Cosmetics.
250
2512003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * shared/Makefile.am: merge-in gdbstub/Makefile.am. Add stray files
254        bspspuriousinit.c, m68000spurious.c.
255        * shared/gdbstub/Makefile.am: Remove.
256        * configure.ac: Remove shared/gdbstub/Makefile.
257
2582003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * shared/Makefile.am: Cosmetics. Add mvme/mvme16x_hw.h. Add
261        mvme/mvme16x_hw.h.
262
2632003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * acinclude.m4: Reflect changes to bootstrap.
266        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
267
2682003-09-04      Joel Sherrill <joel@OARcorp.com>
269
270        * shared/bspspuriousinit.c, shared/m68000spurious.c,
271        shared/m68kpretaskinghook.c, shared/setvec.c, shared/start.S,
272        shared/mvme/mvme16x_hw.h: URL for license changed.
273
2742003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Reflect having moved aclocal/.
277
2782003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
281
2822003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Use rtems-bugs@rtems.com as bug report email
285        address.
286
2872003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Remove AC_CONFIG_AUX_DIR.
290
2912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
294        * configure.ac: AC_PREREQ(2.57).
295
2962002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
299
3002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
303
3042002-06-25      Joel Sherrill <joel@OARcorp.com>
305
306        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
307        support to the shared gdb stub glue thus adding a directory.
308        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
309        support to the shared gdb stub glue thus adding a directory.
310        * shared/gdbstub: New directory.
311        * configure.ac, shared/Makefile.am: Modified to reflect above.
312
3132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
316        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
317        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
318
3192002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * shared/bspspuriousinit.c, shared/m68000spurious.c: Include
322        rtems/bspIo.h instead of bspIo.h.
323
3242001-10-26      Joel Sherrill <joel@OARcorp.com>
325
326        * acinclude.m4: Added mcf5206elite.
327
3282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
331        * configure.ac: New file, generated from configure.in by autoupdate.
332        * configure.in: Remove.
333
3342001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * acinclude.m4: New file.
337        * configure.in: Use RTEMS_BSP_SUBDIR.
338
3392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
342
3432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
346        $(RTEMS_TOPdir)/aclocal.
347
3482000-11-01      Joel Sherrill <joel@OARcorp.com>
349
350        * shared/shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h,
351        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
352        now must be referenced as <rtems/XXX.h>.   Header file order was
353        cleaned up while doing this.
354
3552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
358        GNU canonicalization.
359
3602000-08-10      Joel Sherrill <joel@OARcorp.com>
361
362        * ChangeLog, shared/ChangeLog: New file.
363
Note: See TracBrowser for help on using the repository browser.