source: rtems/c/src/lib/libbsp/sh/gensh1/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: 11.3 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-03-03      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/linkcmds: Add more memory and sections so tests can link.
14        This is a generic BSP for a CPU model so OK to do this.
15
162004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Reflect changes to bsp.am.
19        Preinstall dist_project_lib*.
20
212004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Reflect changes to bsp.am.
24
252004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
28
292004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Pickup files from ../../sh/shared instead of
32        ../shared. Reformat.
33
342004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Cosmetics.
37
382004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
41        Add RTEMS_PROG_CCAS.
42
432004-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Merge-in console/Makefile.am, scitab/Makefile.am,
46        startup/Makefile.am, wrapup/Makefile.am.
47        Use automake-compilation rules.
48        * console/Makefile.am, scitab/Makefile.am, startup/Makefile.am,
49        wrapup/Makefile.am: Remove.
50        * configure.ac: Reflect changes above.
51
522004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Add PREINSTALL_DIRS.
55        * wrapup/Makefile.am: Reflect changes to libcpu.
56
572004-01-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * wrapup/Makefile.am: Reflect changes to libcpu.
60
612004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
64        Add PRE/TMPINSTALL_FILES to CLEANFILES.
65        * startup/Makefile.am: Ditto.
66
672004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: Remove.
70        * Makefile.am: Merge-in start/Makefile.am.
71        * configure.ac: Reflect changes above.
72
732004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Eliminate $(LIB).
76        Use noinst_DATA to trigger building libbsp.a.
77
782003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
81        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
82
832003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
86        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
87
882003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
91
922003-12-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Misc cleanups and fixes.
95        * startup/Makefile.am: Misc cleanups and fixes.
96        * wrapup/Makefile.am: Misc cleanups and fixes.
97
982003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * Makefile.am: Add preinstallation dirstamp support.
101        * console/Makefile.am: Cosmetics.
102        * scitab/Makefile.am: Cosmetics.
103        * startup/Makefile.am: Cosmetics.
104        * wrapup/Makefile.am: Cosmetics.
105
1062003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * console/Makefile.am: Remove all-local: $(ARCH).
109        * scitab/Makefile.am: Remove all-local: $(ARCH).
110        * start/Makefile.am: Remove all-local: $(ARCH).
111        * startup/Makefile.am: Remove all-local: $(ARCH).
112        * wrapup/Makefile.am: Remove all-local: $(ARCH).
113
1142003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: Merge-in include/Makefile.am.
117        Reflect changes to bsp.am.
118        * include/Makefile.am: Remove.
119        * configure.ac: Reflect changes above.
120
1212003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * bsp_specs: Remove *lib:.
124
1252003-09-04      Joel Sherrill <joel@OARcorp.com>
126
127        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
128        startup/bspstart.c, startup/linkcmds: URL for license changed.
129
1302003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * Makefile.am: Reflect having moved aclocal/.
133
1342003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * Makefile.am: Reflect having moved automake/.
137        * console/Makefile.am: Reflect having moved automake/.
138        * include/Makefile.am: Reflect having moved automake/.
139        * scitab/Makefile.am: Reflect having moved automake/.
140        * start/Makefile.am: Reflect having moved automake/.
141        * startup/Makefile.am: Reflect having moved automake/.
142        * wrapup/Makefile.am: Reflect having moved automake/.
143
1442003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
147
1482003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        PR 445/bsps
151        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
152        Remove cpp, old_cpp (now unused).
153
1542003-06-13      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/linkcmds: Removed warnings.
157
1582003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove AC_CONFIG_AUX_DIR.
161
1622003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
165
1662003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: AC_PREREQ(2.57).
169
1702003-01-28      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds: Fix to work around truncated section names.
173
1742003-01-20      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/linkcmds*: Add FreeBSD sysctl() sections.
177
1782003-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * wrapup/Makefile.am: Reflect changes to libcpu/sh/*.
181
1822002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185        * scitab/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
187        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188
1892002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * start/Makefile.am: Use install-data-local to install startfile.
192
1932002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196
1972002-11-07      Joel Sherrill <joel@OARcorp.com>
198
199        * startup/linkcmds: Include all .rodata* sections.
200
2012002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * .cvsignore: Reformat.
204        Add autom4te*cache.
205        Remove autom4te.cache.
206
2072002-09-14      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/bspstart.c: As part of fixing PR281 on gensh4, a review
210        of all calls to bsp_libc_init() resulted in some cleanup here.
211
2122002-08-21      Joel Sherrill <joel@OARcorp.com>
213
214        * bsp_specs: Added support for -nostdlibs.
215
2162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
220
2212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * scitab/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
227
2282002-07-25      Joel Sherrill <joel@OARcorp.com>
229
230        * startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
231        to remove problems linking empty main(){} with BSP.
232
2332002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * start/Makefile.am: Eliminate PGM.
236        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
237
2382002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
241
2422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
245        Remove $(OBJS) from all-local.
246
2472002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
250
2512001-05-09      Joel Sherrill <joel@OARcorp.com>
252
253        * startup/linkcmds: In support of gcc 3.1, added one of more
254        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
255        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
256        and direction of segments to memory regions may also have been
257        addressed.  This was a sweep across all BSPs.
258 
2592002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac:
262        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
263        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
264        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
265        * Makefile.am: Remove AUTOMAKE_OPTIONS.
266        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
267        * scitab/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
271
2722001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
275
2762001-11-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Replace RTEMS_BSPOPTS_BSP with RTEMS_BSPOPTS_SET (typo).
279
2802001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Apply RTEMS_BSPOPTS_*(CPU_CLOCK_RATE_HZ).
283        * wrapup/Makefile.am: Apply RTEMS_CPU_MODEL to pickup CPU_PIECES.
284
2852001-10-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * startup/Makefile.am: Remove AC_CFLAGS, HZ.
288
2892001-10-12      Joel Sherrill <joel@OARcorp.com>
290
291        * include/bsp.h, include/coverhd.h, start/start.S, startup/bspclean.c,
292        startup/bspstart.c, startup/linkcmds: Fixed typo.
293
2942001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
297        * configure.in: Remove.
298        * configure.ac: New file, generated from configure.in by autoupdate.
299
3002001-09-27      Joel Sherrill <joel@OARcorp.com>
301
302        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
303
3042001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
307
3082001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * configure.in: Add bspopts.h.
311        * include/.cvsignore: Add bspopts.h*, stamp-h*.
312        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
313        * include/bsp.h: Include bspopts.h.
314        * scitab/Makefile.am: Use @CPU_CLOCK_RATE_HZ@.
315
3162001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
317
318        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]),
319        add bspopts.h.
320        * include/.cvsignore: Add stamp-h*, bspopts.h*.
321        * include/Makefile.am: Use include_HEADERS instead of H_FILES.
322        * include/bsp.h: Add bspopts.h.
323
3242001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * startup/linkcmds: Remove OUTPUT_FORMAT.
327
3282001-01-05      Joel Sherrill <joel@OARcorp.com>
329
330        * scitab/Makefile.am, startup/bspstart.c, configure.in: Removed
331        rest of make-target-options and moved them to BSP configure options.
332
3332001-01-05      Joel Sherrill <joel@OARcorp.com>
334
335        * include/bsp.h: Changed <sh/null.h> to <rtems/devnull.h> to reflect
336        the movement of this component to libmisc.
337        * wrapup/Makefile.am: /dev/null driver is no longer in libcpu/sh.
338
3392000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
340
341        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
342
3432000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
344
345        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
346
3472000-11-01      Joel Sherrill <joel@OARcorp.com>
348
349        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
350        libcsupport.h moved from libc to lib/include/rtems and
351        now must be referenced as <rtems/XXX.h>.   Header file order
352        was cleaned up while doing this.
353
3542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
357        Switch to GNU canonicalization.
358
3592000-09-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * scitab/Makefile.am: PROJECT_TOPdir.
362
3632000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * console/Makefile.am, scitab/Makefile.am, start/Makefile.am,
366        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
367
3682000-08-10      Joel Sherrill <joel@OARcorp.com>
369
370        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.