source: rtems/c/src/lib/libbsp/sh/simsh4/ChangeLog @ 844609f9

4.104.114.84.95
Last change on this file since 844609f9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

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