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

4.104.114.84.95
Last change on this file since c483a4e was c483a4e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/03 at 06:22:53

Fix broken ChangeLog? entries.

  • Property mode set to 100644
File size: 7.1 KB
Line 
12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Reflect having moved automake/.
4        * clock/Makefile.am: Reflect having moved automake/.
5        * console/Makefile.am: Reflect having moved automake/.
6        * include/Makefile.am: Reflect having moved automake/.
7        * spurious/Makefile.am: Reflect having moved automake/.
8        * start/Makefile.am: Reflect having moved automake/.
9        * startup/Makefile.am: Reflect having moved automake/.
10        * timer/Makefile.am: Reflect having moved automake/.
11        * wrapup/Makefile.am: Reflect having moved automake/.
12
132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        PR 452/bsps
16        * startup/Makefile.am: Remove USE_INIT_FINI.
17
182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
21
222003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        PR 445/bsps
25        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
26        Remove cpp, old_cpp (now unused).
27
282003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Remove AC_CONFIG_AUX_DIR.
31
322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
35
362003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac: AC_PREREQ(2.57).
39
402003-01-28      Joel Sherrill <joel@OARcorp.com>
41
42        * include/DP8570A.h, include/bsp.h, start/start.c,
43        startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init()
44        to avoid conflict with TCP/IP stack internal routine.
45
462003-01-20      Joel Sherrill <joel@OARcorp.com>
47
48        * startup/linkcmds*: Add FreeBSD sysctl() sections.
49
502002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
53        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
54        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
55        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
56        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
58
592002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * start/Makefile.am: Use install-data-local to install startfile.
62
632002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66
672002-11-02      Joel Sherrill <joel@OARcorp.com>
68
69        * console/console.c, start/start.c: Removed warnings.
70
712002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * .cvsignore: Reformat.
74        Add autom4te*cache.
75        Remove autom4te.cache.
76
772002-08-21      Joel Sherrill <joel@OARcorp.com>
78
79        * wrapup/Makefile.am: PR217 required that the idle task be moved to
80        libcpu so it could be more acutely aware of the CPU model.  This
81        file was modified to pick up the idle task from there.
82
832002-08-21      Joel Sherrill <joel@OARcorp.com>
84
85        * bsp_specs: Added support for -nostdlibs.
86
872002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
90        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
91        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
92        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
96
972002-08-05      Joel Sherrill <joel@OARcorp.com>
98
99        * Per PR260 eliminate use of make-target-options.  This impacted
100        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
101        SuperCore and required that the m68k optimized memcpy be moved
102        to libcpu.
103        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
104
1052002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * start/Makefile.am: Eliminate PGM.
108        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
109
1102002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
113
1142002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
117        Remove $(OBJS) from all-local.
118
1192002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
122
1232001-05-09      Joel Sherrill <joel@OARcorp.com>
124
125        * startup/linkcmds: In support of gcc 3.1, added one of more
126        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
127        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
128        and direction of segments to memory regions may also have been
129        addressed.  This was a sweep across all BSPs.
130 
1312002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * configure.ac:
134        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
135        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
136        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
145
1462001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
149        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
150
1512001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
154
1552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
158        * configure.in: Remove.
159        * configure.ac: New file, generated from configure.in by autoupdate.
160
1612001-09-27      Joel Sherrill <joel@OARcorp.com>
162
163        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
164
1652001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * include/Makefile.am: Use 'CLEANFILES ='.
168        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
169
1702001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * include/Makefile.am: Fix typo in include_HEADERS.
173
1742001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.in: Add bspopts.h.
177        * include/.cvsignore: Add bspopts.h*, stamp-h*.
178        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
179        * include/bsp.h: Include bspopts.h.
180
1812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
182
183        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
184
1852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
188
1892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
192
1932000-11-01      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
196        and libcsupport.h moved from libc to lib/include/rtems and
197        now must be referenced as <rtems/XXX.h>.   Header file order
198        was cleaned up while doing this.
199
2002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
203        Switch to GNU canonicalization.
204
2052000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
206
207        * startup/linkcmds: Added lines so DWARF debug information
208        would be available.  Otherwise gdb complains that the offsets
209        for the debug info are incorrect and doesn't load the files.
210
2112000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
214        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
215        wrapup/Makefile.am: Include compile.am
216
2172000-08-10      Joel Sherrill <joel@OARcorp.com>
218
219        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.