source: rtems/c/src/lib/libbsp/sh/shsim/ChangeLog @ 97891e5e

4.104.114.84.95
Last change on this file since 97891e5e was 97891e5e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/24/04 at 05:54:59

2004-09-24 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Require automake > 1.9.
  • Property mode set to 100644
File size: 13.2 KB
Line 
12004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * configure.ac: Require automake > 1.9.
4
52004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
6
7        PR 610/bsps
8        * Makefile.am: Add include/tm27.h, Cosmetics.
9        * include/tm27.h: Final cosmetics.
10
112004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * include/bsp.h: Split out tmtest27 support.
14        * include/tm27.h: New.
15
162004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        PR 613/bsps
19        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
20
212004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 614/bsps
24        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
25
262004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
29
302004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
33        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
34        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
35
362004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
39        using c99 fixed size types.
40
412004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Reflect changes to bsp.am.
44        Preinstall dist_project_lib*.
45
462004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Reflect changes to bsp.am.
49
502004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
53
542004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Pickup files from ../../sh/shared instead of
57        ../shared. Reformat.
58
592004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Cosmetics.
62
632004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
66        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
67        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
68        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
69        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
70        trap34/Makefile.am: Remove.
71        * configure.ac: Reflect changes above.
72
732004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
76        Add RTEMS_PROG_CCAS.
77
782004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Add PREINSTALL_DIRS.
81        * wrapup/Makefile.am: Reflect changes to libcpu.
82
832004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * clock/Makefile.am: Remove bogus EXTRA_DIST.
86        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
87        * wrapup/Makefile.am: Reflect changes to libcpu.
88
892004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
92        Add PRE/TMPINSTALL_FILES to CLEANFILES.
93        * startup/Makefile.am: Ditto.
94
952004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * start/Makefile.am: Remove.
98        * Makefile.am: Merge-in start/Makefile.am.
99        * configure.ac: Reflect changes above.
100
1012004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/regs.S: Remove.
104
1052004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * wrapup/Makefile.am: Eliminate $(LIB).
108        Use noinst_DATA to trigger building libbsp.a.
109
1102003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
113        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
114
1152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
118        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
119
1202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
123
1242003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * start/Makefile.am: Misc cleanups and fixes.
127        * startup/Makefile.am: Misc cleanups and fixes.
128        * wrapup/Makefile.am: Misc cleanups and fixes.
129
1302003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Add preinstallation dirstamp support.
133        * clock/Makefile.am: Cosmetics.
134        * console/Makefile.am: Cosmetics.
135        * gdbsci/Makefile.am: Cosmetics.
136        * scitab/Makefile.am: Cosmetics.
137        * startup/Makefile.am: Cosmetics.
138        * trap34/Makefile.am: Cosmetics.
139        * wrapup/Makefile.am: Cosmetics.
140
1412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * clock/Makefile.am: Remove all-local: $(ARCH).
144        * console/Makefile.am: Remove all-local: $(ARCH).
145        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
146        * scitab/Makefile.am: Remove all-local: $(ARCH).
147        * start/Makefile.am: Remove all-local: $(ARCH).
148        * startup/Makefile.am: Remove all-local: $(ARCH).
149        * trap34/Makefile.am: Remove all-local: $(ARCH).
150        * wrapup/Makefile.am: Remove all-local: $(ARCH).
151
1522003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Merge-in include/Makefile.am.
155        Reflect changes to bsp.am.
156        * include/Makefile.am: Remove.
157        * configure.ac: Reflect changes above.
158
1592003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * bsp_specs: Remove *lib:.
162
1632003-09-04      Joel Sherrill <joel@OARcorp.com>
164
165        * include/bsp.h, start/start.S, startup/bspstart.c,
166        trap34/console-io.c: URL for license changed.
167
1682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having moved aclocal/.
171
1722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Reflect having moved automake/.
175        * clock/Makefile.am: Reflect having moved automake/.
176        * console/Makefile.am: Reflect having moved automake/.
177        * gdbsci/Makefile.am: Reflect having moved automake/.
178        * include/Makefile.am: Reflect having moved automake/.
179        * scitab/Makefile.am: Reflect having moved automake/.
180        * start/Makefile.am: Reflect having moved automake/.
181        * startup/Makefile.am: Reflect having moved automake/.
182        * trap34/Makefile.am: Reflect having moved automake/.
183        * wrapup/Makefile.am: Reflect having moved automake/.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
188
1892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        PR 445/bsps
192        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
193        Remove cpp, old_cpp (now unused).
194
1952003-06-13      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/linkcmds: Removed warnings.
198
1992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove AC_CONFIG_AUX_DIR.
202
2032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
206
2072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: AC_PREREQ(2.57).
210
2112003-01-28      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/linkcmds: Fix to work around truncated section names.
214
2152003-01-20      Joel Sherrill <joel@OARcorp.com>
216
217        * startup/linkcmds*: Add FreeBSD sysctl() sections.
218
2192003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
222        Eliminate unused GENERIC_FILES.
223
2242003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
231        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233
2342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * start/Makefile.am: Use install-data-local to install startfile.
237
2382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241
2422002-11-07      Joel Sherrill <joel@OARcorp.com>
243
244        * startup/linkcmds: Include all .rodata* sections.
245
2462002-11-01      Joel Sherrill <joel@OARcorp.com>
247
248        * gdbsci/gdbsci.c: Removed warnings.
249
2502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * .cvsignore: Reformat.
253        Add autom4te*cache.
254        Remove autom4te.cache.
255
2562002-09-14      Joel Sherrill <joel@OARcorp.com>
257
258        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
259        of all calls to bsp_libc_init() resulted in some cleanup here.
260
2612002-08-21      Joel Sherrill <joel@OARcorp.com>
262
263        * bsp_specs: Added support for -nostdlibs.
264
2652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
269
2702002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
278        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
279
2802002-07-25      Joel Sherrill <joel@OARcorp.com>
281
282        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
283        to remove problems linking empty main(){} with BSP.
284
2852002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * start/Makefile.am: Eliminate PGM.
288        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
289
2902002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
293
2942002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
297        Remove $(OBJS) from all-local.
298
2992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * wrapup/Makefile.am: Add $(LIB) to all-local.
302
3032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
306
3072001-05-09      Joel Sherrill <joel@OARcorp.com>
308
309        * startup/linkcmds: In support of gcc 3.1, added one of more
310        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
311        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
312        and direction of segments to memory regions may also have been
313        addressed.  This was a sweep across all BSPs.
314 
3152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac:
318        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
319        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
320        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
330
3312001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
334        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
335        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
336        CPU_FILES.
337
3382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
341
3422001-10-12      Joel Sherrill <joel@OARcorp.com>
343
344        * start/start.S: Fixed typo.
345
3462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
349        * configure.in: Remove.
350        * configure.ac: New file, generated from configure.in by autoupdate.
351
3522001-09-27      Joel Sherrill <joel@OARcorp.com>
353
354        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
355
3562001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * include/Makefile.am: Use 'CLEANFILES ='.
359        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
360
3612001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.in: Add bspopts.h.
364        * include/.cvsignore: Add bspopts.h*, stamp-h*.
365        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
366        * include/bsp.h: Include bspopts.h.
367        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
368
3692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
370
371        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
372        bspopts.h handling to other sh-BSPs.
373        * include/.cvsignore: Add stamp-h*, bspopts.h*.
374        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
375        * startup/bspstart.c: Reworked, based on the amos BSP.
376
3772001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * scitab/.cvsignore: Add.
380        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
381        bspopt.h.
382        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
383        * README: Update.
384        * bsp_specs: copy from gensh1
385
3862001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
389        * include/gdbsci.h: New file.
390        * include/.cvsignore: Add stamp-h? and bspopts.h*.
391        * console/Makefile.am: Use shared/console.c.
392        * console/console-io.c, console/console-support.S: Remove.
393
3942001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * gdbsci/, scitab/, trap34/: Add directories.
397
3982001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
399
400        * Makefile.am, README, console/console-io.c, start/start.S,
401        startup/linkcmds: Update to make shsim closer to functional.
402
4032001-01-03      Joel Sherrill <joel@OARcorp.com>
404
405        * console/console-io.c: Added console_initialize_hardware().
406
4072000-11-27      Joel Sherrill <joel@OARcorp.com>
408
409        * The shsim is for the SH simulator in gdb. It should be able
410        to be used with multiple SH CPU models.
411        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
412        configure.in, clock/.cvsignore, clock/Makefile.am,
413        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
414        console/console-io.c, console/console-support.S,
415        include/.cvsignore, include/Makefile.am, include/bsp.h,
416        start/.cvsignore, start/Makefile.am, start/regs.S,
417        start/start.S, startup/.cvsignore, startup/Makefile.am,
418        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
419        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.