source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ cb33a86f

4.104.114.84.95
Last change on this file since cb33a86f was cb33a86f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:20:52
  • start/start.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
4
52004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
8        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
9        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
10
112004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h, network/network.c, startup/bspstart.c,
14        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
15        types.
16
172004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Reflect changes to bsp.am.
20        Preinstall dist_project_lib*.
21
222004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect changes to bsp.am.
25
262004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
29
302004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Pickup files from ../../m68k/shared instead of
33        ../shared. Reformat.
34
352004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
38
392004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        PR 562/bsps
42        * Makefile.am: Remove references to m68k-gdbstub.c,
43        rtems-gdbstub-glue.c.
44
45        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
46        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
47        Use automake-compilation rules.
48        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
49        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
50        Remove.
51        * configure.ac: Reflect changes above.
52
532004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Add PREINSTALL_DIRS.
56        * wrapup/Makefile.am: Reflect changes to libcpu.
57
582004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
61        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
62        * wrapup/Makefile.am: Reflect changes to libcpu.
63
642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
67        Add PRE/TMPINSTALL_FILES to CLEANFILES.
68        * startup/Makefile.am: Ditto.
69
702004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Remove.
73        * Makefile.am: Merge-in start/Makefile.am.
74        * configure.ac: Reflect changes above.
75
762004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Eliminate $(LIB).
79        Use noinst_DATA to trigger building libbsp.a.
80
812003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
84        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
85
862003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
89        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
90
912003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
94
952003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * start/Makefile.am: Misc cleanups and fixes.
98        * startup/Makefile.am: Misc cleanups and fixes.
99        * wrapup/Makefile.am: Misc cleanups and fixes.
100
1012003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Add preinstallation dirstamp support.
104        * clock/Makefile.am: Cosmetics.
105        * console/Makefile.am: Cosmetics.
106        * network/Makefile.am: Cosmetics.
107        * startup/Makefile.am: Cosmetics.
108        * timer/Makefile.am: Cosmetics.
109        * wrapup/Makefile.am: Cosmetics.
110
1112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * clock/Makefile.am: Remove all-local: $(ARCH).
114        * console/Makefile.am: Remove all-local: $(ARCH).
115        * network/Makefile.am: Remove all-local: $(ARCH).
116        * start/Makefile.am: Remove all-local: $(ARCH).
117        * startup/Makefile.am: Remove all-local: $(ARCH).
118        * timer/Makefile.am: Remove all-local: $(ARCH).
119        * wrapup/Makefile.am: Remove all-local: $(ARCH).
120
1212003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Merge-in include/Makefile.am.
124        Reflect changes to bsp.am.
125        * include/Makefile.am: Remove.
126        * configure.ac: Reflect changes above.
127
1282003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * bsp_specs: Remove *lib:.
131
1322003-09-04      Joel Sherrill <joel@OARcorp.com>
133
134        * console/console.c, console/consolereserveresources.c, include/bsp.h,
135        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
136        URL for license changed.
137
1382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Reflect having moved aclocal/.
141
1422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * Makefile.am: Reflect having moved automake/.
145        * clock/Makefile.am: Reflect having moved automake/.
146        * console/Makefile.am: Reflect having moved automake/.
147        * include/Makefile.am: Reflect having moved automake/.
148        * network/Makefile.am: Reflect having moved automake/.
149        * start/Makefile.am: Reflect having moved automake/.
150        * startup/Makefile.am: Reflect having moved automake/.
151        * timer/Makefile.am: Reflect having moved automake/.
152        * wrapup/Makefile.am: Reflect having moved automake/.
153
1542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        PR 452/bsps
157        * startup/Makefile.am: Remove USE_INIT_FINI.
158
1592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
162
1632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        PR 445/bsps
166        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
167        Remove cpp, old_cpp (now unused).
168
1692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Remove AC_CONFIG_AUX_DIR.
172
1732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
176
1772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: AC_PREREQ(2.57).
180
1812003-01-20      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/linkcmds*: Add FreeBSD sysctl() sections.
184
1852002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193
1942002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * start/Makefile.am: Use install-data-local to install startfile.
197
1982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201
2022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * .cvsignore: Reformat.
205        Add autom4te*cache.
206        Remove autom4te.cache.
207
2082002-08-21      Joel Sherrill <joel@OARcorp.com>
209
210        * wrapup/Makefile.am: PR217 required that the idle task be moved to
211        libcpu so it could be more acutely aware of the CPU model.  This
212        file was modified to pick up the idle task from there.
213
2142002-08-21      Joel Sherrill <joel@OARcorp.com>
215
216        * bsp_specs: Added support for -nostdlibs.
217
2182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
227
2282002-08-05      Joel Sherrill <joel@OARcorp.com>
229
230        * Per PR260 eliminate use of make-target-options.  This impacted
231        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
232        SuperCore and required that the m68k optimized memcpy be moved
233        to libcpu.
234        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
235
2362002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * start/Makefile.am: Eliminate PGM.
239        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
240
2412002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
244        linkcmds.bootp.
245
2462002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
249        Remove $(OBJS) from all-local.
250
2512002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
254
2552002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
256
257        * startup/Makefile.am: Compile the m68k gdb stub and glue.
258
2592002-05-14      Eric Norum <eric.norum@usask.ca>
260
261        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
262        sections needed by gcc 3.1.  linkcmds had already been fixed on
263        a gcc 3.1 clean up sweep.
264
2652001-05-09      Joel Sherrill <joel@OARcorp.com>
266
267        * startup/linkcmds: In support of gcc 3.1, added one of more
268        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
269        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
270        and direction of segments to memory regions may also have been
271        addressed.  This was a sweep across all BSPs.
272 
2732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac:
276        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
277        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
278        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
287
2882001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
291
2922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
295        * configure.in: Remove.
296        * configure.ac: New file, generated from configure.in by autoupdate.
297
2982001-09-27      Joel Sherrill <joel@OARcorp.com>
299
300        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
301
3022001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
305
3062001-09-14      Eric Norum <eric.norum@usask.ca>
307
308        * startup/init68360.c: Modifications to make gcc 3.x happy.
309
3102001-09-19      Eric Norum <eric.norum@usask.ca>
311
312        * README: Bring it more in line with reality.
313
3142001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.in: Add bspopts.h.
317        * include/.cvsignore: Add bspopts.h*, stamp-h*.
318        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
319        * include/bsp.h: Include bspopts.h.
320
3212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
322
323        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
324
3252001-01-12      Eric Norum <eric.norum@usask.ca>
326
327        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
328        Clock driver updated to use shell driver mechanism.
329        * clock/ckinit.c: Removed.
330        * clock/clock.c: New file.
331
3322000-12-19      Joel Sherrill <joel@OARcorp.com>
333
334        * Makefile.am: Removed unneeded blank line.
335
3362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
339
3402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
343
3442000-11-01      Joel Sherrill <joel@OARcorp.com>
345
346        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
347        and libcsupport.h moved from libc to lib/include/rtems and
348        now must be referenced as <rtems/XXX.h>.   Header file order
349        was cleaned up while doing this.
350
3512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
354        Switch to GNU canonicalization.
355
3562000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
357
358        * startup/linkcmds: Added lines so DWARF debug information
359        would be available.  Otherwise gdb complains that the offsets
360        for the debug info are incorrect and doesn't load the files.
361
3622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
365        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
366        wrapup/Makefile.am: Include compile.am
367
3682000-08-10      Joel Sherrill <joel@OARcorp.com>
369
370        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.