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

4.104.114.84.95
Last change on this file since 3f0cfc56 was 3f0cfc56, checked in by Joel Sherrill <joel.sherrill@…>, on 03/11/07 at 15:24:18

2007-03-11 Joel Sherrill <joel@…>

  • startup/bspstart.c: Remove assignments of Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default value in boot_card.c
  • Property mode set to 100644
File size: 14.8 KB
Line 
12007-03-11      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/bspstart.c: Remove assignments of
4        Cpu_table.do_zero_of_workspace to TRUE since TRUE is the default
5        value in boot_card.c
6
72006-12-15      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * network/network.c: Use ioctl_command_t as arg in ioctl-functions.
10
112006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
12
13        * configure.ac: New BUG-REPORT address.
14
152006-11-15      Joel Sherrill <joel@OARcorp.com>
16
17        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
18        file and simplified initialization.
19
202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Remove superfluous -DASM.
23
242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * configure.ac: Require autoconf-2.60. Require automake-1.10.
27
282006-02-08      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
31        sections required by newer gcc versions.
32
332006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Add preinstall.am.
36
372005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * include/bsp.h: New header guard.
40
412005-04-26      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/alloc360.c: Eliminate warnings.
44
452005-03-11      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/init68360.c: Add _RomBase declaration.
48
492005-02-11      Joel Sherrill <joel@OARcorp.com>
50
51        * include/bsp.h, startup/init68360.c: Correct type of symbols from
52        linkcmds to compile with gcc 4.x.
53
542005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
57
582005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
59
60        * Makefile.am: Remove build-variant support.
61
622004-11-25      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/linkcmds, startup/linkcmds.bootp, startup/linkcmds.prom: Add
65        new bss sections .bss.* and .gnu.linkonce.b*.
66
672004-10-28      Joel Sherrill <joel@OARcorp.com>
68
69        * startup/linkcmds: Add .gnu.linkonce.b.*.
70
712004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * configure.ac: Require automake > 1.9.
74
752004-05-21      Joel Sherrill <joel@OARcorp.com>
76
77        * network/network.c: Include errno.h as a consequence of recent updates
78        to BSD header files.
79
802004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        PR 610/bsps
83        * Makefile.am: Add include/tm27.h, Cosmetics.
84        * include/tm27.h: Final cosmetics.
85
862004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * include/bsp.h: Split out tmtest27 support.
89        * include/tm27.h: New.
90
912004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
92
93        PR 613/bsps
94        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
95
962004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        PR 614/bsps
99        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
100
1012004-04-03      Ralf Corsepiu <ralf_corsepiu@rtems.org>
102
103        * c/src/lib/libbsp/m68k/gen68360/clock/clock.c,
104        c/src/lib/libbsp/m68k/gen68360/console/console.c,
105        c/src/lib/libbsp/m68k/gen68360/console/consolereserveresources.c,
106        c/src/lib/libbsp/m68k/gen68360/network/network.c,
107        c/src/lib/libbsp/m68k/gen68360/startup/alloc360.c,
108        c/src/lib/libbsp/m68k/gen68360/startup/init68360.c,
109        c/src/lib/libbsp/m68k/gen68360/timer/timer.c: Include
110        <rtems/m68k/m68360.h> instead of <m68360.h>.
111
1122004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
113
114        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
115
1162004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
117
118        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
119        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
120        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
121
1222004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
123
124        * include/bsp.h, network/network.c, startup/bspstart.c,
125        startup/init68360.c, timer/timer.c: Convert to using c99 fixed size
126        types.
127
1282004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Reflect changes to bsp.am.
131        Preinstall dist_project_lib*.
132
1332004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Reflect changes to bsp.am.
136
1372004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
140
1412004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Pickup files from ../../m68k/shared instead of
144        ../shared. Reformat.
145
1462004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
149
1502004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        PR 562/bsps
153        * Makefile.am: Remove references to m68k-gdbstub.c,
154        rtems-gdbstub-glue.c.
155
156        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
157        network/Makefile.am, startup/Makefile.am, timer/Makefile.am.
158        Use automake-compilation rules.
159        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
160        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am:
161        Remove.
162        * configure.ac: Reflect changes above.
163
1642004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Add PREINSTALL_DIRS.
167        * wrapup/Makefile.am: Reflect changes to libcpu.
168
1692004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
172        * configure.ac: Add AM_CONDITIONAL(HAS_FPSP).
173        * wrapup/Makefile.am: Reflect changes to libcpu.
174
1752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
178        Add PRE/TMPINSTALL_FILES to CLEANFILES.
179        * startup/Makefile.am: Ditto.
180
1812004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * start/Makefile.am: Remove.
184        * Makefile.am: Merge-in start/Makefile.am.
185        * configure.ac: Reflect changes above.
186
1872004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * wrapup/Makefile.am: Eliminate $(LIB).
190        Use noinst_DATA to trigger building libbsp.a.
191
1922003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
195        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
196
1972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
200        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
201
2022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
205
2062003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * start/Makefile.am: Misc cleanups and fixes.
209        * startup/Makefile.am: Misc cleanups and fixes.
210        * wrapup/Makefile.am: Misc cleanups and fixes.
211
2122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Add preinstallation dirstamp support.
215        * clock/Makefile.am: Cosmetics.
216        * console/Makefile.am: Cosmetics.
217        * network/Makefile.am: Cosmetics.
218        * startup/Makefile.am: Cosmetics.
219        * timer/Makefile.am: Cosmetics.
220        * wrapup/Makefile.am: Cosmetics.
221
2222003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * clock/Makefile.am: Remove all-local: $(ARCH).
225        * console/Makefile.am: Remove all-local: $(ARCH).
226        * network/Makefile.am: Remove all-local: $(ARCH).
227        * start/Makefile.am: Remove all-local: $(ARCH).
228        * startup/Makefile.am: Remove all-local: $(ARCH).
229        * timer/Makefile.am: Remove all-local: $(ARCH).
230        * wrapup/Makefile.am: Remove all-local: $(ARCH).
231
2322003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: Merge-in include/Makefile.am.
235        Reflect changes to bsp.am.
236        * include/Makefile.am: Remove.
237        * configure.ac: Reflect changes above.
238
2392003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * bsp_specs: Remove *lib:.
242
2432003-09-04      Joel Sherrill <joel@OARcorp.com>
244
245        * console/console.c, console/consolereserveresources.c, include/bsp.h,
246        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
247        URL for license changed.
248
2492003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * Makefile.am: Reflect having moved aclocal/.
252
2532003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * Makefile.am: Reflect having moved automake/.
256        * clock/Makefile.am: Reflect having moved automake/.
257        * console/Makefile.am: Reflect having moved automake/.
258        * include/Makefile.am: Reflect having moved automake/.
259        * network/Makefile.am: Reflect having moved automake/.
260        * start/Makefile.am: Reflect having moved automake/.
261        * startup/Makefile.am: Reflect having moved automake/.
262        * timer/Makefile.am: Reflect having moved automake/.
263        * wrapup/Makefile.am: Reflect having moved automake/.
264
2652003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        PR 452/bsps
268        * startup/Makefile.am: Remove USE_INIT_FINI.
269
2702003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
273
2742003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        PR 445/bsps
277        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
278        Remove cpp, old_cpp (now unused).
279
2802003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Remove AC_CONFIG_AUX_DIR.
283
2842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
287
2882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: AC_PREREQ(2.57).
291
2922003-01-20      Joel Sherrill <joel@OARcorp.com>
293
294        * startup/linkcmds*: Add FreeBSD sysctl() sections.
295
2962002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
300        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
301        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
302        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
303        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
304
3052002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * start/Makefile.am: Use install-data-local to install startfile.
308
3092002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
312
3132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * .cvsignore: Reformat.
316        Add autom4te*cache.
317        Remove autom4te.cache.
318
3192002-08-21      Joel Sherrill <joel@OARcorp.com>
320
321        * wrapup/Makefile.am: PR217 required that the idle task be moved to
322        libcpu so it could be more acutely aware of the CPU model.  This
323        file was modified to pick up the idle task from there.
324
3252002-08-21      Joel Sherrill <joel@OARcorp.com>
326
327        * bsp_specs: Added support for -nostdlibs.
328
3292002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
333        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
335        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
336        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
337        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
338
3392002-08-05      Joel Sherrill <joel@OARcorp.com>
340
341        * Per PR260 eliminate use of make-target-options.  This impacted
342        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
343        SuperCore and required that the m68k optimized memcpy be moved
344        to libcpu.
345        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
346
3472002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * start/Makefile.am: Eliminate PGM.
350        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
351
3522002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
355        linkcmds.bootp.
356
3572002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
360        Remove $(OBJS) from all-local.
361
3622002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
365
3662002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
367
368        * startup/Makefile.am: Compile the m68k gdb stub and glue.
369
3702002-05-14      Eric Norum <eric.norum@usask.ca>
371
372        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
373        sections needed by gcc 3.1.  linkcmds had already been fixed on
374        a gcc 3.1 clean up sweep.
375
3762001-05-09      Joel Sherrill <joel@OARcorp.com>
377
378        * startup/linkcmds: In support of gcc 3.1, added one of more
379        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
380        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
381        and direction of segments to memory regions may also have been
382        addressed.  This was a sweep across all BSPs.
383 
3842002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac:
387        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
388        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
389        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
390        * Makefile.am: Remove AUTOMAKE_OPTIONS.
391        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
392        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
393        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
394        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
395        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
396        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
397        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
398
3992001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
402
4032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
406        * configure.in: Remove.
407        * configure.ac: New file, generated from configure.in by autoupdate.
408
4092001-09-27      Joel Sherrill <joel@OARcorp.com>
410
411        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
412
4132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
416
4172001-09-14      Eric Norum <eric.norum@usask.ca>
418
419        * startup/init68360.c: Modifications to make gcc 3.x happy.
420
4212001-09-19      Eric Norum <eric.norum@usask.ca>
422
423        * README: Bring it more in line with reality.
424
4252001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * configure.in: Add bspopts.h.
428        * include/.cvsignore: Add bspopts.h*, stamp-h*.
429        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
430        * include/bsp.h: Include bspopts.h.
431
4322001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
433
434        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
435
4362001-01-12      Eric Norum <eric.norum@usask.ca>
437
438        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
439        Clock driver updated to use shell driver mechanism.
440        * clock/ckinit.c: Removed.
441        * clock/clock.c: New file.
442
4432000-12-19      Joel Sherrill <joel@OARcorp.com>
444
445        * Makefile.am: Removed unneeded blank line.
446
4472000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
450
4512000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
454
4552000-11-01      Joel Sherrill <joel@OARcorp.com>
456
457        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
458        and libcsupport.h moved from libc to lib/include/rtems and
459        now must be referenced as <rtems/XXX.h>.   Header file order
460        was cleaned up while doing this.
461
4622000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
465        Switch to GNU canonicalization.
466
4672000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
468
469        * startup/linkcmds: Added lines so DWARF debug information
470        would be available.  Otherwise gdb complains that the offsets
471        for the debug info are incorrect and doesn't load the files.
472
4732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
474
475        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
476        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
477        wrapup/Makefile.am: Include compile.am
478
4792000-08-10      Joel Sherrill <joel@OARcorp.com>
480
481        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.