source: rtems/c/src/lib/libbsp/m68k/sim68000/ChangeLog @ 7fc5229c

4.104.114.84.95
Last change on this file since 7fc5229c was 7fc5229c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/21/04 at 14:46:20

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

  • Makefile.am: Add PREINSTALL_DIRS.
  • wrapup/Makefile.am: Reflect changes to libcpu.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add PREINSTALL_DIRS.
4        * wrapup/Makefile.am: Reflect changes to libcpu.
5
62004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
9        * startup/Makefile.am: Remove non-existing files setvec.c,
10        bspclean.c, exit.c from EXTRA_DIST.
11        * timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
12        * wrapup/Makefile.am: Reflect changes to libcpu.
13
142004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
17        Add PRE/TMPINSTALL_FILES to CLEANFILES.
18        * startup/Makefile.am: Ditto.
19
202004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * start/Makefile.am: Remove.
23        * Makefile.am: Merge-in start/Makefile.am.
24        * configure.ac: Reflect changes above.
25
262004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * wrapup/Makefile.am: Eliminate $(LIB).
29        Use noinst_DATA to trigger building libbsp.a.
30
312003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
34        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
35
362003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
39        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
40
412003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
44
452003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * start/Makefile.am: Misc cleanups and fixes.
48        * startup/Makefile.am: Misc cleanups and fixes.
49        * wrapup/Makefile.am: Misc cleanups and fixes.
50
512003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * Makefile.am: Add preinstallation dirstamp support.
54        * clock/Makefile.am: Cosmetics.
55        * console/Makefile.am: Cosmetics.
56        * startup/Makefile.am: Cosmetics.
57        * timer/Makefile.am: Cosmetics.
58        * wrapup/Makefile.am: Cosmetics.
59
602003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Remove all-local: $(ARCH).
63        * console/Makefile.am: Remove all-local: $(ARCH).
64        * start/Makefile.am: Remove all-local: $(ARCH).
65        * startup/Makefile.am: Remove all-local: $(ARCH).
66        * timer/Makefile.am: Remove all-local: $(ARCH).
67        * wrapup/Makefile.am: Remove all-local: $(ARCH).
68
692003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Merge-in include/Makefile.am.
72        Reflect changes to bsp.am.
73        * include/Makefile.am: Remove.
74        * configure.ac: Reflect changes above.
75
762003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * bsp_specs: Remove *lib:.
79
802003-09-04      Joel Sherrill <joel@OARcorp.com>
81
82        * console/conscfg.c, include/bsp.h, startup/bspstart.c,
83        startup/spurious_assistant.c: URL for license changed.
84
852003-09-04      Joel Sherrill <joel@OARcorp.com>
86
87        * start/start.S: Removed incorrect statement about copyright
88        assignment.
89
902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Reflect having moved aclocal/.
93
942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Reflect having moved automake/.
97        * clock/Makefile.am: Reflect having moved automake/.
98        * console/Makefile.am: Reflect having moved automake/.
99        * include/Makefile.am: Reflect having moved automake/.
100        * start/Makefile.am: Reflect having moved automake/.
101        * startup/Makefile.am: Reflect having moved automake/.
102        * timer/Makefile.am: Reflect having moved automake/.
103        * wrapup/Makefile.am: Reflect having moved automake/.
104
1052003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
108
1092003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        PR 445/bsps
112        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
113        Remove cpp, old_cpp (now unused).
114
1152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Remove AC_CONFIG_AUX_DIR.
118
1192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
122
1232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * configure.ac: AC_PREREQ(2.57).
126
1272003-01-20      Joel Sherrill <joel@OARcorp.com>
128
129        * startup/linkcmds*: Add FreeBSD sysctl() sections.
130
1312002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
134        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
135        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
136        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
137        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
138
1392002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: Use install-data-local to install startfile.
142
1432002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
146
1472002-11-01      Joel Sherrill <joel@OARcorp.com>
148
149        * console/conscfg.c, startup/bspstart.c: Removed warnings.
150
1512002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * .cvsignore: Reformat.
154        Add autom4te*cache.
155        Remove autom4te.cache.
156
1572002-08-21      Joel Sherrill <joel@OARcorp.com>
158
159        * wrapup/Makefile.am: PR217 required that the idle task be moved to
160        libcpu so it could be more acutely aware of the CPU model.  This
161        file was modified to pick up the idle task from there.
162
1632002-08-21      Joel Sherrill <joel@OARcorp.com>
164
165        * bsp_specs: Added support for -nostdlibs.
166
1672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
173        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
174        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
175
1762002-08-05      Joel Sherrill <joel@OARcorp.com>
177
178        * Per PR260 eliminate use of make-target-options.  This impacted
179        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
180        SuperCore and required that the m68k optimized memcpy be moved
181        to libcpu.
182        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
183
1842002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * start/Makefile.am: Eliminate PGM.
187        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
188
1892002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
192
1932002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
196        Remove $(OBJS) from all-local.
197
1982002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * wrapup/Makefile.am: Add $(LIB) to all-local.
201
2022002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
205
2062001-05-09      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/linkcmds: In support of gcc 3.1, added one of more
209        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
210        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
211        and direction of segments to memory regions may also have been
212        addressed.  This was a sweep across all BSPs.
213 
2142002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac:
217        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
218        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
219        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
226        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
227
2282002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * startup/bspstart.c: Include rtems/bspIo.h instead of bspIo.h.
231        * startup/spurious_assistant.c: Include rtems/bspIo.h instead of bspIo.h.
232
2332001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
236
2372001-10-30      Joel Sherrill <joel@OARcorp.com>
238
239        * start/start.S: Use __mcpu32__ instead of mcpu32 and change sense
240        of conditional so cpu32 does not attempt to use 68000 style
241        interrupt vectoring.
242
2432001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
246        * configure.in: Remove.
247        * configure.ac: New file, generated from configure.in by autoupdate.
248
2492001-09-27      Joel Sherrill <joel@OARcorp.com>
250
251        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
252
2532001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * include/Makefile.am: Use 'CLEANFILES ='.
256        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
257
2582001-06-19      Joel Sherrill <joel@OARcorp.com>
259
260        * start/start.S: Reverse sense of conditional compilation so the
261        code will compile for a cpu32.
262
2632001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.in: Add bspopts.h.
266        * include/.cvsignore: Add bspopts.h*, stamp-h*.
267        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
268        * include/bsp.h: Include bspopts.h.
269
2702001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
271
272        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
273
2742001-01-03      Joel Sherrill <joel@OARcorp.com>
275
276        * start/start.S: Added space for vectors on CPU32 configuration.
277        * startup/bspstart.c: Fixed typo.
278
2792000-12-19      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/linkcmds: Set _VBR to 0 to indicate that the vectors are
282        in RAM not ROM.  Thanks to Juan Zamorano <jzamora@fi.upm.es> for
283        debugging this.
284
2852000-11-27      Joel Sherrill <joel@OARcorp.com>
286
287        * start/start.S, startup/bspstart.c: Not functional for CPU32
288        but hopefully will compile now and give a warning saying that
289        the CPU32 variant needs work.
290
2912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
294
2952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
298
2992000-11-01      Joel Sherrill <joel@OARcorp.com>
300
301        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
302        and libcsupport.h moved from libc to lib/include/rtems and
303        now must be referenced as <rtems/XXX.h>.   Header file order
304        was cleaned up while doing this.
305
3062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
309        Switch to GNU canonicalization.
310
3112000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
312
313        * startup/linkcmds: Added lines so DWARF debug information
314        would be available.  Otherwise gdb complains that the offsets
315        for the debug info are incorrect and doesn't load the files.
316
3172000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
320        startup/Makefile.am, wrapup/Makefile.am: Include compile.am
321
3222000-08-10      Joel Sherrill <joel@OARcorp.com>
323
324        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.