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

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

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

  • configure.ac: AC_PREREQ(2.57).
  • Property mode set to 100644
File size: 6.0 KB
Line 
12003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: AC_PREREQ(2.57).
4
52003-01-28      Joel Sherrill <joel@OARcorp.com>
6
7        * include/DP8570A.h, include/bsp.h, start/start.c,
8        startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init()
9        to avoid conflict with TCP/IP stack internal routine.
10
112003-01-20      Joel Sherrill <joel@OARcorp.com>
12
13        * startup/linkcmds*: Add FreeBSD sysctl() sections.
14
152002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
18        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
19        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
21        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
22        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23
242002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * start/Makefile.am: Use install-data-local to install startfile.
27
282002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31
322002-11-02      Joel Sherrill <joel@OARcorp.com>
33
34        * console/console.c, start/start.c: Removed warnings.
35
362002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * .cvsignore: Reformat.
39        Add autom4te*cache.
40        Remove autom4te.cache.
41
422002-08-21      Joel Sherrill <joel@OARcorp.com>
43
44        * wrapup/Makefile.am: PR217 required that the idle task be moved to
45        libcpu so it could be more acutely aware of the CPU model.  This
46        file was modified to pick up the idle task from there.
47
482002-08-21      Joel Sherrill <joel@OARcorp.com>
49
50        * bsp_specs: Added support for -nostdlibs.
51
522002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
61
622002-08-05      Joel Sherrill <joel@OARcorp.com>
63
64        * Per PR260 eliminate use of make-target-options.  This impacted
65        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
66        SuperCore and required that the m68k optimized memcpy be moved
67        to libcpu.
68        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
69
702002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * start/Makefile.am: Eliminate PGM.
73        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
74
752002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
78
792002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
82        Remove $(OBJS) from all-local.
83
842002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
87
882001-05-09      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds: In support of gcc 3.1, added one of more
91        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
92        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
93        and direction of segments to memory regions may also have been
94        addressed.  This was a sweep across all BSPs.
95 
962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * configure.ac:
99        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
100        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
101        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
106        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
110
1112001-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu,
114        replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
115
1162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
119
1202001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
123        * configure.in: Remove.
124        * configure.ac: New file, generated from configure.in by autoupdate.
125
1262001-09-27      Joel Sherrill <joel@OARcorp.com>
127
128        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
129
1302001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * include/Makefile.am: Use 'CLEANFILES ='.
133        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
134
1352001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * include/Makefile.am: Fix typo in include_HEADERS.
138
1392001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.in: Add bspopts.h.
142        * include/.cvsignore: Add bspopts.h*, stamp-h*.
143        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
144        * include/bsp.h: Include bspopts.h.
145
1462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
147
148        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
149
1502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
153
1542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
157
1582000-11-01      Joel Sherrill <joel@OARcorp.com>
159
160        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
161        and libcsupport.h moved from libc to lib/include/rtems and
162        now must be referenced as <rtems/XXX.h>.   Header file order
163        was cleaned up while doing this.
164
1652000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
168        Switch to GNU canonicalization.
169
1702000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
171
172        * startup/linkcmds: Added lines so DWARF debug information
173        would be available.  Otherwise gdb complains that the offsets
174        for the debug info are incorrect and doesn't load the files.
175
1762000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
179        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
180        wrapup/Makefile.am: Include compile.am
181
1822000-08-10      Joel Sherrill <joel@OARcorp.com>
183
184        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.