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

4.104.114.84.95
Last change on this file since 1144653 was 1144653, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/07 at 20:33:33

2007-05-03 Joel Sherrill <joel@…>

  • startup/linkcmds: Handle .data.* sections
  • Property mode set to 100644
File size: 12.9 KB
Line 
12007-05-03      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Handle .data.* sections
4
52007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * bsp_specs: Remove qrtems_debug.
8
92007-04-02      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Add dummy printk support so all tests link.
12
132006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * configure.ac: New BUG-REPORT address.
16
172006-11-15      Joel Sherrill <joel@OARcorp.com>
18
19        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
20        file and simplified initialization.
21
222006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
23
24        * Makefile.am: Remove superfluous -DASM.
25
262006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
27
28        * configure.ac: Require autoconf-2.60. Require automake-1.10.
29
302006-06-24      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
33        .rela.dyn sections.
34
352006-03-08      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
38        .gnu.linkonce.b.* section.
39
402006-02-08      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Add
43        sections required by newer gcc versions.
44
452006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Add preinstall.am.
48
492005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * include/bsp.h: New header guard.
52
532005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
56
572005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
58
59        * Makefile.am: Remove build-variant support.
60
612004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
62
63        * configure.ac: Require automake > 1.9.
64
652004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        PR 610/bsps
68        * Makefile.am: Add include/tm27.h, Cosmetics.
69        * include/tm27.h: Final cosmetics.
70
712004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
72
73        * include/bsp.h: Split out tmtest27 support.
74        * include/tm27.h: New.
75
762004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
77
78        PR 613/bsps
79        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
80
812004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
82
83        PR 614/bsps
84        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
85
862004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
87
88        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
89
902004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
91
92        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
93        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
94        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
95
962004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
97
98        * clock/ckinit.c, include/bsp.h, startup/bspstart.c, timer/timer.c:
99        Convert to using c99 fixed size types.
100
1012004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Reflect changes to bsp.am.
104        Preinstall dist_project_lib*.
105
1062004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Reflect changes to bsp.am.
109
1102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
113
1142004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
117        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
118        compilation rules.
119        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
120        timer/Makefile.am, wrapup/Makefile.am: Remove.
121        * configure.ac: Reflect changes above.
122
1232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
126        Add RTEMS_PROG_CCAS.
127
1282004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Add PREINSTALL_DIRS.
131        * wrapup/Makefile.am: Reflect changes to libcpu.
132
1332004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * startup/Makefile.am: Remove bogus EXTRA_DIST.
136        * timer/Makefile.am: Remove bogus EXTRA_DIST.
137        * wrapup/Makefile.am: Reflect changes to libcpu.
138
1392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
142        Add PRE/TMPINSTALL_FILES to CLEANFILES.
143        * startup/Makefile.am: Ditto.
144
1452004-01-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Regenerate.
148
1492004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/Makefile.am: Remove.
152        * Makefile.am: Merge-in start/Makefile.am.
153        * configure.ac: Reflect changes above.
154
1552004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * wrapup/Makefile.am: Eliminate $(LIB).
158        Use noinst_DATA to trigger building libbsp.a.
159
1602003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
163        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
164
1652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
168        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
169
1702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
173
1742003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * clock/Makefile.am: Misc cleanups and fixes.
177        * start/Makefile.am: Misc cleanups and fixes.
178        * startup/Makefile.am: Misc cleanups and fixes.
179        * timer/Makefile.am: Misc cleanups and fixes.
180
1812003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * Makefile.am: Add preinstallation dirstamp support.
184        * clock/Makefile.am: Cosmetics.
185        * console/Makefile.am: Cosmetics.
186        * startup/Makefile.am: Cosmetics.
187        * timer/Makefile.am: Cosmetics.
188        * wrapup/Makefile.am: Cosmetics.
189
1902003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * console/Makefile.am: Remove all-local: $(ARCH).
193        * start/Makefile.am: Remove all-local: $(ARCH).
194        * startup/Makefile.am: Remove all-local: $(ARCH).
195        * wrapup/Makefile.am: Remove all-local: $(ARCH).
196
1972003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * Makefile.am: Merge-in include/Makefile.am.
200        Reflect changes to bsp.am.
201        * include/Makefile.am: Remove.
202        * configure.ac: Reflect changes above.
203
2042003-09-04      Joel Sherrill <joel@OARcorp.com>
205
206        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
207        include/ramdisk.h, start/start.S, startup/bspstart.c,
208        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le.coff,
209        timer/timer.c, tools/runtest.in: URL for license changed.
210
2112003-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Add tools to SUBDIRS.
214        * configure.ac: Add RTEMS_CONFIG_BUILD_SUBDIRS(tools).
215
2162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Reflect having moved aclocal/.
219
2202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Reflect having moved automake/.
223        * clock/Makefile.am: Reflect having moved automake/.
224        * console/Makefile.am: Reflect having moved automake/.
225        * include/Makefile.am: Reflect having moved automake/.
226        * start/Makefile.am: Reflect having moved automake/.
227        * startup/Makefile.am: Reflect having moved automake/.
228        * timer/Makefile.am: Reflect having moved automake/.
229        * tools/Makefile.am: Reflect having moved automake/.
230        * wrapup/Makefile.am: Reflect having moved automake/.
231
2322003-08-14      Joel Sherrill <joel@OARcorp.com>
233
234        * tools/runtest: Add fileio to list of interactive tests.
235
2362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
239
2402003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        PR 445/bsps
243        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
244        Remove cpp, old_cpp (now unused).
245
2462003-06-13      Joel Sherrill <joel@OARcorp.com>
247
248        * console/console.c, startup/linkcmds: Removed warnings.
249
2502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac: Remove AC_CONFIG_AUX_DIR.
253
2542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
257
2582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: AC_PREREQ(2.57).
261
2622003-01-28      Joel Sherrill <joel@OARcorp.com>
263
264        * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le,
265        startup/linkcmds-le.coff: Fix to work around truncated section names.
266
2672003-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * wrapup/Makefile.am: Fix typo in CPU_PIECES handling.
270
2712003-01-20      Joel Sherrill <joel@OARcorp.com>
272
273        * startup/linkcmds*: Add FreeBSD sysctl() sections.
274
2752003-01-20      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/linkcmds-le, startup/linkcmds-le.coff: Add FreeBSD sysctl()
278        sections.
279
2802003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
283
2842003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
287        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
288        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
289        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
290        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
291
2922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * start/Makefile.am: Use install-data-local to install startfile.
295
2962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
299
3002002-11-07      Joel Sherrill <joel@OARcorp.com>
301
302        * startup/linkcmds: Include all .rodata* sections.
303
3042002-11-01      Joel Sherrill <joel@OARcorp.com>
305
306        * clock/ckinit.c, console/console.c: Removed warnings.
307
3082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * .cvsignore: Reformat.
311        Add autom4te*cache.
312        Remove autom4te.cache.
313
3142002-09-14      Joel Sherrill <joel@OARcorp.com>
315
316        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
317        of all calls to bsp_libc_init() resulted in some cleanup here.
318
3192002-08-21      Joel Sherrill <joel@OARcorp.com>
320
321        * bsp_specs: Added support for -nostdlibs.
322
3232002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
326
3272002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
333        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
334
3352002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * start/Makefile.am: Eliminate PGMS.
338        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
339
3402002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds-le.
343
3442002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
347        Remove $(OBJS) from all-local.
348
3492002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
352
3532001-05-09      Joel Sherrill <joel@OARcorp.com>
354
355        * startup/linkcmds: In support of gcc 3.1, added one of more
356        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
357        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
358        and direction of segments to memory regions may also have been
359        addressed.  This was a sweep across all BSPs.
360 
3612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac:
364        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
365        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
366        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * tools/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
375
3762001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
379
3802001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
381
382        * tools: New subdirectory.
383        * tools/Makefile.am, tools/runtest: New files.
384
3852001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * configure.ac: Added support for START_HW_INIT.
388        * console/Makefile.am: Removed VPATH.
389        * include/Makefile.am: Added missing ramdisk.h to include_HEADERS.
390        * startup/linkcmds: Do not force output format to coff-sh.
391        * startup/linkcmds-le: Comment out force of output format and add
392        comment questioning need to have special linkcmds for little endian.
393        * wrapup/Makefile.am: Add ramdisk to list of BSP_PIECES.
394
3952001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
398        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
399        * include/.cvsignore: Add stamp-h* bspopts.h*
400        * include/bsp.h: Add bspopts.h.
401
4022001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
403
404        * clock/Makefile.am, clock/ckinit.c, clock/.cvsignore, Makefile.am,
405        README, bsp_specs, console/Makefile.am, console/console.c,
406        console/.cvsignore, include/Makefile.am, include/bsp.h,
407        include/coverhd.h, include/syscall.h, include/ramdisk.h,
408        include/.cvsignore, start/Makefile.am, start/start.S,
409        start/.cvsignore, startup/Makefile.am, startup/bspstart.c,
410        startup/hw_init.c, startup/linkcmds, startup/linkcmds-le,
411        startup/linkcmds-le.coff, startup/.cvsignore, timer/Makefile.am,
412        timer/timer.c, timer/.cvsignore, wrapup/Makefile.am, wrapup/.cvsignore,
413        configure.ac, .cvsignore, ChangeLog:  New files. 
414        Reviewed and updated to latest automake and autoconf standards
415        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
416
Note: See TracBrowser for help on using the repository browser.