source: rtems/c/src/lib/libbsp/sh/gensh2/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: 12.4 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        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
20
212004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
24        using c99 fixed size types.
25
262004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect changes to bsp.am.
29        Preinstall dist_project_lib*.
30
312004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect changes to bsp.am.
34
352004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
38
392004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * Makefile.am: Pickup files from ../../sh/shared instead of
42        ../shared. Reformat.
43
442004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
47        startup/Makefile.am, wrapup/Makefile.am.
48        Use automake compilation rules.
49        * console/Makefile.am, scitab/Makefile.am,
50        startup/Makefile.am, wrapup/Makefile.am: Remove.
51        * configure.ac: Reflect changes above.
52
532004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
56        Add RTEMS_PROG_CCAS.
57
582004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Add PREINSTALL_DIRS.
61        * wrapup/Makefile.am: Reflect changes to libcpu.
62
632004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * wrapup/Makefile.am: Reflect changes to libcpu.
66
672004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
70        Add PRE/TMPINSTALL_FILES to CLEANFILES.
71        * startup/Makefile.am: Ditto.
72
732004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: Remove.
76        * Makefile.am: Merge-in start/Makefile.am.
77        * configure.ac: Reflect changes above.
78
792004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Eliminate $(LIB).
82        Use noinst_DATA to trigger building libbsp.a.
83
842003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
87        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
88
892003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
92        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
93
942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
97
982003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: Misc cleanups and fixes.
101        * startup/Makefile.am: Misc cleanups and fixes.
102
1032003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Add preinstallation dirstamp support.
106        * console/Makefile.am: Cosmetics.
107        * startup/Makefile.am: Cosmetics.
108        * wrapup/Makefile.am: Cosmetics.
109
1102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * console/Makefile.am: Remove all-local: $(ARCH).
113        * scitab/Makefile.am: Remove all-local: $(ARCH).
114        * start/Makefile.am: Remove all-local: $(ARCH).
115        * startup/Makefile.am: Remove all-local: $(ARCH).
116        * wrapup/Makefile.am: Remove all-local: $(ARCH).
117
1182003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Merge-in include/Makefile.am.
121        Reflect changes to bsp.am.
122        * include/Makefile.am: Remove.
123        * configure.ac: Reflect changes above.
124
1252003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * bsp_specs: Remove *lib:.
128
1292003-09-04      Joel Sherrill <joel@OARcorp.com>
130
131        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
132        start/start.ram, start/start.rom, startup/bspclean.c,
133        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
134        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
135
1362003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Reflect having moved aclocal/.
139
1402003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Reflect having moved automake/.
143        * console/Makefile.am: Reflect having moved automake/.
144        * include/Makefile.am: Reflect having moved automake/.
145        * scitab/Makefile.am: Reflect having moved automake/.
146        * start/Makefile.am: Reflect having moved automake/.
147        * startup/Makefile.am: Reflect having moved automake/.
148        * wrapup/Makefile.am: Reflect having moved automake/.
149
1502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
153
1542003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        PR 445/bsps
157        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
158        Remove cpp, old_cpp (now unused).
159
1602003-06-13      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/linkcmds: Removed warnings.
163
1642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove AC_CONFIG_AUX_DIR.
167
1682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
171
1722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: AC_PREREQ(2.57).
175
1762003-01-28      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
179        work around truncated section names.
180
1812003-01-20      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
184        FreeBSD sysctl() sections.
185
1862003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
189
1902003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196
1972002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * start/Makefile.am: Use install-data-local to install startfile.
200
2012002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204
2052002-11-07      Joel Sherrill <joel@OARcorp.com>
206
207        * startup/linkcmds: Include all .rodata* sections.
208
2092002-11-01      Joel Sherrill <joel@OARcorp.com>
210
211        * start/start.S, startup/hw_init.c: Removed warnings.
212
2132002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * .cvsignore: Reformat.
216        Add autom4te*cache.
217        Remove autom4te.cache.
218
2192002-09-14      Joel Sherrill <joel@OARcorp.com>
220
221        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
222        of all calls to bsp_libc_init() resulted in some cleanup here.
223
2242002-08-21      Joel Sherrill <joel@OARcorp.com>
225
226        * bsp_specs: Added support for -nostdlibs.
227
2282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
231
2322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
235        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
236        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
237        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
238
2392002-07-25      Joel Sherrill <joel@OARcorp.com>
240
241        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
242        to remove problems linking empty main(){} with BSP.
243
2442002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * start/Makefile.am: Eliminate PGMS.
247        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
248
2492002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
252
2532002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
256        Remove $(OBJS) from all-local.
257
2582002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
261
2622001-05-09      Joel Sherrill <joel@OARcorp.com>
263
264        * startup/linkcmds: In support of gcc 3.1, added one of more
265        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
266        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
267        and direction of segments to memory regions may also have been
268        addressed.  This was a sweep across all BSPs.
269 
2702002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac:
273        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
274        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
275        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * Makefile.am: Remove AUTOMAKE_OPTIONS.
277        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
278        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
282
2832001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
286
2872001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
290        RTEMS_BSPOPTS_*(START_HW_INIT),
291        RTEMS_BSPOPTS_*(STANDALONE_EVB).
292        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
293
2942001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
297
2982001-10-12      Joel Sherrill <joel@OARcorp.com>
299
300        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
301        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
302        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
303
3042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
307        * configure.in: Remove.
308        * configure.ac: New file, generated from configure.in by autoupdate.
309
3102001-09-27      Joel Sherrill <joel@OARcorp.com>
311
312        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
313
3142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
317        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
318
3192001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
322
3232001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
324
325        * include/bsp.h: Disabled redefinition of
326        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
327        * console/config.c: New file. Definitions of externs referenced
328        from libbsp/shared/console.c.
329        * console/Makefile.am: Changed VPATH to point to
330        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
331
3322001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.in: Add bspopts.h.
335        * include/.cvsignore: Add bspopts.h*, stamp-h*.
336        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
337        * include/bsp.h: Include bspopts.h.
338        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
339
3402001-06-19      Joel Sherrill <joel@OARcorp.com>
341
342        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
343        it is called in configure.in instead of HZ.
344
3452001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
346
347        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
348        bspopts.h.     
349        * include/.cvsignore: Add stamp-h*, bspopts.h*.
350        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
351        * include/bsp.h: Add bspopts.h.
352        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
353
3542001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * startup/linkcmds: Remove OUTPUT_FORMAT.
357
3582001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
359
360        * README.EVB7045F: New file.
361        * README: Additions and corrections.
362        * include/bsp.h: Switch console to sci0.
363
3642001-01-05      Joel Sherrill <joel@OARcorp.com>
365
366        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
367        the movement of this component to libmisc.
368        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
369
3702000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
371
372        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
373
3742000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
375
376        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
377
3782000-11-01      Joel Sherrill <joel@OARcorp.com>
379
380        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
381        and libcsupport.h moved from libc to lib/include/rtems and
382        now must be referenced as <rtems/XXX.h>.   Header file order
383        was cleaned up while doing this.
384
3852000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
388        Switch to GNU canonicalization.
389
3902000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * scitab/Makefile.am: PROJECT_TOPdir.
393
3942000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
397        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
398
3992000-08-10      Joel Sherrill <joel@OARcorp.com>
400
401        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.