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

4.104.114.84.95
Last change on this file since 2a7f9a28 was 2a7f9a28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/04 at 06:22:18

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

  • Makefile.am: Reflect changes to bsp.am. Preinstall dist_project_lib*.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect changes to bsp.am.
4        Preinstall dist_project_lib*.
5
62004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect changes to bsp.am.
9
102004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
13
142004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Pickup files from ../../m68k/shared instead of
17        ../shared. Reformat.
18
192004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
22
232004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Distribute start/startfor340only.S.
26
272004-01-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * Makefile.am: Merge-in  clock/Makefile.am, console/Makefile.am,
30        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake
31        compilation rules.
32        * clock/Makefile.am, console/Makefile.am, startup/Makefile.am,
33        timer/Makefile.am, wrapup/Makefile.am: Remove.
34        * configure.ac: Reflect changes above.
35
362004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * Makefile.am: Add PREINSTALL_DIRS.
39        * wrapup/Makefile.am: Reflect changes to libcpu.
40
412004-01-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
44        * README: Fix minor typo.
45        * wrapup/Makefile.am: Reflect changes to libcpu.
46
472004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
50        Add PRE/TMPINSTALL_FILES to CLEANFILES.
51        * startup/Makefile.am: Ditto.
52
532004-01-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * start/Makefile.am: Remove.
56        * Makefile.am: Merge-in start/Makefile.am.
57        * configure.ac: Reflect changes above.
58
592004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * wrapup/Makefile.am: Eliminate $(LIB).
62        Use noinst_DATA to trigger building libbsp.a.
63
642003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
67        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
68
692003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
72        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
73
742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
77
782003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Misc cleanups and fixes.
81        * startup/Makefile.am: Misc cleanups and fixes.
82        * wrapup/Makefile.am: Misc cleanups and fixes.
83
842003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * Makefile.am: Add preinstallation dirstamp support.
87        * clock/Makefile.am: Cosmetics.
88        * console/Makefile.am: Cosmetics.
89        * startup/Makefile.am: Cosmetics.
90        * timer/Makefile.am: Cosmetics.
91        * wrapup/Makefile.am: Cosmetics.
92
932003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * clock/Makefile.am: Remove all-local: $(ARCH).
96        * console/Makefile.am: Remove all-local: $(ARCH).
97        * start/Makefile.am: Remove all-local: $(ARCH).
98        * startup/Makefile.am: Remove all-local: $(ARCH).
99        * timer/Makefile.am: Remove all-local: $(ARCH).
100        * wrapup/Makefile.am: Remove all-local: $(ARCH).
101
1022003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Merge-in include/Makefile.am.
105        Reflect changes to bsp.am.
106        * include/Makefile.am: Remove.
107        * configure.ac: Reflect changes above.
108
1092003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * bsp_specs: Remove *lib:.
112
1132003-09-04      Joel Sherrill <joel@OARcorp.com>
114
115        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
116        console/m340uart.c, include/bsp.h, include/m340timer.h,
117        include/m340uart.h, start/start.S, start/startfor340only.S,
118        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
119        timer/timer.c: URL for license changed.
120
1212003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect having moved aclocal/.
124
1252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * Makefile.am: Reflect having moved automake/.
128        * clock/Makefile.am: Reflect having moved automake/.
129        * console/Makefile.am: Reflect having moved automake/.
130        * include/Makefile.am: Reflect having moved automake/.
131        * start/Makefile.am: Reflect having moved automake/.
132        * startup/Makefile.am: Reflect having moved automake/.
133        * timer/Makefile.am: Reflect having moved automake/.
134        * wrapup/Makefile.am: Reflect having moved automake/.
135
1362003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        PR 452/bsps
139        * startup/Makefile.am: Remove USE_INIT_FINI.
140
1412003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
144
1452003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        PR 445/bsps
148        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
149        Remove cpp, old_cpp (now unused).
150
1512003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Remove AC_CONFIG_AUX_DIR.
154
1552003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
158
1592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: AC_PREREQ(2.57).
162
1632003-01-20      Joel Sherrill <joel@OARcorp.com>
164
165        * startup/linkcmds*: Add FreeBSD sysctl() sections.
166
1672002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
170        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
171        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
172        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
173        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174
1752002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * start/Makefile.am: Use install-data-local to install startfile.
178
1792002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182
1832002-11-04      Joel Sherrill <joel@OARcorp.com>
184
185        * console/console.c, console/m340uart.c: Removed warnings.
186
1872002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * .cvsignore: Reformat.
190        Add autom4te*cache.
191        Remove autom4te.cache.
192
1932002-08-21      Joel Sherrill <joel@OARcorp.com>
194
195        * wrapup/Makefile.am: PR217 required that the idle task be moved to
196        libcpu so it could be more acutely aware of the CPU model.  This
197        file was modified to pick up the idle task from there.
198
1992002-08-21      Joel Sherrill <joel@OARcorp.com>
200
201        * bsp_specs: Added support for -nostdlibs.
202
2032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
206        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
207        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
208        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
209        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
210        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
211
2122002-08-05      Joel Sherrill <joel@OARcorp.com>
213
214        * Per PR260 eliminate use of make-target-options.  This impacted
215        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
216        SuperCore and required that the m68k optimized memcpy be moved
217        to libcpu.
218        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
219
2202002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * start/Makefile.am: Eliminate PGM.
223        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
224
2252002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
228
2292002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
232        Remove $(OBJS) from all-local.
233
2342002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
237
2382001-05-09      Joel Sherrill <joel@OARcorp.com>
239
240        * startup/linkcmds: In support of gcc 3.1, added one of more
241        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
242        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
243        and direction of segments to memory regions may also have been
244        addressed.  This was a sweep across all BSPs.
245 
2462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * configure.ac:
249        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
250        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
251        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
258        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
259
2602001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
263
2642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
267        * configure.in: Remove.
268        * configure.ac: New file, generated from configure.in by autoupdate.
269
2702001-09-27      Joel Sherrill <joel@OARcorp.com>
271
272        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
273
2742001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
277
2782001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279
280        * include/Makefile.am: Fix typo in include_HEADERS.
281
2822001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.in: Add bspopts.h.
285        * include/.cvsignore: Add bspopts.h*, stamp-h*.
286        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
287        * include/bsp.h: Include bspopts.h.
288
2892001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
290
291        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
292
2932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
296
2972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
300
3012000-11-01      Joel Sherrill <joel@OARcorp.com>
302
303        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
304        and libcsupport.h moved from libc to lib/include/rtems and
305        now must be referenced as <rtems/XXX.h>.   Header file order
306        was cleaned up while doing this.
307
3082000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
311        Switch to GNU canonicalization.
312
3132000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
314
315        * startup/linkcmds: Added lines so DWARF debug information
316        would be available.  Otherwise gdb complains that the offsets
317        for the debug info are incorrect and doesn't load the files.
318
3192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
322        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
323        compile.am
324
3252000-08-10      Joel Sherrill <joel@OARcorp.com>
326
327        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.