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

4.104.114.84.95
Last change on this file since a06faad was a06faad, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/11/06 at 05:46:29

2006-01-11 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Add preinstall.am.
  • Property mode set to 100644
File size: 11.1 KB
Line 
12006-01-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Add preinstall.am.
4
52005-05-26      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * include/bsp.h: New header guard.
8
92005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
10
11        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
12
132005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Remove build-variant support.
16
172004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
18
19        * configure.ac: Require automake > 1.9.
20
212004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
22
23        PR 610/bsps
24        * Makefile.am: Add include/tm27.h, Cosmetics.
25        * include/tm27.h: Final cosmetics.
26
272004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
28
29        * include/bsp.h: Split out tmtest27 support.
30        * include/tm27.h: New.
31
322004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
33
34        PR 613/bsps
35        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
36
372004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
38
39        PR 614/bsps
40        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
41
422004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
43
44        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
45
462004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
49        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
50
512004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
54        types.
55
562004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * Makefile.am: Reflect changes to bsp.am.
59        Preinstall dist_project_lib*.
60
612004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Reflect changes to bsp.am.
64
652004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
68
692004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Merge-in console/Makefile.am, hw_init/Makefile.am,
72        startup/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
73        * console/Makefile.am, hw_init/Makefile.am, startup/Makefile.am,
74        wrapup/Makefile.am: Remove.
75        * configure.ac: Reflect changes above.
76
772004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
80        Add RTEMS_PROG_CCAS.
81
822004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Add PREINSTALL_DIRS.
85        * wrapup/Makefile.am: Reflect changes to libcpu.
86
872004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * startup/Makefile.am: Remove bogus EXTRA_DIST.
90        * wrapup/Makefile.am: Reflect changes to libcpu.
91
922004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
95        Add PRE/TMPINSTALL_FILES to CLEANFILES.
96        * startup/Makefile.am: Ditto.
97
982004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: Remove.
101        * Makefile.am: Merge-in start/Makefile.am.
102        * configure.ac: Reflect changes above.
103
1042004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * wrapup/Makefile.am: Eliminate $(LIB).
107        Use noinst_DATA to trigger building libbsp.a.
108
1092003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
112        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
113
1142003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
117        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
118
1192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
122
1232003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * start/Makefile.am: Misc cleanups and fixes.
126        * startup/Makefile.am: Misc cleanups and fixes.
127
1282003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * Makefile.am: Add preinstallation dirstamp support.
131        * console/Makefile.am: Cosmetics.
132        * hw_init/Makefile.am: Cosmetics.
133        * startup/Makefile.am: Cosmetics.
134        * wrapup/Makefile.am: Cosmetics.
135
1362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * console/Makefile.am: Remove all-local: $(ARCH).
139        * hw_init/Makefile.am: Remove all-local: $(ARCH).
140        * start/Makefile.am: Remove all-local: $(ARCH).
141        * startup/Makefile.am: Remove all-local: $(ARCH).
142        * wrapup/Makefile.am: Remove all-local: $(ARCH).
143
1442003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Merge-in include/Makefile.am.
147        Reflect changes to bsp.am.
148        * include/Makefile.am: Remove.
149        * configure.ac: Reflect changes above.
150
1512003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * bsp_specs: Remove *lib:.
154
1552003-09-04      Joel Sherrill <joel@OARcorp.com>
156
157        * console/console.c, hw_init/hw_init.c, include/bsp.h,
158        include/coverhd.h, include/sdram.h, start/start.S,
159        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
160        startup/linkcmds.rom2ram: URL for license changed.
161
1622003-08-20      Joel Sherrill <joel@OARcorp.com>
163
164        * console/console.c: Correct copyright statements.
165
1662003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * Makefile.am: Reflect having moved aclocal/.
169
1702003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * Makefile.am: Reflect having moved automake/.
173        * console/Makefile.am: Reflect having moved automake/.
174        * hw_init/Makefile.am: Reflect having moved automake/.
175        * include/Makefile.am: Reflect having moved automake/.
176        * start/Makefile.am: Reflect having moved automake/.
177        * startup/Makefile.am: Reflect having moved automake/.
178        * wrapup/Makefile.am: Reflect having moved automake/.
179
1802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
183
1842003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        PR 445/bsps
187        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
188        Remove cpp, old_cpp (now unused).
189
1902003-06-13      Joel Sherrill <joel@OARcorp.com>
191
192        * startup/linkcmds: Removed warnings.
193
1942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove AC_CONFIG_AUX_DIR.
197
1982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
201
2022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: AC_PREREQ(2.57).
205
2062003-01-28      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
209        to work around truncated section names.
210
2112003-01-20      Joel Sherrill <joel@OARcorp.com>
212
213        * startup/linkcmds*: Add FreeBSD sysctl() sections.
214
2152003-01-20      Joel Sherrill <joel@OARcorp.com>
216
217        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
218        sections.
219
2202003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
223
2242003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
230
2312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * start/Makefile.am: Use install-data-local to install startfile.
234
2352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
238
2392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * .cvsignore: Reformat.
242        Add autom4te*cache.
243        Remove autom4te.cache.
244
2452002-09-14      Joel Sherrill <joel@OARcorp.com>
246
247        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
248        of all calls to bsp_libc_init() resulted in some cleanup here.
249
2502002-08-21      Joel Sherrill <joel@OARcorp.com>
251
252        * bsp_specs: Added support for -nostdlibs.
253
2542002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
257
2582002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
264
2652002-07-25      Joel Sherrill <joel@OARcorp.com>
266
267        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
268        to remove problems linking empty main(){} with BSP.
269
2702002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * start/Makefile.am: Eliminate PGMS.
273        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
274
2752002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
278        linkcmds.rom2ram.
279
2802002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
283        Remove $(OBJS) from all-local.
284
2852002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
288
2892001-05-09      Joel Sherrill <joel@OARcorp.com>
290
291        * startup/linkcmds: In support of gcc 3.1, added one of more
292        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
293        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
294        and direction of segments to memory regions may also have been
295        addressed.  This was a sweep across all BSPs.
296 
2972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac:
300        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
301        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
302        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
309
3102001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
313
3142001-10-29      Joel Sherrill <joel@OARcorp.com>
315
316        * startup/linkcmds: Remove explicit force of output format.
317
3182001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
319
320        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
321        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
322
3232001-10-15      Joel Sherrill <joel@OARcorp.com>
324
325        * console/.cvsignore: New file.
326
3272001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
330        START_HW_INIT-support macros, add console/Makefile.
331        * Makefile.am: Add console SUBDIR.
332        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
333        * include/Makefile.am: Add bspopts.h.
334        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
335        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
336        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
337        compatibility.
338        * wrapup/Makefile.am: Add console to BSP_PIECES.
339        * console/Makefile.am: New.
340        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
341
3422001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
345        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
346        * include/.cvsignore: Add stamp-h*, bspopts.h*.
347        * include/bsp.h: Add bspopts.h.
348
3492001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
350
351        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
352        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
353        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
354        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
355        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
356        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
357        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
358        Reviewed and updated to latest automake and autoconf standards
359        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
360
Note: See TracBrowser for help on using the repository browser.