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

4.104.114.84.95
Last change on this file since 6ac101b was 6ac101b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/14/04 at 04:36:01

2004-02-14 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Reflect changes to bsp.am.
  • Property mode set to 100644
File size: 9.0 KB
Line 
12004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4
52004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
8
92004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am,
12        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am.
13        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
14        startup/Makefile.am, wrapup/Makefile.am: Remove.
15        Use automake compilation rules.
16        * configure.ac: Reflect changes above.
17
182004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Add PREINSTALL_DIRS.
21
222004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * start/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
25        Add PRE/TMPINSTALL_FILES to CLEANFILES.
26        * startup/Makefile.am: Ditto.
27
282004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Eliminate $(LIB).
31        Use noinst_DATA to trigger building libbsp.a.
32
332003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
36        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
37
382003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
41        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
42
432003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
46
472003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * clock/Makefile.am: Misc cleanups and fixes.
50        * start/Makefile.am: Misc cleanups and fixes.
51        * startup/Makefile.am: Misc cleanups and fixes.
52        * wrapup/Makefile.am: Misc cleanups and fixes.
53
542003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Add dirstamps to preinstallation.
57        * clock/Makefile.am: Cosmetics.
58        * console/Makefile.am: Cosmetics.
59        * startup/Makefile.am: Cosmetics.
60        * wrapup/Makefile.am: Cosmetics.
61
622003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * clock/Makefile.am: Remove all-local: $(ARCH).
65        * console/Makefile.am: Remove all-local: $(ARCH).
66        * start/Makefile.am: Remove all-local: $(ARCH).
67        * startup/Makefile.am: Remove all-local: $(ARCH).
68        * wrapup/Makefile.am: Remove all-local: $(ARCH).
69
702003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * Makefile.am: Merge-in include/Makefile.am.
73        Reflect changes to bsp.am.
74        * include/Makefile.am: Remove.
75        * configure.ac: Reflect changes above.
76
772003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * bsp_specs: Remove *lib:.
80
812003-09-04      Joel Sherrill <joel@OARcorp.com>
82
83        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
84        license changed.
85
862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * Makefile.am: Reflect having moved aclocal/.
89
902003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Reflect having moved automake/.
93        * clock/Makefile.am: Reflect having moved automake/.
94        * console/Makefile.am: Reflect having moved automake/.
95        * include/Makefile.am: Reflect having moved automake/.
96        * start/Makefile.am: Reflect having moved automake/.
97        * startup/Makefile.am: Reflect having moved automake/.
98        * wrapup/Makefile.am: Reflect having moved automake/.
99
1002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
103
1042003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        PR 445/bsps
107        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
108        Remove cpp, old_cpp (now unused).
109
1102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: Remove AC_CONFIG_AUX_DIR.
113
1142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
117
1182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: AC_PREREQ(2.57).
121
1222003-01-20      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
125
1262002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132
1332002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * start/Makefile.am: Use install-data-local to install startfile.
136
1372002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
140
1412002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
144        a routine to call.
145
1462002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * startup/bspstart.c: Remove ramStart to eliminate warning.
149
1502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * .cvsignore: Reformat.
153        Add autom4te*cache.
154        Remove autom4te.cache.
155
1562002-08-21      Joel Sherrill <joel@OARcorp.com>
157
158        * bsp_specs: Added support for -nostdlibs.
159
1602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
163        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
164        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
165        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
166        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
167
1682002-08-05      Joel Sherrill <joel@OARcorp.com>
169
170        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
171        to avoid overlapping sections and reworked the way the heap and
172        workspace are calculated.
173
1742002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * start/Makefile.am: Eliminate PGM.
177        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
178
1792002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
182
1832002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
186        Remove $(OBJS) from all-local.
187
1882002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * wrapup/Makefile.am: Add $(LIB) to all-local.
191
1922002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
195
1962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac:
199        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
200        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
201        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
202        * Makefile.am: Remove AUTOMAKE_OPTIONS.
203        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
204        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
208
2092002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
212
2132001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
216        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
217
2182001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
221        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
222
2232001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
226
2272001-10-12      Joel Sherrill <joel@OARcorp.com>
228
229        * console/console-io.c: Fixed typo.
230
2312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
234        * configure.in: Remove.
235        * configure.ac: New file, generated from configure.in by autoupdate.
236
2372001-09-27      Joel Sherrill <joel@OARcorp.com>
238
239        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
240
2412001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * include/Makefile.am: Use 'CLEANFILES ='.
244        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
245
2462001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.in: Add bspopts.h.
249        * include/.cvsignore: Add bspopts.h*, stamp-h*.
250        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
251        * include/bsp.h: Include bspopts.h.
252
2532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
254
255        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
256
2572001-01-03      Joel Sherrill <joel@OARcorp.com>
258
259        * console/console-io.c: Added console_initialize_hardware().
260
2612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
264
2652000-11-09      Joel Sherrill <joel@OARcorp.com>
266
267        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
268        wrapup/Makefile.am: Added include of stub clock driver so ticker
269        would link.
270
2712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
274
2752000-11-01      Joel Sherrill <joel@OARcorp.com>
276
277        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
278        libcsupport.h moved from libc to lib/include/rtems and
279        now must be referenced as <rtems/XXX.h>.   Header file order
280        was cleaned up while doing this.
281
2822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
285        Switch to GNU canonicalization.
286
2872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
290        wrapup/Makefile.am: Include compile.am
291
2922000-08-10      Joel Sherrill <joel@OARcorp.com>
293
294        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.