source: rtems/c/src/lib/libbsp/sh/gensh2/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: 12.5 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        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
25
262004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
29        using c99 fixed size types.
30
312004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Reflect changes to bsp.am.
34        Preinstall dist_project_lib*.
35
362004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Reflect changes to bsp.am.
39
402004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
43
442004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Pickup files from ../../sh/shared instead of
47        ../shared. Reformat.
48
492004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
52        startup/Makefile.am, wrapup/Makefile.am.
53        Use automake compilation rules.
54        * console/Makefile.am, scitab/Makefile.am,
55        startup/Makefile.am, wrapup/Makefile.am: Remove.
56        * configure.ac: Reflect changes above.
57
582004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
61        Add RTEMS_PROG_CCAS.
62
632004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Add PREINSTALL_DIRS.
66        * wrapup/Makefile.am: Reflect changes to libcpu.
67
682004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Reflect changes to libcpu.
71
722004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
75        Add PRE/TMPINSTALL_FILES to CLEANFILES.
76        * startup/Makefile.am: Ditto.
77
782004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Remove.
81        * Makefile.am: Merge-in start/Makefile.am.
82        * configure.ac: Reflect changes above.
83
842004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Eliminate $(LIB).
87        Use noinst_DATA to trigger building libbsp.a.
88
892003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
92        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
93
942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
97        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
98
992003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
102
1032003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: Misc cleanups and fixes.
106        * startup/Makefile.am: Misc cleanups and fixes.
107
1082003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Add preinstallation dirstamp support.
111        * console/Makefile.am: Cosmetics.
112        * startup/Makefile.am: Cosmetics.
113        * wrapup/Makefile.am: Cosmetics.
114
1152003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * console/Makefile.am: Remove all-local: $(ARCH).
118        * scitab/Makefile.am: Remove all-local: $(ARCH).
119        * start/Makefile.am: Remove all-local: $(ARCH).
120        * startup/Makefile.am: Remove all-local: $(ARCH).
121        * wrapup/Makefile.am: Remove all-local: $(ARCH).
122
1232003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * Makefile.am: Merge-in include/Makefile.am.
126        Reflect changes to bsp.am.
127        * include/Makefile.am: Remove.
128        * configure.ac: Reflect changes above.
129
1302003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * bsp_specs: Remove *lib:.
133
1342003-09-04      Joel Sherrill <joel@OARcorp.com>
135
136        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
137        start/start.ram, start/start.rom, startup/bspclean.c,
138        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
139        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
140
1412003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Reflect having moved aclocal/.
144
1452003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Reflect having moved automake/.
148        * console/Makefile.am: Reflect having moved automake/.
149        * include/Makefile.am: Reflect having moved automake/.
150        * scitab/Makefile.am: Reflect having moved automake/.
151        * start/Makefile.am: Reflect having moved automake/.
152        * startup/Makefile.am: Reflect having moved automake/.
153        * wrapup/Makefile.am: Reflect having moved automake/.
154
1552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
158
1592003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        PR 445/bsps
162        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
163        Remove cpp, old_cpp (now unused).
164
1652003-06-13      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: Removed warnings.
168
1692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Remove AC_CONFIG_AUX_DIR.
172
1732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
176
1772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: AC_PREREQ(2.57).
180
1812003-01-28      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
184        work around truncated section names.
185
1862003-01-20      Joel Sherrill <joel@OARcorp.com>
187
188        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
189        FreeBSD sysctl() sections.
190
1912003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
194
1952003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201
2022002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * start/Makefile.am: Use install-data-local to install startfile.
205
2062002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
209
2102002-11-07      Joel Sherrill <joel@OARcorp.com>
211
212        * startup/linkcmds: Include all .rodata* sections.
213
2142002-11-01      Joel Sherrill <joel@OARcorp.com>
215
216        * start/start.S, startup/hw_init.c: Removed warnings.
217
2182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * .cvsignore: Reformat.
221        Add autom4te*cache.
222        Remove autom4te.cache.
223
2242002-09-14      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
227        of all calls to bsp_libc_init() resulted in some cleanup here.
228
2292002-08-21      Joel Sherrill <joel@OARcorp.com>
230
231        * bsp_specs: Added support for -nostdlibs.
232
2332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
236
2372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
240        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
243
2442002-07-25      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
247        to remove problems linking empty main(){} with BSP.
248
2492002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * start/Makefile.am: Eliminate PGMS.
252        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
253
2542002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
257
2582002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
261        Remove $(OBJS) from all-local.
262
2632002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
266
2672001-05-09      Joel Sherrill <joel@OARcorp.com>
268
269        * startup/linkcmds: In support of gcc 3.1, added one of more
270        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
271        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
272        and direction of segments to memory regions may also have been
273        addressed.  This was a sweep across all BSPs.
274 
2752002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac:
278        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
279        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
280        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
287
2882001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
289
290        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
291
2922001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
295        RTEMS_BSPOPTS_*(START_HW_INIT),
296        RTEMS_BSPOPTS_*(STANDALONE_EVB).
297        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
298
2992001-10-16      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, start/start.S, start/start.ram, start/start.rom,
306        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
307        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
308
3092001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
312        * configure.in: Remove.
313        * configure.ac: New file, generated from configure.in by autoupdate.
314
3152001-09-27      Joel Sherrill <joel@OARcorp.com>
316
317        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
318
3192001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
322        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
323
3242001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
327
3282001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
329
330        * include/bsp.h: Disabled redefinition of
331        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
332        * console/config.c: New file. Definitions of externs referenced
333        from libbsp/shared/console.c.
334        * console/Makefile.am: Changed VPATH to point to
335        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
336
3372001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.in: Add bspopts.h.
340        * include/.cvsignore: Add bspopts.h*, stamp-h*.
341        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
342        * include/bsp.h: Include bspopts.h.
343        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
344
3452001-06-19      Joel Sherrill <joel@OARcorp.com>
346
347        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
348        it is called in configure.in instead of HZ.
349
3502001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
351
352        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
353        bspopts.h.     
354        * include/.cvsignore: Add stamp-h*, bspopts.h*.
355        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
356        * include/bsp.h: Add bspopts.h.
357        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
358
3592001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * startup/linkcmds: Remove OUTPUT_FORMAT.
362
3632001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
364
365        * README.EVB7045F: New file.
366        * README: Additions and corrections.
367        * include/bsp.h: Switch console to sci0.
368
3692001-01-05      Joel Sherrill <joel@OARcorp.com>
370
371        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
372        the movement of this component to libmisc.
373        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
374
3752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
378
3792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
382
3832000-11-01      Joel Sherrill <joel@OARcorp.com>
384
385        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
386        and libcsupport.h moved from libc to lib/include/rtems and
387        now must be referenced as <rtems/XXX.h>.   Header file order
388        was cleaned up while doing this.
389
3902000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
393        Switch to GNU canonicalization.
394
3952000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * scitab/Makefile.am: PROJECT_TOPdir.
398
3992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
402        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
403
4042000-08-10      Joel Sherrill <joel@OARcorp.com>
405
406        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.