source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ 9d7508e

Last change on this file since 9d7508e was 9d7508e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:10:26

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 14.3 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove superfluous -DASM.
8
92006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Require automake-1.10. Require autoconf-2.60.
12
132006-06-24      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add .rela.dyn sections.
16
172006-03-08      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Add .gnu.linkonce.b.* section.
20
212006-02-08      Joel Sherrill <joel@OARcorp.com>
22
23        * startup/linkcmds: Add sections required by newer gcc versions.
24
252006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * Makefile.am: Add preinstall.am.
28
292005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * include/bsp.h: New header guard.
32
332005-05-20      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Add SHGEN.
36        * startup/linkcmds: Add missing sections.
37
382005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
41
422005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Remove build-variant support.
45
462004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * configure.ac: Require automake > 1.9.
49
502004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        PR 610/bsps
53        * Makefile.am: Add include/tm27.h, Cosmetics.
54        * include/tm27.h: Final cosmetics.
55
562004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * include/bsp.h: Split out tmtest27 support.
59        * include/tm27.h: New.
60
612004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        PR 613/bsps
64        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
65
662004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        PR 614/bsps
69        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
70
712004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
74
752004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
78        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
79        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
80
812004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
84        using c99 fixed size types.
85
862004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Reflect changes to bsp.am.
89        Preinstall dist_project_lib*.
90
912004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Reflect changes to bsp.am.
94
952004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
98
992004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Pickup files from ../../sh/shared instead of
102        ../shared. Reformat.
103
1042004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Cosmetics.
107
1082004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
111        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
112        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
113        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
114        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
115        trap34/Makefile.am: Remove.
116        * configure.ac: Reflect changes above.
117
1182004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
121        Add RTEMS_PROG_CCAS.
122
1232004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Add PREINSTALL_DIRS.
126        * wrapup/Makefile.am: Reflect changes to libcpu.
127
1282004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * clock/Makefile.am: Remove bogus EXTRA_DIST.
131        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
132        * wrapup/Makefile.am: Reflect changes to libcpu.
133
1342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
137        Add PRE/TMPINSTALL_FILES to CLEANFILES.
138        * startup/Makefile.am: Ditto.
139
1402004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * start/Makefile.am: Remove.
143        * Makefile.am: Merge-in start/Makefile.am.
144        * configure.ac: Reflect changes above.
145
1462004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * start/regs.S: Remove.
149
1502004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * wrapup/Makefile.am: Eliminate $(LIB).
153        Use noinst_DATA to trigger building libbsp.a.
154
1552003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
158        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
159
1602003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
163        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
164
1652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
168
1692003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * start/Makefile.am: Misc cleanups and fixes.
172        * startup/Makefile.am: Misc cleanups and fixes.
173        * wrapup/Makefile.am: Misc cleanups and fixes.
174
1752003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Add preinstallation dirstamp support.
178        * clock/Makefile.am: Cosmetics.
179        * console/Makefile.am: Cosmetics.
180        * gdbsci/Makefile.am: Cosmetics.
181        * scitab/Makefile.am: Cosmetics.
182        * startup/Makefile.am: Cosmetics.
183        * trap34/Makefile.am: Cosmetics.
184        * wrapup/Makefile.am: Cosmetics.
185
1862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * clock/Makefile.am: Remove all-local: $(ARCH).
189        * console/Makefile.am: Remove all-local: $(ARCH).
190        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
191        * scitab/Makefile.am: Remove all-local: $(ARCH).
192        * start/Makefile.am: Remove all-local: $(ARCH).
193        * startup/Makefile.am: Remove all-local: $(ARCH).
194        * trap34/Makefile.am: Remove all-local: $(ARCH).
195        * wrapup/Makefile.am: Remove all-local: $(ARCH).
196
1972003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Merge-in include/Makefile.am.
200        Reflect changes to bsp.am.
201        * include/Makefile.am: Remove.
202        * configure.ac: Reflect changes above.
203
2042003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * bsp_specs: Remove *lib:.
207
2082003-09-04      Joel Sherrill <joel@OARcorp.com>
209
210        * include/bsp.h, start/start.S, startup/bspstart.c,
211        trap34/console-io.c: URL for license changed.
212
2132003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Reflect having moved aclocal/.
216
2172003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * Makefile.am: Reflect having moved automake/.
220        * clock/Makefile.am: Reflect having moved automake/.
221        * console/Makefile.am: Reflect having moved automake/.
222        * gdbsci/Makefile.am: Reflect having moved automake/.
223        * include/Makefile.am: Reflect having moved automake/.
224        * scitab/Makefile.am: Reflect having moved automake/.
225        * start/Makefile.am: Reflect having moved automake/.
226        * startup/Makefile.am: Reflect having moved automake/.
227        * trap34/Makefile.am: Reflect having moved automake/.
228        * wrapup/Makefile.am: Reflect having moved automake/.
229
2302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
233
2342003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        PR 445/bsps
237        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
238        Remove cpp, old_cpp (now unused).
239
2402003-06-13      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/linkcmds: Removed warnings.
243
2442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Remove AC_CONFIG_AUX_DIR.
247
2482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
251
2522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: AC_PREREQ(2.57).
255
2562003-01-28      Joel Sherrill <joel@OARcorp.com>
257
258        * startup/linkcmds: Fix to work around truncated section names.
259
2602003-01-20      Joel Sherrill <joel@OARcorp.com>
261
262        * startup/linkcmds*: Add FreeBSD sysctl() sections.
263
2642003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
267        Eliminate unused GENERIC_FILES.
268
2692003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
275        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278
2792002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * start/Makefile.am: Use install-data-local to install startfile.
282
2832002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286
2872002-11-07      Joel Sherrill <joel@OARcorp.com>
288
289        * startup/linkcmds: Include all .rodata* sections.
290
2912002-11-01      Joel Sherrill <joel@OARcorp.com>
292
293        * gdbsci/gdbsci.c: Removed warnings.
294
2952002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * .cvsignore: Reformat.
298        Add autom4te*cache.
299        Remove autom4te.cache.
300
3012002-09-14      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
304        of all calls to bsp_libc_init() resulted in some cleanup here.
305
3062002-08-21      Joel Sherrill <joel@OARcorp.com>
307
308        * bsp_specs: Added support for -nostdlibs.
309
3102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
314
3152002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
324
3252002-07-25      Joel Sherrill <joel@OARcorp.com>
326
327        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
328        to remove problems linking empty main(){} with BSP.
329
3302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * start/Makefile.am: Eliminate PGM.
333        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
334
3352002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
338
3392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
342        Remove $(OBJS) from all-local.
343
3442002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Add $(LIB) to all-local.
347
3482002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
351
3522001-05-09      Joel Sherrill <joel@OARcorp.com>
353
354        * startup/linkcmds: In support of gcc 3.1, added one of more
355        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
356        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
357        and direction of segments to memory regions may also have been
358        addressed.  This was a sweep across all BSPs.
359 
3602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac:
363        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
364        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
365        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
375
3762001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
379        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
380        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
381        CPU_FILES.
382
3832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
386
3872001-10-12      Joel Sherrill <joel@OARcorp.com>
388
389        * start/start.S: Fixed typo.
390
3912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
394        * configure.in: Remove.
395        * configure.ac: New file, generated from configure.in by autoupdate.
396
3972001-09-27      Joel Sherrill <joel@OARcorp.com>
398
399        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
400
4012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * include/Makefile.am: Use 'CLEANFILES ='.
404        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
405
4062001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * configure.in: Add bspopts.h.
409        * include/.cvsignore: Add bspopts.h*, stamp-h*.
410        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
411        * include/bsp.h: Include bspopts.h.
412        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
413
4142001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
415
416        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
417        bspopts.h handling to other sh-BSPs.
418        * include/.cvsignore: Add stamp-h*, bspopts.h*.
419        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
420        * startup/bspstart.c: Reworked, based on the amos BSP.
421
4222001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
423
424        * scitab/.cvsignore: Add.
425        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
426        bspopt.h.
427        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
428        * README: Update.
429        * bsp_specs: copy from gensh1
430
4312001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
434        * include/gdbsci.h: New file.
435        * include/.cvsignore: Add stamp-h? and bspopts.h*.
436        * console/Makefile.am: Use shared/console.c.
437        * console/console-io.c, console/console-support.S: Remove.
438
4392001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * gdbsci/, scitab/, trap34/: Add directories.
442
4432001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * Makefile.am, README, console/console-io.c, start/start.S,
446        startup/linkcmds: Update to make shsim closer to functional.
447
4482001-01-03      Joel Sherrill <joel@OARcorp.com>
449
450        * console/console-io.c: Added console_initialize_hardware().
451
4522000-11-27      Joel Sherrill <joel@OARcorp.com>
453
454        * The shsim is for the SH simulator in gdb. It should be able
455        to be used with multiple SH CPU models.
456        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
457        configure.in, clock/.cvsignore, clock/Makefile.am,
458        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
459        console/console-io.c, console/console-support.S,
460        include/.cvsignore, include/Makefile.am, include/bsp.h,
461        start/.cvsignore, start/Makefile.am, start/regs.S,
462        start/start.S, startup/.cvsignore, startup/Makefile.am,
463        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
464        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.