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

4.104.114.84.95
Last change on this file since d688b2c was 2821666f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 14:11:26

2003-09-29 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 8.0 KB
Line 
12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in include/Makefile.am.
4        Reflect changes to bsp.am.
5        * include/Makefile.am: Remove.
6        * configure.ac: Reflect changes above.
7
82003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * bsp_specs: Remove *lib:.
11
122003-09-15      Joel Sherrill <joel@OARcorp.com>
13
14        PR 483/bsps
15        * start/start.c, startup/bspstart.c: Spurious interrupt handlers cannot
16        be installed until RTEMS has initialized the vector table.
17
182003-09-04      Joel Sherrill <joel@OARcorp.com>
19
20        * clock/ckinit.c, console/console.c, include/16550.h,
21        include/DP8570A.h, include/bsp.h, spurious/spinit.c,
22        startup/bspclean.c, startup/bspstart.c, startup/efi68k_tcp.c,
23        startup/efi68k_wd.c, startup/setvec.c, timer/timer.c: URL for license
24        changed.
25
262003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * Makefile.am: Reflect having moved aclocal/.
29
302003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * Makefile.am: Reflect having moved automake/.
33        * clock/Makefile.am: Reflect having moved automake/.
34        * console/Makefile.am: Reflect having moved automake/.
35        * include/Makefile.am: Reflect having moved automake/.
36        * spurious/Makefile.am: Reflect having moved automake/.
37        * start/Makefile.am: Reflect having moved automake/.
38        * startup/Makefile.am: Reflect having moved automake/.
39        * timer/Makefile.am: Reflect having moved automake/.
40        * wrapup/Makefile.am: Reflect having moved automake/.
41
422003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        PR 452/bsps
45        * startup/Makefile.am: Remove USE_INIT_FINI.
46
472003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
50
512003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        PR 445/bsps
54        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
55        Remove cpp, old_cpp (now unused).
56
572003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: Remove AC_CONFIG_AUX_DIR.
60
612003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
64
652003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: AC_PREREQ(2.57).
68
692003-01-28      Joel Sherrill <joel@OARcorp.com>
70
71        * include/DP8570A.h, include/bsp.h, start/start.c,
72        startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init()
73        to avoid conflict with TCP/IP stack internal routine.
74
752003-01-20      Joel Sherrill <joel@OARcorp.com>
76
77        * startup/linkcmds*: Add FreeBSD sysctl() sections.
78
792002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
82        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
83        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
85        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
86        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
87
882002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * start/Makefile.am: Use install-data-local to install startfile.
91
922002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
95
962002-11-02      Joel Sherrill <joel@OARcorp.com>
97
98        * console/console.c, start/start.c: Removed warnings.
99
1002002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * .cvsignore: Reformat.
103        Add autom4te*cache.
104        Remove autom4te.cache.
105
1062002-08-21      Joel Sherrill <joel@OARcorp.com>
107
108        * wrapup/Makefile.am: PR217 required that the idle task be moved to
109        libcpu so it could be more acutely aware of the CPU model.  This
110        file was modified to pick up the idle task from there.
111
1122002-08-21      Joel Sherrill <joel@OARcorp.com>
113
114        * bsp_specs: Added support for -nostdlibs.
115
1162002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
125
1262002-08-05      Joel Sherrill <joel@OARcorp.com>
127
128        * Per PR260 eliminate use of make-target-options.  This impacted
129        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
130        SuperCore and required that the m68k optimized memcpy be moved
131        to libcpu.
132        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
133
1342002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * start/Makefile.am: Eliminate PGM.
137        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
138
1392002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
142
1432002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
146        Remove $(OBJS) from all-local.
147
1482002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
151
1522001-05-09      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/linkcmds: In support of gcc 3.1, added one of more
155        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
156        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
157        and direction of segments to memory regions may also have been
158        addressed.  This was a sweep across all BSPs.
159 
1602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * configure.ac:
163        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
164        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
165        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
174
1752001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
178        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
179
1802001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
183
1842001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
187        * configure.in: Remove.
188        * configure.ac: New file, generated from configure.in by autoupdate.
189
1902001-09-27      Joel Sherrill <joel@OARcorp.com>
191
192        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
193
1942001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * include/Makefile.am: Use 'CLEANFILES ='.
197        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
198
1992001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * include/Makefile.am: Fix typo in include_HEADERS.
202
2032001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.in: Add bspopts.h.
206        * include/.cvsignore: Add bspopts.h*, stamp-h*.
207        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
208        * include/bsp.h: Include bspopts.h.
209
2102001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
211
212        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
213
2142000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
217
2182000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
221
2222000-11-01      Joel Sherrill <joel@OARcorp.com>
223
224        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
225        and libcsupport.h moved from libc to lib/include/rtems and
226        now must be referenced as <rtems/XXX.h>.   Header file order
227        was cleaned up while doing this.
228
2292000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
232        Switch to GNU canonicalization.
233
2342000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
235
236        * startup/linkcmds: Added lines so DWARF debug information
237        would be available.  Otherwise gdb complains that the offsets
238        for the debug info are incorrect and doesn't load the files.
239
2402000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
243        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
244        wrapup/Makefile.am: Include compile.am
245
2462000-08-10      Joel Sherrill <joel@OARcorp.com>
247
248        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.