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

4.104.114.84.95
Last change on this file since 6411947 was 6411947, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/05/04 at 06:14:08

2004-01-05 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Eliminate $(LIB). Use noinst_DATA to trigger building libbsp.a.
  • Property mode set to 100644
File size: 8.1 KB
Line 
12004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate $(LIB).
4        Use noinst_DATA to trigger building libbsp.a.
5
62003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
9        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
14        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
15
162003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
19
202003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * clock/Makefile.am: Misc cleanups and fixes.
23        * start/Makefile.am: Misc cleanups and fixes.
24        * startup/Makefile.am: Misc cleanups and fixes.
25        * wrapup/Makefile.am: Misc cleanups and fixes.
26
272003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Add dirstamps to preinstallation.
30        * clock/Makefile.am: Cosmetics.
31        * console/Makefile.am: Cosmetics.
32        * startup/Makefile.am: Cosmetics.
33        * wrapup/Makefile.am: Cosmetics.
34
352003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * clock/Makefile.am: Remove all-local: $(ARCH).
38        * console/Makefile.am: Remove all-local: $(ARCH).
39        * start/Makefile.am: Remove all-local: $(ARCH).
40        * startup/Makefile.am: Remove all-local: $(ARCH).
41        * wrapup/Makefile.am: Remove all-local: $(ARCH).
42
432003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * Makefile.am: Merge-in include/Makefile.am.
46        Reflect changes to bsp.am.
47        * include/Makefile.am: Remove.
48        * configure.ac: Reflect changes above.
49
502003-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * bsp_specs: Remove *lib:.
53
542003-09-04      Joel Sherrill <joel@OARcorp.com>
55
56        * console/console-io.c, include/bsp.h, startup/bspstart.c: URL for
57        license changed.
58
592003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Reflect having moved aclocal/.
62
632003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * Makefile.am: Reflect having moved automake/.
66        * clock/Makefile.am: Reflect having moved automake/.
67        * console/Makefile.am: Reflect having moved automake/.
68        * include/Makefile.am: Reflect having moved automake/.
69        * start/Makefile.am: Reflect having moved automake/.
70        * startup/Makefile.am: Reflect having moved automake/.
71        * wrapup/Makefile.am: Reflect having moved automake/.
72
732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
76
772003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        PR 445/bsps
80        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
81        Remove cpp, old_cpp (now unused).
82
832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove AC_CONFIG_AUX_DIR.
86
872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
90
912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: AC_PREREQ(2.57).
94
952003-01-20      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
98
992002-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
103        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
104        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
105
1062002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * start/Makefile.am: Use install-data-local to install startfile.
109
1102002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
113
1142002-11-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
117        a routine to call.
118
1192002-11-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * startup/bspstart.c: Remove ramStart to eliminate warning.
122
1232002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * .cvsignore: Reformat.
126        Add autom4te*cache.
127        Remove autom4te.cache.
128
1292002-08-21      Joel Sherrill <joel@OARcorp.com>
130
131        * bsp_specs: Added support for -nostdlibs.
132
1332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
136        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
137        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
138        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
139        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
140
1412002-08-05      Joel Sherrill <joel@OARcorp.com>
142
143        * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds
144        to avoid overlapping sections and reworked the way the heap and
145        workspace are calculated.
146
1472002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * start/Makefile.am: Eliminate PGM.
150        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
151
1522002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
155
1562002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
159        Remove $(OBJS) from all-local.
160
1612002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Add $(LIB) to all-local.
164
1652002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
168
1692002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac:
172        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
173        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
174        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
181
1822002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * console/console-io.c: Include rtems/bspIo.h instead of bspIo.h.
185
1862001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
189        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
190
1912001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
194        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
195
1962001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
199
2002001-10-12      Joel Sherrill <joel@OARcorp.com>
201
202        * console/console-io.c: Fixed typo.
203
2042001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
207        * configure.in: Remove.
208        * configure.ac: New file, generated from configure.in by autoupdate.
209
2102001-09-27      Joel Sherrill <joel@OARcorp.com>
211
212        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
213
2142001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * include/Makefile.am: Use 'CLEANFILES ='.
217        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
218
2192001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * configure.in: Add bspopts.h.
222        * include/.cvsignore: Add bspopts.h*, stamp-h*.
223        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
224        * include/bsp.h: Include bspopts.h.
225
2262001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
227
228        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
229
2302001-01-03      Joel Sherrill <joel@OARcorp.com>
231
232        * console/console-io.c: Added console_initialize_hardware().
233
2342000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
237
2382000-11-09      Joel Sherrill <joel@OARcorp.com>
239
240        * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore,
241        wrapup/Makefile.am: Added include of stub clock driver so ticker
242        would link.
243
2442000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
247
2482000-11-01      Joel Sherrill <joel@OARcorp.com>
249
250        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
251        libcsupport.h moved from libc to lib/include/rtems and
252        now must be referenced as <rtems/XXX.h>.   Header file order
253        was cleaned up while doing this.
254
2552000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
258        Switch to GNU canonicalization.
259
2602000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * console/Makefile.am, start/Makefile.am, startup/Makefile.am,
263        wrapup/Makefile.am: Include compile.am
264
2652000-08-10      Joel Sherrill <joel@OARcorp.com>
266
267        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.