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

Last change on this file since 9d7508e was 9d7508e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/02/06 at 06:10:26

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

  • configure.ac: New BUG-REPORT address.
  • Property mode set to 100644
File size: 14.1 KB
Line 
12006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: New BUG-REPORT address.
4
52006-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove superfluous -DASM.
8
92006-10-19      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * configure.ac: Require automake-1.10. Require autoconf-2.60.
12
132006-06-24      Joel Sherrill <joel@OARcorp.com>
14
15        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
16        .rela.dyn sections.
17
182006-03-08      Joel Sherrill <joel@OARcorp.com>
19
20        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
21        .gnu.linkonce.b.* section.
22
232006-02-08      Joel Sherrill <joel@OARcorp.com>
24
25        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
26        sections required by newer gcc versions.
27
282006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
29
30        * Makefile.am: Add preinstall.am.
31
322005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
33
34        * include/bsp.h: New header guard.
35
362005-05-11      Joel Sherrill <joel@OARcorp.com>
37
38        * startup/linkcmds: Add .rodata.* sections.
39
402005-05-03      Joel Sherrill <joel@OARcorp.com>
41
42        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix
43        overflow of _CPU_Interrupt_stack_high calculation.
44
452005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
48
492005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Remove build-variant support.
52
532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * configure.ac: Require automake > 1.9.
56
572004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        PR 610/bsps
60        * Makefile.am: Add include/tm27.h, Cosmetics.
61        * include/tm27.h: Final cosmetics.
62
632004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * include/bsp.h: Split out tmtest27 support.
66        * include/tm27.h: New.
67
682004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        PR 613/bsps
71        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
72
732004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
74
75        PR 614/bsps
76        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
77
782004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
81
822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
85        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
86        * startup/hw_init.c: Include <rtems/iosupp.h> instead of <iosupp.h>.
87
882004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
89
90        * include/bsp.h, startup/bspstart.c, startup/hw_init.c: Convert to
91        using c99 fixed size types.
92
932004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Reflect changes to bsp.am.
96        Preinstall dist_project_lib*.
97
982004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Reflect changes to bsp.am.
101
1022004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
105
1062004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: Pickup files from ../../sh/shared instead of
109        ../shared. Reformat.
110
1112004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
114        startup/Makefile.am, wrapup/Makefile.am.
115        Use automake compilation rules.
116        * console/Makefile.am, scitab/Makefile.am,
117        startup/Makefile.am, wrapup/Makefile.am: Remove.
118        * configure.ac: Reflect changes above.
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-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Add PREINSTALL_DIRS.
128        * wrapup/Makefile.am: Reflect changes to libcpu.
129
1302004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Reflect changes to libcpu.
133
1342004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
137        Add PRE/TMPINSTALL_FILES to CLEANFILES.
138        * startup/Makefile.am: Ditto.
139
1402004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * start/Makefile.am: Remove.
143        * Makefile.am: Merge-in start/Makefile.am.
144        * configure.ac: Reflect changes above.
145
1462004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Eliminate $(LIB).
149        Use noinst_DATA to trigger building libbsp.a.
150
1512003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
154        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
155
1562003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
159        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
160
1612003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
164
1652003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * start/Makefile.am: Misc cleanups and fixes.
168        * startup/Makefile.am: Misc cleanups and fixes.
169
1702003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Add preinstallation dirstamp support.
173        * console/Makefile.am: Cosmetics.
174        * startup/Makefile.am: Cosmetics.
175        * wrapup/Makefile.am: Cosmetics.
176
1772003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * console/Makefile.am: Remove all-local: $(ARCH).
180        * scitab/Makefile.am: Remove all-local: $(ARCH).
181        * start/Makefile.am: Remove all-local: $(ARCH).
182        * startup/Makefile.am: Remove all-local: $(ARCH).
183        * wrapup/Makefile.am: Remove all-local: $(ARCH).
184
1852003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Merge-in include/Makefile.am.
188        Reflect changes to bsp.am.
189        * include/Makefile.am: Remove.
190        * configure.ac: Reflect changes above.
191
1922003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * bsp_specs: Remove *lib:.
195
1962003-09-04      Joel Sherrill <joel@OARcorp.com>
197
198        * console/config.c, include/bsp.h, include/coverhd.h, start/start.S,
199        start/start.ram, start/start.rom, startup/bspclean.c,
200        startup/bspstart.c, startup/hw_init.c, startup/linkcmds,
201        startup/linkcmds.ram, startup/linkcmds.rom: URL for license changed.
202
2032003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * Makefile.am: Reflect having moved aclocal/.
206
2072003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: Reflect having moved automake/.
210        * console/Makefile.am: Reflect having moved automake/.
211        * include/Makefile.am: Reflect having moved automake/.
212        * scitab/Makefile.am: Reflect having moved automake/.
213        * start/Makefile.am: Reflect having moved automake/.
214        * startup/Makefile.am: Reflect having moved automake/.
215        * wrapup/Makefile.am: Reflect having moved automake/.
216
2172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
220
2212003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        PR 445/bsps
224        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
225        Remove cpp, old_cpp (now unused).
226
2272003-06-13      Joel Sherrill <joel@OARcorp.com>
228
229        * startup/linkcmds: Removed warnings.
230
2312003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Remove AC_CONFIG_AUX_DIR.
234
2352003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
238
2392003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: AC_PREREQ(2.57).
242
2432003-01-28      Joel Sherrill <joel@OARcorp.com>
244
245        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to
246        work around truncated section names.
247
2482003-01-20      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Add
251        FreeBSD sysctl() sections.
252
2532003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
256
2572003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
260        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
261        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
262        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263
2642002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * start/Makefile.am: Use install-data-local to install startfile.
267
2682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
269
270        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
271
2722002-11-07      Joel Sherrill <joel@OARcorp.com>
273
274        * startup/linkcmds: Include all .rodata* sections.
275
2762002-11-01      Joel Sherrill <joel@OARcorp.com>
277
278        * start/start.S, startup/hw_init.c: Removed warnings.
279
2802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * .cvsignore: Reformat.
283        Add autom4te*cache.
284        Remove autom4te.cache.
285
2862002-09-14      Joel Sherrill <joel@OARcorp.com>
287
288        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
289        of all calls to bsp_libc_init() resulted in some cleanup here.
290
2912002-08-21      Joel Sherrill <joel@OARcorp.com>
292
293        * bsp_specs: Added support for -nostdlibs.
294
2952002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
298
2992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
300
301        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
302        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
303        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
304        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
305
3062002-07-25      Joel Sherrill <joel@OARcorp.com>
307
308        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
309        to remove problems linking empty main(){} with BSP.
310
3112002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * start/Makefile.am: Eliminate PGMS.
314        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
315
3162002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
319
3202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
323        Remove $(OBJS) from all-local.
324
3252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
328
3292001-05-09      Joel Sherrill <joel@OARcorp.com>
330
331        * startup/linkcmds: In support of gcc 3.1, added one of more
332        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
333        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
334        and direction of segments to memory regions may also have been
335        addressed.  This was a sweep across all BSPs.
336 
3372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac:
340        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
341        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
342        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
349
3502001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
353
3542001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Add RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ),
357        RTEMS_BSPOPTS_*(START_HW_INIT),
358        RTEMS_BSPOPTS_*(STANDALONE_EVB).
359        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
360
3612001-10-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
364
3652001-10-12      Joel Sherrill <joel@OARcorp.com>
366
367        * include/bsp.h, start/start.S, start/start.ram, start/start.rom,
368        startup/bspclean.c, startup/bspstart.c, startup/linkcmds,
369        startup/linkcmds.ram, startup/linkcmds.rom: Fixed typo.
370
3712001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
374        * configure.in: Remove.
375        * configure.ac: New file, generated from configure.in by autoupdate.
376
3772001-09-27      Joel Sherrill <joel@OARcorp.com>
378
379        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
380
3812001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
382
383        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
384        * startup/Makefile.am: Use 'PREINSTALL_FILES ='.
385
3862001-09-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * scitab/Makefile.am: Remove stray blank from SCITAB rule.
389
3902001-08-01  Radzislaw Galler  <rgaller@et.put.poznan.pl>
391
392        * include/bsp.h: Disabled redefinition of
393        CONSOLE_DRIVER_TABLE_ENTRY. Some "FIXME:" comments added.
394        * console/config.c: New file. Definitions of externs referenced
395        from libbsp/shared/console.c.
396        * console/Makefile.am: Changed VPATH to point to
397        libbsp/shared. Added config.c to C_FILES and EXTRA_DIST.
398
3992001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
400
401        * configure.in: Add bspopts.h.
402        * include/.cvsignore: Add bspopts.h*, stamp-h*.
403        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
404        * include/bsp.h: Include bspopts.h.
405        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
406
4072001-06-19      Joel Sherrill <joel@OARcorp.com>
408
409        * scitab/Makefile.am, startup/Makefile.am: Use CPU_CLOCK_RATE_HZ as
410        it is called in configure.in instead of HZ.
411
4122001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
413
414        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]), add
415        bspopts.h.     
416        * include/.cvsignore: Add stamp-h*, bspopts.h*.
417        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
418        * include/bsp.h: Add bspopts.h.
419        * startup/bspstart.c: Replace HZ w/ CPU_CLOCK_RATE_HZ.
420
4212001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * startup/linkcmds: Remove OUTPUT_FORMAT.
424
4252001-01-22  Radzislaw Galler  <rgaller@et.put.poznan.pl>
426
427        * README.EVB7045F: New file.
428        * README: Additions and corrections.
429        * include/bsp.h: Switch console to sci0.
430
4312001-01-05      Joel Sherrill <joel@OARcorp.com>
432
433        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
434        the movement of this component to libmisc.
435        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
436
4372000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
438
439        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
440
4412000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
444
4452000-11-01      Joel Sherrill <joel@OARcorp.com>
446
447        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
448        and libcsupport.h moved from libc to lib/include/rtems and
449        now must be referenced as <rtems/XXX.h>.   Header file order
450        was cleaned up while doing this.
451
4522000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
453
454        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
455        Switch to GNU canonicalization.
456
4572000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * scitab/Makefile.am: PROJECT_TOPdir.
460
4612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
462
463        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
464        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
465
4662000-08-10      Joel Sherrill <joel@OARcorp.com>
467
468        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.