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

4.104.114.84.95
Last change on this file since db3fa14 was db3fa14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/03/05 at 04:33:07

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

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