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

4.104.114.84.95
Last change on this file since 914d5ea was 914d5ea, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 07:33:39

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • spurious/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 8.9 KB
Line 
12003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add preinstallation dirstamp support.
4        * clock/Makefile.am: Cosmetics.
5        * console/Makefile.am: Cosmetics.
6        * spurious/Makefile.am: Cosmetics.
7        * startup/Makefile.am: Cosmetics.
8        * timer/Makefile.am: Cosmetics.
9        * wrapup/Makefile.am: Cosmetics.
10
112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * clock/Makefile.am: Remove all-local: $(ARCH).
14        * console/Makefile.am: Remove all-local: $(ARCH).
15        * spurious/Makefile.am: Remove all-local: $(ARCH).
16        * start/Makefile.am: Remove all-local: $(ARCH).
17        * startup/Makefile.am: Remove all-local: $(ARCH).
18        * timer/Makefile.am: Remove all-local: $(ARCH).
19        * wrapup/Makefile.am: Remove all-local: $(ARCH).
20
212003-10-02      Joel Sherrill <joel@OARcorp.com>
22
23        PR 503/bsps
24        * clock/ckinit.c, include/bsp.h, startup/efi68k_tcp.c, timer/timer.c:
25        Do not include DP8570A.h from bsp.h but still install it. This avoids
26        polluting the namespace.
27
282003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * Makefile.am: Merge-in include/Makefile.am.
31        Reflect changes to bsp.am.
32        * include/Makefile.am: Remove.
33        * configure.ac: Reflect changes above.
34
352003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * bsp_specs: Remove *lib:.
38
392003-09-15      Joel Sherrill <joel@OARcorp.com>
40
41        PR 483/bsps
42        * start/start.c, startup/bspstart.c: Spurious interrupt handlers cannot
43        be installed until RTEMS has initialized the vector table.
44
452003-09-04      Joel Sherrill <joel@OARcorp.com>
46
47        * clock/ckinit.c, console/console.c, include/16550.h,
48        include/DP8570A.h, include/bsp.h, spurious/spinit.c,
49        startup/bspclean.c, startup/bspstart.c, startup/efi68k_tcp.c,
50        startup/efi68k_wd.c, startup/setvec.c, timer/timer.c: URL for license
51        changed.
52
532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect having moved aclocal/.
56
572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect having moved automake/.
60        * clock/Makefile.am: Reflect having moved automake/.
61        * console/Makefile.am: Reflect having moved automake/.
62        * include/Makefile.am: Reflect having moved automake/.
63        * spurious/Makefile.am: Reflect having moved automake/.
64        * start/Makefile.am: Reflect having moved automake/.
65        * startup/Makefile.am: Reflect having moved automake/.
66        * timer/Makefile.am: Reflect having moved automake/.
67        * wrapup/Makefile.am: Reflect having moved automake/.
68
692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        PR 452/bsps
72        * startup/Makefile.am: Remove USE_INIT_FINI.
73
742003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
77
782003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        PR 445/bsps
81        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
82        Remove cpp, old_cpp (now unused).
83
842003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: Remove AC_CONFIG_AUX_DIR.
87
882003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
89
90        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
91
922003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac: AC_PREREQ(2.57).
95
962003-01-28      Joel Sherrill <joel@OARcorp.com>
97
98        * include/DP8570A.h, include/bsp.h, start/start.c,
99        startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init()
100        to avoid conflict with TCP/IP stack internal routine.
101
1022003-01-20      Joel Sherrill <joel@OARcorp.com>
103
104        * startup/linkcmds*: Add FreeBSD sysctl() sections.
105
1062002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
109        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
110        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
111        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
112        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
113        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
114
1152002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * start/Makefile.am: Use install-data-local to install startfile.
118
1192002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
122
1232002-11-02      Joel Sherrill <joel@OARcorp.com>
124
125        * console/console.c, start/start.c: Removed warnings.
126
1272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * .cvsignore: Reformat.
130        Add autom4te*cache.
131        Remove autom4te.cache.
132
1332002-08-21      Joel Sherrill <joel@OARcorp.com>
134
135        * wrapup/Makefile.am: PR217 required that the idle task be moved to
136        libcpu so it could be more acutely aware of the CPU model.  This
137        file was modified to pick up the idle task from there.
138
1392002-08-21      Joel Sherrill <joel@OARcorp.com>
140
141        * bsp_specs: Added support for -nostdlibs.
142
1432002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
146        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
147        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
148        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
149        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
150        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
151        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
152
1532002-08-05      Joel Sherrill <joel@OARcorp.com>
154
155        * Per PR260 eliminate use of make-target-options.  This impacted
156        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
157        SuperCore and required that the m68k optimized memcpy be moved
158        to libcpu.
159        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
160
1612002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * start/Makefile.am: Eliminate PGM.
164        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
165
1662002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
169
1702002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
173        Remove $(OBJS) from all-local.
174
1752002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
178
1792001-05-09      Joel Sherrill <joel@OARcorp.com>
180
181        * startup/linkcmds: In support of gcc 3.1, added one of more
182        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
183        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
184        and direction of segments to memory regions may also have been
185        addressed.  This was a sweep across all BSPs.
186 
1872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac:
190        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
191        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
192        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
193        * Makefile.am: Remove AUTOMAKE_OPTIONS.
194        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
195        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
196        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
197        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
198        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
199        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
200        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
201
2022001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
205        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
206
2072001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
210
2112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
214        * configure.in: Remove.
215        * configure.ac: New file, generated from configure.in by autoupdate.
216
2172001-09-27      Joel Sherrill <joel@OARcorp.com>
218
219        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
220
2212001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * include/Makefile.am: Use 'CLEANFILES ='.
224        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
225
2262001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * include/Makefile.am: Fix typo in include_HEADERS.
229
2302001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * configure.in: Add bspopts.h.
233        * include/.cvsignore: Add bspopts.h*, stamp-h*.
234        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
235        * include/bsp.h: Include bspopts.h.
236
2372001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
238
239        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
240
2412000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
244
2452000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
246
247        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
248
2492000-11-01      Joel Sherrill <joel@OARcorp.com>
250
251        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
252        and libcsupport.h moved from libc to lib/include/rtems and
253        now must be referenced as <rtems/XXX.h>.   Header file order
254        was cleaned up while doing this.
255
2562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
259        Switch to GNU canonicalization.
260
2612000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
262
263        * startup/linkcmds: Added lines so DWARF debug information
264        would be available.  Otherwise gdb complains that the offsets
265        for the debug info are incorrect and doesn't load the files.
266
2672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
270        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
271        wrapup/Makefile.am: Include compile.am
272
2732000-08-10      Joel Sherrill <joel@OARcorp.com>
274
275        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.