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

4.104.114.84.95
Last change on this file since 0a0d67c5 was 0a0d67c5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:11:40

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • Property mode set to 100644
File size: 10.0 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
4        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
5
62004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
9        types.
10
112004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Reflect changes to bsp.am.
14        Preinstall dist_project_lib*.
15
162004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect changes to bsp.am.
19
202004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
23
242004-01-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Merge-in console/Makefile.am, hw_init/Makefile.am,
27        startup/Makefile.am, wrapup/Makefile.am. Use automake compilation rules.
28        * console/Makefile.am, hw_init/Makefile.am, startup/Makefile.am,
29        wrapup/Makefile.am: Remove.
30        * configure.ac: Reflect changes above.
31
322004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
35        Add RTEMS_PROG_CCAS.
36
372004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Add PREINSTALL_DIRS.
40        * wrapup/Makefile.am: Reflect changes to libcpu.
41
422004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * startup/Makefile.am: Remove bogus EXTRA_DIST.
45        * wrapup/Makefile.am: Reflect changes to libcpu.
46
472004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
50        Add PRE/TMPINSTALL_FILES to CLEANFILES.
51        * startup/Makefile.am: Ditto.
52
532004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * start/Makefile.am: Remove.
56        * Makefile.am: Merge-in start/Makefile.am.
57        * configure.ac: Reflect changes above.
58
592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Eliminate $(LIB).
62        Use noinst_DATA to trigger building libbsp.a.
63
642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
67        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
68
692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
72        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73
742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
77
782003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Misc cleanups and fixes.
81        * startup/Makefile.am: Misc cleanups and fixes.
82
832003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * Makefile.am: Add preinstallation dirstamp support.
86        * console/Makefile.am: Cosmetics.
87        * hw_init/Makefile.am: Cosmetics.
88        * startup/Makefile.am: Cosmetics.
89        * wrapup/Makefile.am: Cosmetics.
90
912003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * console/Makefile.am: Remove all-local: $(ARCH).
94        * hw_init/Makefile.am: Remove all-local: $(ARCH).
95        * start/Makefile.am: Remove all-local: $(ARCH).
96        * startup/Makefile.am: Remove all-local: $(ARCH).
97        * wrapup/Makefile.am: Remove all-local: $(ARCH).
98
992003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * Makefile.am: Merge-in include/Makefile.am.
102        Reflect changes to bsp.am.
103        * include/Makefile.am: Remove.
104        * configure.ac: Reflect changes above.
105
1062003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * bsp_specs: Remove *lib:.
109
1102003-09-04      Joel Sherrill <joel@OARcorp.com>
111
112        * console/console.c, hw_init/hw_init.c, include/bsp.h,
113        include/coverhd.h, include/sdram.h, start/start.S,
114        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
115        startup/linkcmds.rom2ram: URL for license changed.
116
1172003-08-20      Joel Sherrill <joel@OARcorp.com>
118
119        * console/console.c: Correct copyright statements.
120
1212003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect having moved aclocal/.
124
1252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Reflect having moved automake/.
128        * console/Makefile.am: Reflect having moved automake/.
129        * hw_init/Makefile.am: Reflect having moved automake/.
130        * include/Makefile.am: Reflect having moved automake/.
131        * start/Makefile.am: Reflect having moved automake/.
132        * startup/Makefile.am: Reflect having moved automake/.
133        * wrapup/Makefile.am: Reflect having moved automake/.
134
1352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
138
1392003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        PR 445/bsps
142        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
143        Remove cpp, old_cpp (now unused).
144
1452003-06-13      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds: Removed warnings.
148
1492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Remove AC_CONFIG_AUX_DIR.
152
1532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
156
1572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: AC_PREREQ(2.57).
160
1612003-01-28      Joel Sherrill <joel@OARcorp.com>
162
163        * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix
164        to work around truncated section names.
165
1662003-01-20      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/linkcmds*: Add FreeBSD sysctl() sections.
169
1702003-01-20      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds.rom, startup/linkcmds.rom2ram: Add FreeBSD sysctl()
173        sections.
174
1752003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
178
1792003-01-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182        * hw_init/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185
1862002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * start/Makefile.am: Use install-data-local to install startfile.
189
1902002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
193
1942002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * .cvsignore: Reformat.
197        Add autom4te*cache.
198        Remove autom4te.cache.
199
2002002-09-14      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
203        of all calls to bsp_libc_init() resulted in some cleanup here.
204
2052002-08-21      Joel Sherrill <joel@OARcorp.com>
206
207        * bsp_specs: Added support for -nostdlibs.
208
2092002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
212
2132002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
219
2202002-07-25      Joel Sherrill <joel@OARcorp.com>
221
222        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
223        to remove problems linking empty main(){} with BSP.
224
2252002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * start/Makefile.am: Eliminate PGMS.
228        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
229
2302002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.rom
233        linkcmds.rom2ram.
234
2352002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
238        Remove $(OBJS) from all-local.
239
2402002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
243
2442001-05-09      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds: In support of gcc 3.1, added one of more
247        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
248        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
249        and direction of segments to memory regions may also have been
250        addressed.  This was a sweep across all BSPs.
251 
2522002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac:
255        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
256        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
257        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * hw_init/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
262        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
263        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
264
2652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
268
2692001-10-29      Joel Sherrill <joel@OARcorp.com>
270
271        * startup/linkcmds: Remove explicit force of output format.
272
2732001-10-26      Alexandra Kossovsky <sasha@oktet.ru>
274
275        * README, console/console.c, hw_init/hw_init.c, include/bsp.h,
276        startup/bspstart.c, startup/linkcmds: Minor fixes post merge.
277
2782001-10-15      Joel Sherrill <joel@OARcorp.com>
279
280        * console/.cvsignore: New file.
281
2822001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Remove AC_SUBST(CPU_CLOCK_RATE_HZ), add
285        START_HW_INIT-support macros, add console/Makefile.
286        * Makefile.am: Add console SUBDIR.
287        * hw_init/Makefile.am: Fix C_FILES, remove AM_CPPFLAGS/HZ.
288        * include/Makefile.am: Add bspopts.h.
289        * include/bsp.h: Comment out SH4_CPU_HZ_Frequency.
290        * startup/bspstart.c: Comment out SH4_CPU_HZ_Frequency.
291        * startup/linkcmds: Comment out OUTPUT_FORMAT for coff
292        compatibility.
293        * wrapup/Makefile.am: Add console to BSP_PIECES.
294        * console/Makefile.am: New.
295        * console/console.c: Moved from libcpu/sh/sh7750/sci/console.c.
296
2972001-10-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac: Add bspopts.h; Add CPU_CLOCK_RATE_HZ.
300        * startup/bspstart.c: Replace HZ with CPU_CLOCK_RATE_HZ.
301        * include/.cvsignore: Add stamp-h*, bspopts.h*.
302        * include/bsp.h: Add bspopts.h.
303
3042001-10-11      Alexandra Kossovsky <sasha@oktet.ru>
305
306        * Makefile.am, README, bsp_specs, .cvsignore, include/Makefile.am,
307        include/bsp.h, include/coverhd.h, include/sdram.h, include/.cvsignore,
308        start/Makefile.am, start/start.S, start/.cvsignore, startup/Makefile.am,
309        startup/bspstart.c, startup/linkcmds, startup/linkcmds.rom,
310        startup/linkcmds.rom2ram, startup/.cvsignore, wrapup/Makefile.am,
311        wrapup/.cvsignore, hw_init/Makefile.am, hw_init/hw_init.c,
312        hw_init/.cvsignore, times, configure.ac, ChangeLog:  New files. 
313        Reviewed and updated to latest automake and autoconf standards
314        by Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
315
Note: See TracBrowser for help on using the repository browser.