source: rtems/c/src/lib/libbsp/sh/gensh4/ChangeLog @ 195e6663

4.104.114.84.95
Last change on this file since 195e6663 was 195e6663, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 04:28:53

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 9.8 KB
RevLine 
[195e6663]12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
4        types.
5
[2a7f9a28]62004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect changes to bsp.am.
9        Preinstall dist_project_lib*.
10
[6ac101b]112004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Reflect changes to bsp.am.
14
[c24d7c84]152004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
18
[38e4124f]192004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Merge-in console/Makefile.am, hw_init/Makefile.am,
22        startup/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
23        * console/Makefile.am, hw_init/Makefile.am, startup/Makefile.am,
24        wrapup/Makefile.am: Remove.
25        * configure.ac: Reflect changes above.
26
[f3c5a0ec]272004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
30        Add RTEMS_PROG_CCAS.
31
[7984a69]322004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Add PREINSTALL_DIRS.
35        * wrapup/Makefile.am: Reflect changes to libcpu.
36
[9a665b6d]372004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * startup/Makefile.am: Remove bogus EXTRA_DIST.
40        * wrapup/Makefile.am: Reflect changes to libcpu.
41
[ff716ea0]422004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
45        Add PRE/TMPINSTALL_FILES to CLEANFILES.
46        * startup/Makefile.am: Ditto.
47
[7a5a3a41]482004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * start/Makefile.am: Remove.
51        * Makefile.am: Merge-in start/Makefile.am.
52        * configure.ac: Reflect changes above.
53
[6411947]542004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Eliminate $(LIB).
57        Use noinst_DATA to trigger building libbsp.a.
58
[b35414a]592003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
62        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
63
[935773b]642003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
67        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
68
[810720b6]692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
72
[968b78d]732003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * start/Makefile.am: Misc cleanups and fixes.
76        * startup/Makefile.am: Misc cleanups and fixes.
77
[72653a25]782003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Add preinstallation dirstamp support.
81        * console/Makefile.am: Cosmetics.
82        * hw_init/Makefile.am: Cosmetics.
83        * startup/Makefile.am: Cosmetics.
84        * wrapup/Makefile.am: Cosmetics.
85
[7234bfcd]862003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * console/Makefile.am: Remove all-local: $(ARCH).
89        * hw_init/Makefile.am: Remove all-local: $(ARCH).
90        * start/Makefile.am: Remove all-local: $(ARCH).
91        * startup/Makefile.am: Remove all-local: $(ARCH).
92        * wrapup/Makefile.am: Remove all-local: $(ARCH).
93
[d0d6a5c]942003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Merge-in include/Makefile.am.
97        Reflect changes to bsp.am.
98        * include/Makefile.am: Remove.
99        * configure.ac: Reflect changes above.
100
[3299388d]1012003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * bsp_specs: Remove *lib:.
104
[8c39829]1052003-09-04      Joel Sherrill <joel@OARcorp.com>
106
107        * console/console.c, hw_init/hw_init.c, include/bsp.h,
108        include/coverhd.h, include/sdram.h, start/start.S,
109        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
110        startup/linkcmds.rom2ram: URL for license changed.
111
[80669dc]1122003-08-20      Joel Sherrill <joel@OARcorp.com>
113
114        * console/console.c: Correct copyright statements.
115
[fe8bc62f]1162003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * Makefile.am: Reflect having moved aclocal/.
119
[7184977]1202003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
[c483a4e]122        * Makefile.am: Reflect having moved automake/.
123        * console/Makefile.am: Reflect having moved automake/.
124        * hw_init/Makefile.am: Reflect having moved automake/.
125        * include/Makefile.am: Reflect having moved automake/.
126        * start/Makefile.am: Reflect having moved automake/.
127        * startup/Makefile.am: Reflect having moved automake/.
128        * wrapup/Makefile.am: Reflect having moved automake/.
[7184977]129
[7dcc3fe]1302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
133
[d266acd2]1342003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
[75fcb394]136        PR 445/bsps
[d266acd2]137        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
138        Remove cpp, old_cpp (now unused).
139
[9eb574dd]1402003-06-13      Joel Sherrill <joel@OARcorp.com>
141
142        * startup/linkcmds: Removed warnings.
143
[afaa498d]1442003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Remove AC_CONFIG_AUX_DIR.
147
[ccd81b60]1482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
151
[9b5c258]1522003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * configure.ac: AC_PREREQ(2.57).
155
[4c143f1a]1562003-01-28      Joel Sherrill <joel@OARcorp.com>
157
158        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
159        to work around truncated section names.
160
[1d36d2af]1612003-01-20      Joel Sherrill <joel@OARcorp.com>
162
163        * startup/linkcmds*: Add FreeBSD sysctl() sections.
164
[b53261f0]1652003-01-20      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
168        sections.
169
[bb14bfe0]1702003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
173
[e02e429]1742003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
178        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180
[59a01a6e]1812002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * start/Makefile.am: Use install-data-local to install startfile.
184
[ad5c7fe]1852002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188
[8730f45]1892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * .cvsignore: Reformat.
192        Add autom4te*cache.
193        Remove autom4te.cache.
194
[536f5f94]1952002-09-14      Joel Sherrill <joel@OARcorp.com>
196
197        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
198        of all calls to bsp_libc_init() resulted in some cleanup here.
199
[a2ae30c2]2002002-08-21      Joel Sherrill <joel@OARcorp.com>
201
202        * bsp_specs: Added support for -nostdlibs.
203
[c633eb4]2042002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
207
[b734d83e]2082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
211        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
212        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
213        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
214
[bc9037d]2152002-07-25      Joel Sherrill <joel@OARcorp.com>
216
217        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
218        to remove problems linking empty main(){} with BSP.
219
[5543770e]2202002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * start/Makefile.am: Eliminate PGMS.
223        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
224
[0250594]2252002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
228        linkcmds.rom2ram.
229
[445c0a0]2302002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
233        Remove $(OBJS) from all-local.
234
[80defac]2352002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
238
[85c92574]2392001-05-09      Joel Sherrill <joel@OARcorp.com>
240
241        * startup/linkcmds: In support of gcc 3.1, added one of more
242        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
243        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
244        and direction of segments to memory regions may also have been
245        addressed.  This was a sweep across all BSPs.
246 
[f61a85a8]2472002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac:
250        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
251        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
252        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
259
[9e1ae79]2602001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
263
[6b366f73]2642001-10-29      Joel Sherrill <joel@OARcorp.com>
265
266        * startup/linkcmds: Remove explicit force of output format.
267
[5850c533]2682001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
269
270        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
271        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
272
[89dfbfc]2732001-10-15      Joel Sherrill <joel@OARcorp.com>
274
275        * console/.cvsignore: New file.
276
[6ce599c]2772001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
280        START_HW_INIT-support macros, add console/Makefile.
281        * Makefile.am: Add console SUBDIR.
282        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
283        * include/Makefile.am: Add bspopts.h.
284        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
285        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
286        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
287        compatibility.
288        * wrapup/Makefile.am: Add console to BSP_PIECES.
289        * console/Makefile.am: New.
290        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
291
[364d75b]2922001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
295        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
296        * include/.cvsignore: Add stamp-h*, bspopts.h*.
297        * include/bsp.h: Add bspopts.h.
298
[09eb8a2]2992001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
300
301        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
302        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
303        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
304        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
305        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
306        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
307        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
308        Reviewed and updated to latest automake and autoconf standards
309        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
310
Note: See TracBrowser for help on using the repository browser.