source: rtems/c/src/lib/libbsp/m68k/gen68340/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: 13.3 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-02      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * configure.ac: New BUG-REPORT address.
10
112006-11-15      Joel Sherrill <joel@OARcorp.com>
12
13        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
14        file and simplified initialization.
15
162006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
17
18        * Makefile.am: Remove superfluous -DASM.
19
202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: Require autoconf-2.60. Require automake-1.10.
23
242006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
25
26        * include/m68349.inc, start/start.S, startup/dumpanic.c:
27        Convert to utf-8.
28
292006-02-08      Joel Sherrill <joel@OARcorp.com>
30
31        * startup/linkcmds: Add 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-02-11      Joel Sherrill <joel@OARcorp.com>
42
43        * include/bsp.h: Correct type of symbols from linkcmds to compile with
44        gcc 4.x.
45
462005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
49
502005-01-04      Joel Sherrill <joel@OARcorp.com>
51
52        * console/console.c: Remove warnings.
53
542005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Remove build-variant support.
57
582004-11-25      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
61
622004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        * configure.ac: Require automake > 1.9.
65
662004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        PR 610/bsps
69        * Makefile.am: Add include/tm27.h, Cosmetics.
70        * include/tm27.h: Final cosmetics.
71
722004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * include/bsp.h: Split out tmtest27 support.
75        * include/tm27.h: New.
76
772004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        PR 613/bsps
80        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
81
822004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        PR 614/bsps
85        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
86
872004-04-19      Joel Sherrill <joel@OARcorp.com>
88
89        * start/start.S: DWARF on the m68k requires that all objects me a
90        multiple of a 16-bit word in length.
91
922004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
93
94        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
95        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
96
972004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
98
99        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
100        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
101        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
102        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
103
1042004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
105
106        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
107        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
108        size types.
109
1102004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Reflect changes to bsp.am.
113        Preinstall dist_project_lib*.
114
1152004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * Makefile.am: Reflect changes to bsp.am.
118
1192004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
122
1232004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Pickup files from ../../m68k/shared instead of
126        ../shared. Reformat.
127
1282004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
131
1322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Distribute start/startfor340only.S.
135
1362004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
139        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
140        compilation rules.
141        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
142        timer/Makefile.am, wrapup/Makefile.am: Remove.
143        * configure.ac: Reflect changes above.
144
1452004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Add PREINSTALL_DIRS.
148        * wrapup/Makefile.am: Reflect changes to libcpu.
149
1502004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
153        * README: Fix minor typo.
154        * wrapup/Makefile.am: Reflect changes to libcpu.
155
1562004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
159        Add PRE/TMPINSTALL_FILES to CLEANFILES.
160        * startup/Makefile.am: Ditto.
161
1622004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * start/Makefile.am: Remove.
165        * Makefile.am: Merge-in start/Makefile.am.
166        * configure.ac: Reflect changes above.
167
1682004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * wrapup/Makefile.am: Eliminate $(LIB).
171        Use noinst_DATA to trigger building libbsp.a.
172
1732003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
176        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
177
1782003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
181        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
182
1832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
186
1872003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * start/Makefile.am: Misc cleanups and fixes.
190        * startup/Makefile.am: Misc cleanups and fixes.
191        * wrapup/Makefile.am: Misc cleanups and fixes.
192
1932003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Add preinstallation dirstamp support.
196        * clock/Makefile.am: Cosmetics.
197        * console/Makefile.am: Cosmetics.
198        * startup/Makefile.am: Cosmetics.
199        * timer/Makefile.am: Cosmetics.
200        * wrapup/Makefile.am: Cosmetics.
201
2022003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * clock/Makefile.am: Remove all-local: $(ARCH).
205        * console/Makefile.am: Remove all-local: $(ARCH).
206        * start/Makefile.am: Remove all-local: $(ARCH).
207        * startup/Makefile.am: Remove all-local: $(ARCH).
208        * timer/Makefile.am: Remove all-local: $(ARCH).
209        * wrapup/Makefile.am: Remove all-local: $(ARCH).
210
2112003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Merge-in include/Makefile.am.
214        Reflect changes to bsp.am.
215        * include/Makefile.am: Remove.
216        * configure.ac: Reflect changes above.
217
2182003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * bsp_specs: Remove *lib:.
221
2222003-09-04      Joel Sherrill <joel@OARcorp.com>
223
224        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
225        console/m340uart.c, include/bsp.h, include/m340timer.h,
226        include/m340uart.h, start/start.S, start/startfor340only.S,
227        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
228        timer/timer.c: URL for license changed.
229
2302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * Makefile.am: Reflect having moved aclocal/.
233
2342003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Reflect having moved automake/.
237        * clock/Makefile.am: Reflect having moved automake/.
238        * console/Makefile.am: Reflect having moved automake/.
239        * include/Makefile.am: Reflect having moved automake/.
240        * start/Makefile.am: Reflect having moved automake/.
241        * startup/Makefile.am: Reflect having moved automake/.
242        * timer/Makefile.am: Reflect having moved automake/.
243        * wrapup/Makefile.am: Reflect having moved automake/.
244
2452003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        PR 452/bsps
248        * startup/Makefile.am: Remove USE_INIT_FINI.
249
2502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
253
2542003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        PR 445/bsps
257        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
258        Remove cpp, old_cpp (now unused).
259
2602003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Remove AC_CONFIG_AUX_DIR.
263
2642003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
267
2682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * configure.ac: AC_PREREQ(2.57).
271
2722003-01-20      Joel Sherrill <joel@OARcorp.com>
273
274        * startup/linkcmds*: Add FreeBSD sysctl() sections.
275
2762002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
280        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283
2842002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * start/Makefile.am: Use install-data-local to install startfile.
287
2882002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291
2922002-11-04      Joel Sherrill <joel@OARcorp.com>
293
294        * console/console.c, console/m340uart.c: Removed warnings.
295
2962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * .cvsignore: Reformat.
299        Add autom4te*cache.
300        Remove autom4te.cache.
301
3022002-08-21      Joel Sherrill <joel@OARcorp.com>
303
304        * wrapup/Makefile.am: PR217 required that the idle task be moved to
305        libcpu so it could be more acutely aware of the CPU model.  This
306        file was modified to pick up the idle task from there.
307
3082002-08-21      Joel Sherrill <joel@OARcorp.com>
309
310        * bsp_specs: Added support for -nostdlibs.
311
3122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
320
3212002-08-05      Joel Sherrill <joel@OARcorp.com>
322
323        * Per PR260 eliminate use of make-target-options.  This impacted
324        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
325        SuperCore and required that the m68k optimized memcpy be moved
326        to libcpu.
327        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
328
3292002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * start/Makefile.am: Eliminate PGM.
332        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
333
3342002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
337
3382002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
341        Remove $(OBJS) from all-local.
342
3432002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
346
3472001-05-09      Joel Sherrill <joel@OARcorp.com>
348
349        * startup/linkcmds: In support of gcc 3.1, added one of more
350        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
351        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
352        and direction of segments to memory regions may also have been
353        addressed.  This was a sweep across all BSPs.
354 
3552002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac:
358        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
359        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
360        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
368
3692001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
372
3732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
376        * configure.in: Remove.
377        * configure.ac: New file, generated from configure.in by autoupdate.
378
3792001-09-27      Joel Sherrill <joel@OARcorp.com>
380
381        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
382
3832001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
386
3872001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * include/Makefile.am: Fix typo in include_HEADERS.
390
3912001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.in: Add bspopts.h.
394        * include/.cvsignore: Add bspopts.h*, stamp-h*.
395        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
396        * include/bsp.h: Include bspopts.h.
397
3982001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
399
400        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
401
4022000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
405
4062000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
409
4102000-11-01      Joel Sherrill <joel@OARcorp.com>
411
412        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
413        and libcsupport.h moved from libc to lib/include/rtems and
414        now must be referenced as <rtems/XXX.h>.   Header file order
415        was cleaned up while doing this.
416
4172000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
420        Switch to GNU canonicalization.
421
4222000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
423
424        * startup/linkcmds: Added lines so DWARF debug information
425        would be available.  Otherwise gdb complains that the offsets
426        for the debug info are incorrect and doesn't load the files.
427
4282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
431        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
432        compile.am
433
4342000-08-10      Joel Sherrill <joel@OARcorp.com>
435
436        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.