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

4.104.114.84.95
Last change on this file since b348db5f was fcb0cd46, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:06:55

2006-12-02 Ralf Corsépius <ralf.corsepius@…>

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 14.3 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-11-15      Joel Sherrill <joel@OARcorp.com>
6
7        * Makefile.am: Merge c_rtems_main() into boot_card(). This eliminated a
8        file and simplified initialization.
9
102006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
11
12        * Makefile.am: Remove superfluous -DASM.
13
142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * configure.ac: Require autoconf-2.60. Require automake-1.10.
17
182006-06-24      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
21        .rela.dyn sections.
22
232006-03-08      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
26        .gnu.linkonce.b.* section.
27
282006-02-08      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
31        sections required by newer gcc versions.
32
332006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
34
35        * Makefile.am: Add preinstall.am.
36
372005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * include/bsp.h: New header guard.
40
412005-05-11      Joel Sherrill <joel@OARcorp.com>
42
43        * startup/linkcmds: Add .rodata.* sections.
44
452005-05-03      Joel Sherrill <joel@OARcorp.com>
46
47        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
48        overflow of _CPU_Interrupt_stack_high calculation.
49
502005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
51
52        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
53
542005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
55
56        * Makefile.am: Remove build-variant support.
57
582004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
59
60        * configure.ac: Require automake > 1.9.
61
622004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
63
64        PR 610/bsps
65        * Makefile.am: Add include/tm27.h, Cosmetics.
66        * include/tm27.h: Final cosmetics.
67
682004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        * include/bsp.h: Split out tmtest27 support.
71        * include/tm27.h: New.
72
732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        PR 613/bsps
76        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
77
782004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        PR 614/bsps
81        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
82
832004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
84
85        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
86
872004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
90        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
91        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
92
932004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
94
95        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
96        using c99 fixed size types.
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-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
119        startup/Makefile.am, wrapup/Makefile.am.
120        Use automake compilation rules.
121        * console/Makefile.am, scitab/Makefile.am,
122        startup/Makefile.am, wrapup/Makefile.am: Remove.
123        * configure.ac: Reflect changes above.
124
1252004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
128        Add RTEMS_PROG_CCAS.
129
1302004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Add PREINSTALL_DIRS.
133        * wrapup/Makefile.am: Reflect changes to libcpu.
134
1352004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Reflect changes to libcpu.
138
1392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
142        Add PRE/TMPINSTALL_FILES to CLEANFILES.
143        * startup/Makefile.am: Ditto.
144
1452004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * start/Makefile.am: Remove.
148        * Makefile.am: Merge-in start/Makefile.am.
149        * configure.ac: Reflect changes above.
150
1512004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * wrapup/Makefile.am: Eliminate $(LIB).
154        Use noinst_DATA to trigger building libbsp.a.
155
1562003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
159        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
160
1612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
164        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
165
1662003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
169
1702003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * start/Makefile.am: Misc cleanups and fixes.
173        * startup/Makefile.am: Misc cleanups and fixes.
174
1752003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Add preinstallation dirstamp support.
178        * console/Makefile.am: Cosmetics.
179        * startup/Makefile.am: Cosmetics.
180        * wrapup/Makefile.am: Cosmetics.
181
1822003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * console/Makefile.am: Remove all-local: $(ARCH).
185        * scitab/Makefile.am: Remove all-local: $(ARCH).
186        * start/Makefile.am: Remove all-local: $(ARCH).
187        * startup/Makefile.am: Remove all-local: $(ARCH).
188        * wrapup/Makefile.am: Remove all-local: $(ARCH).
189
1902003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * Makefile.am: Merge-in include/Makefile.am.
193        Reflect changes to bsp.am.
194        * include/Makefile.am: Remove.
195        * configure.ac: Reflect changes above.
196
1972003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * bsp_specs: Remove *lib:.
200
2012003-09-04      Joel Sherrill <joel@OARcorp.com>
202
203        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
204        start/start.ram, start/start.rom, startup/bspclean.c,
205        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
206        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
207
2082003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * Makefile.am: Reflect having moved aclocal/.
211
2122003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * Makefile.am: Reflect having moved automake/.
215        * console/Makefile.am: Reflect having moved automake/.
216        * include/Makefile.am: Reflect having moved automake/.
217        * scitab/Makefile.am: Reflect having moved automake/.
218        * start/Makefile.am: Reflect having moved automake/.
219        * startup/Makefile.am: Reflect having moved automake/.
220        * wrapup/Makefile.am: Reflect having moved automake/.
221
2222003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
225
2262003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        PR 445/bsps
229        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
230        Remove cpp, old_cpp (now unused).
231
2322003-06-13      Joel Sherrill <joel@OARcorp.com>
233
234        * startup/linkcmds: Removed warnings.
235
2362003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.ac: Remove AC_CONFIG_AUX_DIR.
239
2402003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
243
2442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: AC_PREREQ(2.57).
247
2482003-01-28      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
251        work around truncated section names.
252
2532003-01-20      Joel Sherrill <joel@OARcorp.com>
254
255        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
256        FreeBSD sysctl() sections.
257
2582003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
261
2622003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
267        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
268
2692002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
270
271        * start/Makefile.am: Use install-data-local to install startfile.
272
2732002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
276
2772002-11-07      Joel Sherrill <joel@OARcorp.com>
278
279        * startup/linkcmds: Include all .rodata* sections.
280
2812002-11-01      Joel Sherrill <joel@OARcorp.com>
282
283        * start/start.S, startup/hw_init.c: Removed warnings.
284
2852002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * .cvsignore: Reformat.
288        Add autom4te*cache.
289        Remove autom4te.cache.
290
2912002-09-14      Joel Sherrill <joel@OARcorp.com>
292
293        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
294        of all calls to bsp_libc_init() resulted in some cleanup here.
295
2962002-08-21      Joel Sherrill <joel@OARcorp.com>
297
298        * bsp_specs: Added support for -nostdlibs.
299
3002002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
303
3042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
307        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
308        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
309        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
310
3112002-07-25      Joel Sherrill <joel@OARcorp.com>
312
313        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
314        to remove problems linking empty main(){} with BSP.
315
3162002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * start/Makefile.am: Eliminate PGMS.
319        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
320
3212002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
324
3252002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
328        Remove $(OBJS) from all-local.
329
3302002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
333
3342001-05-09      Joel Sherrill <joel@OARcorp.com>
335
336        * startup/linkcmds: In support of gcc 3.1, added one of more
337        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
338        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
339        and direction of segments to memory regions may also have been
340        addressed.  This was a sweep across all BSPs.
341 
3422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac:
345        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
346        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
347        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
352        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
353        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
354
3552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
358
3592001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
362        RTEMS_BSPOPTS_*(START_HW_INIT),
363        RTEMS_BSPOPTS_*(STANDALONE_EVB).
364        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
365
3662001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
369
3702001-10-12      Joel Sherrill <joel@OARcorp.com>
371
372        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
373        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
374        startup/linkcmds.ram, startup/linkcmds.rom: 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        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
390
3912001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
392
393        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
394
3952001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
396
397        * include/bsp.h: Disabled redefinition of
398        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
399        * console/config.c: New file. Definitions of externs referenced
400        from libbsp/shared/console.c.
401        * console/Makefile.am: Changed VPATH to point to
402        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
403
4042001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
405
406        * configure.in: Add bspopts.h.
407        * include/.cvsignore: Add bspopts.h*, stamp-h*.
408        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
409        * include/bsp.h: Include bspopts.h.
410        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
411
4122001-06-19      Joel Sherrill <joel@OARcorp.com>
413
414        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
415        it is called in configure.in instead of HZ.
416
4172001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
418
419        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
420        bspopts.h.     
421        * include/.cvsignore: Add stamp-h*, bspopts.h*.
422        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
423        * include/bsp.h: Add bspopts.h.
424        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
425
4262001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * startup/linkcmds: Remove OUTPUT_FORMAT.
429
4302001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
431
432        * README.EVB7045F: New file.
433        * README: Additions and corrections.
434        * include/bsp.h: Switch console to sci0.
435
4362001-01-05      Joel Sherrill <joel@OARcorp.com>
437
438        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
439        the movement of this component to libmisc.
440        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
441
4422000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
445
4462000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
447
448        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
449
4502000-11-01      Joel Sherrill <joel@OARcorp.com>
451
452        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
453        and libcsupport.h moved from libc to lib/include/rtems and
454        now must be referenced as <rtems/XXX.h>.   Header file order
455        was cleaned up while doing this.
456
4572000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
460        Switch to GNU canonicalization.
461
4622000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
463
464        * scitab/Makefile.am: PROJECT_TOPdir.
465
4662000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
467
468        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
469        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
470
4712000-08-10      Joel Sherrill <joel@OARcorp.com>
472
473        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.