source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ d79aa47d

4.104.114.84.95
Last change on this file since d79aa47d was 43268440, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/02/04 at 11:19:35
  • start/start.S: Include <rtems/asm.h> instead of <asm.h>.
  • start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
  • Property mode set to 100644
File size: 11.0 KB
Line 
12004-04-02      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * start/start.S: Include <rtems/asm.h> instead of <asm.h>.
4        * start/startfor340only.S: Include <rtems/asm.h> instead of <asm.h>.
5
62004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
7
8        * console/Modif_cpu_asm.S: Include <rtems/asm.h> instead of <asm.h>.
9        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
10        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
11        * include/bsp.h: Include <rtems/iosupp.h> instead of <iosupp.h>.
12
132004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
14
15        * clock/ckinit.c, console/m340uart.c, include/bsp.h,
16        include/m340uart.h, startup/bspstart.c: Convert to using c99 fixed
17        size types.
18
192004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect changes to bsp.am.
22        Preinstall dist_project_lib*.
23
242004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Reflect changes to bsp.am.
27
282004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
31
322004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * Makefile.am: Pickup files from ../../m68k/shared instead of
35        ../shared. Reformat.
36
372004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
40
412004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Distribute start/startfor340only.S.
44
452004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
48        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
49        compilation rules.
50        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
51        timer/Makefile.am, wrapup/Makefile.am: Remove.
52        * configure.ac: Reflect changes above.
53
542004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Add PREINSTALL_DIRS.
57        * wrapup/Makefile.am: Reflect changes to libcpu.
58
592004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
62        * README: Fix minor typo.
63        * wrapup/Makefile.am: Reflect changes to libcpu.
64
652004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
68        Add PRE/TMPINSTALL_FILES to CLEANFILES.
69        * startup/Makefile.am: Ditto.
70
712004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * start/Makefile.am: Remove.
74        * Makefile.am: Merge-in start/Makefile.am.
75        * configure.ac: Reflect changes above.
76
772004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * wrapup/Makefile.am: Eliminate $(LIB).
80        Use noinst_DATA to trigger building libbsp.a.
81
822003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
85        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
86
872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
90        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
91
922003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
95
962003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: Misc cleanups and fixes.
99        * startup/Makefile.am: Misc cleanups and fixes.
100        * wrapup/Makefile.am: Misc cleanups and fixes.
101
1022003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Add preinstallation dirstamp support.
105        * clock/Makefile.am: Cosmetics.
106        * console/Makefile.am: Cosmetics.
107        * startup/Makefile.am: Cosmetics.
108        * timer/Makefile.am: Cosmetics.
109        * wrapup/Makefile.am: Cosmetics.
110
1112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * clock/Makefile.am: Remove all-local: $(ARCH).
114        * console/Makefile.am: Remove all-local: $(ARCH).
115        * start/Makefile.am: Remove all-local: $(ARCH).
116        * startup/Makefile.am: Remove all-local: $(ARCH).
117        * timer/Makefile.am: Remove all-local: $(ARCH).
118        * wrapup/Makefile.am: Remove all-local: $(ARCH).
119
1202003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Merge-in include/Makefile.am.
123        Reflect changes to bsp.am.
124        * include/Makefile.am: Remove.
125        * configure.ac: Reflect changes above.
126
1272003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * bsp_specs: Remove *lib:.
130
1312003-09-04      Joel Sherrill <joel@OARcorp.com>
132
133        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
134        console/m340uart.c, include/bsp.h, include/m340timer.h,
135        include/m340uart.h, start/start.S, start/startfor340only.S,
136        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
137        timer/timer.c: URL for license changed.
138
1392003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * Makefile.am: Reflect having moved aclocal/.
142
1432003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * Makefile.am: Reflect having moved automake/.
146        * clock/Makefile.am: Reflect having moved automake/.
147        * console/Makefile.am: Reflect having moved automake/.
148        * include/Makefile.am: Reflect having moved automake/.
149        * start/Makefile.am: Reflect having moved automake/.
150        * startup/Makefile.am: Reflect having moved automake/.
151        * timer/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        PR 452/bsps
157        * startup/Makefile.am: Remove USE_INIT_FINI.
158
1592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
162
1632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        PR 445/bsps
166        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
167        Remove cpp, old_cpp (now unused).
168
1692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * configure.ac: Remove AC_CONFIG_AUX_DIR.
172
1732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
176
1772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: AC_PREREQ(2.57).
180
1812003-01-20      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/linkcmds*: Add FreeBSD sysctl() sections.
184
1852002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
188        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
189        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
191        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
192
1932002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * start/Makefile.am: Use install-data-local to install startfile.
196
1972002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
198
199        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200
2012002-11-04      Joel Sherrill <joel@OARcorp.com>
202
203        * console/console.c, console/m340uart.c: Removed warnings.
204
2052002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * .cvsignore: Reformat.
208        Add autom4te*cache.
209        Remove autom4te.cache.
210
2112002-08-21      Joel Sherrill <joel@OARcorp.com>
212
213        * wrapup/Makefile.am: PR217 required that the idle task be moved to
214        libcpu so it could be more acutely aware of the CPU model.  This
215        file was modified to pick up the idle task from there.
216
2172002-08-21      Joel Sherrill <joel@OARcorp.com>
218
219        * bsp_specs: Added support for -nostdlibs.
220
2212002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
225        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
226        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
227        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
228        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
229
2302002-08-05      Joel Sherrill <joel@OARcorp.com>
231
232        * Per PR260 eliminate use of make-target-options.  This impacted
233        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
234        SuperCore and required that the m68k optimized memcpy be moved
235        to libcpu.
236        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
237
2382002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * start/Makefile.am: Eliminate PGM.
241        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
242
2432002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
246
2472002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
250        Remove $(OBJS) from all-local.
251
2522002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
255
2562001-05-09      Joel Sherrill <joel@OARcorp.com>
257
258        * startup/linkcmds: In support of gcc 3.1, added one of more
259        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
260        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
261        and direction of segments to memory regions may also have been
262        addressed.  This was a sweep across all BSPs.
263 
2642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * configure.ac:
267        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
268        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
269        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
270        * Makefile.am: Remove AUTOMAKE_OPTIONS.
271        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
272        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
273        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
274        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
275        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
276        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
277
2782001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
281
2822001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
285        * configure.in: Remove.
286        * configure.ac: New file, generated from configure.in by autoupdate.
287
2882001-09-27      Joel Sherrill <joel@OARcorp.com>
289
290        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
291
2922001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
295
2962001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * include/Makefile.am: Fix typo in include_HEADERS.
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
3112000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
314
3152000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
318
3192000-11-01      Joel Sherrill <joel@OARcorp.com>
320
321        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
322        and libcsupport.h moved from libc to lib/include/rtems and
323        now must be referenced as <rtems/XXX.h>.   Header file order
324        was cleaned up while doing this.
325
3262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
329        Switch to GNU canonicalization.
330
3312000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
332
333        * startup/linkcmds: Added lines so DWARF debug information
334        would be available.  Otherwise gdb complains that the offsets
335        for the debug info are incorrect and doesn't load the files.
336
3372000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
340        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
341        compile.am
342
3432000-08-10      Joel Sherrill <joel@OARcorp.com>
344
345        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.