source: rtems/c/src/lib/libbsp/sh/gensh4/ChangeLog @ 869eaa9

4.104.114.84.95
Last change on this file since 869eaa9 was 869eaa9, checked in by Joel Sherrill <joel.sherrill@…>, on 02/08/06 at 12:28:03

2006-02-08 Joel Sherrill <joel@…>

  • startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add sections required by newer gcc versions.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12006-02-08      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
4        sections required by newer gcc versions.
5
62006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
7
8        * Makefile.am: Add preinstall.am.
9
102005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
11
12        * include/bsp.h: New header guard.
13
142005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
17
182005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
19
20        * Makefile.am: Remove build-variant support.
21
222004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
23
24        * configure.ac: Require automake > 1.9.
25
262004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        PR 610/bsps
29        * Makefile.am: Add include/tm27.h, Cosmetics.
30        * include/tm27.h: Final cosmetics.
31
322004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        * include/bsp.h: Split out tmtest27 support.
35        * include/tm27.h: New.
36
372004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        PR 613/bsps
40        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
41
422004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        PR 614/bsps
45        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
46
472004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
48
49        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
50
512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
54        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
55
562004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
57
58        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
59        types.
60
612004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Reflect changes to bsp.am.
64        Preinstall dist_project_lib*.
65
662004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * Makefile.am: Reflect changes to bsp.am.
69
702004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
73
742004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * Makefile.am: Merge-in console/Makefile.am, hw_init/Makefile.am,
77        startup/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
78        * console/Makefile.am, hw_init/Makefile.am, startup/Makefile.am,
79        wrapup/Makefile.am: Remove.
80        * configure.ac: Reflect changes above.
81
822004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
85        Add RTEMS_PROG_CCAS.
86
872004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * Makefile.am: Add PREINSTALL_DIRS.
90        * wrapup/Makefile.am: Reflect changes to libcpu.
91
922004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * startup/Makefile.am: Remove bogus EXTRA_DIST.
95        * wrapup/Makefile.am: Reflect changes to libcpu.
96
972004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
100        Add PRE/TMPINSTALL_FILES to CLEANFILES.
101        * startup/Makefile.am: Ditto.
102
1032004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * start/Makefile.am: Remove.
106        * Makefile.am: Merge-in start/Makefile.am.
107        * configure.ac: Reflect changes above.
108
1092004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * wrapup/Makefile.am: Eliminate $(LIB).
112        Use noinst_DATA to trigger building libbsp.a.
113
1142003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
117        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
118
1192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
122        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
123
1242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
127
1282003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * start/Makefile.am: Misc cleanups and fixes.
131        * startup/Makefile.am: Misc cleanups and fixes.
132
1332003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * Makefile.am: Add preinstallation dirstamp support.
136        * console/Makefile.am: Cosmetics.
137        * hw_init/Makefile.am: Cosmetics.
138        * startup/Makefile.am: Cosmetics.
139        * wrapup/Makefile.am: Cosmetics.
140
1412003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * console/Makefile.am: Remove all-local: $(ARCH).
144        * hw_init/Makefile.am: Remove all-local: $(ARCH).
145        * start/Makefile.am: Remove all-local: $(ARCH).
146        * startup/Makefile.am: Remove all-local: $(ARCH).
147        * wrapup/Makefile.am: Remove all-local: $(ARCH).
148
1492003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Merge-in include/Makefile.am.
152        Reflect changes to bsp.am.
153        * include/Makefile.am: Remove.
154        * configure.ac: Reflect changes above.
155
1562003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * bsp_specs: Remove *lib:.
159
1602003-09-04      Joel Sherrill <joel@OARcorp.com>
161
162        * console/console.c, hw_init/hw_init.c, include/bsp.h,
163        include/coverhd.h, include/sdram.h, start/start.S,
164        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
165        startup/linkcmds.rom2ram: URL for license changed.
166
1672003-08-20      Joel Sherrill <joel@OARcorp.com>
168
169        * console/console.c: Correct copyright statements.
170
1712003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Reflect having moved aclocal/.
174
1752003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * Makefile.am: Reflect having moved automake/.
178        * console/Makefile.am: Reflect having moved automake/.
179        * hw_init/Makefile.am: Reflect having moved automake/.
180        * include/Makefile.am: Reflect having moved automake/.
181        * start/Makefile.am: Reflect having moved automake/.
182        * startup/Makefile.am: Reflect having moved automake/.
183        * wrapup/Makefile.am: Reflect having moved automake/.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
188
1892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        PR 445/bsps
192        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
193        Remove cpp, old_cpp (now unused).
194
1952003-06-13      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/linkcmds: Removed warnings.
198
1992003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove AC_CONFIG_AUX_DIR.
202
2032003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
206
2072003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: AC_PREREQ(2.57).
210
2112003-01-28      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
214        to work around truncated section names.
215
2162003-01-20      Joel Sherrill <joel@OARcorp.com>
217
218        * startup/linkcmds*: Add FreeBSD sysctl() sections.
219
2202003-01-20      Joel Sherrill <joel@OARcorp.com>
221
222        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
223        sections.
224
2252003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
228
2292003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
232        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
233        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
234        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
235
2362002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * start/Makefile.am: Use install-data-local to install startfile.
239
2402002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
243
2442002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * .cvsignore: Reformat.
247        Add autom4te*cache.
248        Remove autom4te.cache.
249
2502002-09-14      Joel Sherrill <joel@OARcorp.com>
251
252        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
253        of all calls to bsp_libc_init() resulted in some cleanup here.
254
2552002-08-21      Joel Sherrill <joel@OARcorp.com>
256
257        * bsp_specs: Added support for -nostdlibs.
258
2592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
262
2632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
269
2702002-07-25      Joel Sherrill <joel@OARcorp.com>
271
272        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
273        to remove problems linking empty main(){} with BSP.
274
2752002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * start/Makefile.am: Eliminate PGMS.
278        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
279
2802002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
283        linkcmds.rom2ram.
284
2852002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
288        Remove $(OBJS) from all-local.
289
2902002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
293
2942001-05-09      Joel Sherrill <joel@OARcorp.com>
295
296        * startup/linkcmds: In support of gcc 3.1, added one of more
297        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
298        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
299        and direction of segments to memory regions may also have been
300        addressed.  This was a sweep across all BSPs.
301 
3022002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac:
305        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
306        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
307        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
313        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
314
3152001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
318
3192001-10-29      Joel Sherrill <joel@OARcorp.com>
320
321        * startup/linkcmds: Remove explicit force of output format.
322
3232001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
324
325        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
326        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
327
3282001-10-15      Joel Sherrill <joel@OARcorp.com>
329
330        * console/.cvsignore: New file.
331
3322001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
335        START_HW_INIT-support macros, add console/Makefile.
336        * Makefile.am: Add console SUBDIR.
337        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
338        * include/Makefile.am: Add bspopts.h.
339        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
340        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
341        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
342        compatibility.
343        * wrapup/Makefile.am: Add console to BSP_PIECES.
344        * console/Makefile.am: New.
345        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
346
3472001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
348
349        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
350        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
351        * include/.cvsignore: Add stamp-h*, bspopts.h*.
352        * include/bsp.h: Add bspopts.h.
353
3542001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
355
356        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
357        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
358        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
359        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
360        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
361        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
362        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
363        Reviewed and updated to latest automake and autoconf standards
364        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
365
Note: See TracBrowser for help on using the repository browser.