source: rtems/c/src/lib/libbsp/sh/gensh4/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: 12.1 KB
RevLine 
[3002831]12007-04-02      Joel Sherrill <joel@OARcorp.com>
2
3        * Makefile.am: Add dummy printk support so all tests link.
4
[fcb0cd46]52006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * configure.ac: New BUG-REPORT address.
8
[aa4369c]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
[57357d9]142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * Makefile.am: Remove superfluous -DASM.
17
[754610f]182006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
19
20        * configure.ac: Require autoconf-2.60. Require automake-1.10.
21
[f3323e1]222006-06-24      Joel Sherrill <joel@OARcorp.com>
23
24        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
25        .rela.dyn sections.
26
[e46416d]272006-03-08      Joel Sherrill <joel@OARcorp.com>
28
29        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
30        .gnu.linkonce.b.* section.
31
[869eaa9]322006-02-08      Joel Sherrill <joel@OARcorp.com>
33
34        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Add
35        sections required by newer gcc versions.
36
[a06faad]372006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
38
39        * Makefile.am: Add preinstall.am.
40
[34c4852]412005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
42
43        * include/bsp.h: New header guard.
44
[844609f9]452005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
46
47        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
48
[db3fa14]492005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
50
51        * Makefile.am: Remove build-variant support.
52
[97891e5e]532004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
54
55        * configure.ac: Require automake > 1.9.
56
[3defec6]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
[52cfc7de]632004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
64
65        * include/bsp.h: Split out tmtest27 support.
66        * include/tm27.h: New.
67
[3344730a]682004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
69
70        PR 613/bsps
71        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
72
[7dd6e8d]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
[cb33a86f]782004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
79
80        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
81
[0a0d67c5]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
[195e6663]872004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
88
89        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
90        types.
91
[2a7f9a28]922004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Reflect changes to bsp.am.
95        Preinstall dist_project_lib*.
96
[6ac101b]972004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Reflect changes to bsp.am.
100
[c24d7c84]1012004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
104
[38e4124f]1052004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Merge-in console/Makefile.am, hw_init/Makefile.am,
108        startup/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
109        * console/Makefile.am, hw_init/Makefile.am, startup/Makefile.am,
110        wrapup/Makefile.am: Remove.
111        * configure.ac: Reflect changes above.
112
[f3c5a0ec]1132004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
116        Add RTEMS_PROG_CCAS.
117
[7984a69]1182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * Makefile.am: Add PREINSTALL_DIRS.
121        * wrapup/Makefile.am: Reflect changes to libcpu.
122
[9a665b6d]1232004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * startup/Makefile.am: Remove bogus EXTRA_DIST.
126        * wrapup/Makefile.am: Reflect changes to libcpu.
127
[ff716ea0]1282004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
131        Add PRE/TMPINSTALL_FILES to CLEANFILES.
132        * startup/Makefile.am: Ditto.
133
[7a5a3a41]1342004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Remove.
137        * Makefile.am: Merge-in start/Makefile.am.
138        * configure.ac: Reflect changes above.
139
[6411947]1402004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * wrapup/Makefile.am: Eliminate $(LIB).
143        Use noinst_DATA to trigger building libbsp.a.
144
[b35414a]1452003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
148        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
149
[935773b]1502003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
153        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
154
[810720b6]1552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
158
[968b78d]1592003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * start/Makefile.am: Misc cleanups and fixes.
162        * startup/Makefile.am: Misc cleanups and fixes.
163
[72653a25]1642003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Add preinstallation dirstamp support.
167        * console/Makefile.am: Cosmetics.
168        * hw_init/Makefile.am: Cosmetics.
169        * startup/Makefile.am: Cosmetics.
170        * wrapup/Makefile.am: Cosmetics.
171
[7234bfcd]1722003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * console/Makefile.am: Remove all-local: $(ARCH).
175        * hw_init/Makefile.am: Remove all-local: $(ARCH).
176        * start/Makefile.am: Remove all-local: $(ARCH).
177        * startup/Makefile.am: Remove all-local: $(ARCH).
178        * wrapup/Makefile.am: Remove all-local: $(ARCH).
179
[d0d6a5c]1802003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * Makefile.am: Merge-in include/Makefile.am.
183        Reflect changes to bsp.am.
184        * include/Makefile.am: Remove.
185        * configure.ac: Reflect changes above.
186
[3299388d]1872003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * bsp_specs: Remove *lib:.
190
[8c39829]1912003-09-04      Joel Sherrill <joel@OARcorp.com>
192
193        * console/console.c, hw_init/hw_init.c, include/bsp.h,
194        include/coverhd.h, include/sdram.h, start/start.S,
195        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
196        startup/linkcmds.rom2ram: URL for license changed.
197
[80669dc]1982003-08-20      Joel Sherrill <joel@OARcorp.com>
199
200        * console/console.c: Correct copyright statements.
201
[fe8bc62f]2022003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Reflect having moved aclocal/.
205
[7184977]2062003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
[c483a4e]208        * Makefile.am: Reflect having moved automake/.
209        * console/Makefile.am: Reflect having moved automake/.
210        * hw_init/Makefile.am: Reflect having moved automake/.
211        * include/Makefile.am: Reflect having moved automake/.
212        * start/Makefile.am: Reflect having moved automake/.
213        * startup/Makefile.am: Reflect having moved automake/.
214        * wrapup/Makefile.am: Reflect having moved automake/.
[7184977]215
[7dcc3fe]2162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
219
[d266acd2]2202003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
[75fcb394]222        PR 445/bsps
[d266acd2]223        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
224        Remove cpp, old_cpp (now unused).
225
[9eb574dd]2262003-06-13      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/linkcmds: Removed warnings.
229
[afaa498d]2302003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.ac: Remove AC_CONFIG_AUX_DIR.
233
[ccd81b60]2342003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
237
[9b5c258]2382003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * configure.ac: AC_PREREQ(2.57).
241
[4c143f1a]2422003-01-28      Joel Sherrill <joel@OARcorp.com>
243
244        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
245        to work around truncated section names.
246
[1d36d2af]2472003-01-20      Joel Sherrill <joel@OARcorp.com>
248
249        * startup/linkcmds*: Add FreeBSD sysctl() sections.
250
[b53261f0]2512003-01-20      Joel Sherrill <joel@OARcorp.com>
252
253        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
254        sections.
255
[bb14bfe0]2562003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
259
[e02e429]2602003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
263        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
264        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
265        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
266
[59a01a6e]2672002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * start/Makefile.am: Use install-data-local to install startfile.
270
[ad5c7fe]2712002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
274
[8730f45]2752002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * .cvsignore: Reformat.
278        Add autom4te*cache.
279        Remove autom4te.cache.
280
[536f5f94]2812002-09-14      Joel Sherrill <joel@OARcorp.com>
282
283        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
284        of all calls to bsp_libc_init() resulted in some cleanup here.
285
[a2ae30c2]2862002-08-21      Joel Sherrill <joel@OARcorp.com>
287
288        * bsp_specs: Added support for -nostdlibs.
289
[c633eb4]2902002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
293
[b734d83e]2942002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
297        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
298        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
299        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
300
[bc9037d]3012002-07-25      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
304        to remove problems linking empty main(){} with BSP.
305
[5543770e]3062002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * start/Makefile.am: Eliminate PGMS.
309        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
310
[0250594]3112002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
314        linkcmds.rom2ram.
315
[445c0a0]3162002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
317
318        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
319        Remove $(OBJS) from all-local.
320
[80defac]3212002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
324
[85c92574]3252001-05-09      Joel Sherrill <joel@OARcorp.com>
326
327        * startup/linkcmds: In support of gcc 3.1, added one of more
328        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
329        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
330        and direction of segments to memory regions may also have been
331        addressed.  This was a sweep across all BSPs.
332 
[f61a85a8]3332002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac:
336        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
337        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
338        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
345
[9e1ae79]3462001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
347
348        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
349
[6b366f73]3502001-10-29      Joel Sherrill <joel@OARcorp.com>
351
352        * startup/linkcmds: Remove explicit force of output format.
353
[5850c533]3542001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
355
356        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
357        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
358
[89dfbfc]3592001-10-15      Joel Sherrill <joel@OARcorp.com>
360
361        * console/.cvsignore: New file.
362
[6ce599c]3632001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
366        START_HW_INIT-support macros, add console/Makefile.
367        * Makefile.am: Add console SUBDIR.
368        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
369        * include/Makefile.am: Add bspopts.h.
370        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
371        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
372        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
373        compatibility.
374        * wrapup/Makefile.am: Add console to BSP_PIECES.
375        * console/Makefile.am: New.
376        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
377
[364d75b]3782001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
381        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
382        * include/.cvsignore: Add stamp-h*, bspopts.h*.
383        * include/bsp.h: Add bspopts.h.
384
[09eb8a2]3852001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
386
387        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
388        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
389        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
390        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
391        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
392        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
393        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
394        Reviewed and updated to latest automake and autoconf standards
395        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
396
Note: See TracBrowser for help on using the repository browser.