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

Last change on this file since b18646c9 was b18646c9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/06/03 at 10:45:24

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

  • configure.ac: Remove AC_CONFIG_AUX_DIR.
  • Property mode set to 100644
File size: 6.2 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132003-01-28      Joel Sherrill <joel@OARcorp.com>
14
15        * include/DP8570A.h, include/bsp.h, start/start.c,
16        startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init()
17        to avoid conflict with TCP/IP stack internal routine.
18
192003-01-20      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds*: Add FreeBSD sysctl() sections.
22
232002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
30        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31
322002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * start/Makefile.am: Use install-data-local to install startfile.
35
362002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39
402002-11-02      Joel Sherrill <joel@OARcorp.com>
41
42        * console/console.c, start/start.c: Removed warnings.
43
442002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * .cvsignore: Reformat.
47        Add autom4te*cache.
48        Remove autom4te.cache.
49
502002-08-21      Joel Sherrill <joel@OARcorp.com>
51
52        * wrapup/Makefile.am: PR217 required that the idle task be moved to
53        libcpu so it could be more acutely aware of the CPU model.  This
54        file was modified to pick up the idle task from there.
55
562002-08-21      Joel Sherrill <joel@OARcorp.com>
57
58        * bsp_specs: Added support for -nostdlibs.
59
602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
69
702002-08-05      Joel Sherrill <joel@OARcorp.com>
71
72        * Per PR260 eliminate use of make-target-options.  This impacted
73        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
74        SuperCore and required that the m68k optimized memcpy be moved
75        to libcpu.
76        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
77
782002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Eliminate PGM.
81        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
82
832002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
86
872002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
90        Remove $(OBJS) from all-local.
91
922002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
95
962001-05-09      Joel Sherrill <joel@OARcorp.com>
97
98        * startup/linkcmds: In support of gcc 3.1, added one of more
99        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
100        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
101        and direction of segments to memory regions may also have been
102        addressed.  This was a sweep across all BSPs.
103 
1042002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * configure.ac:
107        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
108        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
109        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
118
1192001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
122        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
123
1242001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
127
1282001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
131        * configure.in: Remove.
132        * configure.ac: New file, generated from configure.in by autoupdate.
133
1342001-09-27      Joel Sherrill <joel@OARcorp.com>
135
136        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
137
1382001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * include/Makefile.am: Use 'CLEANFILES ='.
141        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
142
1432001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * include/Makefile.am: Fix typo in include_HEADERS.
146
1472001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
148
149        * configure.in: Add bspopts.h.
150        * include/.cvsignore: Add bspopts.h*, stamp-h*.
151        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
152        * include/bsp.h: Include bspopts.h.
153
1542001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
155
156        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
157
1582000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
161
1622000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
165
1662000-11-01      Joel Sherrill <joel@OARcorp.com>
167
168        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
169        and libcsupport.h moved from libc to lib/include/rtems and
170        now must be referenced as <rtems/XXX.h>.   Header file order
171        was cleaned up while doing this.
172
1732000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
176        Switch to GNU canonicalization.
177
1782000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
179
180        * startup/linkcmds: Added lines so DWARF debug information
181        would be available.  Otherwise gdb complains that the offsets
182        for the debug info are incorrect and doesn't load the files.
183
1842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
187        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
188        wrapup/Makefile.am: Include compile.am
189
1902000-08-10      Joel Sherrill <joel@OARcorp.com>
191
192        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.