source: rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog @ 52cfc7de

4.104.114.84.95
Last change on this file since 52cfc7de was 52cfc7de, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/22/04 at 13:04:07

2004-04-22 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Split out tmtest27 support.
  • include/tm27.h: New.
  • Property mode set to 100644
File size: 11.8 KB
Line 
12004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Split out tmtest27 support.
4        * include/tm27.h: New.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 613/bsps
9        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
10
112004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        PR 614/bsps
14        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
15
162004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
17
18        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
19
202004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
23        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
24
252004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
26
27        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
28        types.
29
302004-03-03      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds: Add more memory and sections so tests can link.
33        This is a generic BSP for a CPU model so OK to do this.
34
352004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Reflect changes to bsp.am.
38        Preinstall dist_project_lib*.
39
402004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Reflect changes to bsp.am.
43
442004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
47
482004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Pickup files from ../../sh/shared instead of
51        ../shared. Reformat.
52
532004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Cosmetics.
56
572004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
60        Add RTEMS_PROG_CCAS.
61
622004-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
65        startup/Makefile.am, wrapup/Makefile.am.
66        Use automake-compilation rules.
67        * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
68        wrapup/Makefile.am: Remove.
69        * configure.ac: Reflect changes above.
70
712004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Add PREINSTALL_DIRS.
74        * wrapup/Makefile.am: Reflect changes to libcpu.
75
762004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * wrapup/Makefile.am: Reflect changes to libcpu.
79
802004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
83        Add PRE/TMPINSTALL_FILES to CLEANFILES.
84        * startup/Makefile.am: Ditto.
85
862004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * start/Makefile.am: Remove.
89        * Makefile.am: Merge-in start/Makefile.am.
90        * configure.ac: Reflect changes above.
91
922004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Eliminate $(LIB).
95        Use noinst_DATA to trigger building libbsp.a.
96
972003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106
1072003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
110
1112003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: Misc cleanups and fixes.
114        * startup/Makefile.am: Misc cleanups and fixes.
115        * wrapup/Makefile.am: Misc cleanups and fixes.
116
1172003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * Makefile.am: Add preinstallation dirstamp support.
120        * console/Makefile.am: Cosmetics.
121        * scitab/Makefile.am: Cosmetics.
122        * startup/Makefile.am: Cosmetics.
123        * wrapup/Makefile.am: Cosmetics.
124
1252003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * console/Makefile.am: Remove all-local: $(ARCH).
128        * scitab/Makefile.am: Remove all-local: $(ARCH).
129        * start/Makefile.am: Remove all-local: $(ARCH).
130        * startup/Makefile.am: Remove all-local: $(ARCH).
131        * wrapup/Makefile.am: Remove all-local: $(ARCH).
132
1332003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Merge-in include/Makefile.am.
136        Reflect changes to bsp.am.
137        * include/Makefile.am: Remove.
138        * configure.ac: Reflect changes above.
139
1402003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * bsp_specs: Remove *lib:.
143
1442003-09-04      Joel Sherrill <joel@OARcorp.com>
145
146        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
147        startup/bspstart.c, startup/linkcmds: URL for license changed.
148
1492003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Reflect having moved aclocal/.
152
1532003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * Makefile.am: Reflect having moved automake/.
156        * console/Makefile.am: Reflect having moved automake/.
157        * include/Makefile.am: Reflect having moved automake/.
158        * scitab/Makefile.am: Reflect having moved automake/.
159        * start/Makefile.am: Reflect having moved automake/.
160        * startup/Makefile.am: Reflect having moved automake/.
161        * wrapup/Makefile.am: Reflect having moved automake/.
162
1632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
166
1672003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        PR 445/bsps
170        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
171        Remove cpp, old_cpp (now unused).
172
1732003-06-13      Joel Sherrill <joel@OARcorp.com>
174
175        * startup/linkcmds: Removed warnings.
176
1772003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Remove AC_CONFIG_AUX_DIR.
180
1812003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
184
1852003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: AC_PREREQ(2.57).
188
1892003-01-28      Joel Sherrill <joel@OARcorp.com>
190
191        * startup/linkcmds: Fix to work around truncated section names.
192
1932003-01-20      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/linkcmds*: Add FreeBSD sysctl() sections.
196
1972003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
200
2012002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
207
2082002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * start/Makefile.am: Use install-data-local to install startfile.
211
2122002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215
2162002-11-07      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/linkcmds: Include all .rodata* sections.
219
2202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * .cvsignore: Reformat.
223        Add autom4te*cache.
224        Remove autom4te.cache.
225
2262002-09-14      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
229        of all calls to bsp_libc_init() resulted in some cleanup here.
230
2312002-08-21      Joel Sherrill <joel@OARcorp.com>
232
233        * bsp_specs: Added support for -nostdlibs.
234
2352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
239
2402002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
246
2472002-07-25      Joel Sherrill <joel@OARcorp.com>
248
249        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
250        to remove problems linking empty main(){} with BSP.
251
2522002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * start/Makefile.am: Eliminate PGM.
255        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
256
2572002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
260
2612002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
264        Remove $(OBJS) from all-local.
265
2662002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
269
2702001-05-09      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/linkcmds: In support of gcc 3.1, added one of more
273        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
274        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
275        and direction of segments to memory regions may also have been
276        addressed.  This was a sweep across all BSPs.
277 
2782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac:
281        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
282        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
283        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
290
2912001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
294
2952001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
298
2992001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
302        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
303
3042001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
307
3082001-10-12      Joel Sherrill <joel@OARcorp.com>
309
310        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
311        startup/bspstart.c, startup/linkcmds: Fixed typo.
312
3132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
316        * configure.in: Remove.
317        * configure.ac: New file, generated from configure.in by autoupdate.
318
3192001-09-27      Joel Sherrill <joel@OARcorp.com>
320
321        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
322
3232001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
324
325        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
326
3272001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.in: Add bspopts.h.
330        * include/.cvsignore: Add bspopts.h*, stamp-h*.
331        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
332        * include/bsp.h: Include bspopts.h.
333        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
334
3352001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
336
337        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
338        add bspopts.h.
339        * include/.cvsignore: Add stamp-h*, bspopts.h*.
340        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
341        * include/bsp.h: Add bspopts.h.
342
3432001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * startup/linkcmds: Remove OUTPUT_FORMAT.
346
3472001-01-05      Joel Sherrill <joel@OARcorp.com>
348
349        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
350        rest of make-target-options and moved them to BSP configure options.
351
3522001-01-05      Joel Sherrill <joel@OARcorp.com>
353
354        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
355        the movement of this component to libmisc.
356        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
357
3582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
361
3622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
365
3662000-11-01      Joel Sherrill <joel@OARcorp.com>
367
368        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
369        libcsupport.h moved from libc to lib/include/rtems and
370        now must be referenced as <rtems/XXX.h>.   Header file order
371        was cleaned up while doing this.
372
3732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
376        Switch to GNU canonicalization.
377
3782000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * scitab/Makefile.am: PROJECT_TOPdir.
381
3822000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
385        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
386
3872000-08-10      Joel Sherrill <joel@OARcorp.com>
388
389        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.