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

4.104.114.84.95
Last change on this file since b35414a was b35414a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/03 at 05:09:48

2003-12-13 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
  • Property mode set to 100644
File size: 9.6 KB
Line 
12003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
4        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
9        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
10
112003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
14
152003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * start/Makefile.am: Misc cleanups and fixes.
18        * startup/Makefile.am: Misc cleanups and fixes.
19        * wrapup/Makefile.am: Misc cleanups and fixes.
20
212003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Add preinstallation dirstamp support.
24        * clock/Makefile.am: Cosmetics.
25        * console/Makefile.am: Cosmetics.
26        * spurious/Makefile.am: Cosmetics.
27        * startup/Makefile.am: Cosmetics.
28        * timer/Makefile.am: Cosmetics.
29        * wrapup/Makefile.am: Cosmetics.
30
312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * clock/Makefile.am: Remove all-local: $(ARCH).
34        * console/Makefile.am: Remove all-local: $(ARCH).
35        * spurious/Makefile.am: Remove all-local: $(ARCH).
36        * start/Makefile.am: Remove all-local: $(ARCH).
37        * startup/Makefile.am: Remove all-local: $(ARCH).
38        * timer/Makefile.am: Remove all-local: $(ARCH).
39        * wrapup/Makefile.am: Remove all-local: $(ARCH).
40
412003-10-02      Joel Sherrill <joel@OARcorp.com>
42
43        PR 503/bsps
44        * clock/ckinit.c, include/bsp.h, startup/efi68k_tcp.c, timer/timer.c:
45        Do not include DP8570A.h from bsp.h but still install it. This avoids
46        polluting the namespace.
47
482003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Merge-in include/Makefile.am.
51        Reflect changes to bsp.am.
52        * include/Makefile.am: Remove.
53        * configure.ac: Reflect changes above.
54
552003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * bsp_specs: Remove *lib:.
58
592003-09-15      Joel Sherrill <joel@OARcorp.com>
60
61        PR 483/bsps
62        * start/start.c, startup/bspstart.c: Spurious interrupt handlers cannot
63        be installed until RTEMS has initialized the vector table.
64
652003-09-04      Joel Sherrill <joel@OARcorp.com>
66
67        * clock/ckinit.c, console/console.c, include/16550.h,
68        include/DP8570A.h, include/bsp.h, spurious/spinit.c,
69        startup/bspclean.c, startup/bspstart.c, startup/efi68k_tcp.c,
70        startup/efi68k_wd.c, startup/setvec.c, timer/timer.c: URL for license
71        changed.
72
732003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Reflect having moved aclocal/.
76
772003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * Makefile.am: Reflect having moved automake/.
80        * clock/Makefile.am: Reflect having moved automake/.
81        * console/Makefile.am: Reflect having moved automake/.
82        * include/Makefile.am: Reflect having moved automake/.
83        * spurious/Makefile.am: Reflect having moved automake/.
84        * start/Makefile.am: Reflect having moved automake/.
85        * startup/Makefile.am: Reflect having moved automake/.
86        * timer/Makefile.am: Reflect having moved automake/.
87        * wrapup/Makefile.am: Reflect having moved automake/.
88
892003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        PR 452/bsps
92        * startup/Makefile.am: Remove USE_INIT_FINI.
93
942003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
97
982003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        PR 445/bsps
101        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
102        Remove cpp, old_cpp (now unused).
103
1042003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac: Remove AC_CONFIG_AUX_DIR.
107
1082003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
111
1122003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: AC_PREREQ(2.57).
115
1162003-01-28      Joel Sherrill <joel@OARcorp.com>
117
118        * include/DP8570A.h, include/bsp.h, start/start.c,
119        startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init()
120        to avoid conflict with TCP/IP stack internal routine.
121
1222003-01-20      Joel Sherrill <joel@OARcorp.com>
123
124        * startup/linkcmds*: Add FreeBSD sysctl() sections.
125
1262002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
129        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
130        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
131        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
132        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
133        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
134
1352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * start/Makefile.am: Use install-data-local to install startfile.
138
1392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
142
1432002-11-02      Joel Sherrill <joel@OARcorp.com>
144
145        * console/console.c, start/start.c: Removed warnings.
146
1472002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * .cvsignore: Reformat.
150        Add autom4te*cache.
151        Remove autom4te.cache.
152
1532002-08-21      Joel Sherrill <joel@OARcorp.com>
154
155        * wrapup/Makefile.am: PR217 required that the idle task be moved to
156        libcpu so it could be more acutely aware of the CPU model.  This
157        file was modified to pick up the idle task from there.
158
1592002-08-21      Joel Sherrill <joel@OARcorp.com>
160
161        * bsp_specs: Added support for -nostdlibs.
162
1632002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
166        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
167        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
168        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
169        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
170        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
171        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
172
1732002-08-05      Joel Sherrill <joel@OARcorp.com>
174
175        * Per PR260 eliminate use of make-target-options.  This impacted
176        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
177        SuperCore and required that the m68k optimized memcpy be moved
178        to libcpu.
179        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
180
1812002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * start/Makefile.am: Eliminate PGM.
184        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
185
1862002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
189
1902002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
193        Remove $(OBJS) from all-local.
194
1952002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
198
1992001-05-09      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/linkcmds: In support of gcc 3.1, added one of more
202        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
203        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
204        and direction of segments to memory regions may also have been
205        addressed.  This was a sweep across all BSPs.
206 
2072002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac:
210        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
211        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
212        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
213        * Makefile.am: Remove AUTOMAKE_OPTIONS.
214        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
215        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
216        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
217        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
218        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
219        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
220        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
221
2222001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
225        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
226
2272001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
230
2312001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
234        * configure.in: Remove.
235        * configure.ac: New file, generated from configure.in by autoupdate.
236
2372001-09-27      Joel Sherrill <joel@OARcorp.com>
238
239        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
240
2412001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * include/Makefile.am: Use 'CLEANFILES ='.
244        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
245
2462001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
247
248        * include/Makefile.am: Fix typo in include_HEADERS.
249
2502001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * configure.in: Add bspopts.h.
253        * include/.cvsignore: Add bspopts.h*, stamp-h*.
254        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
255        * include/bsp.h: Include bspopts.h.
256
2572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
258
259        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
260
2612000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
264
2652000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
268
2692000-11-01      Joel Sherrill <joel@OARcorp.com>
270
271        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
272        and libcsupport.h moved from libc to lib/include/rtems and
273        now must be referenced as <rtems/XXX.h>.   Header file order
274        was cleaned up while doing this.
275
2762000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
279        Switch to GNU canonicalization.
280
2812000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
282
283        * startup/linkcmds: Added lines so DWARF debug information
284        would be available.  Otherwise gdb complains that the offsets
285        for the debug info are incorrect and doesn't load the files.
286
2872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
290        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
291        wrapup/Makefile.am: Include compile.am
292
2932000-08-10      Joel Sherrill <joel@OARcorp.com>
294
295        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.