source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 11a37032

4.104.114.84.95
Last change on this file since 11a37032 was ff716ea0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 07:11:35

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

  • Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES. Add PRE/TMPINSTALL_FILES to CLEANFILES.
  • startup/Makefile.am: Ditto.
  • Property mode set to 100644
File size: 9.4 KB
Line 
12004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
4        Add PRE/TMPINSTALL_FILES to CLEANFILES.
5        * startup/Makefile.am: Ditto.
6
72004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * start/Makefile.am: Remove.
10        * Makefile.am: Merge-in start/Makefile.am.
11        * configure.ac: Reflect changes above.
12
132004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * wrapup/Makefile.am: Eliminate $(LIB).
16        Use noinst_DATA to trigger building libbsp.a.
17
182003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
21        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
22
232003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
26        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
27
282003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
31
322003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * start/Makefile.am: Misc cleanups and fixes.
35        * startup/Makefile.am: Misc cleanups and fixes.
36        * wrapup/Makefile.am: Misc cleanups and fixes.
37
382003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Add preinstallation dirstamp support.
41        * clock/Makefile.am: Cosmetics.
42        * console/Makefile.am: Cosmetics.
43        * network/Makefile.am: Cosmetics.
44        * startup/Makefile.am: Cosmetics.
45        * timer/Makefile.am: Cosmetics.
46        * wrapup/Makefile.am: Cosmetics.
47
482003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * clock/Makefile.am: Remove all-local: $(ARCH).
51        * console/Makefile.am: Remove all-local: $(ARCH).
52        * network/Makefile.am: Remove all-local: $(ARCH).
53        * start/Makefile.am: Remove all-local: $(ARCH).
54        * startup/Makefile.am: Remove all-local: $(ARCH).
55        * timer/Makefile.am: Remove all-local: $(ARCH).
56        * wrapup/Makefile.am: Remove all-local: $(ARCH).
57
582003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: Merge-in include/Makefile.am.
61        Reflect changes to bsp.am.
62        * include/Makefile.am: Remove.
63        * configure.ac: Reflect changes above.
64
652003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * bsp_specs: Remove *lib:.
68
692003-09-04      Joel Sherrill <joel@OARcorp.com>
70
71        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
72        start/start.S, startup/bspclean.c, startup/bspstart.c,
73        startup/linkcmds, timer/timer.c: URL for license changed.
74
752003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Reflect having moved aclocal/.
78
792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Reflect having moved automake/.
82        * clock/Makefile.am: Reflect having moved automake/.
83        * console/Makefile.am: Reflect having moved automake/.
84        * include/Makefile.am: Reflect having moved automake/.
85        * network/Makefile.am: Reflect having moved automake/.
86        * start/Makefile.am: Reflect having moved automake/.
87        * startup/Makefile.am: Reflect having moved automake/.
88        * timer/Makefile.am: Reflect having moved automake/.
89        * wrapup/Makefile.am: Reflect having moved automake/.
90
912003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        PR 452/bsps
94        * startup/Makefile.am: Remove USE_INIT_FINI.
95
962003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
99
1002003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        PR 445/bsps
103        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
104        Remove cpp, old_cpp (now unused).
105
1062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.ac: Remove AC_CONFIG_AUX_DIR.
109
1102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
113
1142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * configure.ac: AC_PREREQ(2.57).
117
1182003-01-20      Joel Sherrill <joel@OARcorp.com>
119
120        * startup/linkcmds*: Add FreeBSD sysctl() sections.
121
1222002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
125        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
126        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
127        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
128        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130
1312002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * start/Makefile.am: Use install-data-local to install startfile.
134
1352002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
138
1392002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * .cvsignore: Reformat.
142        Add autom4te*cache.
143        Remove autom4te.cache.
144
1452002-08-21      Joel Sherrill <joel@OARcorp.com>
146
147        * wrapup/Makefile.am: PR217 required that the idle task be moved to
148        libcpu so it could be more acutely aware of the CPU model.  This
149        file was modified to pick up the idle task from there.
150
1512002-08-21      Joel Sherrill <joel@OARcorp.com>
152
153        * bsp_specs: Added support for -nostdlibs.
154
1552002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
158        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
159        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
160        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
161        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
162        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
163        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
164
1652002-08-05      Joel Sherrill <joel@OARcorp.com>
166
167        * Per PR260 eliminate use of make-target-options.  This impacted
168        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
169        SuperCore and required that the m68k optimized memcpy be moved
170        to libcpu.
171        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
172
1732002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * start/Makefile.am: Eliminate PGM.
176        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
177
1782002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
181
1822002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
185        Remove $(OBJS) from all-local.
186
1872002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
190
1912001-05-09      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/linkcmds: In support of gcc 3.1, added one of more
194        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
195        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
196        and direction of segments to memory regions may also have been
197        addressed.  This was a sweep across all BSPs.
198 
1992002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac:
202        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
203        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
204        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
205        * Makefile.am: Remove AUTOMAKE_OPTIONS.
206        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
207        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
208        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
209        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
210        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
211        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
212        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
213
2142001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
217
2182001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
221        * configure.in: Remove.
222        * configure.ac: New file, generated from configure.in by autoupdate.
223
2242001-09-27      Joel Sherrill <joel@OARcorp.com>
225
226        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
227
2282001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
231
2322001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.in: Add bspopts.h.
235        * include/.cvsignore: Add bspopts.h*, stamp-h*.
236        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
237        * include/bsp.h: Include bspopts.h.
238
2392001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
240
241        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
242
2432000-12-14      Joel Sherrill <joel@OARcorp.com>
244
245        * network/network.c: Removed unused variable warnings.
246
2472000-12-11      Joel Sherrill <joel@OARcorp.com>
248
249        * Makefile.am, configure.in, include/Makefile.am,
250        wrapup/Makefile.am: Updated to reflect addition of network driver
251        by  Franck Julien <FranckJ@cxr.fr>.
252        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
253        network/network.c: New file.
254
2552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
258
2592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
262
2632000-11-01      Joel Sherrill <joel@OARcorp.com>
264
265        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
266        libcsupport.h moved from libc to lib/include/rtems and
267        now must be referenced as <rtems/XXX.h>.   Header file order
268        was cleaned up while doing this.
269
2702000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
273        Switch to GNU canonicalization.
274
2752000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
276
277        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
278
2792000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
280
281        * startup/linkcmds: Added lines so DWARF debug information
282        would be available.  Otherwise gdb complains that the offsets
283        for the debug info are incorrect and doesn't load the files.
284
2852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
288        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
289        compile.am
290
2912000-08-10      Joel Sherrill <joel@OARcorp.com>
292
293        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.