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

4.104.115
Last change on this file since ad01cc3b was 4909a30, checked in by Joel Sherrill <joel.sherrill@…>, on 09/10/08 at 21:35:37

2008-09-10 Joel Sherrill <joel.sherrill@…>

  • include/bsp.h: Review of all bsp_cleanup() implementations. In this phase, all prototypes were removed from bsp.h and empty implementations were removed and made to use the shared stub.
  • Property mode set to 100644
File size: 18.1 KB
Line 
12008-09-10      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * include/bsp.h: Review of all bsp_cleanup() implementations. In this
4        phase, all prototypes were removed from bsp.h and empty
5        implementations were removed and made to use the shared stub.
6
72008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
8
9        * trap34/console-io.c: Add missing prototypes.
10
112008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
12
13        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
14        Framework to ask the BSP where it has memory for the RTEMS Workspace
15        and C Program Heap. These collectively are referred to as work area.
16        If the BSP supports this, then it does not have to include code to
17        split the available memory between the two areas. This reduces the
18        amount of code in the BSP specific bspstart.c file. Additionally, the
19        shared framework can initialize the C Library, call
20        rtems_debug_enable(), and dirty the work area memory. Until most/all
21        BSPs support this new capability, if the BSP supports this, it should
22        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
23        When the transition is complete, this autoconf macro can be removed.
24
252008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
26
27        * Makefile.am: Rework to avoid .rel files.
28
292008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * startup/bspstart.c: Refactored and renamed initialization routines to
32        rtems_initialize_data_structures, rtems_initialize_before_drivers,
33        rtems_initialize_device_drivers, and
34        rtems_initialize_start_multitasking. This opened the sequence up so
35        that bootcard() could provide a more robust and flexible framework
36        which is easier to explain and understand. This also lays the
37        groundwork for sharing the division of available memory between the
38        RTEMS workspace and heap and the C library initialization across all
39        BSPs.
40
412008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * startup/linkcmds, startup/linkcmds.sim: Add wildcard to
44        gcc_except_table section so programs compiled with gcc 4.3.x can
45        link.
46
472007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
50        Configuration Table. Use the RTEMS provided accessor macros to obtain
51        configuration fields.
52
532007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
56        from CPU Table to Configuration Table. Eliminate CPU Table from all
57        ports. Delete references to CPU Table in all forms.
58
592007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
60
61        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
62        Table fields to the Configuration Table. This included
63        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
64        do_zero_of_workspace, extra_mpci_receive_server_stack,
65        stack_allocate_hook, and stack_free_hook. As a side-effect of this
66        effort some multiprocessing code was made conditional and some style
67        clean up occurred.
68
692007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
72        SuperH CPU Table and define another mechanism for drivers to obtain
73        this information.
74
752007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
76
77        * Makefile.am, preinstall.am, startup/linkcmds: Save the old linker
78        script as linkcmds.sim and use one with enough memory to link all
79        tests so we can at least build things.
80        * startup/linkcmds.sim: New file.
81
822007-05-03      Joel Sherrill <joel@OARcorp.com>
83
84        * startup/linkcmds: Handle .data.* sections. Also change directive
85        placing stack on onchip_ram to make ld happy.
86
872007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * bsp_specs: Remove qrtems_debug.
90
912007-04-02      Joel Sherrill <joel@OARcorp.com>
92
93        * Makefile.am: Add dummy printk support so all tests link.
94
952006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
96
97        * configure.ac: New BUG-REPORT address.
98
992006-11-15      Joel Sherrill <joel@OARcorp.com>
100
101        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
102        file and simplified initialization.
103
1042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Remove superfluous -DASM.
107
1082006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
109
110        * configure.ac: Require autoconf-2.60. Require automake-1.10.
111
1122006-06-24      Joel Sherrill <joel@OARcorp.com>
113
114        * startup/linkcmds: Add .rela.dyn sections.
115
1162006-03-08      Joel Sherrill <joel@OARcorp.com>
117
118        * startup/linkcmds: Add .gnu.linkonce.b.* section.
119
1202006-02-08      Joel Sherrill <joel@OARcorp.com>
121
122        * startup/linkcmds: Add sections required by newer gcc versions.
123
1242006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
125
126        * Makefile.am: Add preinstall.am.
127
1282005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * include/bsp.h: New header guard.
131
1322005-05-20      Ralf Corsepius <ralf.corsepius@rtems.org>
133
134        * Makefile.am: Add SHGEN.
135        * startup/linkcmds: Add missing sections.
136
1372005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
140
1412005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
142
143        * Makefile.am: Remove build-variant support.
144
1452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
146
147        * configure.ac: Require automake > 1.9.
148
1492004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        PR 610/bsps
152        * Makefile.am: Add include/tm27.h, Cosmetics.
153        * include/tm27.h: Final cosmetics.
154
1552004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
156
157        * include/bsp.h: Split out tmtest27 support.
158        * include/tm27.h: New.
159
1602004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
161
162        PR 613/bsps
163        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
164
1652004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
166
167        PR 614/bsps
168        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
169
1702004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
171
172        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
173
1742004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
177        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
178        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
179
1802004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
181
182        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
183        using c99 fixed size types.
184
1852004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Reflect changes to bsp.am.
188        Preinstall dist_project_lib*.
189
1902004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Reflect changes to bsp.am.
193
1942004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
197
1982004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Pickup files from ../../sh/shared instead of
201        ../shared. Reformat.
202
2032004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Cosmetics.
206
2072004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
210        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
211        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
212        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
213        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
214        trap34/Makefile.am: Remove.
215        * configure.ac: Reflect changes above.
216
2172004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
220        Add RTEMS_PROG_CCAS.
221
2222004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Add PREINSTALL_DIRS.
225        * wrapup/Makefile.am: Reflect changes to libcpu.
226
2272004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * clock/Makefile.am: Remove bogus EXTRA_DIST.
230        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
231        * wrapup/Makefile.am: Reflect changes to libcpu.
232
2332004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
236        Add PRE/TMPINSTALL_FILES to CLEANFILES.
237        * startup/Makefile.am: Ditto.
238
2392004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * start/Makefile.am: Remove.
242        * Makefile.am: Merge-in start/Makefile.am.
243        * configure.ac: Reflect changes above.
244
2452004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * start/regs.S: Remove.
248
2492004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Eliminate $(LIB).
252        Use noinst_DATA to trigger building libbsp.a.
253
2542003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
257        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
258
2592003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
262        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
263
2642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
267
2682003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * start/Makefile.am: Misc cleanups and fixes.
271        * startup/Makefile.am: Misc cleanups and fixes.
272        * wrapup/Makefile.am: Misc cleanups and fixes.
273
2742003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * Makefile.am: Add preinstallation dirstamp support.
277        * clock/Makefile.am: Cosmetics.
278        * console/Makefile.am: Cosmetics.
279        * gdbsci/Makefile.am: Cosmetics.
280        * scitab/Makefile.am: Cosmetics.
281        * startup/Makefile.am: Cosmetics.
282        * trap34/Makefile.am: Cosmetics.
283        * wrapup/Makefile.am: Cosmetics.
284
2852003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * clock/Makefile.am: Remove all-local: $(ARCH).
288        * console/Makefile.am: Remove all-local: $(ARCH).
289        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
290        * scitab/Makefile.am: Remove all-local: $(ARCH).
291        * start/Makefile.am: Remove all-local: $(ARCH).
292        * startup/Makefile.am: Remove all-local: $(ARCH).
293        * trap34/Makefile.am: Remove all-local: $(ARCH).
294        * wrapup/Makefile.am: Remove all-local: $(ARCH).
295
2962003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * Makefile.am: Merge-in include/Makefile.am.
299        Reflect changes to bsp.am.
300        * include/Makefile.am: Remove.
301        * configure.ac: Reflect changes above.
302
3032003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * bsp_specs: Remove *lib:.
306
3072003-09-04      Joel Sherrill <joel@OARcorp.com>
308
309        * include/bsp.h, start/start.S, startup/bspstart.c,
310        trap34/console-io.c: URL for license changed.
311
3122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * Makefile.am: Reflect having moved aclocal/.
315
3162003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * Makefile.am: Reflect having moved automake/.
319        * clock/Makefile.am: Reflect having moved automake/.
320        * console/Makefile.am: Reflect having moved automake/.
321        * gdbsci/Makefile.am: Reflect having moved automake/.
322        * include/Makefile.am: Reflect having moved automake/.
323        * scitab/Makefile.am: Reflect having moved automake/.
324        * start/Makefile.am: Reflect having moved automake/.
325        * startup/Makefile.am: Reflect having moved automake/.
326        * trap34/Makefile.am: Reflect having moved automake/.
327        * wrapup/Makefile.am: Reflect having moved automake/.
328
3292003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
332
3332003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        PR 445/bsps
336        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
337        Remove cpp, old_cpp (now unused).
338
3392003-06-13      Joel Sherrill <joel@OARcorp.com>
340
341        * startup/linkcmds: Removed warnings.
342
3432003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.ac: Remove AC_CONFIG_AUX_DIR.
346
3472003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
350
3512003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: AC_PREREQ(2.57).
354
3552003-01-28      Joel Sherrill <joel@OARcorp.com>
356
357        * startup/linkcmds: Fix to work around truncated section names.
358
3592003-01-20      Joel Sherrill <joel@OARcorp.com>
360
361        * startup/linkcmds*: Add FreeBSD sysctl() sections.
362
3632003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
366        Eliminate unused GENERIC_FILES.
367
3682003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
371        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
372        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
373        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
374        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
375        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
376        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
377
3782002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * start/Makefile.am: Use install-data-local to install startfile.
381
3822002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
385
3862002-11-07      Joel Sherrill <joel@OARcorp.com>
387
388        * startup/linkcmds: Include all .rodata* sections.
389
3902002-11-01      Joel Sherrill <joel@OARcorp.com>
391
392        * gdbsci/gdbsci.c: Removed warnings.
393
3942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * .cvsignore: Reformat.
397        Add autom4te*cache.
398        Remove autom4te.cache.
399
4002002-09-14      Joel Sherrill <joel@OARcorp.com>
401
402        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
403        of all calls to bsp_libc_init() resulted in some cleanup here.
404
4052002-08-21      Joel Sherrill <joel@OARcorp.com>
406
407        * bsp_specs: Added support for -nostdlibs.
408
4092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
412        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
413
4142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
417        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
418        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
419        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
420        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
421        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
422        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
423
4242002-07-25      Joel Sherrill <joel@OARcorp.com>
425
426        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
427        to remove problems linking empty main(){} with BSP.
428
4292002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * start/Makefile.am: Eliminate PGM.
432        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
433
4342002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
435
436        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
437
4382002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
439
440        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
441        Remove $(OBJS) from all-local.
442
4432002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
444
445        * wrapup/Makefile.am: Add $(LIB) to all-local.
446
4472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
448
449        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
450
4512001-05-09      Joel Sherrill <joel@OARcorp.com>
452
453        * startup/linkcmds: In support of gcc 3.1, added one of more
454        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
455        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
456        and direction of segments to memory regions may also have been
457        addressed.  This was a sweep across all BSPs.
458 
4592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
460
461        * configure.ac:
462        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
463        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
464        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
468        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
469        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
470        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
471        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
472        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
473        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
474
4752001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
476
477        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
478        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
479        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
480        CPU_FILES.
481
4822001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
485
4862001-10-12      Joel Sherrill <joel@OARcorp.com>
487
488        * start/start.S: Fixed typo.
489
4902001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
491
492        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
493        * configure.in: Remove.
494        * configure.ac: New file, generated from configure.in by autoupdate.
495
4962001-09-27      Joel Sherrill <joel@OARcorp.com>
497
498        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
499
5002001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
501
502        * include/Makefile.am: Use 'CLEANFILES ='.
503        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
504
5052001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
506
507        * configure.in: Add bspopts.h.
508        * include/.cvsignore: Add bspopts.h*, stamp-h*.
509        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
510        * include/bsp.h: Include bspopts.h.
511        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
512
5132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
514
515        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
516        bspopts.h handling to other sh-BSPs.
517        * include/.cvsignore: Add stamp-h*, bspopts.h*.
518        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
519        * startup/bspstart.c: Reworked, based on the amos BSP.
520
5212001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * scitab/.cvsignore: Add.
524        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
525        bspopt.h.
526        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
527        * README: Update.
528        * bsp_specs: copy from gensh1
529
5302001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
531
532        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
533        * include/gdbsci.h: New file.
534        * include/.cvsignore: Add stamp-h? and bspopts.h*.
535        * console/Makefile.am: Use shared/console.c.
536        * console/console-io.c, console/console-support.S: Remove.
537
5382001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
539
540        * gdbsci/, scitab/, trap34/: Add directories.
541
5422001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
543
544        * Makefile.am, README, console/console-io.c, start/start.S,
545        startup/linkcmds: Update to make shsim closer to functional.
546
5472001-01-03      Joel Sherrill <joel@OARcorp.com>
548
549        * console/console-io.c: Added console_initialize_hardware().
550
5512000-11-27      Joel Sherrill <joel@OARcorp.com>
552
553        * The shsim is for the SH simulator in gdb. It should be able
554        to be used with multiple SH CPU models.
555        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
556        configure.in, clock/.cvsignore, clock/Makefile.am,
557        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
558        console/console-io.c, console/console-support.S,
559        include/.cvsignore, include/Makefile.am, include/bsp.h,
560        start/.cvsignore, start/Makefile.am, start/regs.S,
561        start/start.S, startup/.cvsignore, startup/Makefile.am,
562        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
563        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.