source: rtems/c/src/lib/libbsp/h8300/h8sim/ChangeLog @ a67e01e

4.104.114.84.95
Last change on this file since a67e01e was a67e01e, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/05 at 16:44:37

2005-05-11 Joel Sherrill <joel@…>

  • startup/linkcmds: Add .rodata.* sections.
  • Property mode set to 100644
File size: 10.7 KB
Line 
12005-05-11      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Add .rodata.* sections.
4
52005-03-07      Joel Sherrill <joel@OARcorp.com>
6
7        * Makefile.am: Add timerstub so more tests link.
8
92005-03-07      Joel Sherrill <joel@OARcorp.com>
10
11        * startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
12
132005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
16
172005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
18
19        * Makefile.am: Remove build-variant support.
20
212004-09-29      Joel Sherrill <joel@OARcorp.com>
22
23        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
24        removed.
25
262004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
27
28        * configure.ac: Require automake > 1.9.
29
302004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
31
32        PR 610/bsps
33        * Makefile.am: Add include/tm27.h, Cosmetics.
34        * include/tm27.h: Final cosmetics.
35
362004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
37
38        * include/bsp.h: Split out tmtest27 support.
39        * include/tm27.h: New.
40
412004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
42
43        PR 613/bsps
44        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
45
462004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
47
48        PR 614/bsps
49        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
50
512004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
52
53        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
54        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
55        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
56
572004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
58
59        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
60        types.
61
622004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * Makefile.am: Reflect changes to bsp.am.
65        Preinstall dist_project_lib*.
66
672004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * Makefile.am: Reflect changes to bsp.am.
70
712004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
74
752004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
78        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
79        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
80        startup/Makefile.am, wrapup/Makefile.am: Remove.
81        Use automake compilation rules.
82        * configure.ac: Reflect changes above.
83
842004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add PREINSTALL_DIRS.
87
882004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
91        Add PRE/TMPINSTALL_FILES to CLEANFILES.
92        * startup/Makefile.am: Ditto.
93
942004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * wrapup/Makefile.am: Eliminate $(LIB).
97        Use noinst_DATA to trigger building libbsp.a.
98
992003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
102        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
103
1042003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
107        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
108
1092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
112
1132003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * clock/Makefile.am: Misc cleanups and fixes.
116        * start/Makefile.am: Misc cleanups and fixes.
117        * startup/Makefile.am: Misc cleanups and fixes.
118        * wrapup/Makefile.am: Misc cleanups and fixes.
119
1202003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Add dirstamps to preinstallation.
123        * clock/Makefile.am: Cosmetics.
124        * console/Makefile.am: Cosmetics.
125        * startup/Makefile.am: Cosmetics.
126        * wrapup/Makefile.am: Cosmetics.
127
1282003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * clock/Makefile.am: Remove all-local: $(ARCH).
131        * console/Makefile.am: Remove all-local: $(ARCH).
132        * start/Makefile.am: Remove all-local: $(ARCH).
133        * startup/Makefile.am: Remove all-local: $(ARCH).
134        * wrapup/Makefile.am: Remove all-local: $(ARCH).
135
1362003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Merge-in include/Makefile.am.
139        Reflect changes to bsp.am.
140        * include/Makefile.am: Remove.
141        * configure.ac: Reflect changes above.
142
1432003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * bsp_specs: Remove *lib:.
146
1472003-09-04      Joel Sherrill <joel@OARcorp.com>
148
149        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
150        license changed.
151
1522003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Reflect having moved aclocal/.
155
1562003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Reflect having moved automake/.
159        * clock/Makefile.am: Reflect having moved automake/.
160        * console/Makefile.am: Reflect having moved automake/.
161        * include/Makefile.am: Reflect having moved automake/.
162        * start/Makefile.am: Reflect having moved automake/.
163        * startup/Makefile.am: Reflect having moved automake/.
164        * wrapup/Makefile.am: Reflect having moved automake/.
165
1662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
169
1702003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        PR 445/bsps
173        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
174        Remove cpp, old_cpp (now unused).
175
1762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac: Remove AC_CONFIG_AUX_DIR.
179
1802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
183
1842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: AC_PREREQ(2.57).
187
1882003-01-20      Joel Sherrill <joel@OARcorp.com>
189
190        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
191
1922002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
195        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
196        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
197        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198
1992002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * start/Makefile.am: Use install-data-local to install startfile.
202
2032002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206
2072002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
210        a routine to call.
211
2122002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * startup/bspstart.c: Remove ramStart to eliminate warning.
215
2162002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * .cvsignore: Reformat.
219        Add autom4te*cache.
220        Remove autom4te.cache.
221
2222002-08-21      Joel Sherrill <joel@OARcorp.com>
223
224        * bsp_specs: Added support for -nostdlibs.
225
2262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
229        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
230        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
231        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
232        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
233
2342002-08-05      Joel Sherrill <joel@OARcorp.com>
235
236        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
237        to avoid overlapping sections and reworked the way the heap and
238        workspace are calculated.
239
2402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * start/Makefile.am: Eliminate PGM.
243        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
244
2452002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
248
2492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
252        Remove $(OBJS) from all-local.
253
2542002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * wrapup/Makefile.am: Add $(LIB) to all-local.
257
2582002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
261
2622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac:
265        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
266        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
267        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
268        * Makefile.am: Remove AUTOMAKE_OPTIONS.
269        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
274
2752002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
278
2792001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
282        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
283
2842001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
285
286        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
287        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
288
2892001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
292
2932001-10-12      Joel Sherrill <joel@OARcorp.com>
294
295        * console/console-io.c: Fixed typo.
296
2972001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
300        * configure.in: Remove.
301        * configure.ac: New file, generated from configure.in by autoupdate.
302
3032001-09-27      Joel Sherrill <joel@OARcorp.com>
304
305        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
306
3072001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * include/Makefile.am: Use 'CLEANFILES ='.
310        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
311
3122001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.in: Add bspopts.h.
315        * include/.cvsignore: Add bspopts.h*, stamp-h*.
316        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
317        * include/bsp.h: Include bspopts.h.
318
3192001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
320
321        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
322
3232001-01-03      Joel Sherrill <joel@OARcorp.com>
324
325        * console/console-io.c: Added console_initialize_hardware().
326
3272000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
328
329        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
330
3312000-11-09      Joel Sherrill <joel@OARcorp.com>
332
333        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
334        wrapup/Makefile.am: Added include of stub clock driver so ticker
335        would link.
336
3372000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
340
3412000-11-01      Joel Sherrill <joel@OARcorp.com>
342
343        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
344        libcsupport.h moved from libc to lib/include/rtems and
345        now must be referenced as <rtems/XXX.h>.   Header file order
346        was cleaned up while doing this.
347
3482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
351        Switch to GNU canonicalization.
352
3532000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
356        wrapup/Makefile.am: Include compile.am
357
3582000-08-10      Joel Sherrill <joel@OARcorp.com>
359
360        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.