source: rtems/c/src/lib/libbsp/sh/gensh2/ChangeLog @ 3defec6

4.104.114.84.95
Last change on this file since 3defec6 was 3defec6, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/23/04 at 04:47:38

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

PR 610/bsps

  • Makefile.am: Add include/tm27.h, Cosmetics.
  • include/tm27.h: Final cosmetics.
  • Property mode set to 100644
File size: 12.7 KB
Line 
12004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        PR 610/bsps
4        * Makefile.am: Add include/tm27.h, Cosmetics.
5        * include/tm27.h: Final cosmetics.
6
72004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
8
9        * include/bsp.h: Split out tmtest27 support.
10        * include/tm27.h: New.
11
122004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
13
14        PR 613/bsps
15        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
16
172004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        PR 614/bsps
20        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
21
222004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
25
262004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
29        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
30        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
31
322004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
35        using c99 fixed size types.
36
372004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reflect changes to bsp.am.
40        Preinstall dist_project_lib*.
41
422004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Reflect changes to bsp.am.
45
462004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
49
502004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Pickup files from ../../sh/shared instead of
53        ../shared. Reformat.
54
552004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
58        startup/Makefile.am, wrapup/Makefile.am.
59        Use automake compilation rules.
60        * console/Makefile.am, scitab/Makefile.am,
61        startup/Makefile.am, wrapup/Makefile.am: Remove.
62        * configure.ac: Reflect changes above.
63
642004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
67        Add RTEMS_PROG_CCAS.
68
692004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Add PREINSTALL_DIRS.
72        * wrapup/Makefile.am: Reflect changes to libcpu.
73
742004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * wrapup/Makefile.am: Reflect changes to libcpu.
77
782004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
81        Add PRE/TMPINSTALL_FILES to CLEANFILES.
82        * startup/Makefile.am: Ditto.
83
842004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * start/Makefile.am: Remove.
87        * Makefile.am: Merge-in start/Makefile.am.
88        * configure.ac: Reflect changes above.
89
902004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * wrapup/Makefile.am: Eliminate $(LIB).
93        Use noinst_DATA to trigger building libbsp.a.
94
952003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
98        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
99
1002003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
103        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
104
1052003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
108
1092003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * start/Makefile.am: Misc cleanups and fixes.
112        * startup/Makefile.am: Misc cleanups and fixes.
113
1142003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Add preinstallation dirstamp support.
117        * console/Makefile.am: Cosmetics.
118        * startup/Makefile.am: Cosmetics.
119        * wrapup/Makefile.am: Cosmetics.
120
1212003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * console/Makefile.am: Remove all-local: $(ARCH).
124        * scitab/Makefile.am: Remove all-local: $(ARCH).
125        * start/Makefile.am: Remove all-local: $(ARCH).
126        * startup/Makefile.am: Remove all-local: $(ARCH).
127        * wrapup/Makefile.am: Remove all-local: $(ARCH).
128
1292003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * Makefile.am: Merge-in include/Makefile.am.
132        Reflect changes to bsp.am.
133        * include/Makefile.am: Remove.
134        * configure.ac: Reflect changes above.
135
1362003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * bsp_specs: Remove *lib:.
139
1402003-09-04      Joel Sherrill <joel@OARcorp.com>
141
142        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
143        start/start.ram, start/start.rom, startup/bspclean.c,
144        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
145        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
146
1472003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * Makefile.am: Reflect having moved aclocal/.
150
1512003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * Makefile.am: Reflect having moved automake/.
154        * console/Makefile.am: Reflect having moved automake/.
155        * include/Makefile.am: Reflect having moved automake/.
156        * scitab/Makefile.am: Reflect having moved automake/.
157        * start/Makefile.am: Reflect having moved automake/.
158        * startup/Makefile.am: Reflect having moved automake/.
159        * wrapup/Makefile.am: Reflect having moved automake/.
160
1612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
164
1652003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        PR 445/bsps
168        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
169        Remove cpp, old_cpp (now unused).
170
1712003-06-13      Joel Sherrill <joel@OARcorp.com>
172
173        * startup/linkcmds: Removed warnings.
174
1752003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.ac: Remove AC_CONFIG_AUX_DIR.
178
1792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
182
1832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: AC_PREREQ(2.57).
186
1872003-01-28      Joel Sherrill <joel@OARcorp.com>
188
189        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
190        work around truncated section names.
191
1922003-01-20      Joel Sherrill <joel@OARcorp.com>
193
194        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
195        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
2012003-01-15      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-11-01      Joel Sherrill <joel@OARcorp.com>
221
222        * start/start.S, startup/hw_init.c: Removed warnings.
223
2242002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * .cvsignore: Reformat.
227        Add autom4te*cache.
228        Remove autom4te.cache.
229
2302002-09-14      Joel Sherrill <joel@OARcorp.com>
231
232        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
233        of all calls to bsp_libc_init() resulted in some cleanup here.
234
2352002-08-21      Joel Sherrill <joel@OARcorp.com>
236
237        * bsp_specs: Added support for -nostdlibs.
238
2392002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
242
2432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
249
2502002-07-25      Joel Sherrill <joel@OARcorp.com>
251
252        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
253        to remove problems linking empty main(){} with BSP.
254
2552002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * start/Makefile.am: Eliminate PGMS.
258        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
259
2602002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
263
2642002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
267        Remove $(OBJS) from all-local.
268
2692002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
272
2732001-05-09      Joel Sherrill <joel@OARcorp.com>
274
275        * startup/linkcmds: In support of gcc 3.1, added one of more
276        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
277        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
278        and direction of segments to memory regions may also have been
279        addressed.  This was a sweep across all BSPs.
280 
2812002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac:
284        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
285        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
286        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
289        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
290        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
291        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
293
2942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
297
2982001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
301        RTEMS_BSPOPTS_*(START_HW_INIT),
302        RTEMS_BSPOPTS_*(STANDALONE_EVB).
303        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
304
3052001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
308
3092001-10-12      Joel Sherrill <joel@OARcorp.com>
310
311        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
312        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
313        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
314
3152001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
318        * configure.in: Remove.
319        * configure.ac: New file, generated from configure.in by autoupdate.
320
3212001-09-27      Joel Sherrill <joel@OARcorp.com>
322
323        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
324
3252001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
328        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
329
3302001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
333
3342001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
335
336        * include/bsp.h: Disabled redefinition of
337        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
338        * console/config.c: New file. Definitions of externs referenced
339        from libbsp/shared/console.c.
340        * console/Makefile.am: Changed VPATH to point to
341        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
342
3432001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * configure.in: Add bspopts.h.
346        * include/.cvsignore: Add bspopts.h*, stamp-h*.
347        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
348        * include/bsp.h: Include bspopts.h.
349        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
350
3512001-06-19      Joel Sherrill <joel@OARcorp.com>
352
353        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
354        it is called in configure.in instead of HZ.
355
3562001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
357
358        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
359        bspopts.h.     
360        * include/.cvsignore: Add stamp-h*, bspopts.h*.
361        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
362        * include/bsp.h: Add bspopts.h.
363        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
364
3652001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * startup/linkcmds: Remove OUTPUT_FORMAT.
368
3692001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
370
371        * README.EVB7045F: New file.
372        * README: Additions and corrections.
373        * include/bsp.h: Switch console to sci0.
374
3752001-01-05      Joel Sherrill <joel@OARcorp.com>
376
377        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
378        the movement of this component to libmisc.
379        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
380
3812000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
384
3852000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
386
387        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
388
3892000-11-01      Joel Sherrill <joel@OARcorp.com>
390
391        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
392        and libcsupport.h moved from libc to lib/include/rtems and
393        now must be referenced as <rtems/XXX.h>.   Header file order
394        was cleaned up while doing this.
395
3962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
399        Switch to GNU canonicalization.
400
4012000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * scitab/Makefile.am: PROJECT_TOPdir.
404
4052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
408        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
409
4102000-08-10      Joel Sherrill <joel@OARcorp.com>
411
412        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.