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

Last change on this file since 218c346 was 218c346, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/06 at 11:55:29

2006-10-20 Ralf Corsépius <ralf.corsepius@…>

  • Makefile.am: Remove superfluous -DASM.
  • Property mode set to 100644
File size: 12.4 KB
Line 
12006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Remove superfluous -DASM.
4
52006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: Require automake-1.10. Require autoconf-2.60.
8
92006-06-24      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
12        .rela.dyn sections.
13
142006-03-08      Joel Sherrill <joel@OARcorp.com>
15
16        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
17        .gnu.linkonce.b.* section.
18
192006-02-08      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
22        sections required by newer gcc versions.
23
242006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * Makefile.am: Add preinstall.am.
27
282005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * include/bsp.h: New header guard.
31
322005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
35
362005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
37
38        * Makefile.am: Remove build-variant support.
39
402004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        * configure.ac: Require automake > 1.9.
43
442004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
45
46        PR 610/bsps
47        * Makefile.am: Add include/tm27.h, Cosmetics.
48        * include/tm27.h: Final cosmetics.
49
502004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
51
52        * include/bsp.h: Split out tmtest27 support.
53        * include/tm27.h: New.
54
552004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        PR 613/bsps
58        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
59
602004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        PR 614/bsps
63        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
64
652004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
68
692004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
72        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
73        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
74
752004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
76
77        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
78        Convert to using c99 fixed size types.
79
802004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Reflect changes to bsp.am.
83        Preinstall dist_project_lib*.
84
852004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Reflect changes to bsp.am.
88
892004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
92
932004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
96        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
97        compilation rules.
98        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
99        timer/Makefile.am, wrapup/Makefile.am: Remove.
100        * configure.ac: Reflect changes above.
101
1022004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
105        Add RTEMS_PROG_CCAS.
106
1072004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Add PREINSTALL_DIRS.
110        * wrapup/Makefile.am: Reflect changes to libcpu.
111
1122004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * startup/Makefile.am: Remove bogus EXTRA_DIST.
115        * timer/Makefile.am: Remove bogus EXTRA_DIST.
116        * wrapup/Makefile.am: Reflect changes to libcpu.
117
1182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
121        Add PRE/TMPINSTALL_FILES to CLEANFILES.
122        * startup/Makefile.am: Ditto.
123
1242004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Regenerate.
127
1282004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * start/Makefile.am: Remove.
131        * Makefile.am: Merge-in start/Makefile.am.
132        * configure.ac: Reflect changes above.
133
1342004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * wrapup/Makefile.am: Eliminate $(LIB).
137        Use noinst_DATA to trigger building libbsp.a.
138
1392003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
142        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
143
1442003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
147        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
148
1492003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
152
1532003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * clock/Makefile.am: Misc cleanups and fixes.
156        * start/Makefile.am: Misc cleanups and fixes.
157        * startup/Makefile.am: Misc cleanups and fixes.
158        * timer/Makefile.am: Misc cleanups and fixes.
159
1602003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Add preinstallation dirstamp support.
163        * clock/Makefile.am: Cosmetics.
164        * console/Makefile.am: Cosmetics.
165        * startup/Makefile.am: Cosmetics.
166        * timer/Makefile.am: Cosmetics.
167        * wrapup/Makefile.am: Cosmetics.
168
1692003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * console/Makefile.am: Remove all-local: $(ARCH).
172        * start/Makefile.am: Remove all-local: $(ARCH).
173        * startup/Makefile.am: Remove all-local: $(ARCH).
174        * wrapup/Makefile.am: Remove all-local: $(ARCH).
175
1762003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * Makefile.am: Merge-in include/Makefile.am.
179        Reflect changes to bsp.am.
180        * include/Makefile.am: Remove.
181        * configure.ac: Reflect changes above.
182
1832003-09-04      Joel Sherrill <joel@OARcorp.com>
184
185        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
186        include/ramdisk.h, start/start.S, startup/bspstart.c,
187        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le.coff,
188        timer/timer.c, tools/runtest.in: URL for license changed.
189
1902003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Add tools to SUBDIRS.
193        * configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
194
1952003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Reflect having moved aclocal/.
198
1992003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * Makefile.am: Reflect having moved automake/.
202        * clock/Makefile.am: Reflect having moved automake/.
203        * console/Makefile.am: Reflect having moved automake/.
204        * include/Makefile.am: Reflect having moved automake/.
205        * start/Makefile.am: Reflect having moved automake/.
206        * startup/Makefile.am: Reflect having moved automake/.
207        * timer/Makefile.am: Reflect having moved automake/.
208        * tools/Makefile.am: Reflect having moved automake/.
209        * wrapup/Makefile.am: Reflect having moved automake/.
210
2112003-08-14      Joel Sherrill <joel@OARcorp.com>
212
213        * tools/runtest: Add fileio to list of interactive tests.
214
2152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
218
2192003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        PR 445/bsps
222        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
223        Remove cpp, old_cpp (now unused).
224
2252003-06-13      Joel Sherrill <joel@OARcorp.com>
226
227        * console/console.c, startup/linkcmds: Removed warnings.
228
2292003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: Remove AC_CONFIG_AUX_DIR.
232
2332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
236
2372003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: AC_PREREQ(2.57).
240
2412003-01-28      Joel Sherrill <joel@OARcorp.com>
242
243        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
244        startup/linkcmds-le.coff: Fix to work around truncated section names.
245
2462003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
249
2502003-01-20      Joel Sherrill <joel@OARcorp.com>
251
252        * startup/linkcmds*: Add FreeBSD sysctl() sections.
253
2542003-01-20      Joel Sherrill <joel@OARcorp.com>
255
256        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
257        sections.
258
2592003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
262
2632003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270
2712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am: Use install-data-local to install startfile.
274
2752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278
2792002-11-07      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/linkcmds: Include all .rodata* sections.
282
2832002-11-01      Joel Sherrill <joel@OARcorp.com>
284
285        * clock/ckinit.c, console/console.c: Removed warnings.
286
2872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * .cvsignore: Reformat.
290        Add autom4te*cache.
291        Remove autom4te.cache.
292
2932002-09-14      Joel Sherrill <joel@OARcorp.com>
294
295        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
296        of all calls to bsp_libc_init() resulted in some cleanup here.
297
2982002-08-21      Joel Sherrill <joel@OARcorp.com>
299
300        * bsp_specs: Added support for -nostdlibs.
301
3022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
305
3062002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
310        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
311        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
312        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
313
3142002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * start/Makefile.am: Eliminate PGMS.
317        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
318
3192002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
322
3232002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
326        Remove $(OBJS) from all-local.
327
3282002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
329
330        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
331
3322001-05-09      Joel Sherrill <joel@OARcorp.com>
333
334        * startup/linkcmds: In support of gcc 3.1, added one of more
335        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
336        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
337        and direction of segments to memory regions may also have been
338        addressed.  This was a sweep across all BSPs.
339 
3402002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac:
343        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
344        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
345        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
354
3552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
358
3592001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
360
361        * tools: New subdirectory.
362        * tools/Makefile.am, tools/runtest: New files.
363
3642001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac: Added support for START_HW_INIT.
367        * console/Makefile.am: Removed VPATH.
368        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
369        * startup/linkcmds: Do not force output format to coff-sh.
370        * startup/linkcmds-le: Comment out force of output format and add
371        comment questioning need to have special linkcmds for little endian.
372        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
373
3742001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
377        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
378        * include/.cvsignore: Add stamp-h* bspopts.h*
379        * include/bsp.h: Add bspopts.h.
380
3812001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
382
383        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
384        README, bsp_specs, console/Makefile.am, console/console.c,
385        console/.cvsignore, include/Makefile.am, include/bsp.h,
386        include/coverhd.h, include/syscall.h, include/ramdisk.h,
387        include/.cvsignore, start/Makefile.am, start/start.S,
388        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
389        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
390        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
391        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
392        configure.ac, .cvsignore, ChangeLog:  New files. 
393        Reviewed and updated to latest automake and autoconf standards
394        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
395
Note: See TracBrowser for help on using the repository browser.