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

Last change on this file since 292902b was a48dfc9, checked in by Joel Sherrill <joel.sherrill@…>, on 08/22/03 at 18:50:57

2003-08-22 Joel Sherrill <joel@…>

PR 445/bsps

  • bsp_specs: Hand edited to duplicate change Ralf applied to the CVS trunk.
  • Property mode set to 100644
File size: 7.5 KB
Line 
12003-08-22      Joel Sherrill <joel@OARcorp.com>
2
3        PR 445/bsps
4        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
5        trunk.
6
72003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
10
112003-06-13      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/linkcmds: Removed warnings.
14
152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove AC_CONFIG_AUX_DIR.
18
192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
22
232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: AC_PREREQ(2.57).
26
272003-01-28      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds: Fix to work around truncated section names.
30
312003-01-20      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds*: Add FreeBSD sysctl() sections.
34
352003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
38        Eliminate unused GENERIC_FILES.
39
402003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
43        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
44        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
45        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
46        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
47        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
49
502002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: Use install-data-local to install startfile.
53
542002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57
582002-11-07      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds: Include all .rodata* sections.
61
622002-11-01      Joel Sherrill <joel@OARcorp.com>
63
64        * gdbsci/gdbsci.c: Removed warnings.
65
662002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * .cvsignore: Reformat.
69        Add autom4te*cache.
70        Remove autom4te.cache.
71
722002-09-14      Joel Sherrill <joel@OARcorp.com>
73
74        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
75        of all calls to bsp_libc_init() resulted in some cleanup here.
76
772002-08-21      Joel Sherrill <joel@OARcorp.com>
78
79        * bsp_specs: Added support for -nostdlibs.
80
812002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
85
862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
89        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
95
962002-07-25      Joel Sherrill <joel@OARcorp.com>
97
98        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
99        to remove problems linking empty main(){} with BSP.
100
1012002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Eliminate PGM.
104        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
105
1062002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
109
1102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
113        Remove $(OBJS) from all-local.
114
1152002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Add $(LIB) to all-local.
118
1192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
122
1232001-05-09      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/linkcmds: In support of gcc 3.1, added one of more
126        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
127        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
128        and direction of segments to memory regions may also have been
129        addressed.  This was a sweep across all BSPs.
130 
1312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac:
134        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
135        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
136        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
146
1472001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
150        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
151        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
152        CPU_FILES.
153
1542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
157
1582001-10-12      Joel Sherrill <joel@OARcorp.com>
159
160        * start/start.S: Fixed typo.
161
1622001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
165        * configure.in: Remove.
166        * configure.ac: New file, generated from configure.in by autoupdate.
167
1682001-09-27      Joel Sherrill <joel@OARcorp.com>
169
170        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
171
1722001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * include/Makefile.am: Use 'CLEANFILES ='.
175        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
176
1772001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.in: Add bspopts.h.
180        * include/.cvsignore: Add bspopts.h*, stamp-h*.
181        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
182        * include/bsp.h: Include bspopts.h.
183        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
184
1852001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
186
187        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
188        bspopts.h handling to other sh-BSPs.
189        * include/.cvsignore: Add stamp-h*, bspopts.h*.
190        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
191        * startup/bspstart.c: Reworked, based on the amos BSP.
192
1932001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * scitab/.cvsignore: Add.
196        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
197        bspopt.h.
198        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
199        * README: Update.
200        * bsp_specs: copy from gensh1
201
2022001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
205        * include/gdbsci.h: New file.
206        * include/.cvsignore: Add stamp-h? and bspopts.h*.
207        * console/Makefile.am: Use shared/console.c.
208        * console/console-io.c, console/console-support.S: Remove.
209
2102001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * gdbsci/, scitab/, trap34/: Add directories.
213
2142001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am, README, console/console-io.c, start/start.S,
217        startup/linkcmds: Update to make shsim closer to functional.
218
2192001-01-03      Joel Sherrill <joel@OARcorp.com>
220
221        * console/console-io.c: Added console_initialize_hardware().
222
2232000-11-27      Joel Sherrill <joel@OARcorp.com>
224
225        * The shsim is for the SH simulator in gdb. It should be able
226        to be used with multiple SH CPU models.
227        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
228        configure.in, clock/.cvsignore, clock/Makefile.am,
229        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
230        console/console-io.c, console/console-support.S,
231        include/.cvsignore, include/Makefile.am, include/bsp.h,
232        start/.cvsignore, start/Makefile.am, start/regs.S,
233        start/start.S, startup/.cvsignore, startup/Makefile.am,
234        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
235        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.