source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ 56e2dc0

Last change on this file since 56e2dc0 was 56e2dc0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/19/06 at 13:46:53

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

  • configure.ac: Require automake-1.10. Require autoconf-2.60.
  • Property mode set to 100644
File size: 13.9 KB
Line 
12006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Require automake-1.10. Require autoconf-2.60.
4
52006-06-24      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
8        .rela.dyn sections.
9
102006-03-08      Joel Sherrill <joel@OARcorp.com>
11
12        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
13        .gnu.linkonce.b.* section.
14
152006-02-08      Joel Sherrill <joel@OARcorp.com>
16
17        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: 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-05-11      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds: Add .rodata.* sections.
31
322005-05-03      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
35        overflow of _CPU_Interrupt_stack_high calculation.
36
372005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
40
412005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * Makefile.am: Remove build-variant support.
44
452004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * configure.ac: Require automake > 1.9.
48
492004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
50
51        PR 610/bsps
52        * Makefile.am: Add include/tm27.h, Cosmetics.
53        * include/tm27.h: Final cosmetics.
54
552004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
56
57        * include/bsp.h: Split out tmtest27 support.
58        * include/tm27.h: New.
59
602004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
61
62        PR 613/bsps
63        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
64
652004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
66
67        PR 614/bsps
68        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
69
702004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
73
742004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
77        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
78        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
79
802004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
81
82        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
83        using c99 fixed size types.
84
852004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: Reflect changes to bsp.am.
88        Preinstall dist_project_lib*.
89
902004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Reflect changes to bsp.am.
93
942004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
97
982004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Pickup files from ../../sh/shared instead of
101        ../shared. Reformat.
102
1032004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
106        startup/Makefile.am, wrapup/Makefile.am.
107        Use automake compilation rules.
108        * console/Makefile.am, scitab/Makefile.am,
109        startup/Makefile.am, wrapup/Makefile.am: Remove.
110        * configure.ac: Reflect changes above.
111
1122004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
115        Add RTEMS_PROG_CCAS.
116
1172004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add PREINSTALL_DIRS.
120        * wrapup/Makefile.am: Reflect changes to libcpu.
121
1222004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * wrapup/Makefile.am: Reflect changes to libcpu.
125
1262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
129        Add PRE/TMPINSTALL_FILES to CLEANFILES.
130        * startup/Makefile.am: Ditto.
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        * start/Makefile.am: Misc cleanups and fixes.
160        * startup/Makefile.am: Misc cleanups and fixes.
161
1622003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Add preinstallation dirstamp support.
165        * console/Makefile.am: Cosmetics.
166        * startup/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        * scitab/Makefile.am: Remove all-local: $(ARCH).
173        * start/Makefile.am: Remove all-local: $(ARCH).
174        * startup/Makefile.am: Remove all-local: $(ARCH).
175        * wrapup/Makefile.am: Remove all-local: $(ARCH).
176
1772003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Merge-in include/Makefile.am.
180        Reflect changes to bsp.am.
181        * include/Makefile.am: Remove.
182        * configure.ac: Reflect changes above.
183
1842003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * bsp_specs: Remove *lib:.
187
1882003-09-04      Joel Sherrill <joel@OARcorp.com>
189
190        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
191        start/start.ram, start/start.rom, startup/bspclean.c,
192        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
193        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
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        * console/Makefile.am: Reflect having moved automake/.
203        * include/Makefile.am: Reflect having moved automake/.
204        * scitab/Makefile.am: Reflect having moved automake/.
205        * start/Makefile.am: Reflect having moved automake/.
206        * startup/Makefile.am: Reflect having moved automake/.
207        * wrapup/Makefile.am: Reflect having moved automake/.
208
2092003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
212
2132003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        PR 445/bsps
216        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
217        Remove cpp, old_cpp (now unused).
218
2192003-06-13      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/linkcmds: Removed warnings.
222
2232003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Remove AC_CONFIG_AUX_DIR.
226
2272003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
230
2312003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: AC_PREREQ(2.57).
234
2352003-01-28      Joel Sherrill <joel@OARcorp.com>
236
237        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
238        work around truncated section names.
239
2402003-01-20      Joel Sherrill <joel@OARcorp.com>
241
242        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
243        FreeBSD sysctl() sections.
244
2452003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
248
2492003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
252        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
253        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
254        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
255
2562002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * start/Makefile.am: Use install-data-local to install startfile.
259
2602002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263
2642002-11-07      Joel Sherrill <joel@OARcorp.com>
265
266        * startup/linkcmds: Include all .rodata* sections.
267
2682002-11-01      Joel Sherrill <joel@OARcorp.com>
269
270        * start/start.S, startup/hw_init.c: Removed warnings.
271
2722002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * .cvsignore: Reformat.
275        Add autom4te*cache.
276        Remove autom4te.cache.
277
2782002-09-14      Joel Sherrill <joel@OARcorp.com>
279
280        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
281        of all calls to bsp_libc_init() resulted in some cleanup here.
282
2832002-08-21      Joel Sherrill <joel@OARcorp.com>
284
285        * bsp_specs: Added support for -nostdlibs.
286
2872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
290
2912002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
294        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
295        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
296        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
297
2982002-07-25      Joel Sherrill <joel@OARcorp.com>
299
300        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
301        to remove problems linking empty main(){} with BSP.
302
3032002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * start/Makefile.am: Eliminate PGMS.
306        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
307
3082002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
311
3122002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
315        Remove $(OBJS) from all-local.
316
3172002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
320
3212001-05-09      Joel Sherrill <joel@OARcorp.com>
322
323        * startup/linkcmds: In support of gcc 3.1, added one of more
324        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
325        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
326        and direction of segments to memory regions may also have been
327        addressed.  This was a sweep across all BSPs.
328 
3292002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * configure.ac:
332        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
333        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
334        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
335        * Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
341
3422001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
345
3462001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
349        RTEMS_BSPOPTS_*(START_HW_INIT),
350        RTEMS_BSPOPTS_*(STANDALONE_EVB).
351        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
352
3532001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
356
3572001-10-12      Joel Sherrill <joel@OARcorp.com>
358
359        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
360        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
361        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
362
3632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
366        * configure.in: Remove.
367        * configure.ac: New file, generated from configure.in by autoupdate.
368
3692001-09-27      Joel Sherrill <joel@OARcorp.com>
370
371        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
372
3732001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
376        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
377
3782001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
381
3822001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
383
384        * include/bsp.h: Disabled redefinition of
385        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
386        * console/config.c: New file. Definitions of externs referenced
387        from libbsp/shared/console.c.
388        * console/Makefile.am: Changed VPATH to point to
389        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
390
3912001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * configure.in: Add bspopts.h.
394        * include/.cvsignore: Add bspopts.h*, stamp-h*.
395        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
396        * include/bsp.h: Include bspopts.h.
397        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
398
3992001-06-19      Joel Sherrill <joel@OARcorp.com>
400
401        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
402        it is called in configure.in instead of HZ.
403
4042001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
405
406        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
407        bspopts.h.     
408        * include/.cvsignore: Add stamp-h*, bspopts.h*.
409        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
410        * include/bsp.h: Add bspopts.h.
411        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
412
4132001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * startup/linkcmds: Remove OUTPUT_FORMAT.
416
4172001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
418
419        * README.EVB7045F: New file.
420        * README: Additions and corrections.
421        * include/bsp.h: Switch console to sci0.
422
4232001-01-05      Joel Sherrill <joel@OARcorp.com>
424
425        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
426        the movement of this component to libmisc.
427        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
428
4292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
432
4332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
434
435        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
436
4372000-11-01      Joel Sherrill <joel@OARcorp.com>
438
439        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
440        and libcsupport.h moved from libc to lib/include/rtems and
441        now must be referenced as <rtems/XXX.h>.   Header file order
442        was cleaned up while doing this.
443
4442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
445
446        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
447        Switch to GNU canonicalization.
448
4492000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
450
451        * scitab/Makefile.am: PROJECT_TOPdir.
452
4532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
454
455        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
456        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
457
4582000-08-10      Joel Sherrill <joel@OARcorp.com>
459
460        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.