source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ 4f647b9

4.104.114.84.95
Last change on this file since 4f647b9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 13.4 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
10
11        * configure.ac: Require automake > 1.9.
12
132004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        PR 610/bsps
16        * Makefile.am: Add include/tm27.h, Cosmetics.
17        * include/tm27.h: Final cosmetics.
18
192004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
20
21        * include/bsp.h: Split out tmtest27 support.
22        * include/tm27.h: New.
23
242004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        PR 613/bsps
27        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 614/bsps
32        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
33
342004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
37
382004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
41        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
42        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
43
442004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
47        using c99 fixed size types.
48
492004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Reflect changes to bsp.am.
52        Preinstall dist_project_lib*.
53
542004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Reflect changes to bsp.am.
57
582004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
61
622004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Pickup files from ../../sh/shared instead of
65        ../shared. Reformat.
66
672004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Cosmetics.
70
712004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
74        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
75        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
76        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
77        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
78        trap34/Makefile.am: Remove.
79        * configure.ac: Reflect changes above.
80
812004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
84        Add RTEMS_PROG_CCAS.
85
862004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Add PREINSTALL_DIRS.
89        * wrapup/Makefile.am: Reflect changes to libcpu.
90
912004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * clock/Makefile.am: Remove bogus EXTRA_DIST.
94        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
95        * wrapup/Makefile.am: Reflect changes to libcpu.
96
972004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
100        Add PRE/TMPINSTALL_FILES to CLEANFILES.
101        * startup/Makefile.am: Ditto.
102
1032004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: Remove.
106        * Makefile.am: Merge-in start/Makefile.am.
107        * configure.ac: Reflect changes above.
108
1092004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * start/regs.S: Remove.
112
1132004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * wrapup/Makefile.am: Eliminate $(LIB).
116        Use noinst_DATA to trigger building libbsp.a.
117
1182003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
121        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
122
1232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
126        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
127
1282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
131
1322003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * start/Makefile.am: Misc cleanups and fixes.
135        * startup/Makefile.am: Misc cleanups and fixes.
136        * wrapup/Makefile.am: Misc cleanups and fixes.
137
1382003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: Add preinstallation dirstamp support.
141        * clock/Makefile.am: Cosmetics.
142        * console/Makefile.am: Cosmetics.
143        * gdbsci/Makefile.am: Cosmetics.
144        * scitab/Makefile.am: Cosmetics.
145        * startup/Makefile.am: Cosmetics.
146        * trap34/Makefile.am: Cosmetics.
147        * wrapup/Makefile.am: Cosmetics.
148
1492003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * clock/Makefile.am: Remove all-local: $(ARCH).
152        * console/Makefile.am: Remove all-local: $(ARCH).
153        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
154        * scitab/Makefile.am: Remove all-local: $(ARCH).
155        * start/Makefile.am: Remove all-local: $(ARCH).
156        * startup/Makefile.am: Remove all-local: $(ARCH).
157        * trap34/Makefile.am: Remove all-local: $(ARCH).
158        * wrapup/Makefile.am: Remove all-local: $(ARCH).
159
1602003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Merge-in include/Makefile.am.
163        Reflect changes to bsp.am.
164        * include/Makefile.am: Remove.
165        * configure.ac: Reflect changes above.
166
1672003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * bsp_specs: Remove *lib:.
170
1712003-09-04      Joel Sherrill <joel@OARcorp.com>
172
173        * include/bsp.h, start/start.S, startup/bspstart.c,
174        trap34/console-io.c: URL for license changed.
175
1762003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Reflect having moved aclocal/.
179
1802003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Reflect having moved automake/.
183        * clock/Makefile.am: Reflect having moved automake/.
184        * console/Makefile.am: Reflect having moved automake/.
185        * gdbsci/Makefile.am: Reflect having moved automake/.
186        * include/Makefile.am: Reflect having moved automake/.
187        * scitab/Makefile.am: Reflect having moved automake/.
188        * start/Makefile.am: Reflect having moved automake/.
189        * startup/Makefile.am: Reflect having moved automake/.
190        * trap34/Makefile.am: Reflect having moved automake/.
191        * wrapup/Makefile.am: Reflect having moved automake/.
192
1932003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
196
1972003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        PR 445/bsps
200        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
201        Remove cpp, old_cpp (now unused).
202
2032003-06-13      Joel Sherrill <joel@OARcorp.com>
204
205        * startup/linkcmds: Removed warnings.
206
2072003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Remove AC_CONFIG_AUX_DIR.
210
2112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
214
2152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: AC_PREREQ(2.57).
218
2192003-01-28      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds: Fix to work around truncated section names.
222
2232003-01-20      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds*: Add FreeBSD sysctl() sections.
226
2272003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
230        Eliminate unused GENERIC_FILES.
231
2322003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
237        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241
2422002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * start/Makefile.am: Use install-data-local to install startfile.
245
2462002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
249
2502002-11-07      Joel Sherrill <joel@OARcorp.com>
251
252        * startup/linkcmds: Include all .rodata* sections.
253
2542002-11-01      Joel Sherrill <joel@OARcorp.com>
255
256        * gdbsci/gdbsci.c: Removed warnings.
257
2582002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * .cvsignore: Reformat.
261        Add autom4te*cache.
262        Remove autom4te.cache.
263
2642002-09-14      Joel Sherrill <joel@OARcorp.com>
265
266        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
267        of all calls to bsp_libc_init() resulted in some cleanup here.
268
2692002-08-21      Joel Sherrill <joel@OARcorp.com>
270
271        * bsp_specs: Added support for -nostdlibs.
272
2732002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
277
2782002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
281        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
282        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
283        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
284        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
285        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
286        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
287
2882002-07-25      Joel Sherrill <joel@OARcorp.com>
289
290        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
291        to remove problems linking empty main(){} with BSP.
292
2932002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * start/Makefile.am: Eliminate PGM.
296        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
297
2982002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
301
3022002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
305        Remove $(OBJS) from all-local.
306
3072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * wrapup/Makefile.am: Add $(LIB) to all-local.
310
3112002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
314
3152001-05-09      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/linkcmds: In support of gcc 3.1, added one of more
318        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
319        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
320        and direction of segments to memory regions may also have been
321        addressed.  This was a sweep across all BSPs.
322 
3232002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac:
326        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
327        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
328        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
338
3392001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
342        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
343        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
344        CPU_FILES.
345
3462001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
349
3502001-10-12      Joel Sherrill <joel@OARcorp.com>
351
352        * start/start.S: Fixed typo.
353
3542001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
357        * configure.in: Remove.
358        * configure.ac: New file, generated from configure.in by autoupdate.
359
3602001-09-27      Joel Sherrill <joel@OARcorp.com>
361
362        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
363
3642001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * include/Makefile.am: Use 'CLEANFILES ='.
367        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
368
3692001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.in: Add bspopts.h.
372        * include/.cvsignore: Add bspopts.h*, stamp-h*.
373        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
374        * include/bsp.h: Include bspopts.h.
375        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
376
3772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
378
379        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
380        bspopts.h handling to other sh-BSPs.
381        * include/.cvsignore: Add stamp-h*, bspopts.h*.
382        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
383        * startup/bspstart.c: Reworked, based on the amos BSP.
384
3852001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * scitab/.cvsignore: Add.
388        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
389        bspopt.h.
390        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
391        * README: Update.
392        * bsp_specs: copy from gensh1
393
3942001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
397        * include/gdbsci.h: New file.
398        * include/.cvsignore: Add stamp-h? and bspopts.h*.
399        * console/Makefile.am: Use shared/console.c.
400        * console/console-io.c, console/console-support.S: Remove.
401
4022001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * gdbsci/, scitab/, trap34/: Add directories.
405
4062001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * Makefile.am, README, console/console-io.c, start/start.S,
409        startup/linkcmds: Update to make shsim closer to functional.
410
4112001-01-03      Joel Sherrill <joel@OARcorp.com>
412
413        * console/console-io.c: Added console_initialize_hardware().
414
4152000-11-27      Joel Sherrill <joel@OARcorp.com>
416
417        * The shsim is for the SH simulator in gdb. It should be able
418        to be used with multiple SH CPU models.
419        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
420        configure.in, clock/.cvsignore, clock/Makefile.am,
421        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
422        console/console-io.c, console/console-support.S,
423        include/.cvsignore, include/Makefile.am, include/bsp.h,
424        start/.cvsignore, start/Makefile.am, start/regs.S,
425        start/start.S, startup/.cvsignore, startup/Makefile.am,
426        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
427        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.