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

4.104.114.84.95
Last change on this file since 1b186e5 was 1b186e5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/04 at 06:46:55

2004-01-05 Ralf Corsepius <corsepiu@…>

  • start/regs.S: Remove.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/regs.S: Remove.
4
52004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Eliminate $(LIB).
8        Use noinst_DATA to trigger building libbsp.a.
9
102003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
13        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
14
152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
18        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
19
202003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
23
242003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * start/Makefile.am: Misc cleanups and fixes.
27        * startup/Makefile.am: Misc cleanups and fixes.
28        * wrapup/Makefile.am: Misc cleanups and fixes.
29
302003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Add preinstallation dirstamp support.
33        * clock/Makefile.am: Cosmetics.
34        * console/Makefile.am: Cosmetics.
35        * gdbsci/Makefile.am: Cosmetics.
36        * scitab/Makefile.am: Cosmetics.
37        * startup/Makefile.am: Cosmetics.
38        * trap34/Makefile.am: Cosmetics.
39        * wrapup/Makefile.am: Cosmetics.
40
412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * clock/Makefile.am: Remove all-local: $(ARCH).
44        * console/Makefile.am: Remove all-local: $(ARCH).
45        * gdbsci/Makefile.am: Remove all-local: $(ARCH).
46        * scitab/Makefile.am: Remove all-local: $(ARCH).
47        * start/Makefile.am: Remove all-local: $(ARCH).
48        * startup/Makefile.am: Remove all-local: $(ARCH).
49        * trap34/Makefile.am: Remove all-local: $(ARCH).
50        * wrapup/Makefile.am: Remove all-local: $(ARCH).
51
522003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Merge-in include/Makefile.am.
55        Reflect changes to bsp.am.
56        * include/Makefile.am: Remove.
57        * configure.ac: Reflect changes above.
58
592003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * bsp_specs: Remove *lib:.
62
632003-09-04      Joel Sherrill <joel@OARcorp.com>
64
65        * include/bsp.h, start/start.S, startup/bspstart.c,
66        trap34/console-io.c: URL for license changed.
67
682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * Makefile.am: Reflect having moved aclocal/.
71
722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Reflect having moved automake/.
75        * clock/Makefile.am: Reflect having moved automake/.
76        * console/Makefile.am: Reflect having moved automake/.
77        * gdbsci/Makefile.am: Reflect having moved automake/.
78        * include/Makefile.am: Reflect having moved automake/.
79        * scitab/Makefile.am: Reflect having moved automake/.
80        * start/Makefile.am: Reflect having moved automake/.
81        * startup/Makefile.am: Reflect having moved automake/.
82        * trap34/Makefile.am: Reflect having moved automake/.
83        * wrapup/Makefile.am: Reflect having moved automake/.
84
852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
88
892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        PR 445/bsps
92        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
93        Remove cpp, old_cpp (now unused).
94
952003-06-13      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds: Removed warnings.
98
992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Remove AC_CONFIG_AUX_DIR.
102
1032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
106
1072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: AC_PREREQ(2.57).
110
1112003-01-28      Joel Sherrill <joel@OARcorp.com>
112
113        * startup/linkcmds: Fix to work around truncated section names.
114
1152003-01-20      Joel Sherrill <joel@OARcorp.com>
116
117        * startup/linkcmds*: Add FreeBSD sysctl() sections.
118
1192003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
122        Eliminate unused GENERIC_FILES.
123
1242003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
128        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133
1342002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Use install-data-local to install startfile.
137
1382002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
141
1422002-11-07      Joel Sherrill <joel@OARcorp.com>
143
144        * startup/linkcmds: Include all .rodata* sections.
145
1462002-11-01      Joel Sherrill <joel@OARcorp.com>
147
148        * gdbsci/gdbsci.c: Removed warnings.
149
1502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * .cvsignore: Reformat.
153        Add autom4te*cache.
154        Remove autom4te.cache.
155
1562002-09-14      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
159        of all calls to bsp_libc_init() resulted in some cleanup here.
160
1612002-08-21      Joel Sherrill <joel@OARcorp.com>
162
163        * bsp_specs: Added support for -nostdlibs.
164
1652002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
169
1702002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
173        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
174        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
176        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
177        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
178        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
179
1802002-07-25      Joel Sherrill <joel@OARcorp.com>
181
182        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
183        to remove problems linking empty main(){} with BSP.
184
1852002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * start/Makefile.am: Eliminate PGM.
188        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
189
1902002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
193
1942002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
197        Remove $(OBJS) from all-local.
198
1992002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * wrapup/Makefile.am: Add $(LIB) to all-local.
202
2032002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
206
2072001-05-09      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds: In support of gcc 3.1, added one of more
210        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
211        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
212        and direction of segments to memory regions may also have been
213        addressed.  This was a sweep across all BSPs.
214 
2152002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac:
218        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
219        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
220        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
227        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
228        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
229        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
230
2312001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
234        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
235        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
236        CPU_FILES.
237
2382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
241
2422001-10-12      Joel Sherrill <joel@OARcorp.com>
243
244        * start/start.S: Fixed typo.
245
2462001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
249        * configure.in: Remove.
250        * configure.ac: New file, generated from configure.in by autoupdate.
251
2522001-09-27      Joel Sherrill <joel@OARcorp.com>
253
254        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
255
2562001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * include/Makefile.am: Use 'CLEANFILES ='.
259        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
260
2612001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * configure.in: Add bspopts.h.
264        * include/.cvsignore: Add bspopts.h*, stamp-h*.
265        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
266        * include/bsp.h: Include bspopts.h.
267        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
268
2692001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
270
271        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
272        bspopts.h handling to other sh-BSPs.
273        * include/.cvsignore: Add stamp-h*, bspopts.h*.
274        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
275        * startup/bspstart.c: Reworked, based on the amos BSP.
276
2772001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * scitab/.cvsignore: Add.
280        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
281        bspopt.h.
282        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
283        * README: Update.
284        * bsp_specs: copy from gensh1
285
2862001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
289        * include/gdbsci.h: New file.
290        * include/.cvsignore: Add stamp-h? and bspopts.h*.
291        * console/Makefile.am: Use shared/console.c.
292        * console/console-io.c, console/console-support.S: Remove.
293
2942001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * gdbsci/, scitab/, trap34/: Add directories.
297
2982001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am, README, console/console-io.c, start/start.S,
301        startup/linkcmds: Update to make shsim closer to functional.
302
3032001-01-03      Joel Sherrill <joel@OARcorp.com>
304
305        * console/console-io.c: Added console_initialize_hardware().
306
3072000-11-27      Joel Sherrill <joel@OARcorp.com>
308
309        * The shsim is for the SH simulator in gdb. It should be able
310        to be used with multiple SH CPU models.
311        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
312        configure.in, clock/.cvsignore, clock/Makefile.am,
313        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
314        console/console-io.c, console/console-support.S,
315        include/.cvsignore, include/Makefile.am, include/bsp.h,
316        start/.cvsignore, start/Makefile.am, start/regs.S,
317        start/start.S, startup/.cvsignore, startup/Makefile.am,
318        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
319        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.