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

Last change on this file since 1e99524e was 9d7508e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:10:26

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 12.5 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove superfluous -DASM.
8
92006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Require automake-1.10. Require autoconf-2.60.
12
132006-06-24      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
16        .rela.dyn sections.
17
182006-03-08      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
21        .gnu.linkonce.b.* section.
22
232006-02-08      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
26        sections required by newer gcc versions.
27
282006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Add preinstall.am.
31
322005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * include/bsp.h: New header guard.
35
362005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
39
402005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
41
42        * Makefile.am: Remove build-variant support.
43
442004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        * configure.ac: Require automake > 1.9.
47
482004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
49
50        PR 610/bsps
51        * Makefile.am: Add include/tm27.h, Cosmetics.
52        * include/tm27.h: Final cosmetics.
53
542004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * include/bsp.h: Split out tmtest27 support.
57        * include/tm27.h: New.
58
592004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
60
61        PR 613/bsps
62        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
63
642004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        PR 614/bsps
67        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
68
692004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
72
732004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
76        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
77        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
78
792004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
82        Convert to using c99 fixed size types.
83
842004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Reflect changes to bsp.am.
87        Preinstall dist_project_lib*.
88
892004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Reflect changes to bsp.am.
92
932004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
96
972004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
100        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
101        compilation rules.
102        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
103        timer/Makefile.am, wrapup/Makefile.am: Remove.
104        * configure.ac: Reflect changes above.
105
1062004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
109        Add RTEMS_PROG_CCAS.
110
1112004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Add PREINSTALL_DIRS.
114        * wrapup/Makefile.am: Reflect changes to libcpu.
115
1162004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * startup/Makefile.am: Remove bogus EXTRA_DIST.
119        * timer/Makefile.am: Remove bogus EXTRA_DIST.
120        * wrapup/Makefile.am: Reflect changes to libcpu.
121
1222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
125        Add PRE/TMPINSTALL_FILES to CLEANFILES.
126        * startup/Makefile.am: Ditto.
127
1282004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Regenerate.
131
1322004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * start/Makefile.am: Remove.
135        * Makefile.am: Merge-in start/Makefile.am.
136        * configure.ac: Reflect changes above.
137
1382004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * wrapup/Makefile.am: Eliminate $(LIB).
141        Use noinst_DATA to trigger building libbsp.a.
142
1432003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
146        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
147
1482003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
151        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
152
1532003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
156
1572003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * clock/Makefile.am: Misc cleanups and fixes.
160        * start/Makefile.am: Misc cleanups and fixes.
161        * startup/Makefile.am: Misc cleanups and fixes.
162        * timer/Makefile.am: Misc cleanups and fixes.
163
1642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Add preinstallation dirstamp support.
167        * clock/Makefile.am: Cosmetics.
168        * console/Makefile.am: Cosmetics.
169        * startup/Makefile.am: Cosmetics.
170        * timer/Makefile.am: Cosmetics.
171        * wrapup/Makefile.am: Cosmetics.
172
1732003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * console/Makefile.am: Remove all-local: $(ARCH).
176        * start/Makefile.am: Remove all-local: $(ARCH).
177        * startup/Makefile.am: Remove all-local: $(ARCH).
178        * wrapup/Makefile.am: Remove all-local: $(ARCH).
179
1802003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Merge-in include/Makefile.am.
183        Reflect changes to bsp.am.
184        * include/Makefile.am: Remove.
185        * configure.ac: Reflect changes above.
186
1872003-09-04      Joel Sherrill <joel@OARcorp.com>
188
189        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
190        include/ramdisk.h, start/start.S, startup/bspstart.c,
191        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le.coff,
192        timer/timer.c, tools/runtest.in: URL for license changed.
193
1942003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * Makefile.am: Add tools to SUBDIRS.
197        * configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
198
1992003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Reflect having moved aclocal/.
202
2032003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Reflect having moved automake/.
206        * clock/Makefile.am: Reflect having moved automake/.
207        * console/Makefile.am: Reflect having moved automake/.
208        * include/Makefile.am: Reflect having moved automake/.
209        * start/Makefile.am: Reflect having moved automake/.
210        * startup/Makefile.am: Reflect having moved automake/.
211        * timer/Makefile.am: Reflect having moved automake/.
212        * tools/Makefile.am: Reflect having moved automake/.
213        * wrapup/Makefile.am: Reflect having moved automake/.
214
2152003-08-14      Joel Sherrill <joel@OARcorp.com>
216
217        * tools/runtest: Add fileio to list of interactive tests.
218
2192003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
222
2232003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        PR 445/bsps
226        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
227        Remove cpp, old_cpp (now unused).
228
2292003-06-13      Joel Sherrill <joel@OARcorp.com>
230
231        * console/console.c, startup/linkcmds: Removed warnings.
232
2332003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Remove AC_CONFIG_AUX_DIR.
236
2372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
240
2412003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: AC_PREREQ(2.57).
244
2452003-01-28      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
248        startup/linkcmds-le.coff: Fix to work around truncated section names.
249
2502003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
253
2542003-01-20      Joel Sherrill <joel@OARcorp.com>
255
256        * startup/linkcmds*: Add FreeBSD sysctl() sections.
257
2582003-01-20      Joel Sherrill <joel@OARcorp.com>
259
260        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
261        sections.
262
2632003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
266
2672003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
272        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
273        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274
2752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: Use install-data-local to install startfile.
278
2792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282
2832002-11-07      Joel Sherrill <joel@OARcorp.com>
284
285        * startup/linkcmds: Include all .rodata* sections.
286
2872002-11-01      Joel Sherrill <joel@OARcorp.com>
288
289        * clock/ckinit.c, console/console.c: Removed warnings.
290
2912002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * .cvsignore: Reformat.
294        Add autom4te*cache.
295        Remove autom4te.cache.
296
2972002-09-14      Joel Sherrill <joel@OARcorp.com>
298
299        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
300        of all calls to bsp_libc_init() resulted in some cleanup here.
301
3022002-08-21      Joel Sherrill <joel@OARcorp.com>
303
304        * bsp_specs: Added support for -nostdlibs.
305
3062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
309
3102002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
317
3182002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * start/Makefile.am: Eliminate PGMS.
321        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
322
3232002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
326
3272002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
330        Remove $(OBJS) from all-local.
331
3322002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
335
3362001-05-09      Joel Sherrill <joel@OARcorp.com>
337
338        * startup/linkcmds: In support of gcc 3.1, added one of more
339        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
340        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
341        and direction of segments to memory regions may also have been
342        addressed.  This was a sweep across all BSPs.
343 
3442002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac:
347        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
348        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
349        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
354        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
355        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
356        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
357        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
358
3592001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
362
3632001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
364
365        * tools: New subdirectory.
366        * tools/Makefile.am, tools/runtest: New files.
367
3682001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * configure.ac: Added support for START_HW_INIT.
371        * console/Makefile.am: Removed VPATH.
372        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
373        * startup/linkcmds: Do not force output format to coff-sh.
374        * startup/linkcmds-le: Comment out force of output format and add
375        comment questioning need to have special linkcmds for little endian.
376        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
377
3782001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
381        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
382        * include/.cvsignore: Add stamp-h* bspopts.h*
383        * include/bsp.h: Add bspopts.h.
384
3852001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
386
387        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
388        README, bsp_specs, console/Makefile.am, console/console.c,
389        console/.cvsignore, include/Makefile.am, include/bsp.h,
390        include/coverhd.h, include/syscall.h, include/ramdisk.h,
391        include/.cvsignore, start/Makefile.am, start/start.S,
392        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
393        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
394        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
395        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
396        configure.ac, .cvsignore, ChangeLog:  New files. 
397        Reviewed and updated to latest automake and autoconf standards
398        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
399
Note: See TracBrowser for help on using the repository browser.