source: rtems/c/src/lib/libbsp/m68k/ChangeLog @ 90014dc2

4.104.115
Last change on this file since 90014dc2 was 90014dc2, checked in by Joel Sherrill <joel.sherrill@…>, on 09/16/08 at 19:03:51

2008-09-16 Joel Sherrill <joel.sherrill@…>

  • shared/m68kbspgetworkarea.c: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
  • shared/m68kpretaskinghook.c: Removed.
  • Property mode set to 100644
File size: 11.1 KB
Line 
12008-09-16      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * shared/m68kbspgetworkarea.c: Add use of bsp_get_work_area() in its
4        own file and rely on BSP Framework to perform more initialization.
5        Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h.
6        * shared/m68kpretaskinghook.c: Removed.
7
82008-09-06      Ralf Corsépius <ralf.corsepius@rtems.org>
9
10        * shared/gdbstub/m68k-stub.c: Convert to "bool".
11
122008-08-30      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * acinclude.m4: Add mcf52235 and mcf5329. Regenerate.
15
162008-08-19      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * shared/m68kbspgetworkarea.c: Move extern of global symbols from
19        linkcmds outside function.
20
212008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * shared/bspspuriousinit.c: Add missing prototypes.
24
252008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
26
27        * shared/m68kbspgetworkarea.c: Changed bsp_get_workarea() to
28        bsp_get_work_area() and added support for an optional separate heap
29        area.
30
312008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
32
33        * acinclude.m4: Regeneration to add new BSPs.
34
352008-07-11      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
36
37        * genmcf548x: added BSP
38
392008-06-27      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * acinclude.m4: Regenerated.
42
432008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
44
45        * mcf5223x/include/mcf5223x.h: New.
46
472008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
48
49        * shared/m68kbspgetworkarea.c: Fix extern type to RamSize.
50        * shared/m68kpretaskinghook.c: Do not handle the RAM allocation if
51        the BSP is handling it.
52        * acinclude.m4: Add the mcf52235 BSP.
53
542008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
55
56        * shared/m68kpretaskinghook.c: Add capability for bootcard.c BSP
57        Initialization Framework to ask the BSP where it has memory for the
58        RTEMS Workspace and C Program Heap. These collectively are referred
59        to as work area. If the BSP supports this, then it does not have to
60        include code to split the available memory between the two areas.
61        This reduces the amount of code in the BSP specific bspstart.c file.
62        Additionally, the shared framework can dirty the work area memory.
63        Until most/all BSPs support this new capability, if the BSP supports
64        this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from
65        its configure.ac. When the transition is complete, this autoconf
66        macro can be removed.
67        * shared/m68kbspgetworkarea.c: New file.
68
692007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * shared/m68kpretaskinghook.c: Eliminate copies of the Configuration
72        Table. Use the RTEMS provided accessor macros to obtain configuration
73        fields.
74
752007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
76
77        * dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am,
78        dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am,
79        dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c,
80        dmv152/include/.cvsignore, dmv152/include/bsp.h,
81        dmv152/include/coverhd.h, dmv152/include/tm27.h,
82        dmv152/spurious/spinit.c, dmv152/startup/bspclean.c,
83        dmv152/startup/bspstart.c, dmv152/startup/linkcmds,
84        dmv152/startup/vmeintr.c, dmv152/timer/timer.c,
85        dmv152/timer/timerisr.S: Removed.
86
872007-04-17      Joel Sherrill <joel@OARcorp.com>
88
89        * mcf5206elite/tools/runtest: Do not run pppd.exe from batch mode
90        script.
91
922006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
93
94        * configure.ac: New BUG-REPORT address.
95
962006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
97
98        * configure.ac: Require autoconf-2.60. Require automake-1.10.
99
1002005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * Makefile.am: Merge-in shared/Makefile.am.
103        * ChangeLog: Merge-in shared/ChangeLog.
104        * configure.ac: Remove shared/Makefile.am.
105
1062005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
107
108        * acinclude.m4: Add the av5282 BSP.
109
1102005-06-17      Joel Sherrill <joel@OARcorp.com>
111
112        * acinclude.m4: Added mcf5235.
113
1142005-02-11      Joel Sherrill <joel@OARcorp.com>
115
116        * shared/m68kpretaskinghook.c: Correct type of symbols from linkcmds
117        to compile with gcc 4.x.
118
1192005-01-28      Eric Norum <norume@aps.anl.gov>
120
121        * shared/m68kpretaskinghook.c: Work around agressive optimizing
122        compilers.
123
1242004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * configure.ac: Require automake > 1.9.
127
1282004-08-03      Jay Monkman <jtm@lopingdog.com>
129
130        * acinclude.m4: Added CSB360 BSP
131        * csb360/.cvsignore, csb360/ChangeLog, csb360/Makefile.am,
132        csb360/README, csb360/bsp_specs, csb360/configure.ac, csb360/times,
133        csb360/console/.cvsignore, csb360/console/console-io.c,
134        csb360/include/.cvsignore, csb360/include/bsp.h,
135        csb360/include/coverhd.h, csb360/include/tm27.h,
136        csb360/network/network.c, csb360/start/.cvsignore,
137        csb360/start/start.S, csb360/startup/.cvsignore,
138        csb360/startup/bspclean.c, csb360/startup/bspstart.c,
139        csb360/startup/init5272.c, csb360/startup/linkcmds: New files.
140
1412004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
144
1452004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
146
147        * shared/bspspuriousinit.c: Convert to using c99 fixed size types.
148
1492004-03-05      Joel Sherrill <joel@OARcorp.com>
150
151        PR 505/bsps
152        * shared/setvec.c: Rework to remove punned pointer warning generated
153        by gcc 3.3 and newer.
154
1552004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
158        * acinclude.m4: Regenerate.
159
1602004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * shared/Makefile.am: Remove gdbstub/rtems-stub-glue.c
163        (Non-existent)
164
1652004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
168        $(RTEMS_BSP_FAMILY).
169
1702004-01-07      Joel Sherrill <joel@OARcorp.com>
171
172        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
173        users of these boards so we are removing them.
174        * efi332/.cvsignore, efi332/ChangeLog, efi332/Makefile.am,
175        efi332/README, efi332/bsp_specs, efi332/configure.ac, efi332/times,
176        efi332/clock/.cvsignore, efi332/clock/Makefile.am,
177        efi332/clock/ckinit.c, efi332/console/.cvsignore,
178        efi332/console/Makefile.am, efi332/console/console.c,
179        efi332/include/.cvsignore, efi332/include/bsp.h,
180        efi332/include/efi332.h, efi332/misc/dotests, efi332/misc/gdbinit68,
181        efi332/misc/interr.c, efi332/spurious/.cvsignore,
182        efi332/spurious/Makefile.am, efi332/spurious/spinit.c,
183        efi332/start/.cvsignore, efi332/start/Makefile.am,
184        efi332/start/except_vect_332_ROM.S, efi332/start/ram_init.ld,
185        efi332/start/ram_init.sed, efi332/start/start.c,
186        efi332/startup/.cvsignore, efi332/startup/Makefile.am,
187        efi332/startup/bspclean.c, efi332/startup/bspstart.c,
188        efi332/startup/linkcmds, efi332/startup/linkcmds_ROM,
189        efi332/timer/.cvsignore, efi332/timer/Makefile.am,
190        efi332/timer/timer.c, efi332/wrapup/.cvsignore,
191        efi332/wrapup/Makefile.am, efi68k/.cvsignore, efi68k/ChangeLog,
192        efi68k/Makefile.am, efi68k/README, efi68k/bsp_specs,
193        efi68k/configure.ac, efi68k/times, efi68k/clock/.cvsignore,
194        efi68k/clock/Makefile.am, efi68k/clock/ckinit.c,
195        efi68k/console/.cvsignore, efi68k/console/Makefile.am,
196        efi68k/console/console.c, efi68k/include/.cvsignore,
197        efi68k/include/16550.h, efi68k/include/DP8570A.h,
198        efi68k/include/bsp.h, efi68k/include/efi68k.h,
199        efi68k/spurious/.cvsignore, efi68k/spurious/Makefile.am,
200        efi68k/spurious/spinit.c, efi68k/start/.cvsignore,
201        efi68k/start/start.c, efi68k/startup/.cvsignore,
202        efi68k/startup/Makefile.am, efi68k/startup/bspclean.c,
203        efi68k/startup/bspstart.c, efi68k/startup/efi68k_tcp.c,
204        efi68k/startup/efi68k_wd.c, efi68k/startup/linkcmds,
205        efi68k/startup/m68k-stub.c, efi68k/startup/setvec.c,
206        efi68k/timer/.cvsignore, efi68k/timer/Makefile.am,
207        efi68k/timer/timer.c, efi68k/wrapup/.cvsignore,
208        efi68k/wrapup/Makefile.am: Removed.
209        * acinclude.m4: Remove efi68k and efi332 references as they are no
210        longer in the tree.
211
2122003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
215
2162003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * shared/Makefile.am: Cosmetics.
219
2202003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * shared/Makefile.am: merge-in gdbstub/Makefile.am. Add stray files
223        bspspuriousinit.c, m68000spurious.c.
224        * shared/gdbstub/Makefile.am: Remove.
225        * configure.ac: Remove shared/gdbstub/Makefile.
226
2272003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * shared/Makefile.am: Cosmetics. Add mvme/mvme16x_hw.h. Add
230        mvme/mvme16x_hw.h.
231
2322003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * acinclude.m4: Reflect changes to bootstrap.
235        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
236
2372003-09-04      Joel Sherrill <joel@OARcorp.com>
238
239        * shared/bspspuriousinit.c, shared/m68000spurious.c,
240        shared/m68kpretaskinghook.c, shared/setvec.c, shared/start.S,
241        shared/mvme/mvme16x_hw.h: URL for license changed.
242
2432003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * Makefile.am: Reflect having moved aclocal/.
246
2472003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
250
2512003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Use rtems-bugs@rtems.com as bug report email
254        address.
255
2562003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * configure.ac: Remove AC_CONFIG_AUX_DIR.
259
2602003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
263        * configure.ac: AC_PREREQ(2.57).
264
2652002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
268
2692002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
272
2732002-06-25      Joel Sherrill <joel@OARcorp.com>
274
275        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
276        support to the shared gdb stub glue thus adding a directory.
277        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
278        support to the shared gdb stub glue thus adding a directory.
279        * shared/gdbstub: New directory.
280        * configure.ac, shared/Makefile.am: Modified to reflect above.
281
2822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
286        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
287
2882002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * shared/bspspuriousinit.c, shared/m68000spurious.c: Include
291        rtems/bspIo.h instead of bspIo.h.
292
2932001-10-26      Joel Sherrill <joel@OARcorp.com>
294
295        * acinclude.m4: Added mcf5206elite.
296
2972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
300        * configure.ac: New file, generated from configure.in by autoupdate.
301        * configure.in: Remove.
302
3032001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * acinclude.m4: New file.
306        * configure.in: Use RTEMS_BSP_SUBDIR.
307
3082000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
311
3122000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
315        $(RTEMS_TOPdir)/aclocal.
316
3172000-11-01      Joel Sherrill <joel@OARcorp.com>
318
319        * shared/shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h,
320        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
321        now must be referenced as <rtems/XXX.h>.   Header file order was
322        cleaned up while doing this.
323
3242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
327        GNU canonicalization.
328
3292000-08-10      Joel Sherrill <joel@OARcorp.com>
330
331        * ChangeLog, shared/ChangeLog: New file.
332
Note: See TracBrowser for help on using the repository browser.