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

4.104.114.84.95
Last change on this file since 844609f9 was 844609f9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 06:57:39

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 10.4 KB
Line 
12005-01-07      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
4
52005-01-02      Ralf Corsepius <ralf.corsepius@rtems.org>
6
7        * Makefile.am: Remove build-variant support.
8
92004-09-29      Joel Sherrill <joel@OARcorp.com>
10
11        * include/bsp.h, include/tm27.h: i960 obsoleted and all references
12        removed.
13
142004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
15
16        * configure.ac: Require automake > 1.9.
17
182004-04-23      Ralf Corsepius <ralf_corsepius@rtems.org>
19
20        PR 610/bsps
21        * Makefile.am: Add include/tm27.h, Cosmetics.
22        * include/tm27.h: Final cosmetics.
23
242004-04-22      Ralf Corsepius <ralf_corsepius@rtems.org>
25
26        * include/bsp.h: Split out tmtest27 support.
27        * include/tm27.h: New.
28
292004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
30
31        PR 613/bsps
32        * include/bsp.h: Remove MAX_LONG_TEST_DURATION.
33
342004-04-21      Ralf Corsepius <ralf_corsepius@rtems.org>
35
36        PR 614/bsps
37        * include/bsp.h: Remove MAX_SHORT_TEST_DURATION (Unused).
38
392004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
40
41        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
42        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
43        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
44
452004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
46
47        * include/bsp.h, startup/bspstart.c: Convert to using c99 fixed size
48        types.
49
502004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect changes to bsp.am.
53        Preinstall dist_project_lib*.
54
552004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Reflect changes to bsp.am.
58
592004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
62
632004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
66        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
67        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
68        startup/Makefile.am, wrapup/Makefile.am: Remove.
69        Use automake compilation rules.
70        * configure.ac: Reflect changes above.
71
722004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Add PREINSTALL_DIRS.
75
762004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
79        Add PRE/TMPINSTALL_FILES to CLEANFILES.
80        * startup/Makefile.am: Ditto.
81
822004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * wrapup/Makefile.am: Eliminate $(LIB).
85        Use noinst_DATA to trigger building libbsp.a.
86
872003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
90        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
91
922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
95        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
96
972003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
100
1012003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * clock/Makefile.am: Misc cleanups and fixes.
104        * start/Makefile.am: Misc cleanups and fixes.
105        * startup/Makefile.am: Misc cleanups and fixes.
106        * wrapup/Makefile.am: Misc cleanups and fixes.
107
1082003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * Makefile.am: Add dirstamps to preinstallation.
111        * clock/Makefile.am: Cosmetics.
112        * console/Makefile.am: Cosmetics.
113        * startup/Makefile.am: Cosmetics.
114        * wrapup/Makefile.am: Cosmetics.
115
1162003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * clock/Makefile.am: Remove all-local: $(ARCH).
119        * console/Makefile.am: Remove all-local: $(ARCH).
120        * start/Makefile.am: Remove all-local: $(ARCH).
121        * startup/Makefile.am: Remove all-local: $(ARCH).
122        * wrapup/Makefile.am: Remove all-local: $(ARCH).
123
1242003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Merge-in include/Makefile.am.
127        Reflect changes to bsp.am.
128        * include/Makefile.am: Remove.
129        * configure.ac: Reflect changes above.
130
1312003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * bsp_specs: Remove *lib:.
134
1352003-09-04      Joel Sherrill <joel@OARcorp.com>
136
137        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
138        license changed.
139
1402003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * Makefile.am: Reflect having moved aclocal/.
143
1442003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * Makefile.am: Reflect having moved automake/.
147        * clock/Makefile.am: Reflect having moved automake/.
148        * console/Makefile.am: Reflect having moved automake/.
149        * include/Makefile.am: Reflect having moved automake/.
150        * start/Makefile.am: Reflect having moved automake/.
151        * startup/Makefile.am: Reflect having moved automake/.
152        * wrapup/Makefile.am: Reflect having moved automake/.
153
1542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
157
1582003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        PR 445/bsps
161        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
162        Remove cpp, old_cpp (now unused).
163
1642003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * configure.ac: Remove AC_CONFIG_AUX_DIR.
167
1682003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
171
1722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac: AC_PREREQ(2.57).
175
1762003-01-20      Joel Sherrill <joel@OARcorp.com>
177
178        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
179
1802002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
183        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
184        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
185        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
186
1872002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * start/Makefile.am: Use install-data-local to install startfile.
190
1912002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
194
1952002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
198        a routine to call.
199
2002002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * startup/bspstart.c: Remove ramStart to eliminate warning.
203
2042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * .cvsignore: Reformat.
207        Add autom4te*cache.
208        Remove autom4te.cache.
209
2102002-08-21      Joel Sherrill <joel@OARcorp.com>
211
212        * bsp_specs: Added support for -nostdlibs.
213
2142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
221
2222002-08-05      Joel Sherrill <joel@OARcorp.com>
223
224        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
225        to avoid overlapping sections and reworked the way the heap and
226        workspace are calculated.
227
2282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * start/Makefile.am: Eliminate PGM.
231        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
232
2332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
236
2372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
240        Remove $(OBJS) from all-local.
241
2422002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * wrapup/Makefile.am: Add $(LIB) to all-local.
245
2462002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
249
2502002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.ac:
253        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
254        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
255        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
259        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
260        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
261        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
262
2632002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
266
2672001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
270        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
271
2722001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
275        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
276
2772001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
280
2812001-10-12      Joel Sherrill <joel@OARcorp.com>
282
283        * console/console-io.c: Fixed typo.
284
2852001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
288        * configure.in: Remove.
289        * configure.ac: New file, generated from configure.in by autoupdate.
290
2912001-09-27      Joel Sherrill <joel@OARcorp.com>
292
293        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
294
2952001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * include/Makefile.am: Use 'CLEANFILES ='.
298        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
299
3002001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.in: Add bspopts.h.
303        * include/.cvsignore: Add bspopts.h*, stamp-h*.
304        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
305        * include/bsp.h: Include bspopts.h.
306
3072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
308
309        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
310
3112001-01-03      Joel Sherrill <joel@OARcorp.com>
312
313        * console/console-io.c: Added console_initialize_hardware().
314
3152000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
318
3192000-11-09      Joel Sherrill <joel@OARcorp.com>
320
321        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
322        wrapup/Makefile.am: Added include of stub clock driver so ticker
323        would link.
324
3252000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
328
3292000-11-01      Joel Sherrill <joel@OARcorp.com>
330
331        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
332        libcsupport.h moved from libc to lib/include/rtems and
333        now must be referenced as <rtems/XXX.h>.   Header file order
334        was cleaned up while doing this.
335
3362000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
339        Switch to GNU canonicalization.
340
3412000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
344        wrapup/Makefile.am: Include compile.am
345
3462000-08-10      Joel Sherrill <joel@OARcorp.com>
347
348        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.