source: rtems/c/src/lib/libbsp/sh/gensh1/ChangeLog @ 3344730a

4.104.114.84.95
Last change on this file since 3344730a was 3344730a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 16:21:25

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

PR 613/bsps

  • include/bsp.h: Remove MAX_LONG_TEST_DURATION.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 613/bsps
4        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
5
62004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        PR 614/bsps
9        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
10
112004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
12
13        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
14
152004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
16
17        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
18        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
19
202004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
21
22        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
23        types.
24
252004-03-03      Joel Sherrill <joel@OARcorp.com>
26
27        * startup/linkcmds: Add more memory and sections so tests can link.
28        This is a generic BSP for a CPU model so OK to do this.
29
302004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Reflect changes to bsp.am.
33        Preinstall dist_project_lib*.
34
352004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Reflect changes to bsp.am.
38
392004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
42
432004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Pickup files from ../../sh/shared instead of
46        ../shared. Reformat.
47
482004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Cosmetics.
51
522004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
55        Add RTEMS_PROG_CCAS.
56
572004-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
60        startup/Makefile.am, wrapup/Makefile.am.
61        Use automake-compilation rules.
62        * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
63        wrapup/Makefile.am: Remove.
64        * configure.ac: Reflect changes above.
65
662004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Add PREINSTALL_DIRS.
69        * wrapup/Makefile.am: Reflect changes to libcpu.
70
712004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * wrapup/Makefile.am: Reflect changes to libcpu.
74
752004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
78        Add PRE/TMPINSTALL_FILES to CLEANFILES.
79        * startup/Makefile.am: Ditto.
80
812004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * start/Makefile.am: Remove.
84        * Makefile.am: Merge-in start/Makefile.am.
85        * configure.ac: Reflect changes above.
86
872004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Eliminate $(LIB).
90        Use noinst_DATA to trigger building libbsp.a.
91
922003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
95        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
100        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
105
1062003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * start/Makefile.am: Misc cleanups and fixes.
109        * startup/Makefile.am: Misc cleanups and fixes.
110        * wrapup/Makefile.am: Misc cleanups and fixes.
111
1122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Add preinstallation dirstamp support.
115        * console/Makefile.am: Cosmetics.
116        * scitab/Makefile.am: Cosmetics.
117        * startup/Makefile.am: Cosmetics.
118        * wrapup/Makefile.am: Cosmetics.
119
1202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * console/Makefile.am: Remove all-local: $(ARCH).
123        * scitab/Makefile.am: Remove all-local: $(ARCH).
124        * start/Makefile.am: Remove all-local: $(ARCH).
125        * startup/Makefile.am: Remove all-local: $(ARCH).
126        * wrapup/Makefile.am: Remove all-local: $(ARCH).
127
1282003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Merge-in include/Makefile.am.
131        Reflect changes to bsp.am.
132        * include/Makefile.am: Remove.
133        * configure.ac: Reflect changes above.
134
1352003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * bsp_specs: Remove *lib:.
138
1392003-09-04      Joel Sherrill <joel@OARcorp.com>
140
141        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
142        startup/bspstart.c, startup/linkcmds: URL for license changed.
143
1442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Reflect having moved aclocal/.
147
1482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Reflect having moved automake/.
151        * console/Makefile.am: Reflect having moved automake/.
152        * include/Makefile.am: Reflect having moved automake/.
153        * scitab/Makefile.am: Reflect having moved automake/.
154        * start/Makefile.am: Reflect having moved automake/.
155        * startup/Makefile.am: Reflect having moved automake/.
156        * wrapup/Makefile.am: Reflect having moved automake/.
157
1582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
161
1622003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        PR 445/bsps
165        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
166        Remove cpp, old_cpp (now unused).
167
1682003-06-13      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/linkcmds: Removed warnings.
171
1722003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: Remove AC_CONFIG_AUX_DIR.
175
1762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
179
1802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: AC_PREREQ(2.57).
183
1842003-01-28      Joel Sherrill <joel@OARcorp.com>
185
186        * startup/linkcmds: Fix to work around truncated section names.
187
1882003-01-20      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds*: Add FreeBSD sysctl() sections.
191
1922003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
195
1962002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
202
2032002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * start/Makefile.am: Use install-data-local to install startfile.
206
2072002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
210
2112002-11-07      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/linkcmds: Include all .rodata* sections.
214
2152002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * .cvsignore: Reformat.
218        Add autom4te*cache.
219        Remove autom4te.cache.
220
2212002-09-14      Joel Sherrill <joel@OARcorp.com>
222
223        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
224        of all calls to bsp_libc_init() resulted in some cleanup here.
225
2262002-08-21      Joel Sherrill <joel@OARcorp.com>
227
228        * bsp_specs: Added support for -nostdlibs.
229
2302002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
233        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
234
2352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
238        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
239        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
241
2422002-07-25      Joel Sherrill <joel@OARcorp.com>
243
244        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
245        to remove problems linking empty main(){} with BSP.
246
2472002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * start/Makefile.am: Eliminate PGM.
250        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
251
2522002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
255
2562002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
259        Remove $(OBJS) from all-local.
260
2612002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
264
2652001-05-09      Joel Sherrill <joel@OARcorp.com>
266
267        * startup/linkcmds: In support of gcc 3.1, added one of more
268        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
269        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
270        and direction of segments to memory regions may also have been
271        addressed.  This was a sweep across all BSPs.
272 
2732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac:
276        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
277        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
278        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
285
2862001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
289
2902001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
293
2942001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
297        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
298
2992001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
302
3032001-10-12      Joel Sherrill <joel@OARcorp.com>
304
305        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
306        startup/bspstart.c, startup/linkcmds: Fixed typo.
307
3082001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
311        * configure.in: Remove.
312        * configure.ac: New file, generated from configure.in by autoupdate.
313
3142001-09-27      Joel Sherrill <joel@OARcorp.com>
315
316        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
317
3182001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
321
3222001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.in: Add bspopts.h.
325        * include/.cvsignore: Add bspopts.h*, stamp-h*.
326        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
327        * include/bsp.h: Include bspopts.h.
328        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
329
3302001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
331
332        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
333        add bspopts.h.
334        * include/.cvsignore: Add stamp-h*, bspopts.h*.
335        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
336        * include/bsp.h: Add bspopts.h.
337
3382001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * startup/linkcmds: Remove OUTPUT_FORMAT.
341
3422001-01-05      Joel Sherrill <joel@OARcorp.com>
343
344        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
345        rest of make-target-options and moved them to BSP configure options.
346
3472001-01-05      Joel Sherrill <joel@OARcorp.com>
348
349        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
350        the movement of this component to libmisc.
351        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
352
3532000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
356
3572000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
360
3612000-11-01      Joel Sherrill <joel@OARcorp.com>
362
363        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
364        libcsupport.h moved from libc to lib/include/rtems and
365        now must be referenced as <rtems/XXX.h>.   Header file order
366        was cleaned up while doing this.
367
3682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
369
370        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
371        Switch to GNU canonicalization.
372
3732000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * scitab/Makefile.am: PROJECT_TOPdir.
376
3772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
380        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
381
3822000-08-10      Joel Sherrill <joel@OARcorp.com>
383
384        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.