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

4.104.114.95
Last change on this file since 6b56ec3 was eaaade2, checked in by Chris Johns <chrisj@…>, on 06/19/08 at 05:46:45

2008-06-19 Matthew Riek <matthew.riek@…>

  • mcf5223x/include/mcf5223x.h: New.
  • Property mode set to 100644
File size: 9.9 KB
Line 
12008-06-19      Matthew Riek <matthew.riek@ibiscomputer.com.au>
2
3        * mcf5223x/include/mcf5223x.h: New.
4
52008-06-10      Matthew Riek <matthew.riek@ibiscomputer.com.au>
6
7        * shared/m68kbspgetworkarea.c: Fix extern type to RamSize.
8        * shared/m68kpretaskinghook.c: Do not handle the RAM allocation if
9        the BSP is handling it.
10        * acinclude.m4: Add the mcf52235 BSP.
11
122008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
13
14        * shared/m68kpretaskinghook.c: Add capability for bootcard.c BSP
15        Initialization Framework to ask the BSP where it has memory for the
16        RTEMS Workspace and C Program Heap. These collectively are referred
17        to as work area. If the BSP supports this, then it does not have to
18        include code to split the available memory between the two areas.
19        This reduces the amount of code in the BSP specific bspstart.c file.
20        Additionally, the shared framework can dirty the work area memory.
21        Until most/all BSPs support this new capability, if the BSP supports
22        this, it should call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from
23        its configure.ac. When the transition is complete, this autoconf
24        macro can be removed.
25        * shared/m68kbspgetworkarea.c: New file.
26
272007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
28
29        * shared/m68kpretaskinghook.c: Eliminate copies of the Configuration
30        Table. Use the RTEMS provided accessor macros to obtain configuration
31        fields.
32
332007-05-11      Joel Sherrill <joel.sherrill@oarcorp.com>
34
35        * dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am,
36        dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am,
37        dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c,
38        dmv152/include/.cvsignore, dmv152/include/bsp.h,
39        dmv152/include/coverhd.h, dmv152/include/tm27.h,
40        dmv152/spurious/spinit.c, dmv152/startup/bspclean.c,
41        dmv152/startup/bspstart.c, dmv152/startup/linkcmds,
42        dmv152/startup/vmeintr.c, dmv152/timer/timer.c,
43        dmv152/timer/timerisr.S: Removed.
44
452007-04-17      Joel Sherrill <joel@OARcorp.com>
46
47        * mcf5206elite/tools/runtest: Do not run pppd.exe from batch mode
48        script.
49
502006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
51
52        * configure.ac: New BUG-REPORT address.
53
542006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * configure.ac: Require autoconf-2.60. Require automake-1.10.
57
582005-10-17      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Merge-in shared/Makefile.am.
61        * ChangeLog: Merge-in shared/ChangeLog.
62        * configure.ac: Remove shared/Makefile.am.
63
642005-08-17      Mike Bertosh <mbertosh@motioncontrol.org>
65
66        * acinclude.m4: Add the av5282 BSP.
67
682005-06-17      Joel Sherrill <joel@OARcorp.com>
69
70        * acinclude.m4: Added mcf5235.
71
722005-02-11      Joel Sherrill <joel@OARcorp.com>
73
74        * shared/m68kpretaskinghook.c: Correct type of symbols from linkcmds
75        to compile with gcc 4.x.
76
772005-01-28      Eric Norum <norume@aps.anl.gov>
78
79        * shared/m68kpretaskinghook.c: Work around agressive optimizing
80        compilers.
81
822004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * configure.ac: Require automake > 1.9.
85
862004-08-03      Jay Monkman <jtm@lopingdog.com>
87
88        * acinclude.m4: Added CSB360 BSP
89        * csb360/.cvsignore, csb360/ChangeLog, csb360/Makefile.am,
90        csb360/README, csb360/bsp_specs, csb360/configure.ac, csb360/times,
91        csb360/console/.cvsignore, csb360/console/console-io.c,
92        csb360/include/.cvsignore, csb360/include/bsp.h,
93        csb360/include/coverhd.h, csb360/include/tm27.h,
94        csb360/network/network.c, csb360/start/.cvsignore,
95        csb360/start/start.S, csb360/startup/.cvsignore,
96        csb360/startup/bspclean.c, csb360/startup/bspstart.c,
97        csb360/startup/init5272.c, csb360/startup/linkcmds: New files.
98
992004-04-02      Ralf Corsepius <ralf.corsepius@rtems.org>
100
101        * shared/start.S: Include <rtems/asm.h> instead of <asm.h>.
102
1032004-03-31      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * shared/bspspuriousinit.c: Convert to using c99 fixed size types.
106
1072004-03-05      Joel Sherrill <joel@OARcorp.com>
108
109        PR 505/bsps
110        * shared/setvec.c: Rework to remove punned pointer warning generated
111        by gcc 3.3 and newer.
112
1132004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: RTEMS_CHECK_BSPDIR([$RTEMS_BSP_FAMILY]).
116        * acinclude.m4: Regenerate.
117
1182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * shared/Makefile.am: Remove gdbstub/rtems-stub-glue.c
121        (Non-existent)
122
1232004-01-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of
126        $(RTEMS_BSP_FAMILY).
127
1282004-01-07      Joel Sherrill <joel@OARcorp.com>
129
130        Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
131        users of these boards so we are removing them.
132        * efi332/.cvsignore, efi332/ChangeLog, efi332/Makefile.am,
133        efi332/README, efi332/bsp_specs, efi332/configure.ac, efi332/times,
134        efi332/clock/.cvsignore, efi332/clock/Makefile.am,
135        efi332/clock/ckinit.c, efi332/console/.cvsignore,
136        efi332/console/Makefile.am, efi332/console/console.c,
137        efi332/include/.cvsignore, efi332/include/bsp.h,
138        efi332/include/efi332.h, efi332/misc/dotests, efi332/misc/gdbinit68,
139        efi332/misc/interr.c, efi332/spurious/.cvsignore,
140        efi332/spurious/Makefile.am, efi332/spurious/spinit.c,
141        efi332/start/.cvsignore, efi332/start/Makefile.am,
142        efi332/start/except_vect_332_ROM.S, efi332/start/ram_init.ld,
143        efi332/start/ram_init.sed, efi332/start/start.c,
144        efi332/startup/.cvsignore, efi332/startup/Makefile.am,
145        efi332/startup/bspclean.c, efi332/startup/bspstart.c,
146        efi332/startup/linkcmds, efi332/startup/linkcmds_ROM,
147        efi332/timer/.cvsignore, efi332/timer/Makefile.am,
148        efi332/timer/timer.c, efi332/wrapup/.cvsignore,
149        efi332/wrapup/Makefile.am, efi68k/.cvsignore, efi68k/ChangeLog,
150        efi68k/Makefile.am, efi68k/README, efi68k/bsp_specs,
151        efi68k/configure.ac, efi68k/times, efi68k/clock/.cvsignore,
152        efi68k/clock/Makefile.am, efi68k/clock/ckinit.c,
153        efi68k/console/.cvsignore, efi68k/console/Makefile.am,
154        efi68k/console/console.c, efi68k/include/.cvsignore,
155        efi68k/include/16550.h, efi68k/include/DP8570A.h,
156        efi68k/include/bsp.h, efi68k/include/efi68k.h,
157        efi68k/spurious/.cvsignore, efi68k/spurious/Makefile.am,
158        efi68k/spurious/spinit.c, efi68k/start/.cvsignore,
159        efi68k/start/start.c, efi68k/startup/.cvsignore,
160        efi68k/startup/Makefile.am, efi68k/startup/bspclean.c,
161        efi68k/startup/bspstart.c, efi68k/startup/efi68k_tcp.c,
162        efi68k/startup/efi68k_wd.c, efi68k/startup/linkcmds,
163        efi68k/startup/m68k-stub.c, efi68k/startup/setvec.c,
164        efi68k/timer/.cvsignore, efi68k/timer/Makefile.am,
165        efi68k/timer/timer.c, efi68k/wrapup/.cvsignore,
166        efi68k/wrapup/Makefile.am: Removed.
167        * acinclude.m4: Remove efi68k and efi332 references as they are no
168        longer in the tree.
169
1702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
173
1742003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * shared/Makefile.am: Cosmetics.
177
1782003-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * shared/Makefile.am: merge-in gdbstub/Makefile.am. Add stray files
181        bspspuriousinit.c, m68000spurious.c.
182        * shared/gdbstub/Makefile.am: Remove.
183        * configure.ac: Remove shared/gdbstub/Makefile.
184
1852003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * shared/Makefile.am: Cosmetics. Add mvme/mvme16x_hw.h. Add
188        mvme/mvme16x_hw.h.
189
1902003-10-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * acinclude.m4: Reflect changes to bootstrap.
193        * configure.ac: Remove RTEMS_CHECK_CUSTON_BSP.
194
1952003-09-04      Joel Sherrill <joel@OARcorp.com>
196
197        * shared/bspspuriousinit.c, shared/m68000spurious.c,
198        shared/m68kpretaskinghook.c, shared/setvec.c, shared/start.S,
199        shared/mvme/mvme16x_hw.h: URL for license changed.
200
2012003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Reflect having moved aclocal/.
204
2052003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am, shared/Makefile.am: Reflect having moved automake/.
208
2092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Use rtems-bugs@rtems.com as bug report email
212        address.
213
2142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Remove AC_CONFIG_AUX_DIR.
217
2182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
221        * configure.ac: AC_PREREQ(2.57).
222
2232002-12-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove RTEMS_CHECK_BSP_CACHE.
226
2272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
230
2312002-06-25      Joel Sherrill <joel@OARcorp.com>
232
233        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
234        support to the shared gdb stub glue thus adding a directory.
235        * Thomas Doerfler <Thomas.Doerfler@imd-systems.de> added m68k
236        support to the shared gdb stub glue thus adding a directory.
237        * shared/gdbstub: New directory.
238        * configure.ac, shared/Makefile.am: Modified to reflect above.
239
2402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am, shared/Makefile.am: Remove AUTOMAKE_OPTIONS.
243        * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
244        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
245
2462002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * shared/bspspuriousinit.c, shared/m68000spurious.c: Include
249        rtems/bspIo.h instead of bspIo.h.
250
2512001-10-26      Joel Sherrill <joel@OARcorp.com>
252
253        * acinclude.m4: Added mcf5206elite.
254
2552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
258        * configure.ac: New file, generated from configure.in by autoupdate.
259        * configure.in: Remove.
260
2612001-10-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * acinclude.m4: New file.
264        * configure.in: Use RTEMS_BSP_SUBDIR.
265
2662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
269
2702000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I
273        $(RTEMS_TOPdir)/aclocal.
274
2752000-11-01      Joel Sherrill <joel@OARcorp.com>
276
277        * shared/shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h,
278        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
279        now must be referenced as <rtems/XXX.h>.   Header file order was
280        cleaned up while doing this.
281
2822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros. Switch to
285        GNU canonicalization.
286
2872000-08-10      Joel Sherrill <joel@OARcorp.com>
288
289        * ChangeLog, shared/ChangeLog: New file.
290
Note: See TracBrowser for help on using the repository browser.