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

4.104.114.84.95
Last change on this file since 3002831 was 3002831, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/07 at 11:15:31

2007-04-02 Joel Sherrill <joel@…>

  • Makefile.am: Add dummy printk support so all tests link.
  • Property mode set to 100644
File size: 14.5 KB
Line 
12007-04-02      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add dummy printk support so all tests link.
4
52006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: New BUG-REPORT address.
8
92006-11-15      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
12        file and simplified initialization.
13
142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Remove superfluous -DASM.
17
182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Require autoconf-2.60. Require automake-1.10.
21
222006-06-24      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add .rela.dyn sections.
25
262006-03-08      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds: Add .gnu.linkonce.b.* section.
29
302006-02-08      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds: Add sections required by newer gcc versions.
33
342006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Add preinstall.am.
37
382005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * include/bsp.h: New header guard.
41
422005-05-20      Ralf Corsepius <ralf.corsepius@rtems.org>
43
44        * Makefile.am: Add SHGEN.
45        * startup/linkcmds: Add missing sections.
46
472005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
50
512005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * Makefile.am: Remove build-variant support.
54
552004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * configure.ac: Require automake > 1.9.
58
592004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        PR 610/bsps
62        * Makefile.am: Add include/tm27.h, Cosmetics.
63        * include/tm27.h: Final cosmetics.
64
652004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * include/bsp.h: Split out tmtest27 support.
68        * include/tm27.h: New.
69
702004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        PR 613/bsps
73        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
74
752004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        PR 614/bsps
78        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
79
802004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
83
842004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
87        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
88        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
89
902004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
93        using c99 fixed size types.
94
952004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Reflect changes to bsp.am.
98        Preinstall dist_project_lib*.
99
1002004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Reflect changes to bsp.am.
103
1042004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
107
1082004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Pickup files from ../../sh/shared instead of
111        ../shared. Reformat.
112
1132004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Cosmetics.
116
1172004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
120        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
121        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
122        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
123        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
124        trap34/Makefile.am: Remove.
125        * configure.ac: Reflect changes above.
126
1272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
130        Add RTEMS_PROG_CCAS.
131
1322004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * Makefile.am: Add PREINSTALL_DIRS.
135        * wrapup/Makefile.am: Reflect changes to libcpu.
136
1372004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * clock/Makefile.am: Remove bogus EXTRA_DIST.
140        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
141        * wrapup/Makefile.am: Reflect changes to libcpu.
142
1432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
146        Add PRE/TMPINSTALL_FILES to CLEANFILES.
147        * startup/Makefile.am: Ditto.
148
1492004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/Makefile.am: Remove.
152        * Makefile.am: Merge-in start/Makefile.am.
153        * configure.ac: Reflect changes above.
154
1552004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * start/regs.S: Remove.
158
1592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * wrapup/Makefile.am: Eliminate $(LIB).
162        Use noinst_DATA to trigger building libbsp.a.
163
1642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
167        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
168
1692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
172        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
177
1782003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * start/Makefile.am: Misc cleanups and fixes.
181        * startup/Makefile.am: Misc cleanups and fixes.
182        * wrapup/Makefile.am: Misc cleanups and fixes.
183
1842003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Add preinstallation dirstamp support.
187        * clock/Makefile.am: Cosmetics.
188        * console/Makefile.am: Cosmetics.
189        * gdbsci/Makefile.am: Cosmetics.
190        * scitab/Makefile.am: Cosmetics.
191        * startup/Makefile.am: Cosmetics.
192        * trap34/Makefile.am: Cosmetics.
193        * wrapup/Makefile.am: Cosmetics.
194
1952003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * clock/Makefile.am: Remove all-local: $(ARCH).
198        * console/Makefile.am: Remove all-local: $(ARCH).
199        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
200        * scitab/Makefile.am: Remove all-local: $(ARCH).
201        * start/Makefile.am: Remove all-local: $(ARCH).
202        * startup/Makefile.am: Remove all-local: $(ARCH).
203        * trap34/Makefile.am: Remove all-local: $(ARCH).
204        * wrapup/Makefile.am: Remove all-local: $(ARCH).
205
2062003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: Merge-in include/Makefile.am.
209        Reflect changes to bsp.am.
210        * include/Makefile.am: Remove.
211        * configure.ac: Reflect changes above.
212
2132003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * bsp_specs: Remove *lib:.
216
2172003-09-04      Joel Sherrill <joel@OARcorp.com>
218
219        * include/bsp.h, start/start.S, startup/bspstart.c,
220        trap34/console-io.c: URL for license changed.
221
2222003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Reflect having moved aclocal/.
225
2262003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * Makefile.am: Reflect having moved automake/.
229        * clock/Makefile.am: Reflect having moved automake/.
230        * console/Makefile.am: Reflect having moved automake/.
231        * gdbsci/Makefile.am: Reflect having moved automake/.
232        * include/Makefile.am: Reflect having moved automake/.
233        * scitab/Makefile.am: Reflect having moved automake/.
234        * start/Makefile.am: Reflect having moved automake/.
235        * startup/Makefile.am: Reflect having moved automake/.
236        * trap34/Makefile.am: Reflect having moved automake/.
237        * wrapup/Makefile.am: Reflect having moved automake/.
238
2392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
242
2432003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        PR 445/bsps
246        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
247        Remove cpp, old_cpp (now unused).
248
2492003-06-13      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/linkcmds: Removed warnings.
252
2532003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: Remove AC_CONFIG_AUX_DIR.
256
2572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
260
2612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.ac: AC_PREREQ(2.57).
264
2652003-01-28      Joel Sherrill <joel@OARcorp.com>
266
267        * startup/linkcmds: Fix to work around truncated section names.
268
2692003-01-20      Joel Sherrill <joel@OARcorp.com>
270
271        * startup/linkcmds*: Add FreeBSD sysctl() sections.
272
2732003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
276        Eliminate unused GENERIC_FILES.
277
2782003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
281        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
286        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287
2882002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * start/Makefile.am: Use install-data-local to install startfile.
291
2922002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
295
2962002-11-07      Joel Sherrill <joel@OARcorp.com>
297
298        * startup/linkcmds: Include all .rodata* sections.
299
3002002-11-01      Joel Sherrill <joel@OARcorp.com>
301
302        * gdbsci/gdbsci.c: Removed warnings.
303
3042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * .cvsignore: Reformat.
307        Add autom4te*cache.
308        Remove autom4te.cache.
309
3102002-09-14      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
313        of all calls to bsp_libc_init() resulted in some cleanup here.
314
3152002-08-21      Joel Sherrill <joel@OARcorp.com>
316
317        * bsp_specs: Added support for -nostdlibs.
318
3192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
323
3242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
333
3342002-07-25      Joel Sherrill <joel@OARcorp.com>
335
336        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
337        to remove problems linking empty main(){} with BSP.
338
3392002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * start/Makefile.am: Eliminate PGM.
342        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
343
3442002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
347
3482002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
351        Remove $(OBJS) from all-local.
352
3532002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * wrapup/Makefile.am: Add $(LIB) to all-local.
356
3572002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
360
3612001-05-09      Joel Sherrill <joel@OARcorp.com>
362
363        * startup/linkcmds: In support of gcc 3.1, added one of more
364        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
365        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
366        and direction of segments to memory regions may also have been
367        addressed.  This was a sweep across all BSPs.
368 
3692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac:
372        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
373        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
374        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
378        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
379        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
380        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
381        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
382        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
383        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
384
3852001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
388        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
389        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
390        CPU_FILES.
391
3922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
395
3962001-10-12      Joel Sherrill <joel@OARcorp.com>
397
398        * start/start.S: Fixed typo.
399
4002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
403        * configure.in: Remove.
404        * configure.ac: New file, generated from configure.in by autoupdate.
405
4062001-09-27      Joel Sherrill <joel@OARcorp.com>
407
408        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
409
4102001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * include/Makefile.am: Use 'CLEANFILES ='.
413        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
414
4152001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
416
417        * configure.in: Add bspopts.h.
418        * include/.cvsignore: Add bspopts.h*, stamp-h*.
419        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
420        * include/bsp.h: Include bspopts.h.
421        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
422
4232001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
424
425        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
426        bspopts.h handling to other sh-BSPs.
427        * include/.cvsignore: Add stamp-h*, bspopts.h*.
428        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
429        * startup/bspstart.c: Reworked, based on the amos BSP.
430
4312001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
432
433        * scitab/.cvsignore: Add.
434        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
435        bspopt.h.
436        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
437        * README: Update.
438        * bsp_specs: copy from gensh1
439
4402001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
443        * include/gdbsci.h: New file.
444        * include/.cvsignore: Add stamp-h? and bspopts.h*.
445        * console/Makefile.am: Use shared/console.c.
446        * console/console-io.c, console/console-support.S: Remove.
447
4482001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * gdbsci/, scitab/, trap34/: Add directories.
451
4522001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * Makefile.am, README, console/console-io.c, start/start.S,
455        startup/linkcmds: Update to make shsim closer to functional.
456
4572001-01-03      Joel Sherrill <joel@OARcorp.com>
458
459        * console/console-io.c: Added console_initialize_hardware().
460
4612000-11-27      Joel Sherrill <joel@OARcorp.com>
462
463        * The shsim is for the SH simulator in gdb. It should be able
464        to be used with multiple SH CPU models.
465        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
466        configure.in, clock/.cvsignore, clock/Makefile.am,
467        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
468        console/console-io.c, console/console-support.S,
469        include/.cvsignore, include/Makefile.am, include/bsp.h,
470        start/.cvsignore, start/Makefile.am, start/regs.S,
471        start/start.S, startup/.cvsignore, startup/Makefile.am,
472        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
473        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.