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

4.104.114.95
Last change on this file since e77c7238 was e77c7238, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/19/08 at 14:45:32

2008-08-19 Ralf Corsépius <ralf.corsepius@…>

  • trap34/console-io.c: Add missing prototypes.
  • Property mode set to 100644
File size: 17.9 KB
Line 
12008-08-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * trap34/console-io.c: Add missing prototypes.
4
52008-05-15      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * startup/bspstart.c: Add capability for bootcard.c BSP Initialization
8        Framework to ask the BSP where it has memory for the RTEMS Workspace
9        and C Program Heap. These collectively are referred to as work area.
10        If the BSP supports this, then it does not have to include code to
11        split the available memory between the two areas. This reduces the
12        amount of code in the BSP specific bspstart.c file. Additionally, the
13        shared framework can initialize the C Library, call
14        rtems_debug_enable(), and dirty the work area memory. Until most/all
15        BSPs support this new capability, if the BSP supports this, it should
16        call RTEMS_BSP_BOOTCARD_HANDLES_RAM_ALLOCATION from its configure.ac.
17        When the transition is complete, this autoconf macro can be removed.
18
192008-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * Makefile.am: Rework to avoid .rel files.
22
232008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
24
25        * startup/bspstart.c: Refactored and renamed initialization routines to
26        rtems_initialize_data_structures, rtems_initialize_before_drivers,
27        rtems_initialize_device_drivers, and
28        rtems_initialize_start_multitasking. This opened the sequence up so
29        that bootcard() could provide a more robust and flexible framework
30        which is easier to explain and understand. This also lays the
31        groundwork for sharing the division of available memory between the
32        RTEMS workspace and heap and the C library initialization across all
33        BSPs.
34
352008-03-03      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * startup/linkcmds, startup/linkcmds.sim: Add wildcard to
38        gcc_except_table section so programs compiled with gcc 4.3.x can
39        link.
40
412007-12-11      Joel Sherrill <joel.sherrill@OARcorp.com>
42
43        * include/bsp.h, startup/bspstart.c: Eliminate copies of the
44        Configuration Table. Use the RTEMS provided accessor macros to obtain
45        configuration fields.
46
472007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
48
49        * include/bsp.h, startup/bspstart.c: Move interrupt_stack_size field
50        from CPU Table to Configuration Table. Eliminate CPU Table from all
51        ports. Delete references to CPU Table in all forms.
52
532007-12-03      Joel Sherrill <joel.sherrill@OARcorp.com>
54
55        * Makefile.am, startup/bspstart.c: Moved most of the remaining CPU
56        Table fields to the Configuration Table. This included
57        pretasking_hook, predriver_hook, postdriver_hook, idle_task,
58        do_zero_of_workspace, extra_mpci_receive_server_stack,
59        stack_allocate_hook, and stack_free_hook. As a side-effect of this
60        effort some multiprocessing code was made conditional and some style
61        clean up occurred.
62
632007-11-26      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * startup/bspstart.c: Eliminate the clicks_per_microsecond field in the
66        SuperH CPU Table and define another mechanism for drivers to obtain
67        this information.
68
692007-07-24      Joel Sherrill <joel.sherrill@OARcorp.com>
70
71        * Makefile.am, preinstall.am, startup/linkcmds: Save the old linker
72        script as linkcmds.sim and use one with enough memory to link all
73        tests so we can at least build things.
74        * startup/linkcmds.sim: New file.
75
762007-05-03      Joel Sherrill <joel@OARcorp.com>
77
78        * startup/linkcmds: Handle .data.* sections. Also change directive
79        placing stack on onchip_ram to make ld happy.
80
812007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * bsp_specs: Remove qrtems_debug.
84
852007-04-02      Joel Sherrill <joel@OARcorp.com>
86
87        * Makefile.am: Add dummy printk support so all tests link.
88
892006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
90
91        * configure.ac: New BUG-REPORT address.
92
932006-11-15      Joel Sherrill <joel@OARcorp.com>
94
95        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
96        file and simplified initialization.
97
982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * Makefile.am: Remove superfluous -DASM.
101
1022006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * configure.ac: Require autoconf-2.60. Require automake-1.10.
105
1062006-06-24      Joel Sherrill <joel@OARcorp.com>
107
108        * startup/linkcmds: Add .rela.dyn sections.
109
1102006-03-08      Joel Sherrill <joel@OARcorp.com>
111
112        * startup/linkcmds: Add .gnu.linkonce.b.* section.
113
1142006-02-08      Joel Sherrill <joel@OARcorp.com>
115
116        * startup/linkcmds: Add sections required by newer gcc versions.
117
1182006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * Makefile.am: Add preinstall.am.
121
1222005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
123
124        * include/bsp.h: New header guard.
125
1262005-05-20      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * Makefile.am: Add SHGEN.
129        * startup/linkcmds: Add missing sections.
130
1312005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
134
1352005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * Makefile.am: Remove build-variant support.
138
1392004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
140
141        * configure.ac: Require automake > 1.9.
142
1432004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
144
145        PR 610/bsps
146        * Makefile.am: Add include/tm27.h, Cosmetics.
147        * include/tm27.h: Final cosmetics.
148
1492004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
150
151        * include/bsp.h: Split out tmtest27 support.
152        * include/tm27.h: New.
153
1542004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
155
156        PR 613/bsps
157        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
158
1592004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
160
161        PR 614/bsps
162        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
163
1642004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
165
166        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
167
1682004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
169
170        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
171        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
172        * gdbsci/gdbsci.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
173
1742004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
175
176        * gdbsci/gdbsci.c, include/bsp.h, startup/bspstart.c: Convert to
177        using c99 fixed size types.
178
1792004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: Reflect changes to bsp.am.
182        Preinstall dist_project_lib*.
183
1842004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * Makefile.am: Reflect changes to bsp.am.
187
1882004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
191
1922004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Pickup files from ../../sh/shared instead of
195        ../shared. Reformat.
196
1972004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Cosmetics.
200
2012004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * Makefile.am: Merge-in clock/Makefile.am, gdbsci/Makefile.am,
204        startup/Makefile.am, wrapup/Makefile.am, console/Makefile.am,
205        scitab/Makefile.am, trap34/Makefile.am. Use automake compilation rules.
206        * clock/Makefile.am, gdbsci/Makefile.am, startup/Makefile.am,
207        wrapup/Makefile.am, console/Makefile.am, scitab/Makefile.am,
208        trap34/Makefile.am: Remove.
209        * configure.ac: Reflect changes above.
210
2112004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
214        Add RTEMS_PROG_CCAS.
215
2162004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Add PREINSTALL_DIRS.
219        * wrapup/Makefile.am: Reflect changes to libcpu.
220
2212004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * clock/Makefile.am: Remove bogus EXTRA_DIST.
224        * gdbsci/Makefile.am: Remove bogus EXTRA_DIST.
225        * wrapup/Makefile.am: Reflect changes to libcpu.
226
2272004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
230        Add PRE/TMPINSTALL_FILES to CLEANFILES.
231        * startup/Makefile.am: Ditto.
232
2332004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * start/Makefile.am: Remove.
236        * Makefile.am: Merge-in start/Makefile.am.
237        * configure.ac: Reflect changes above.
238
2392004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * start/regs.S: Remove.
242
2432004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * wrapup/Makefile.am: Eliminate $(LIB).
246        Use noinst_DATA to trigger building libbsp.a.
247
2482003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
251        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
252
2532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
256        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
257
2582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
261
2622003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * start/Makefile.am: Misc cleanups and fixes.
265        * startup/Makefile.am: Misc cleanups and fixes.
266        * wrapup/Makefile.am: Misc cleanups and fixes.
267
2682003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * Makefile.am: Add preinstallation dirstamp support.
271        * clock/Makefile.am: Cosmetics.
272        * console/Makefile.am: Cosmetics.
273        * gdbsci/Makefile.am: Cosmetics.
274        * scitab/Makefile.am: Cosmetics.
275        * startup/Makefile.am: Cosmetics.
276        * trap34/Makefile.am: Cosmetics.
277        * wrapup/Makefile.am: Cosmetics.
278
2792003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * clock/Makefile.am: Remove all-local: $(ARCH).
282        * console/Makefile.am: Remove all-local: $(ARCH).
283        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
284        * scitab/Makefile.am: Remove all-local: $(ARCH).
285        * start/Makefile.am: Remove all-local: $(ARCH).
286        * startup/Makefile.am: Remove all-local: $(ARCH).
287        * trap34/Makefile.am: Remove all-local: $(ARCH).
288        * wrapup/Makefile.am: Remove all-local: $(ARCH).
289
2902003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Merge-in include/Makefile.am.
293        Reflect changes to bsp.am.
294        * include/Makefile.am: Remove.
295        * configure.ac: Reflect changes above.
296
2972003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * bsp_specs: Remove *lib:.
300
3012003-09-04      Joel Sherrill <joel@OARcorp.com>
302
303        * include/bsp.h, start/start.S, startup/bspstart.c,
304        trap34/console-io.c: URL for license changed.
305
3062003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Reflect having moved aclocal/.
309
3102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * Makefile.am: Reflect having moved automake/.
313        * clock/Makefile.am: Reflect having moved automake/.
314        * console/Makefile.am: Reflect having moved automake/.
315        * gdbsci/Makefile.am: Reflect having moved automake/.
316        * include/Makefile.am: Reflect having moved automake/.
317        * scitab/Makefile.am: Reflect having moved automake/.
318        * start/Makefile.am: Reflect having moved automake/.
319        * startup/Makefile.am: Reflect having moved automake/.
320        * trap34/Makefile.am: Reflect having moved automake/.
321        * wrapup/Makefile.am: Reflect having moved automake/.
322
3232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
326
3272003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        PR 445/bsps
330        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
331        Remove cpp, old_cpp (now unused).
332
3332003-06-13      Joel Sherrill <joel@OARcorp.com>
334
335        * startup/linkcmds: Removed warnings.
336
3372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Remove AC_CONFIG_AUX_DIR.
340
3412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
344
3452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * configure.ac: AC_PREREQ(2.57).
348
3492003-01-28      Joel Sherrill <joel@OARcorp.com>
350
351        * startup/linkcmds: Fix to work around truncated section names.
352
3532003-01-20      Joel Sherrill <joel@OARcorp.com>
354
355        * startup/linkcmds*: Add FreeBSD sysctl() sections.
356
3572003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
360        Eliminate unused GENERIC_FILES.
361
3622003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
365        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
366        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
367        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
368        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
369        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
370        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
371
3722002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * start/Makefile.am: Use install-data-local to install startfile.
375
3762002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
379
3802002-11-07      Joel Sherrill <joel@OARcorp.com>
381
382        * startup/linkcmds: Include all .rodata* sections.
383
3842002-11-01      Joel Sherrill <joel@OARcorp.com>
385
386        * gdbsci/gdbsci.c: Removed warnings.
387
3882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
389
390        * .cvsignore: Reformat.
391        Add autom4te*cache.
392        Remove autom4te.cache.
393
3942002-09-14      Joel Sherrill <joel@OARcorp.com>
395
396        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
397        of all calls to bsp_libc_init() resulted in some cleanup here.
398
3992002-08-21      Joel Sherrill <joel@OARcorp.com>
400
401        * bsp_specs: Added support for -nostdlibs.
402
4032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
406        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
407
4082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
409
410        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
411        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
412        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
413        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
414        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
415        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
416        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
417
4182002-07-25      Joel Sherrill <joel@OARcorp.com>
419
420        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
421        to remove problems linking empty main(){} with BSP.
422
4232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
424
425        * start/Makefile.am: Eliminate PGM.
426        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
427
4282002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
429
430        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
431
4322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
435        Remove $(OBJS) from all-local.
436
4372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * wrapup/Makefile.am: Add $(LIB) to all-local.
440
4412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
444
4452001-05-09      Joel Sherrill <joel@OARcorp.com>
446
447        * startup/linkcmds: In support of gcc 3.1, added one of more
448        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
449        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
450        and direction of segments to memory regions may also have been
451        addressed.  This was a sweep across all BSPs.
452 
4532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * configure.ac:
456        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
457        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
458        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
459        * Makefile.am: Remove AUTOMAKE_OPTIONS.
460        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
461        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
462        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
463        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
464        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
465        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
466        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
467        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
468
4692001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
470
471        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
472        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
473        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
474        CPU_FILES.
475
4762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
477
478        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
479
4802001-10-12      Joel Sherrill <joel@OARcorp.com>
481
482        * start/start.S: Fixed typo.
483
4842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
485
486        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
487        * configure.in: Remove.
488        * configure.ac: New file, generated from configure.in by autoupdate.
489
4902001-09-27      Joel Sherrill <joel@OARcorp.com>
491
492        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
493
4942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
495
496        * include/Makefile.am: Use 'CLEANFILES ='.
497        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
498
4992001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
500
501        * configure.in: Add bspopts.h.
502        * include/.cvsignore: Add bspopts.h*, stamp-h*.
503        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
504        * include/bsp.h: Include bspopts.h.
505        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
506
5072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
508
509        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
510        bspopts.h handling to other sh-BSPs.
511        * include/.cvsignore: Add stamp-h*, bspopts.h*.
512        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
513        * startup/bspstart.c: Reworked, based on the amos BSP.
514
5152001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
516
517        * scitab/.cvsignore: Add.
518        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
519        bspopt.h.
520        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
521        * README: Update.
522        * bsp_specs: copy from gensh1
523
5242001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
525
526        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
527        * include/gdbsci.h: New file.
528        * include/.cvsignore: Add stamp-h? and bspopts.h*.
529        * console/Makefile.am: Use shared/console.c.
530        * console/console-io.c, console/console-support.S: Remove.
531
5322001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
533
534        * gdbsci/, scitab/, trap34/: Add directories.
535
5362001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
537
538        * Makefile.am, README, console/console-io.c, start/start.S,
539        startup/linkcmds: Update to make shsim closer to functional.
540
5412001-01-03      Joel Sherrill <joel@OARcorp.com>
542
543        * console/console-io.c: Added console_initialize_hardware().
544
5452000-11-27      Joel Sherrill <joel@OARcorp.com>
546
547        * The shsim is for the SH simulator in gdb. It should be able
548        to be used with multiple SH CPU models.
549        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
550        configure.in, clock/.cvsignore, clock/Makefile.am,
551        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
552        console/console-io.c, console/console-support.S,
553        include/.cvsignore, include/Makefile.am, include/bsp.h,
554        start/.cvsignore, start/Makefile.am, start/regs.S,
555        start/start.S, startup/.cvsignore, startup/Makefile.am,
556        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
557        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.