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

4.104.114.84.95
Last change on this file since d4d4c051 was d4d4c051, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/07 at 16:42:14

2007-05-14 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Separate debug IO from console so console driver is not linked in all the time. This manaifested itself when the IO manager optional manager stub dropped some symbols.
  • Property mode set to 100644
File size: 13.8 KB
Line 
12007-05-14      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * Makefile.am: Separate debug IO from console so console driver is not
4        linked in all the time. This manaifested itself when the IO manager
5        optional manager stub dropped some symbols.
6
72007-05-03      Joel Sherrill <joel@OARcorp.com>
8
9        * startup/linkcmds: Handle .data.* sections. Also change directive
10        placing stack on onchip_ram to make ld happy.
11
122007-04-12      Ralf Corsépius <ralf.corsepius@rtems.org>
13
14        * bsp_specs: Remove qrtems_debug.
15
162007-04-02      Joel Sherrill <joel@OARcorp.com>
17
18        * Makefile.am: Add dummy printk support so all tests link.
19
202006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
21
22        * configure.ac: New BUG-REPORT address.
23
242006-11-15      Joel Sherrill <joel@OARcorp.com>
25
26        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
27        file and simplified initialization.
28
292006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
30
31        * Makefile.am: Remove superfluous -DASM.
32
332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: Require autoconf-2.60. Require automake-1.10.
36
372006-06-24      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/linkcmds: Add .rela.dyn sections.
40
412006-03-08      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/linkcmds: Add .gnu.linkonce.b.* section.
44
452006-02-08      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds: Add sections required by newer gcc versions.
48
492006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Add preinstall.am.
52
532005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
54
55        * include/bsp.h: New header guard.
56
572005-05-11      Joel Sherrill <joel@OARcorp.com>
58
59        * startup/linkcmds: Add .rodata.* sections.
60
612005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
64
652005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
66
67        * Makefile.am: Remove build-variant support.
68
692004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        * configure.ac: Require automake > 1.9.
72
732004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        PR 610/bsps
76        * Makefile.am: Add include/tm27.h, Cosmetics.
77        * include/tm27.h: Final cosmetics.
78
792004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * include/bsp.h: Split out tmtest27 support.
82        * include/tm27.h: New.
83
842004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
85
86        PR 613/bsps
87        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
88
892004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
90
91        PR 614/bsps
92        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
93
942004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
95
96        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
97
982004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
99
100        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
101        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
102
1032004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
104
105        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
106        types.
107
1082004-03-03      Joel Sherrill <joel@OARcorp.com>
109
110        * startup/linkcmds: Add more memory and sections so tests can link.
111        This is a generic BSP for a CPU model so OK to do this.
112
1132004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: Reflect changes to bsp.am.
116        Preinstall dist_project_lib*.
117
1182004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Reflect changes to bsp.am.
121
1222004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
125
1262004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Pickup files from ../../sh/shared instead of
129        ../shared. Reformat.
130
1312004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * Makefile.am: Cosmetics.
134
1352004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
138        Add RTEMS_PROG_CCAS.
139
1402004-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
143        startup/Makefile.am, wrapup/Makefile.am.
144        Use automake-compilation rules.
145        * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
146        wrapup/Makefile.am: Remove.
147        * configure.ac: Reflect changes above.
148
1492004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Add PREINSTALL_DIRS.
152        * wrapup/Makefile.am: Reflect changes to libcpu.
153
1542004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * wrapup/Makefile.am: Reflect changes to libcpu.
157
1582004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
161        Add PRE/TMPINSTALL_FILES to CLEANFILES.
162        * startup/Makefile.am: Ditto.
163
1642004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * start/Makefile.am: Remove.
167        * Makefile.am: Merge-in start/Makefile.am.
168        * configure.ac: Reflect changes above.
169
1702004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Eliminate $(LIB).
173        Use noinst_DATA to trigger building libbsp.a.
174
1752003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
178        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
179
1802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
183        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
184
1852003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
188
1892003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/Makefile.am: Misc cleanups and fixes.
192        * startup/Makefile.am: Misc cleanups and fixes.
193        * wrapup/Makefile.am: Misc cleanups and fixes.
194
1952003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Add preinstallation dirstamp support.
198        * console/Makefile.am: Cosmetics.
199        * scitab/Makefile.am: Cosmetics.
200        * startup/Makefile.am: Cosmetics.
201        * wrapup/Makefile.am: Cosmetics.
202
2032003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * console/Makefile.am: Remove all-local: $(ARCH).
206        * scitab/Makefile.am: Remove all-local: $(ARCH).
207        * start/Makefile.am: Remove all-local: $(ARCH).
208        * startup/Makefile.am: Remove all-local: $(ARCH).
209        * wrapup/Makefile.am: Remove all-local: $(ARCH).
210
2112003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * Makefile.am: Merge-in include/Makefile.am.
214        Reflect changes to bsp.am.
215        * include/Makefile.am: Remove.
216        * configure.ac: Reflect changes above.
217
2182003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * bsp_specs: Remove *lib:.
221
2222003-09-04      Joel Sherrill <joel@OARcorp.com>
223
224        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
225        startup/bspstart.c, startup/linkcmds: URL for license changed.
226
2272003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * Makefile.am: Reflect having moved aclocal/.
230
2312003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: Reflect having moved automake/.
234        * console/Makefile.am: Reflect having moved automake/.
235        * include/Makefile.am: Reflect having moved automake/.
236        * scitab/Makefile.am: Reflect having moved automake/.
237        * start/Makefile.am: Reflect having moved automake/.
238        * startup/Makefile.am: Reflect having moved automake/.
239        * wrapup/Makefile.am: Reflect having moved automake/.
240
2412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
244
2452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        PR 445/bsps
248        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
249        Remove cpp, old_cpp (now unused).
250
2512003-06-13      Joel Sherrill <joel@OARcorp.com>
252
253        * startup/linkcmds: Removed warnings.
254
2552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Remove AC_CONFIG_AUX_DIR.
258
2592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
262
2632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: AC_PREREQ(2.57).
266
2672003-01-28      Joel Sherrill <joel@OARcorp.com>
268
269        * startup/linkcmds: Fix to work around truncated section names.
270
2712003-01-20      Joel Sherrill <joel@OARcorp.com>
272
273        * startup/linkcmds*: Add FreeBSD sysctl() sections.
274
2752003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
278
2792002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
282        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
283        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
284        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
285
2862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * start/Makefile.am: Use install-data-local to install startfile.
289
2902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
293
2942002-11-07      Joel Sherrill <joel@OARcorp.com>
295
296        * startup/linkcmds: Include all .rodata* sections.
297
2982002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * .cvsignore: Reformat.
301        Add autom4te*cache.
302        Remove autom4te.cache.
303
3042002-09-14      Joel Sherrill <joel@OARcorp.com>
305
306        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
307        of all calls to bsp_libc_init() resulted in some cleanup here.
308
3092002-08-21      Joel Sherrill <joel@OARcorp.com>
310
311        * bsp_specs: Added support for -nostdlibs.
312
3132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
317
3182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
321        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
322        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
323        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
324
3252002-07-25      Joel Sherrill <joel@OARcorp.com>
326
327        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
328        to remove problems linking empty main(){} with BSP.
329
3302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * start/Makefile.am: Eliminate PGM.
333        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
334
3352002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
336
337        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
338
3392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
342        Remove $(OBJS) from all-local.
343
3442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
347
3482001-05-09      Joel Sherrill <joel@OARcorp.com>
349
350        * startup/linkcmds: In support of gcc 3.1, added one of more
351        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
352        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
353        and direction of segments to memory regions may also have been
354        addressed.  This was a sweep across all BSPs.
355 
3562002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * configure.ac:
359        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
360        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
361        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
368
3692001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
372
3732001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
376
3772001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
380        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
381
3822001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
385
3862001-10-12      Joel Sherrill <joel@OARcorp.com>
387
388        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
389        startup/bspstart.c, startup/linkcmds: Fixed typo.
390
3912001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
394        * configure.in: Remove.
395        * configure.ac: New file, generated from configure.in by autoupdate.
396
3972001-09-27      Joel Sherrill <joel@OARcorp.com>
398
399        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
400
4012001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
402
403        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
404
4052001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * configure.in: Add bspopts.h.
408        * include/.cvsignore: Add bspopts.h*, stamp-h*.
409        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
410        * include/bsp.h: Include bspopts.h.
411        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
412
4132001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
414
415        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
416        add bspopts.h.
417        * include/.cvsignore: Add stamp-h*, bspopts.h*.
418        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
419        * include/bsp.h: Add bspopts.h.
420
4212001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * startup/linkcmds: Remove OUTPUT_FORMAT.
424
4252001-01-05      Joel Sherrill <joel@OARcorp.com>
426
427        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
428        rest of make-target-options and moved them to BSP configure options.
429
4302001-01-05      Joel Sherrill <joel@OARcorp.com>
431
432        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
433        the movement of this component to libmisc.
434        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
435
4362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
439
4402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
441
442        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
443
4442000-11-01      Joel Sherrill <joel@OARcorp.com>
445
446        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
447        libcsupport.h moved from libc to lib/include/rtems and
448        now must be referenced as <rtems/XXX.h>.   Header file order
449        was cleaned up while doing this.
450
4512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
452
453        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
454        Switch to GNU canonicalization.
455
4562000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
457
458        * scitab/Makefile.am: PROJECT_TOPdir.
459
4602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
461
462        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
463        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
464
4652000-08-10      Joel Sherrill <joel@OARcorp.com>
466
467        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.