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

4.104.114.84.95
Last change on this file since aa4369c was aa4369c, checked in by Joel Sherrill <joel.sherrill@…>, on 11/15/06 at 15:24:01

2006-11-15 Joel Sherrill <joel@…>

  • Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a file and simplified initialization.
  • Property mode set to 100644
File size: 14.3 KB
Line 
12006-11-15      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
4        file and simplified initialization.
5
62006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Remove superfluous -DASM.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * configure.ac: Require autoconf-2.60. Require automake-1.10.
13
142006-06-24      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds: Add .rela.dyn sections.
17
182006-03-08      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds: Add .gnu.linkonce.b.* section.
21
222006-02-08      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add sections required by newer gcc versions.
25
262006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
27
28        * Makefile.am: Add preinstall.am.
29
302005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
31
32        * include/bsp.h: New header guard.
33
342005-05-20      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Add SHGEN.
37        * startup/linkcmds: Add missing sections.
38
392005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
42
432005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
44
45        * Makefile.am: Remove build-variant support.
46
472004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * configure.ac: Require automake > 1.9.
50
512004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        PR 610/bsps
54        * Makefile.am: Add include/tm27.h, Cosmetics.
55        * include/tm27.h: Final cosmetics.
56
572004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * include/bsp.h: Split out tmtest27 support.
60        * include/tm27.h: New.
61
622004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        PR 613/bsps
65        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
66
672004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
68
69        PR 614/bsps
70        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
71
722004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
73
74        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
75
762004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
79        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
80        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
81
822004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
85        using c99 fixed size types.
86
872004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Reflect changes to bsp.am.
90        Preinstall dist_project_lib*.
91
922004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Reflect changes to bsp.am.
95
962004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
99
1002004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am: Pickup files from ../../sh/shared instead of
103        ../shared. Reformat.
104
1052004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Cosmetics.
108
1092004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
112        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
113        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
114        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
115        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
116        trap34/Makefile.am: Remove.
117        * configure.ac: Reflect changes above.
118
1192004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
122        Add RTEMS_PROG_CCAS.
123
1242004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Add PREINSTALL_DIRS.
127        * wrapup/Makefile.am: Reflect changes to libcpu.
128
1292004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * clock/Makefile.am: Remove bogus EXTRA_DIST.
132        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
133        * wrapup/Makefile.am: Reflect changes to libcpu.
134
1352004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
138        Add PRE/TMPINSTALL_FILES to CLEANFILES.
139        * startup/Makefile.am: Ditto.
140
1412004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * start/Makefile.am: Remove.
144        * Makefile.am: Merge-in start/Makefile.am.
145        * configure.ac: Reflect changes above.
146
1472004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * start/regs.S: Remove.
150
1512004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * wrapup/Makefile.am: Eliminate $(LIB).
154        Use noinst_DATA to trigger building libbsp.a.
155
1562003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
159        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
160
1612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
164        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
165
1662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
169
1702003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * start/Makefile.am: Misc cleanups and fixes.
173        * startup/Makefile.am: Misc cleanups and fixes.
174        * wrapup/Makefile.am: Misc cleanups and fixes.
175
1762003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Add preinstallation dirstamp support.
179        * clock/Makefile.am: Cosmetics.
180        * console/Makefile.am: Cosmetics.
181        * gdbsci/Makefile.am: Cosmetics.
182        * scitab/Makefile.am: Cosmetics.
183        * startup/Makefile.am: Cosmetics.
184        * trap34/Makefile.am: Cosmetics.
185        * wrapup/Makefile.am: Cosmetics.
186
1872003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * clock/Makefile.am: Remove all-local: $(ARCH).
190        * console/Makefile.am: Remove all-local: $(ARCH).
191        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
192        * scitab/Makefile.am: Remove all-local: $(ARCH).
193        * start/Makefile.am: Remove all-local: $(ARCH).
194        * startup/Makefile.am: Remove all-local: $(ARCH).
195        * trap34/Makefile.am: Remove all-local: $(ARCH).
196        * wrapup/Makefile.am: Remove all-local: $(ARCH).
197
1982003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Merge-in include/Makefile.am.
201        Reflect changes to bsp.am.
202        * include/Makefile.am: Remove.
203        * configure.ac: Reflect changes above.
204
2052003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * bsp_specs: Remove *lib:.
208
2092003-09-04      Joel Sherrill <joel@OARcorp.com>
210
211        * include/bsp.h, start/start.S, startup/bspstart.c,
212        trap34/console-io.c: URL for license changed.
213
2142003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Reflect having moved aclocal/.
217
2182003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Reflect having moved automake/.
221        * clock/Makefile.am: Reflect having moved automake/.
222        * console/Makefile.am: Reflect having moved automake/.
223        * gdbsci/Makefile.am: Reflect having moved automake/.
224        * include/Makefile.am: Reflect having moved automake/.
225        * scitab/Makefile.am: Reflect having moved automake/.
226        * start/Makefile.am: Reflect having moved automake/.
227        * startup/Makefile.am: Reflect having moved automake/.
228        * trap34/Makefile.am: Reflect having moved automake/.
229        * wrapup/Makefile.am: Reflect having moved automake/.
230
2312003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
234
2352003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        PR 445/bsps
238        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
239        Remove cpp, old_cpp (now unused).
240
2412003-06-13      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/linkcmds: Removed warnings.
244
2452003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * configure.ac: Remove AC_CONFIG_AUX_DIR.
248
2492003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
252
2532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: AC_PREREQ(2.57).
256
2572003-01-28      Joel Sherrill <joel@OARcorp.com>
258
259        * startup/linkcmds: Fix to work around truncated section names.
260
2612003-01-20      Joel Sherrill <joel@OARcorp.com>
262
263        * startup/linkcmds*: Add FreeBSD sysctl() sections.
264
2652003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
268        Eliminate unused GENERIC_FILES.
269
2702003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
275        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
277        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
279
2802002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * start/Makefile.am: Use install-data-local to install startfile.
283
2842002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287
2882002-11-07      Joel Sherrill <joel@OARcorp.com>
289
290        * startup/linkcmds: Include all .rodata* sections.
291
2922002-11-01      Joel Sherrill <joel@OARcorp.com>
293
294        * gdbsci/gdbsci.c: Removed warnings.
295
2962002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * .cvsignore: Reformat.
299        Add autom4te*cache.
300        Remove autom4te.cache.
301
3022002-09-14      Joel Sherrill <joel@OARcorp.com>
303
304        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
305        of all calls to bsp_libc_init() resulted in some cleanup here.
306
3072002-08-21      Joel Sherrill <joel@OARcorp.com>
308
309        * bsp_specs: Added support for -nostdlibs.
310
3112002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
315
3162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
319        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
320        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
324        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
325
3262002-07-25      Joel Sherrill <joel@OARcorp.com>
327
328        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
329        to remove problems linking empty main(){} with BSP.
330
3312002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * start/Makefile.am: Eliminate PGM.
334        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
335
3362002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
339
3402002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
343        Remove $(OBJS) from all-local.
344
3452002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * wrapup/Makefile.am: Add $(LIB) to all-local.
348
3492002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
352
3532001-05-09      Joel Sherrill <joel@OARcorp.com>
354
355        * startup/linkcmds: In support of gcc 3.1, added one of more
356        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
357        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
358        and direction of segments to memory regions may also have been
359        addressed.  This was a sweep across all BSPs.
360 
3612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac:
364        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
365        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
366        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
376
3772001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
380        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
381        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
382        CPU_FILES.
383
3842001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
387
3882001-10-12      Joel Sherrill <joel@OARcorp.com>
389
390        * start/start.S: Fixed typo.
391
3922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
393
394        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
395        * configure.in: Remove.
396        * configure.ac: New file, generated from configure.in by autoupdate.
397
3982001-09-27      Joel Sherrill <joel@OARcorp.com>
399
400        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
401
4022001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * include/Makefile.am: Use 'CLEANFILES ='.
405        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
406
4072001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
408
409        * configure.in: Add bspopts.h.
410        * include/.cvsignore: Add bspopts.h*, stamp-h*.
411        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
412        * include/bsp.h: Include bspopts.h.
413        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
414
4152001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
416
417        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
418        bspopts.h handling to other sh-BSPs.
419        * include/.cvsignore: Add stamp-h*, bspopts.h*.
420        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
421        * startup/bspstart.c: Reworked, based on the amos BSP.
422
4232001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * scitab/.cvsignore: Add.
426        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
427        bspopt.h.
428        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
429        * README: Update.
430        * bsp_specs: copy from gensh1
431
4322001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
435        * include/gdbsci.h: New file.
436        * include/.cvsignore: Add stamp-h? and bspopts.h*.
437        * console/Makefile.am: Use shared/console.c.
438        * console/console-io.c, console/console-support.S: Remove.
439
4402001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * gdbsci/, scitab/, trap34/: Add directories.
443
4442001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * Makefile.am, README, console/console-io.c, start/start.S,
447        startup/linkcmds: Update to make shsim closer to functional.
448
4492001-01-03      Joel Sherrill <joel@OARcorp.com>
450
451        * console/console-io.c: Added console_initialize_hardware().
452
4532000-11-27      Joel Sherrill <joel@OARcorp.com>
454
455        * The shsim is for the SH simulator in gdb. It should be able
456        to be used with multiple SH CPU models.
457        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
458        configure.in, clock/.cvsignore, clock/Makefile.am,
459        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
460        console/console-io.c, console/console-support.S,
461        include/.cvsignore, include/Makefile.am, include/bsp.h,
462        start/.cvsignore, start/Makefile.am, start/regs.S,
463        start/start.S, startup/.cvsignore, startup/Makefile.am,
464        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
465        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.