source: rtems/c/src/lib/libbsp/sh/simsh4/ChangeLog @ 34c4852

4.104.114.84.95
Last change on this file since 34c4852 was 34c4852, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/26/05 at 05:36:48

2005-05-26 Ralf Corsepius <ralf.corsepius@…>

  • include/bsp.h: New header guard.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * include/bsp.h: New header guard.
4
52005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
8
92005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Remove build-variant support.
12
132004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * configure.ac: Require automake > 1.9.
16
172004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 610/bsps
20        * Makefile.am: Add include/tm27.h, Cosmetics.
21        * include/tm27.h: Final cosmetics.
22
232004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
24
25        * include/bsp.h: Split out tmtest27 support.
26        * include/tm27.h: New.
27
282004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
29
30        PR 613/bsps
31        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
32
332004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
34
35        PR 614/bsps
36        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
37
382004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
39
40        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
41
422004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
45        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
46        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
47
482004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
51        Convert to using c99 fixed size types.
52
532004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect changes to bsp.am.
56        Preinstall dist_project_lib*.
57
582004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Reflect changes to bsp.am.
61
622004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
65
662004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
69        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
70        compilation rules.
71        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
72        timer/Makefile.am, wrapup/Makefile.am: Remove.
73        * configure.ac: Reflect changes above.
74
752004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
78        Add RTEMS_PROG_CCAS.
79
802004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Add PREINSTALL_DIRS.
83        * wrapup/Makefile.am: Reflect changes to libcpu.
84
852004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * startup/Makefile.am: Remove bogus EXTRA_DIST.
88        * timer/Makefile.am: Remove bogus EXTRA_DIST.
89        * wrapup/Makefile.am: Reflect changes to libcpu.
90
912004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
94        Add PRE/TMPINSTALL_FILES to CLEANFILES.
95        * startup/Makefile.am: Ditto.
96
972004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Regenerate.
100
1012004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Remove.
104        * Makefile.am: Merge-in start/Makefile.am.
105        * configure.ac: Reflect changes above.
106
1072004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Eliminate $(LIB).
110        Use noinst_DATA to trigger building libbsp.a.
111
1122003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
115        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
116
1172003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
120        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
121
1222003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
125
1262003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * clock/Makefile.am: Misc cleanups and fixes.
129        * start/Makefile.am: Misc cleanups and fixes.
130        * startup/Makefile.am: Misc cleanups and fixes.
131        * timer/Makefile.am: Misc cleanups and fixes.
132
1332003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Add preinstallation dirstamp support.
136        * clock/Makefile.am: Cosmetics.
137        * console/Makefile.am: Cosmetics.
138        * startup/Makefile.am: Cosmetics.
139        * timer/Makefile.am: Cosmetics.
140        * wrapup/Makefile.am: Cosmetics.
141
1422003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * console/Makefile.am: Remove all-local: $(ARCH).
145        * start/Makefile.am: Remove all-local: $(ARCH).
146        * startup/Makefile.am: Remove all-local: $(ARCH).
147        * wrapup/Makefile.am: Remove all-local: $(ARCH).
148
1492003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Merge-in include/Makefile.am.
152        Reflect changes to bsp.am.
153        * include/Makefile.am: Remove.
154        * configure.ac: Reflect changes above.
155
1562003-09-04      Joel Sherrill <joel@OARcorp.com>
157
158        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
159        include/ramdisk.h, start/start.S, startup/bspstart.c,
160        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le.coff,
161        timer/timer.c, tools/runtest.in: URL for license changed.
162
1632003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Add tools to SUBDIRS.
166        * configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
167
1682003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: Reflect having moved aclocal/.
171
1722003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Reflect having moved automake/.
175        * clock/Makefile.am: Reflect having moved automake/.
176        * console/Makefile.am: Reflect having moved automake/.
177        * include/Makefile.am: Reflect having moved automake/.
178        * start/Makefile.am: Reflect having moved automake/.
179        * startup/Makefile.am: Reflect having moved automake/.
180        * timer/Makefile.am: Reflect having moved automake/.
181        * tools/Makefile.am: Reflect having moved automake/.
182        * wrapup/Makefile.am: Reflect having moved automake/.
183
1842003-08-14      Joel Sherrill <joel@OARcorp.com>
185
186        * tools/runtest: Add fileio to list of interactive tests.
187
1882003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
191
1922003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        PR 445/bsps
195        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
196        Remove cpp, old_cpp (now unused).
197
1982003-06-13      Joel Sherrill <joel@OARcorp.com>
199
200        * console/console.c, startup/linkcmds: Removed warnings.
201
2022003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: Remove AC_CONFIG_AUX_DIR.
205
2062003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
209
2102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * configure.ac: AC_PREREQ(2.57).
213
2142003-01-28      Joel Sherrill <joel@OARcorp.com>
215
216        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
217        startup/linkcmds-le.coff: Fix to work around truncated section names.
218
2192003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
222
2232003-01-20      Joel Sherrill <joel@OARcorp.com>
224
225        * startup/linkcmds*: Add FreeBSD sysctl() sections.
226
2272003-01-20      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
230        sections.
231
2322003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
235
2362003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
239        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
240        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
241        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
242        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243
2442002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Use install-data-local to install startfile.
247
2482002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
251
2522002-11-07      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/linkcmds: Include all .rodata* sections.
255
2562002-11-01      Joel Sherrill <joel@OARcorp.com>
257
258        * clock/ckinit.c, console/console.c: Removed warnings.
259
2602002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * .cvsignore: Reformat.
263        Add autom4te*cache.
264        Remove autom4te.cache.
265
2662002-09-14      Joel Sherrill <joel@OARcorp.com>
267
268        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
269        of all calls to bsp_libc_init() resulted in some cleanup here.
270
2712002-08-21      Joel Sherrill <joel@OARcorp.com>
272
273        * bsp_specs: Added support for -nostdlibs.
274
2752002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
278
2792002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
282        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
283        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
284        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
285        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
286
2872002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * start/Makefile.am: Eliminate PGMS.
290        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
291
2922002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
295
2962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
299        Remove $(OBJS) from all-local.
300
3012002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
304
3052001-05-09      Joel Sherrill <joel@OARcorp.com>
306
307        * startup/linkcmds: In support of gcc 3.1, added one of more
308        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
309        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
310        and direction of segments to memory regions may also have been
311        addressed.  This was a sweep across all BSPs.
312 
3132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac:
316        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
317        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
318        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
327
3282001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
331
3322001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
333
334        * tools: New subdirectory.
335        * tools/Makefile.am, tools/runtest: New files.
336
3372001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Added support for START_HW_INIT.
340        * console/Makefile.am: Removed VPATH.
341        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
342        * startup/linkcmds: Do not force output format to coff-sh.
343        * startup/linkcmds-le: Comment out force of output format and add
344        comment questioning need to have special linkcmds for little endian.
345        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
346
3472001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
350        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
351        * include/.cvsignore: Add stamp-h* bspopts.h*
352        * include/bsp.h: Add bspopts.h.
353
3542001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
355
356        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
357        README, bsp_specs, console/Makefile.am, console/console.c,
358        console/.cvsignore, include/Makefile.am, include/bsp.h,
359        include/coverhd.h, include/syscall.h, include/ramdisk.h,
360        include/.cvsignore, start/Makefile.am, start/start.S,
361        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
362        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
363        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
364        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
365        configure.ac, .cvsignore, ChangeLog:  New files. 
366        Reviewed and updated to latest automake and autoconf standards
367        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
368
Note: See TracBrowser for help on using the repository browser.