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

4.104.114.84.95
Last change on this file since 3002831 was 3002831, checked in by Joel Sherrill <joel.sherrill@…>, on 04/02/07 at 11:15:31

2007-04-02 Joel Sherrill <joel@…>

  • Makefile.am: Add dummy printk support so all tests link.
  • Property mode set to 100644
File size: 13.3 KB
Line 
12007-04-02      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add dummy printk support so all tests link.
4
52006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: New BUG-REPORT address.
8
92006-11-15      Joel Sherrill <joel@OARcorp.com>
10
11        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
12        file and simplified initialization.
13
142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Remove superfluous -DASM.
17
182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Require autoconf-2.60. Require automake-1.10.
21
222006-06-24      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds: Add .rela.dyn sections.
25
262006-03-08      Joel Sherrill <joel@OARcorp.com>
27
28        * startup/linkcmds: Add .gnu.linkonce.b.* section.
29
302006-02-08      Joel Sherrill <joel@OARcorp.com>
31
32        * startup/linkcmds: Add sections required by newer gcc versions.
33
342006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
35
36        * Makefile.am: Add preinstall.am.
37
382005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
39
40        * include/bsp.h: New header guard.
41
422005-05-11      Joel Sherrill <joel@OARcorp.com>
43
44        * startup/linkcmds: Add .rodata.* sections.
45
462005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
49
502005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Remove build-variant support.
53
542004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
55
56        * configure.ac: Require automake > 1.9.
57
582004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        PR 610/bsps
61        * Makefile.am: Add include/tm27.h, Cosmetics.
62        * include/tm27.h: Final cosmetics.
63
642004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
65
66        * include/bsp.h: Split out tmtest27 support.
67        * include/tm27.h: New.
68
692004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
70
71        PR 613/bsps
72        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
73
742004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
75
76        PR 614/bsps
77        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
78
792004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
80
81        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
82
832004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
86        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
87
882004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
91        types.
92
932004-03-03      Joel Sherrill <joel@OARcorp.com>
94
95        * startup/linkcmds: Add more memory and sections so tests can link.
96        This is a generic BSP for a CPU model so OK to do this.
97
982004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Reflect changes to bsp.am.
101        Preinstall dist_project_lib*.
102
1032004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * Makefile.am: Reflect changes to bsp.am.
106
1072004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
110
1112004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Pickup files from ../../sh/shared instead of
114        ../shared. Reformat.
115
1162004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Cosmetics.
119
1202004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
123        Add RTEMS_PROG_CCAS.
124
1252004-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
128        startup/Makefile.am, wrapup/Makefile.am.
129        Use automake-compilation rules.
130        * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
131        wrapup/Makefile.am: Remove.
132        * configure.ac: Reflect changes above.
133
1342004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Add PREINSTALL_DIRS.
137        * wrapup/Makefile.am: Reflect changes to libcpu.
138
1392004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Reflect changes to libcpu.
142
1432004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
146        Add PRE/TMPINSTALL_FILES to CLEANFILES.
147        * startup/Makefile.am: Ditto.
148
1492004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * start/Makefile.am: Remove.
152        * Makefile.am: Merge-in start/Makefile.am.
153        * configure.ac: Reflect changes above.
154
1552004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * wrapup/Makefile.am: Eliminate $(LIB).
158        Use noinst_DATA to trigger building libbsp.a.
159
1602003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
163        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
164
1652003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
168        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
169
1702003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
173
1742003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: Misc cleanups and fixes.
177        * startup/Makefile.am: Misc cleanups and fixes.
178        * wrapup/Makefile.am: Misc cleanups and fixes.
179
1802003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Add preinstallation dirstamp support.
183        * console/Makefile.am: Cosmetics.
184        * scitab/Makefile.am: Cosmetics.
185        * startup/Makefile.am: Cosmetics.
186        * wrapup/Makefile.am: Cosmetics.
187
1882003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * console/Makefile.am: Remove all-local: $(ARCH).
191        * scitab/Makefile.am: Remove all-local: $(ARCH).
192        * start/Makefile.am: Remove all-local: $(ARCH).
193        * startup/Makefile.am: Remove all-local: $(ARCH).
194        * wrapup/Makefile.am: Remove all-local: $(ARCH).
195
1962003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Merge-in include/Makefile.am.
199        Reflect changes to bsp.am.
200        * include/Makefile.am: Remove.
201        * configure.ac: Reflect changes above.
202
2032003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * bsp_specs: Remove *lib:.
206
2072003-09-04      Joel Sherrill <joel@OARcorp.com>
208
209        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
210        startup/bspstart.c, startup/linkcmds: URL for license changed.
211
2122003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Reflect having moved aclocal/.
215
2162003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Reflect having moved automake/.
219        * console/Makefile.am: Reflect having moved automake/.
220        * include/Makefile.am: Reflect having moved automake/.
221        * scitab/Makefile.am: Reflect having moved automake/.
222        * start/Makefile.am: Reflect having moved automake/.
223        * startup/Makefile.am: Reflect having moved automake/.
224        * wrapup/Makefile.am: Reflect having moved automake/.
225
2262003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
229
2302003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        PR 445/bsps
233        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
234        Remove cpp, old_cpp (now unused).
235
2362003-06-13      Joel Sherrill <joel@OARcorp.com>
237
238        * startup/linkcmds: Removed warnings.
239
2402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: Remove AC_CONFIG_AUX_DIR.
243
2442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
247
2482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * configure.ac: AC_PREREQ(2.57).
251
2522003-01-28      Joel Sherrill <joel@OARcorp.com>
253
254        * startup/linkcmds: Fix to work around truncated section names.
255
2562003-01-20      Joel Sherrill <joel@OARcorp.com>
257
258        * startup/linkcmds*: Add FreeBSD sysctl() sections.
259
2602003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
263
2642002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
269        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
270
2712002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * start/Makefile.am: Use install-data-local to install startfile.
274
2752002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
278
2792002-11-07      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/linkcmds: Include all .rodata* sections.
282
2832002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * .cvsignore: Reformat.
286        Add autom4te*cache.
287        Remove autom4te.cache.
288
2892002-09-14      Joel Sherrill <joel@OARcorp.com>
290
291        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
292        of all calls to bsp_libc_init() resulted in some cleanup here.
293
2942002-08-21      Joel Sherrill <joel@OARcorp.com>
295
296        * bsp_specs: Added support for -nostdlibs.
297
2982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
301        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
302
3032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
306        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
309
3102002-07-25      Joel Sherrill <joel@OARcorp.com>
311
312        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
313        to remove problems linking empty main(){} with BSP.
314
3152002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * start/Makefile.am: Eliminate PGM.
318        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
319
3202002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
323
3242002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
327        Remove $(OBJS) from all-local.
328
3292002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
332
3332001-05-09      Joel Sherrill <joel@OARcorp.com>
334
335        * startup/linkcmds: In support of gcc 3.1, added one of more
336        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
337        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
338        and direction of segments to memory regions may also have been
339        addressed.  This was a sweep across all BSPs.
340 
3412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac:
344        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
345        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
346        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
353
3542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
357
3582001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
361
3622001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
365        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
366
3672001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
368
369        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
370
3712001-10-12      Joel Sherrill <joel@OARcorp.com>
372
373        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
374        startup/bspstart.c, startup/linkcmds: Fixed typo.
375
3762001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
377
378        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
379        * configure.in: Remove.
380        * configure.ac: New file, generated from configure.in by autoupdate.
381
3822001-09-27      Joel Sherrill <joel@OARcorp.com>
383
384        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
385
3862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
389
3902001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.in: Add bspopts.h.
393        * include/.cvsignore: Add bspopts.h*, stamp-h*.
394        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
395        * include/bsp.h: Include bspopts.h.
396        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
397
3982001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
399
400        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
401        add bspopts.h.
402        * include/.cvsignore: Add stamp-h*, bspopts.h*.
403        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
404        * include/bsp.h: Add bspopts.h.
405
4062001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
407
408        * startup/linkcmds: Remove OUTPUT_FORMAT.
409
4102001-01-05      Joel Sherrill <joel@OARcorp.com>
411
412        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
413        rest of make-target-options and moved them to BSP configure options.
414
4152001-01-05      Joel Sherrill <joel@OARcorp.com>
416
417        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
418        the movement of this component to libmisc.
419        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
420
4212000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
424
4252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
428
4292000-11-01      Joel Sherrill <joel@OARcorp.com>
430
431        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
432        libcsupport.h moved from libc to lib/include/rtems and
433        now must be referenced as <rtems/XXX.h>.   Header file order
434        was cleaned up while doing this.
435
4362000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
439        Switch to GNU canonicalization.
440
4412000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * scitab/Makefile.am: PROJECT_TOPdir.
444
4452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
446
447        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
448        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
449
4502000-08-10      Joel Sherrill <joel@OARcorp.com>
451
452        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.