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

4.104.114.84.95
Last change on this file since d266acd2 was d266acd2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/06/03 at 12:56:55

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

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