source: rtems/c/src/lib/libbsp/m68k/efi68k/ChangeLog @ 65cf99c

4.104.114.84.95
Last change on this file since 65cf99c 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: 9.7 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        * start/Makefile.am: Misc cleanups and fixes.
23        * startup/Makefile.am: Misc cleanups and fixes.
24        * wrapup/Makefile.am: Misc cleanups and fixes.
25
262003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Add preinstallation dirstamp support.
29        * clock/Makefile.am: Cosmetics.
30        * console/Makefile.am: Cosmetics.
31        * spurious/Makefile.am: Cosmetics.
32        * startup/Makefile.am: Cosmetics.
33        * timer/Makefile.am: Cosmetics.
34        * wrapup/Makefile.am: Cosmetics.
35
362003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * clock/Makefile.am: Remove all-local: $(ARCH).
39        * console/Makefile.am: Remove all-local: $(ARCH).
40        * spurious/Makefile.am: Remove all-local: $(ARCH).
41        * start/Makefile.am: Remove all-local: $(ARCH).
42        * startup/Makefile.am: Remove all-local: $(ARCH).
43        * timer/Makefile.am: Remove all-local: $(ARCH).
44        * wrapup/Makefile.am: Remove all-local: $(ARCH).
45
462003-10-02      Joel Sherrill <joel@OARcorp.com>
47
48        PR 503/bsps
49        * clock/ckinit.c, include/bsp.h, startup/efi68k_tcp.c, timer/timer.c:
50        Do not include DP8570A.h from bsp.h but still install it. This avoids
51        polluting the namespace.
52
532003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Merge-in include/Makefile.am.
56        Reflect changes to bsp.am.
57        * include/Makefile.am: Remove.
58        * configure.ac: Reflect changes above.
59
602003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * bsp_specs: Remove *lib:.
63
642003-09-15      Joel Sherrill <joel@OARcorp.com>
65
66        PR 483/bsps
67        * start/start.c, startup/bspstart.c: Spurious interrupt handlers cannot
68        be installed until RTEMS has initialized the vector table.
69
702003-09-04      Joel Sherrill <joel@OARcorp.com>
71
72        * clock/ckinit.c, console/console.c, include/16550.h,
73        include/DP8570A.h, include/bsp.h, spurious/spinit.c,
74        startup/bspclean.c, startup/bspstart.c, startup/efi68k_tcp.c,
75        startup/efi68k_wd.c, startup/setvec.c, timer/timer.c: URL for license
76        changed.
77
782003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * Makefile.am: Reflect having moved aclocal/.
81
822003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * Makefile.am: Reflect having moved automake/.
85        * clock/Makefile.am: Reflect having moved automake/.
86        * console/Makefile.am: Reflect having moved automake/.
87        * include/Makefile.am: Reflect having moved automake/.
88        * spurious/Makefile.am: Reflect having moved automake/.
89        * start/Makefile.am: Reflect having moved automake/.
90        * startup/Makefile.am: Reflect having moved automake/.
91        * timer/Makefile.am: Reflect having moved automake/.
92        * wrapup/Makefile.am: Reflect having moved automake/.
93
942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        PR 452/bsps
97        * startup/Makefile.am: Remove USE_INIT_FINI.
98
992003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
102
1032003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        PR 445/bsps
106        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
107        Remove cpp, old_cpp (now unused).
108
1092003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Remove AC_CONFIG_AUX_DIR.
112
1132003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
116
1172003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: AC_PREREQ(2.57).
120
1212003-01-28      Joel Sherrill <joel@OARcorp.com>
122
123        * include/DP8570A.h, include/bsp.h, start/start.c,
124        startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init()
125        to avoid conflict with TCP/IP stack internal routine.
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        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
136        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
137        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
138        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
139
1402002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * start/Makefile.am: Use install-data-local to install startfile.
143
1442002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
147
1482002-11-02      Joel Sherrill <joel@OARcorp.com>
149
150        * console/console.c, start/start.c: Removed warnings.
151
1522002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * .cvsignore: Reformat.
155        Add autom4te*cache.
156        Remove autom4te.cache.
157
1582002-08-21      Joel Sherrill <joel@OARcorp.com>
159
160        * wrapup/Makefile.am: PR217 required that the idle task be moved to
161        libcpu so it could be more acutely aware of the CPU model.  This
162        file was modified to pick up the idle task from there.
163
1642002-08-21      Joel Sherrill <joel@OARcorp.com>
165
166        * bsp_specs: Added support for -nostdlibs.
167
1682002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
172        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
173        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
174        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
175        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
176        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
177
1782002-08-05      Joel Sherrill <joel@OARcorp.com>
179
180        * Per PR260 eliminate use of make-target-options.  This impacted
181        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
182        SuperCore and required that the m68k optimized memcpy be moved
183        to libcpu.
184        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
185
1862002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * start/Makefile.am: Eliminate PGM.
189        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
190
1912002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
194
1952002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
198        Remove $(OBJS) from all-local.
199
2002002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
203
2042001-05-09      Joel Sherrill <joel@OARcorp.com>
205
206        * startup/linkcmds: In support of gcc 3.1, added one of more
207        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
208        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
209        and direction of segments to memory regions may also have been
210        addressed.  This was a sweep across all BSPs.
211 
2122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * configure.ac:
215        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
216        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
217        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
221        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
222        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
223        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
224        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
225        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
226
2272001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
230        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
231
2322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
235
2362001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
239        * configure.in: Remove.
240        * configure.ac: New file, generated from configure.in by autoupdate.
241
2422001-09-27      Joel Sherrill <joel@OARcorp.com>
243
244        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
245
2462001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * include/Makefile.am: Use 'CLEANFILES ='.
249        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
250
2512001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * include/Makefile.am: Fix typo in include_HEADERS.
254
2552001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.in: Add bspopts.h.
258        * include/.cvsignore: Add bspopts.h*, stamp-h*.
259        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
260        * include/bsp.h: Include bspopts.h.
261
2622001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
263
264        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
265
2662000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
269
2702000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
273
2742000-11-01      Joel Sherrill <joel@OARcorp.com>
275
276        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
277        and libcsupport.h moved from libc to lib/include/rtems and
278        now must be referenced as <rtems/XXX.h>.   Header file order
279        was cleaned up while doing this.
280
2812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
284        Switch to GNU canonicalization.
285
2862000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
287
288        * startup/linkcmds: Added lines so DWARF debug information
289        would be available.  Otherwise gdb complains that the offsets
290        for the debug info are incorrect and doesn't load the files.
291
2922000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
295        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
296        wrapup/Makefile.am: Include compile.am
297
2982000-08-10      Joel Sherrill <joel@OARcorp.com>
299
300        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.