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

4.104.114.84.95
Last change on this file since d16af043 was d16af043, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 05:43:53

2002-07-04 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Add $(LIB) to all-local.
  • Property mode set to 100644
File size: 4.2 KB
Line 
12002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Add $(LIB) to all-local.
4
52002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
8
92001-05-09      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: In support of gcc 3.1, added one of more
12        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
13        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
14        and direction of segments to memory regions may also have been
15        addressed.  This was a sweep across all BSPs.
16 
172002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * configure.ac:
20        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
21        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
22        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
32
332001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
36        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
37        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
38        CPU_FILES.
39
402001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
43
442001-10-12      Joel Sherrill <joel@OARcorp.com>
45
46        * start/start.S: Fixed typo.
47
482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
51        * configure.in: Remove.
52        * configure.ac: New file, generated from configure.in by autoupdate.
53
542001-09-27      Joel Sherrill <joel@OARcorp.com>
55
56        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
57
582001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * include/Makefile.am: Use 'CLEANFILES ='.
61        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
62
632001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.in: Add bspopts.h.
66        * include/.cvsignore: Add bspopts.h*, stamp-h*.
67        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
68        * include/bsp.h: Include bspopts.h.
69        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
70
712001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
72
73        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
74        bspopts.h handling to other sh-BSPs.
75        * include/.cvsignore: Add stamp-h*, bspopts.h*.
76        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
77        * startup/bspstart.c: Reworked, based on the amos BSP.
78
792001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * scitab/.cvsignore: Add.
82        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
83        bspopt.h.
84        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
85        * README: Update.
86        * bsp_specs: copy from gensh1
87
882001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
91        * include/gdbsci.h: New file.
92        * include/.cvsignore: Add stamp-h? and bspopts.h*.
93        * console/Makefile.am: Use shared/console.c.
94        * console/console-io.c, console/console-support.S: Remove.
95
962001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * gdbsci/, scitab/, trap34/: Add directories.
99
1002001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * Makefile.am, README, console/console-io.c, start/start.S,
103        startup/linkcmds: Update to make shsim closer to functional.
104
1052001-01-03      Joel Sherrill <joel@OARcorp.com>
106
107        * console/console-io.c: Added console_initialize_hardware().
108
1092000-11-27      Joel Sherrill <joel@OARcorp.com>
110
111        * The shsim is for the SH simulator in gdb. It should be able
112        to be used with multiple SH CPU models.
113        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
114        configure.in, clock/.cvsignore, clock/Makefile.am,
115        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
116        console/console-io.c, console/console-support.S,
117        include/.cvsignore, include/Makefile.am, include/bsp.h,
118        start/.cvsignore, start/Makefile.am, start/regs.S,
119        start/start.S, startup/.cvsignore, startup/Makefile.am,
120        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
121        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.