source: rtems/c/src/lib/libbsp/m68k/ChangeLog @ 6dcf06e

4.104.114.95
Last change on this file since 6dcf06e was d4886a06, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/24/08 at 14:52:55

Changed bsp_get_workarea() to bsp_get_work_area() and
added support for an optional separate heap area.

  • Property mode set to 100644
File size: 10.4 KB
Line 
12008-07-24      Sebastian Huber <sebastian.huber@embedded-brains.de>
2
3        * shared/m68kbspgetworkarea.c: Changed bsp_get_workarea() to
4        bsp_get_work_area() and added support for an optional separate heap
5        area.
6
72008-07-16      Joel Sherrill <joel.sherrill@oarcorp.com>
8
9        * acinclude.m4: Regeneration to add new BSPs.
10
112008-07-11      Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
12
13        * genmcf548x: added BSP
14
152008-06-27      Joel Sherrill <joel.sherrill@OARcorp.com>
16
17        * acinclude.m4: Regenerated.
18
192008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
20
21        * mcf5223x/include/mcf5223x.h: New.
22
232008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
24
25        * shared/m68kbspgetworkarea.c: Fix extern type to RamSize.
26        * shared/m68kpretaskinghook.c: Do not handle the RAM allocation if
27        the BSP is handling it.
28        * acinclude.m4: Add the mcf52235 BSP.
29
302008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * shared/m68kpretaskinghook.c: Add capability for bootcard.c BSP
33        Initialization Framework to ask the BSP where it has memory for the
34        RTEMS Workspace and C Program Heap. These collectively are referred
35        to as work area. If the BSP supports this, then it does not have to
36        include code to split the available memory between the two areas.
37        This reduces the amount of code in the BSP specific bspstart.c file.
38        Additionally, the shared framework can dirty the work area memory.
39        Until most/all BSPs support this new capability, if the BSP supports
40        this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from
41        its configure.ac. When the transition is complete, this autoconf
42        macro can be removed.
43        * shared/m68kbspgetworkarea.c: New file.
44
452007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * shared/m68kpretaskinghook.c: Eliminate copies of the Configuration
48        Table. Use the RTEMS provided accessor macros to obtain configuration
49        fields.
50
512007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
52
53        * dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am,
54        dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am,
55        dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c,
56        dmv152/include/.cvsignore, dmv152/include/bsp.h,
57        dmv152/include/coverhd.h, dmv152/include/tm27.h,
58        dmv152/spurious/spinit.c, dmv152/startup/bspclean.c,
59        dmv152/startup/bspstart.c, dmv152/startup/linkcmds,
60        dmv152/startup/vmeintr.c, dmv152/timer/timer.c,
61        dmv152/timer/timerisr.S: Removed.
62
632007-04-17      Joel Sherrill <joel@OARcorp.com>
64
65        * mcf5206elite/tools/runtest: Do not run pppd.exe from batch mode
66        script.
67
682006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
69
70        * configure.ac: New BUG-REPORT address.
71
722006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
73
74        * configure.ac: Require autoconf-2.60. Require automake-1.10.
75
762005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
77
78        * Makefile.am: Merge-in shared/Makefile.am.
79        * ChangeLog: Merge-in shared/ChangeLog.
80        * configure.ac: Remove shared/Makefile.am.
81
822005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
83
84        * acinclude.m4: Add the av5282 BSP.
85
862005-06-17      Joel Sherrill <joel@OARcorp.com>
87
88        * acinclude.m4: Added mcf5235.
89
902005-02-11      Joel Sherrill <joel@OARcorp.com>
91
92        * shared/m68kpretaskinghook.c: Correct type of symbols from linkcmds
93        to compile with gcc 4.x.
94
952005-01-28      Eric Norum <norume@aps.anl.gov>
96
97        * shared/m68kpretaskinghook.c: Work around agressive optimizing
98        compilers.
99
1002004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * configure.ac: Require automake > 1.9.
103
1042004-08-03      Jay Monkman <jtm@lopingdog.com>
105
106        * acinclude.m4: Added CSB360 BSP
107        * csb360/.cvsignore, csb360/ChangeLog, csb360/Makefile.am,
108        csb360/README, csb360/bsp_specs, csb360/configure.ac, csb360/times,
109        csb360/console/.cvsignore, csb360/console/console-io.c,
110        csb360/include/.cvsignore, csb360/include/bsp.h,
111        csb360/include/coverhd.h, csb360/include/tm27.h,
112        csb360/network/network.c, csb360/start/.cvsignore,
113        csb360/start/start.S, csb360/startup/.cvsignore,
114        csb360/startup/bspclean.c, csb360/startup/bspstart.c,
115        csb360/startup/init5272.c, csb360/startup/linkcmds: New files.
116
1172004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
120
1212004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * shared/bspspuriousinit.c: Convert to using c99 fixed size types.
124
1252004-03-05      Joel Sherrill <joel@OARcorp.com>
126
127        PR 505/bsps
128        * shared/setvec.c: Rework to remove punned pointer warning generated
129        by gcc 3.3 and newer.
130
1312004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
134        * acinclude.m4: Regenerate.
135
1362004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * shared/Makefile.am: Remove gdbstub/rtems-stub-glue.c
139        (Non-existent)
140
1412004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
144        $(RTEMS_BSP_FAMILY).
145
1462004-01-07      Joel Sherrill <joel@OARcorp.com>
147
148        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
149        users of these boards so we are removing them.
150        * efi332/.cvsignore, efi332/ChangeLog, efi332/Makefile.am,
151        efi332/README, efi332/bsp_specs, efi332/configure.ac, efi332/times,
152        efi332/clock/.cvsignore, efi332/clock/Makefile.am,
153        efi332/clock/ckinit.c, efi332/console/.cvsignore,
154        efi332/console/Makefile.am, efi332/console/console.c,
155        efi332/include/.cvsignore, efi332/include/bsp.h,
156        efi332/include/efi332.h, efi332/misc/dotests, efi332/misc/gdbinit68,
157        efi332/misc/interr.c, efi332/spurious/.cvsignore,
158        efi332/spurious/Makefile.am, efi332/spurious/spinit.c,
159        efi332/start/.cvsignore, efi332/start/Makefile.am,
160        efi332/start/except_vect_332_ROM.S, efi332/start/ram_init.ld,
161        efi332/start/ram_init.sed, efi332/start/start.c,
162        efi332/startup/.cvsignore, efi332/startup/Makefile.am,
163        efi332/startup/bspclean.c, efi332/startup/bspstart.c,
164        efi332/startup/linkcmds, efi332/startup/linkcmds_ROM,
165        efi332/timer/.cvsignore, efi332/timer/Makefile.am,
166        efi332/timer/timer.c, efi332/wrapup/.cvsignore,
167        efi332/wrapup/Makefile.am, efi68k/.cvsignore, efi68k/ChangeLog,
168        efi68k/Makefile.am, efi68k/README, efi68k/bsp_specs,
169        efi68k/configure.ac, efi68k/times, efi68k/clock/.cvsignore,
170        efi68k/clock/Makefile.am, efi68k/clock/ckinit.c,
171        efi68k/console/.cvsignore, efi68k/console/Makefile.am,
172        efi68k/console/console.c, efi68k/include/.cvsignore,
173        efi68k/include/16550.h, efi68k/include/DP8570A.h,
174        efi68k/include/bsp.h, efi68k/include/efi68k.h,
175        efi68k/spurious/.cvsignore, efi68k/spurious/Makefile.am,
176        efi68k/spurious/spinit.c, efi68k/start/.cvsignore,
177        efi68k/start/start.c, efi68k/startup/.cvsignore,
178        efi68k/startup/Makefile.am, efi68k/startup/bspclean.c,
179        efi68k/startup/bspstart.c, efi68k/startup/efi68k_tcp.c,
180        efi68k/startup/efi68k_wd.c, efi68k/startup/linkcmds,
181        efi68k/startup/m68k-stub.c, efi68k/startup/setvec.c,
182        efi68k/timer/.cvsignore, efi68k/timer/Makefile.am,
183        efi68k/timer/timer.c, efi68k/wrapup/.cvsignore,
184        efi68k/wrapup/Makefile.am: Removed.
185        * acinclude.m4: Remove efi68k and efi332 references as they are no
186        longer in the tree.
187
1882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
191
1922003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * shared/Makefile.am: Cosmetics.
195
1962003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * shared/Makefile.am: merge-in gdbstub/Makefile.am. Add stray files
199        bspspuriousinit.c, m68000spurious.c.
200        * shared/gdbstub/Makefile.am: Remove.
201        * configure.ac: Remove shared/gdbstub/Makefile.
202
2032003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * shared/Makefile.am: Cosmetics. Add mvme/mvme16x_hw.h. Add
206        mvme/mvme16x_hw.h.
207
2082003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * acinclude.m4: Reflect changes to bootstrap.
211        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
212
2132003-09-04      Joel Sherrill <joel@OARcorp.com>
214
215        * shared/bspspuriousinit.c, shared/m68000spurious.c,
216        shared/m68kpretaskinghook.c, shared/setvec.c, shared/start.S,
217        shared/mvme/mvme16x_hw.h: URL for license changed.
218
2192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Reflect having moved aclocal/.
222
2232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
226
2272003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Use rtems-bugs@rtems.com as bug report email
230        address.
231
2322003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Remove AC_CONFIG_AUX_DIR.
235
2362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
239        * configure.ac: AC_PREREQ(2.57).
240
2412002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
244
2452002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
248
2492002-06-25      Joel Sherrill <joel@OARcorp.com>
250
251        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
252        support to the shared gdb stub glue thus adding a directory.
253        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
254        support to the shared gdb stub glue thus adding a directory.
255        * shared/gdbstub: New directory.
256        * configure.ac, shared/Makefile.am: Modified to reflect above.
257
2582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
262        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
263
2642002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * shared/bspspuriousinit.c, shared/m68000spurious.c: Include
267        rtems/bspIo.h instead of bspIo.h.
268
2692001-10-26      Joel Sherrill <joel@OARcorp.com>
270
271        * acinclude.m4: Added mcf5206elite.
272
2732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
276        * configure.ac: New file, generated from configure.in by autoupdate.
277        * configure.in: Remove.
278
2792001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * acinclude.m4: New file.
282        * configure.in: Use RTEMS_BSP_SUBDIR.
283
2842000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
287
2882000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
291        $(RTEMS_TOPdir)/aclocal.
292
2932000-11-01      Joel Sherrill <joel@OARcorp.com>
294
295        * shared/shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h,
296        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
297        now must be referenced as <rtems/XXX.h>.   Header file order was
298        cleaned up while doing this.
299
3002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
303        GNU canonicalization.
304
3052000-08-10      Joel Sherrill <joel@OARcorp.com>
306
307        * ChangeLog, shared/ChangeLog: New file.
308
Note: See TracBrowser for help on using the repository browser.