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

4.104.114.84.95
Last change on this file since 754610f was 754610f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/17/06 at 06:21:56

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

  • configure.ac: Require autoconf-2.60. Require automake-1.10.
  • Property mode set to 100644
File size: 12.3 KB
Line 
12006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require autoconf-2.60. Require automake-1.10.
4
52006-06-24      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
8        .rela.dyn sections.
9
102006-03-08      Joel Sherrill <joel@OARcorp.com>
11
12        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
13        .gnu.linkonce.b.* section.
14
152006-02-08      Joel Sherrill <joel@OARcorp.com>
16
17        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
18        sections required by newer gcc versions.
19
202006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
21
22        * Makefile.am: Add preinstall.am.
23
242005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
25
26        * include/bsp.h: New header guard.
27
282005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
31
322005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * Makefile.am: Remove build-variant support.
35
362004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * configure.ac: Require automake > 1.9.
39
402004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
41
42        PR 610/bsps
43        * Makefile.am: Add include/tm27.h, Cosmetics.
44        * include/tm27.h: Final cosmetics.
45
462004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * include/bsp.h: Split out tmtest27 support.
49        * include/tm27.h: New.
50
512004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        PR 613/bsps
54        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
55
562004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        PR 614/bsps
59        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
60
612004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
64
652004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
68        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
69        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
70
712004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
74        Convert to using c99 fixed size types.
75
762004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * Makefile.am: Reflect changes to bsp.am.
79        Preinstall dist_project_lib*.
80
812004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: Reflect changes to bsp.am.
84
852004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
88
892004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
92        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
93        compilation rules.
94        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
95        timer/Makefile.am, wrapup/Makefile.am: Remove.
96        * configure.ac: Reflect changes above.
97
982004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
101        Add RTEMS_PROG_CCAS.
102
1032004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Add PREINSTALL_DIRS.
106        * wrapup/Makefile.am: Reflect changes to libcpu.
107
1082004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * startup/Makefile.am: Remove bogus EXTRA_DIST.
111        * timer/Makefile.am: Remove bogus EXTRA_DIST.
112        * wrapup/Makefile.am: Reflect changes to libcpu.
113
1142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
117        Add PRE/TMPINSTALL_FILES to CLEANFILES.
118        * startup/Makefile.am: Ditto.
119
1202004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Regenerate.
123
1242004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * start/Makefile.am: Remove.
127        * Makefile.am: Merge-in start/Makefile.am.
128        * configure.ac: Reflect changes above.
129
1302004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Eliminate $(LIB).
133        Use noinst_DATA to trigger building libbsp.a.
134
1352003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
138        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
139
1402003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
143        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
144
1452003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
148
1492003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * clock/Makefile.am: Misc cleanups and fixes.
152        * start/Makefile.am: Misc cleanups and fixes.
153        * startup/Makefile.am: Misc cleanups and fixes.
154        * timer/Makefile.am: Misc cleanups and fixes.
155
1562003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Add preinstallation dirstamp support.
159        * clock/Makefile.am: Cosmetics.
160        * console/Makefile.am: Cosmetics.
161        * startup/Makefile.am: Cosmetics.
162        * timer/Makefile.am: Cosmetics.
163        * wrapup/Makefile.am: Cosmetics.
164
1652003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * console/Makefile.am: Remove all-local: $(ARCH).
168        * start/Makefile.am: Remove all-local: $(ARCH).
169        * startup/Makefile.am: Remove all-local: $(ARCH).
170        * wrapup/Makefile.am: Remove all-local: $(ARCH).
171
1722003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * Makefile.am: Merge-in include/Makefile.am.
175        Reflect changes to bsp.am.
176        * include/Makefile.am: Remove.
177        * configure.ac: Reflect changes above.
178
1792003-09-04      Joel Sherrill <joel@OARcorp.com>
180
181        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
182        include/ramdisk.h, start/start.S, startup/bspstart.c,
183        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le.coff,
184        timer/timer.c, tools/runtest.in: URL for license changed.
185
1862003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * Makefile.am: Add tools to SUBDIRS.
189        * configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
190
1912003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Reflect having moved aclocal/.
194
1952003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Reflect having moved automake/.
198        * clock/Makefile.am: Reflect having moved automake/.
199        * console/Makefile.am: Reflect having moved automake/.
200        * include/Makefile.am: Reflect having moved automake/.
201        * start/Makefile.am: Reflect having moved automake/.
202        * startup/Makefile.am: Reflect having moved automake/.
203        * timer/Makefile.am: Reflect having moved automake/.
204        * tools/Makefile.am: Reflect having moved automake/.
205        * wrapup/Makefile.am: Reflect having moved automake/.
206
2072003-08-14      Joel Sherrill <joel@OARcorp.com>
208
209        * tools/runtest: Add fileio to list of interactive tests.
210
2112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
214
2152003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        PR 445/bsps
218        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
219        Remove cpp, old_cpp (now unused).
220
2212003-06-13      Joel Sherrill <joel@OARcorp.com>
222
223        * console/console.c, startup/linkcmds: Removed warnings.
224
2252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * configure.ac: Remove AC_CONFIG_AUX_DIR.
228
2292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
232
2332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: AC_PREREQ(2.57).
236
2372003-01-28      Joel Sherrill <joel@OARcorp.com>
238
239        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
240        startup/linkcmds-le.coff: Fix to work around truncated section names.
241
2422003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
245
2462003-01-20      Joel Sherrill <joel@OARcorp.com>
247
248        * startup/linkcmds*: Add FreeBSD sysctl() sections.
249
2502003-01-20      Joel Sherrill <joel@OARcorp.com>
251
252        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
253        sections.
254
2552003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
258
2592003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266
2672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * start/Makefile.am: Use install-data-local to install startfile.
270
2712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274
2752002-11-07      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/linkcmds: Include all .rodata* sections.
278
2792002-11-01      Joel Sherrill <joel@OARcorp.com>
280
281        * clock/ckinit.c, console/console.c: Removed warnings.
282
2832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * .cvsignore: Reformat.
286        Add autom4te*cache.
287        Remove autom4te.cache.
288
2892002-09-14      Joel Sherrill <joel@OARcorp.com>
290
291        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
292        of all calls to bsp_libc_init() resulted in some cleanup here.
293
2942002-08-21      Joel Sherrill <joel@OARcorp.com>
295
296        * bsp_specs: Added support for -nostdlibs.
297
2982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
301
3022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
305        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
309
3102002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * start/Makefile.am: Eliminate PGMS.
313        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
314
3152002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
318
3192002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
322        Remove $(OBJS) from all-local.
323
3242002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
327
3282001-05-09      Joel Sherrill <joel@OARcorp.com>
329
330        * startup/linkcmds: In support of gcc 3.1, added one of more
331        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
332        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
333        and direction of segments to memory regions may also have been
334        addressed.  This was a sweep across all BSPs.
335 
3362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * configure.ac:
339        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
340        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
341        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
350
3512001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
354
3552001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
356
357        * tools: New subdirectory.
358        * tools/Makefile.am, tools/runtest: New files.
359
3602001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: Added support for START_HW_INIT.
363        * console/Makefile.am: Removed VPATH.
364        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
365        * startup/linkcmds: Do not force output format to coff-sh.
366        * startup/linkcmds-le: Comment out force of output format and add
367        comment questioning need to have special linkcmds for little endian.
368        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
369
3702001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
373        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
374        * include/.cvsignore: Add stamp-h* bspopts.h*
375        * include/bsp.h: Add bspopts.h.
376
3772001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
378
379        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
380        README, bsp_specs, console/Makefile.am, console/console.c,
381        console/.cvsignore, include/Makefile.am, include/bsp.h,
382        include/coverhd.h, include/syscall.h, include/ramdisk.h,
383        include/.cvsignore, start/Makefile.am, start/start.S,
384        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
385        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
386        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
387        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
388        configure.ac, .cvsignore, ChangeLog:  New files. 
389        Reviewed and updated to latest automake and autoconf standards
390        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
391
Note: See TracBrowser for help on using the repository browser.