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

Last change on this file since 218c346 was 218c346, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/06 at 11:55:29

2006-10-20 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 14.2 KB
Line 
12006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-06-24      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Add .rela.dyn sections.
12
132006-03-08      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds: Add .gnu.linkonce.b.* section.
16
172006-02-08      Joel Sherrill <joel@OARcorp.com>
18
19        * startup/linkcmds: Add sections required by newer gcc versions.
20
212006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
22
23        * Makefile.am: Add preinstall.am.
24
252005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
26
27        * include/bsp.h: New header guard.
28
292005-05-20      Ralf Corsepius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Add SHGEN.
32        * startup/linkcmds: Add missing sections.
33
342005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
37
382005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * Makefile.am: Remove build-variant support.
41
422004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * configure.ac: Require automake > 1.9.
45
462004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        PR 610/bsps
49        * Makefile.am: Add include/tm27.h, Cosmetics.
50        * include/tm27.h: Final cosmetics.
51
522004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
53
54        * include/bsp.h: Split out tmtest27 support.
55        * include/tm27.h: New.
56
572004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 613/bsps
60        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
61
622004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        PR 614/bsps
65        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
66
672004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
70
712004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
74        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
75        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
76
772004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
78
79        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
80        using c99 fixed size types.
81
822004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect changes to bsp.am.
85        Preinstall dist_project_lib*.
86
872004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Reflect changes to bsp.am.
90
912004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
94
952004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Pickup files from ../../sh/shared instead of
98        ../shared. Reformat.
99
1002004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Cosmetics.
103
1042004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
107        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
108        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
109        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
110        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
111        trap34/Makefile.am: Remove.
112        * configure.ac: Reflect changes above.
113
1142004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
117        Add RTEMS_PROG_CCAS.
118
1192004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Add PREINSTALL_DIRS.
122        * wrapup/Makefile.am: Reflect changes to libcpu.
123
1242004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * clock/Makefile.am: Remove bogus EXTRA_DIST.
127        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
128        * wrapup/Makefile.am: Reflect changes to libcpu.
129
1302004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
133        Add PRE/TMPINSTALL_FILES to CLEANFILES.
134        * startup/Makefile.am: Ditto.
135
1362004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: Remove.
139        * Makefile.am: Merge-in start/Makefile.am.
140        * configure.ac: Reflect changes above.
141
1422004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * start/regs.S: Remove.
145
1462004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Eliminate $(LIB).
149        Use noinst_DATA to trigger building libbsp.a.
150
1512003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
154        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
155
1562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
159        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
160
1612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
164
1652003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * start/Makefile.am: Misc cleanups and fixes.
168        * startup/Makefile.am: Misc cleanups and fixes.
169        * wrapup/Makefile.am: Misc cleanups and fixes.
170
1712003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Add preinstallation dirstamp support.
174        * clock/Makefile.am: Cosmetics.
175        * console/Makefile.am: Cosmetics.
176        * gdbsci/Makefile.am: Cosmetics.
177        * scitab/Makefile.am: Cosmetics.
178        * startup/Makefile.am: Cosmetics.
179        * trap34/Makefile.am: Cosmetics.
180        * wrapup/Makefile.am: Cosmetics.
181
1822003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * clock/Makefile.am: Remove all-local: $(ARCH).
185        * console/Makefile.am: Remove all-local: $(ARCH).
186        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
187        * scitab/Makefile.am: Remove all-local: $(ARCH).
188        * start/Makefile.am: Remove all-local: $(ARCH).
189        * startup/Makefile.am: Remove all-local: $(ARCH).
190        * trap34/Makefile.am: Remove all-local: $(ARCH).
191        * wrapup/Makefile.am: Remove all-local: $(ARCH).
192
1932003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * Makefile.am: Merge-in include/Makefile.am.
196        Reflect changes to bsp.am.
197        * include/Makefile.am: Remove.
198        * configure.ac: Reflect changes above.
199
2002003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * bsp_specs: Remove *lib:.
203
2042003-09-04      Joel Sherrill <joel@OARcorp.com>
205
206        * include/bsp.h, start/start.S, startup/bspstart.c,
207        trap34/console-io.c: URL for license changed.
208
2092003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Reflect having moved aclocal/.
212
2132003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: Reflect having moved automake/.
216        * clock/Makefile.am: Reflect having moved automake/.
217        * console/Makefile.am: Reflect having moved automake/.
218        * gdbsci/Makefile.am: Reflect having moved automake/.
219        * include/Makefile.am: Reflect having moved automake/.
220        * scitab/Makefile.am: Reflect having moved automake/.
221        * start/Makefile.am: Reflect having moved automake/.
222        * startup/Makefile.am: Reflect having moved automake/.
223        * trap34/Makefile.am: Reflect having moved automake/.
224        * wrapup/Makefile.am: Reflect having moved automake/.
225
2262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
229
2302003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        PR 445/bsps
233        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
234        Remove cpp, old_cpp (now unused).
235
2362003-06-13      Joel Sherrill <joel@OARcorp.com>
237
238        * startup/linkcmds: Removed warnings.
239
2402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Remove AC_CONFIG_AUX_DIR.
243
2442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
247
2482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: AC_PREREQ(2.57).
251
2522003-01-28      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/linkcmds: Fix to work around truncated section names.
255
2562003-01-20      Joel Sherrill <joel@OARcorp.com>
257
258        * startup/linkcmds*: Add FreeBSD sysctl() sections.
259
2602003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
263        Eliminate unused GENERIC_FILES.
264
2652003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274
2752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: Use install-data-local to install startfile.
278
2792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282
2832002-11-07      Joel Sherrill <joel@OARcorp.com>
284
285        * startup/linkcmds: Include all .rodata* sections.
286
2872002-11-01      Joel Sherrill <joel@OARcorp.com>
288
289        * gdbsci/gdbsci.c: Removed warnings.
290
2912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * .cvsignore: Reformat.
294        Add autom4te*cache.
295        Remove autom4te.cache.
296
2972002-09-14      Joel Sherrill <joel@OARcorp.com>
298
299        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
300        of all calls to bsp_libc_init() resulted in some cleanup here.
301
3022002-08-21      Joel Sherrill <joel@OARcorp.com>
303
304        * bsp_specs: Added support for -nostdlibs.
305
3062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
310
3112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
320
3212002-07-25      Joel Sherrill <joel@OARcorp.com>
322
323        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
324        to remove problems linking empty main(){} with BSP.
325
3262002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * start/Makefile.am: Eliminate PGM.
329        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
330
3312002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
334
3352002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
338        Remove $(OBJS) from all-local.
339
3402002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * wrapup/Makefile.am: Add $(LIB) to all-local.
343
3442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
347
3482001-05-09      Joel Sherrill <joel@OARcorp.com>
349
350        * startup/linkcmds: In support of gcc 3.1, added one of more
351        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
352        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
353        and direction of segments to memory regions may also have been
354        addressed.  This was a sweep across all BSPs.
355 
3562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac:
359        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
360        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
361        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
371
3722001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
375        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
376        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
377        CPU_FILES.
378
3792001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
382
3832001-10-12      Joel Sherrill <joel@OARcorp.com>
384
385        * start/start.S: Fixed typo.
386
3872001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
390        * configure.in: Remove.
391        * configure.ac: New file, generated from configure.in by autoupdate.
392
3932001-09-27      Joel Sherrill <joel@OARcorp.com>
394
395        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
396
3972001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * include/Makefile.am: Use 'CLEANFILES ='.
400        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
401
4022001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * configure.in: Add bspopts.h.
405        * include/.cvsignore: Add bspopts.h*, stamp-h*.
406        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
407        * include/bsp.h: Include bspopts.h.
408        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
409
4102001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
411
412        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
413        bspopts.h handling to other sh-BSPs.
414        * include/.cvsignore: Add stamp-h*, bspopts.h*.
415        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
416        * startup/bspstart.c: Reworked, based on the amos BSP.
417
4182001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * scitab/.cvsignore: Add.
421        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
422        bspopt.h.
423        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
424        * README: Update.
425        * bsp_specs: copy from gensh1
426
4272001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
430        * include/gdbsci.h: New file.
431        * include/.cvsignore: Add stamp-h? and bspopts.h*.
432        * console/Makefile.am: Use shared/console.c.
433        * console/console-io.c, console/console-support.S: Remove.
434
4352001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
436
437        * gdbsci/, scitab/, trap34/: Add directories.
438
4392001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * Makefile.am, README, console/console-io.c, start/start.S,
442        startup/linkcmds: Update to make shsim closer to functional.
443
4442001-01-03      Joel Sherrill <joel@OARcorp.com>
445
446        * console/console-io.c: Added console_initialize_hardware().
447
4482000-11-27      Joel Sherrill <joel@OARcorp.com>
449
450        * The shsim is for the SH simulator in gdb. It should be able
451        to be used with multiple SH CPU models.
452        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
453        configure.in, clock/.cvsignore, clock/Makefile.am,
454        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
455        console/console-io.c, console/console-support.S,
456        include/.cvsignore, include/Makefile.am, include/bsp.h,
457        start/.cvsignore, start/Makefile.am, start/regs.S,
458        start/start.S, startup/.cvsignore, startup/Makefile.am,
459        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
460        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.