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

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

2003-08-11 Ralf Corsepius <corsepiu@…>

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 6.4 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
8        Remove cpp, old_cpp (now unused).
9
102003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * configure.ac: Remove AC_CONFIG_AUX_DIR.
13
142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
17
182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.ac: AC_PREREQ(2.57).
21
222003-01-28      Joel Sherrill <joel@OARcorp.com>
23
24        * include/DP8570A.h, include/bsp.h, start/start.c,
25        startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init()
26        to avoid conflict with TCP/IP stack internal routine.
27
282003-01-20      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds*: Add FreeBSD sysctl() sections.
31
322002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40
412002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * start/Makefile.am: Use install-data-local to install startfile.
44
452002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
48
492002-11-02      Joel Sherrill <joel@OARcorp.com>
50
51        * console/console.c, start/start.c: Removed warnings.
52
532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * .cvsignore: Reformat.
56        Add autom4te*cache.
57        Remove autom4te.cache.
58
592002-08-21      Joel Sherrill <joel@OARcorp.com>
60
61        * wrapup/Makefile.am: PR217 required that the idle task be moved to
62        libcpu so it could be more acutely aware of the CPU model.  This
63        file was modified to pick up the idle task from there.
64
652002-08-21      Joel Sherrill <joel@OARcorp.com>
66
67        * bsp_specs: Added support for -nostdlibs.
68
692002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
77        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
78
792002-08-05      Joel Sherrill <joel@OARcorp.com>
80
81        * Per PR260 eliminate use of make-target-options.  This impacted
82        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
83        SuperCore and required that the m68k optimized memcpy be moved
84        to libcpu.
85        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
86
872002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * start/Makefile.am: Eliminate PGM.
90        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
91
922002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
95
962002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
99        Remove $(OBJS) from all-local.
100
1012002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
104
1052001-05-09      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/linkcmds: In support of gcc 3.1, added one of more
108        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
109        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
110        and direction of segments to memory regions may also have been
111        addressed.  This was a sweep across all BSPs.
112 
1132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac:
116        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
117        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
118        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
127
1282001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
131        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
132
1332001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
136
1372001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
140        * configure.in: Remove.
141        * configure.ac: New file, generated from configure.in by autoupdate.
142
1432001-09-27      Joel Sherrill <joel@OARcorp.com>
144
145        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
146
1472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * include/Makefile.am: Use 'CLEANFILES ='.
150        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
151
1522001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * include/Makefile.am: Fix typo in include_HEADERS.
155
1562001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * configure.in: Add bspopts.h.
159        * include/.cvsignore: Add bspopts.h*, stamp-h*.
160        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
161        * include/bsp.h: Include bspopts.h.
162
1632001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
164
165        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
166
1672000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
170
1712000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
174
1752000-11-01      Joel Sherrill <joel@OARcorp.com>
176
177        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
178        and libcsupport.h moved from libc to lib/include/rtems and
179        now must be referenced as <rtems/XXX.h>.   Header file order
180        was cleaned up while doing this.
181
1822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
185        Switch to GNU canonicalization.
186
1872000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
188
189        * startup/linkcmds: Added lines so DWARF debug information
190        would be available.  Otherwise gdb complains that the offsets
191        for the debug info are incorrect and doesn't load the files.
192
1932000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
194
195        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
196        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
197        wrapup/Makefile.am: Include compile.am
198
1992000-08-10      Joel Sherrill <joel@OARcorp.com>
200
201        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.