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

4.104.114.84.95
Last change on this file since b5bc659 was f48d86a8, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 18:52:49

2003-09-04 Joel Sherrill <joel@…>

  • include/bsp.h, start/start.S, startup/bspstart.c, trap34/console-io.c: URL for license changed.
  • Property mode set to 100644
File size: 8.3 KB
Line 
12003-09-04      Joel Sherrill <joel@OARcorp.com>
2
3        * include/bsp.h, start/start.S, startup/bspstart.c,
4        trap34/console-io.c: URL for license changed.
5
62003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect having moved aclocal/.
9
102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect having moved automake/.
13        * clock/Makefile.am: Reflect having moved automake/.
14        * console/Makefile.am: Reflect having moved automake/.
15        * gdbsci/Makefile.am: Reflect having moved automake/.
16        * include/Makefile.am: Reflect having moved automake/.
17        * scitab/Makefile.am: Reflect having moved automake/.
18        * start/Makefile.am: Reflect having moved automake/.
19        * startup/Makefile.am: Reflect having moved automake/.
20        * trap34/Makefile.am: Reflect having moved automake/.
21        * wrapup/Makefile.am: Reflect having moved automake/.
22
232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
26
272003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        PR 445/bsps
30        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
31        Remove cpp, old_cpp (now unused).
32
332003-06-13      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Removed warnings.
36
372003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Remove AC_CONFIG_AUX_DIR.
40
412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
44
452003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: AC_PREREQ(2.57).
48
492003-01-28      Joel Sherrill <joel@OARcorp.com>
50
51        * startup/linkcmds: Fix to work around truncated section names.
52
532003-01-20      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/linkcmds*: Add FreeBSD sysctl() sections.
56
572003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
60        Eliminate unused GENERIC_FILES.
61
622003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * gdbsci/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * trap34/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71
722002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * start/Makefile.am: Use install-data-local to install startfile.
75
762002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
79
802002-11-07      Joel Sherrill <joel@OARcorp.com>
81
82        * startup/linkcmds: Include all .rodata* sections.
83
842002-11-01      Joel Sherrill <joel@OARcorp.com>
85
86        * gdbsci/gdbsci.c: Removed warnings.
87
882002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * .cvsignore: Reformat.
91        Add autom4te*cache.
92        Remove autom4te.cache.
93
942002-09-14      Joel Sherrill <joel@OARcorp.com>
95
96        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
97        of all calls to bsp_libc_init() resulted in some cleanup here.
98
992002-08-21      Joel Sherrill <joel@OARcorp.com>
100
101        * bsp_specs: Added support for -nostdlibs.
102
1032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
107
1082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
117
1182002-07-25      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
121        to remove problems linking empty main(){} with BSP.
122
1232002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * start/Makefile.am: Eliminate PGM.
126        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
127
1282002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
131
1322002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
135        Remove $(OBJS) from all-local.
136
1372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Add $(LIB) to all-local.
140
1412002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
144
1452001-05-09      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds: In support of gcc 3.1, added one of more
148        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
149        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
150        and direction of segments to memory regions may also have been
151        addressed.  This was a sweep across all BSPs.
152 
1532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac:
156        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
157        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
158        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * gdbsci/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * trap34/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
168
1692001-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
172        * console/Makefile.am: C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o).
173        * wrapup/Makefile.am: Add gdbsci, scitab to BSP_FILES, add
174        CPU_FILES.
175
1762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
179
1802001-10-12      Joel Sherrill <joel@OARcorp.com>
181
182        * start/start.S: Fixed typo.
183
1842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
187        * configure.in: Remove.
188        * configure.ac: New file, generated from configure.in by autoupdate.
189
1902001-09-27      Joel Sherrill <joel@OARcorp.com>
191
192        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
193
1942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * include/Makefile.am: Use 'CLEANFILES ='.
197        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
198
1992001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.in: Add bspopts.h.
202        * include/.cvsignore: Add bspopts.h*, stamp-h*.
203        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
204        * include/bsp.h: Include bspopts.h.
205        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
206
2072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
208
209        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), adapt
210        bspopts.h handling to other sh-BSPs.
211        * include/.cvsignore: Add stamp-h*, bspopts.h*.
212        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
213        * startup/bspstart.c: Reworked, based on the amos BSP.
214
2152001-05-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * scitab/.cvsignore: Add.
218        * configure.in: Add --enable-console, CPU_CLOCK_RATE_HZ, autoheader
219        bspopt.h.
220        * include/bsp.h: Complete rewrite based on the AMOS-BSP.
221        * README: Update.
222        * bsp_specs: copy from gensh1
223
2242001-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * Makefile.am: Add scitab, gdbsci to SUBDIRS.
227        * include/gdbsci.h: New file.
228        * include/.cvsignore: Add stamp-h? and bspopts.h*.
229        * console/Makefile.am: Use shared/console.c.
230        * console/console-io.c, console/console-support.S: Remove.
231
2322001-01-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * gdbsci/, scitab/, trap34/: Add directories.
235
2362001-01-24      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am, README, console/console-io.c, start/start.S,
239        startup/linkcmds: Update to make shsim closer to functional.
240
2412001-01-03      Joel Sherrill <joel@OARcorp.com>
242
243        * console/console-io.c: Added console_initialize_hardware().
244
2452000-11-27      Joel Sherrill <joel@OARcorp.com>
246
247        * The shsim is for the SH simulator in gdb. It should be able
248        to be used with multiple SH CPU models.
249        * .cvsignore, ChangeLog, Makefile.am, README, bsp_specs,
250        configure.in, clock/.cvsignore, clock/Makefile.am,
251        clock/clockdrv.c, console/.cvsignore, console/Makefile.am,
252        console/console-io.c, console/console-support.S,
253        include/.cvsignore, include/Makefile.am, include/bsp.h,
254        start/.cvsignore, start/Makefile.am, start/regs.S,
255        start/start.S, startup/.cvsignore, startup/Makefile.am,
256        startup/bspstart.c, startup/linkcmds, wrapup/.cvsignore,
257        wrapup/Makefile.am: New files.
Note: See TracBrowser for help on using the repository browser.