source: rtems/c/src/lib/libbsp/m68k/gen68302/ChangeLog @ 2821666f

4.104.114.84.95
Last change on this file since 2821666f was 2821666f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 09/29/03 at 14:11:26

2003-09-29 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Merge-in include/Makefile.am. Reflect changes to bsp.am.
  • include/Makefile.am: Remove.
  • configure.ac: Reflect changes above.
  • Property mode set to 100644
File size: 7.6 KB
Line 
12003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Merge-in include/Makefile.am.
4        Reflect changes to bsp.am.
5        * include/Makefile.am: Remove.
6        * configure.ac: Reflect changes above.
7
82003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
9
10        * bsp_specs: Remove *lib:.
11
122003-09-04      Joel Sherrill <joel@OARcorp.com>
13
14        * clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h,
15        start/start.S, startup/bspclean.c, startup/bspstart.c,
16        startup/linkcmds, timer/timer.c: URL for license changed.
17
182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Reflect having moved aclocal/.
21
222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * Makefile.am: Reflect having moved automake/.
25        * clock/Makefile.am: Reflect having moved automake/.
26        * console/Makefile.am: Reflect having moved automake/.
27        * include/Makefile.am: Reflect having moved automake/.
28        * network/Makefile.am: Reflect having moved automake/.
29        * start/Makefile.am: Reflect having moved automake/.
30        * startup/Makefile.am: Reflect having moved automake/.
31        * timer/Makefile.am: Reflect having moved automake/.
32        * wrapup/Makefile.am: Reflect having moved automake/.
33
342003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        PR 452/bsps
37        * startup/Makefile.am: Remove USE_INIT_FINI.
38
392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
42
432003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        PR 445/bsps
46        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
47        Remove cpp, old_cpp (now unused).
48
492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * configure.ac: Remove AC_CONFIG_AUX_DIR.
52
532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
56
572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * configure.ac: AC_PREREQ(2.57).
60
612003-01-20      Joel Sherrill <joel@OARcorp.com>
62
63        * startup/linkcmds*: Add FreeBSD sysctl() sections.
64
652002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
68        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
70        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
72        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
73
742002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * start/Makefile.am: Use install-data-local to install startfile.
77
782002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
81
822002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * .cvsignore: Reformat.
85        Add autom4te*cache.
86        Remove autom4te.cache.
87
882002-08-21      Joel Sherrill <joel@OARcorp.com>
89
90        * wrapup/Makefile.am: PR217 required that the idle task be moved to
91        libcpu so it could be more acutely aware of the CPU model.  This
92        file was modified to pick up the idle task from there.
93
942002-08-21      Joel Sherrill <joel@OARcorp.com>
95
96        * bsp_specs: Added support for -nostdlibs.
97
982002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
107
1082002-08-05      Joel Sherrill <joel@OARcorp.com>
109
110        * Per PR260 eliminate use of make-target-options.  This impacted
111        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
112        SuperCore and required that the m68k optimized memcpy be moved
113        to libcpu.
114        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
115
1162002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * start/Makefile.am: Eliminate PGM.
119        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
120
1212002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
124
1252002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
128        Remove $(OBJS) from all-local.
129
1302002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
131
132        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
133
1342001-05-09      Joel Sherrill <joel@OARcorp.com>
135
136        * startup/linkcmds: In support of gcc 3.1, added one of more
137        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
138        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
139        and direction of segments to memory regions may also have been
140        addressed.  This was a sweep across all BSPs.
141 
1422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * configure.ac:
145        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
146        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
147        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
156
1572001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
160
1612001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
164        * configure.in: Remove.
165        * configure.ac: New file, generated from configure.in by autoupdate.
166
1672001-09-27      Joel Sherrill <joel@OARcorp.com>
168
169        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
170
1712001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
174
1752001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * configure.in: Add bspopts.h.
178        * include/.cvsignore: Add bspopts.h*, stamp-h*.
179        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
180        * include/bsp.h: Include bspopts.h.
181
1822001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
183
184        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
185
1862000-12-14      Joel Sherrill <joel@OARcorp.com>
187
188        * network/network.c: Removed unused variable warnings.
189
1902000-12-11      Joel Sherrill <joel@OARcorp.com>
191
192        * Makefile.am, configure.in, include/Makefile.am,
193        wrapup/Makefile.am: Updated to reflect addition of network driver
194        by  Franck Julien <FranckJ@cxr.fr>.
195        * include/m302_int.h, network/.cvsignore, network/Makefile.am,
196        network/network.c: New file.
197
1982000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
201
2022000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
205
2062000-11-01      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
209        libcsupport.h moved from libc to lib/include/rtems and
210        now must be referenced as <rtems/XXX.h>.   Header file order
211        was cleaned up while doing this.
212
2132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
216        Switch to GNU canonicalization.
217
2182000-10-19  Antti P Miettinen  <anmietti@trshp.ntc.nokia.com>
219
220        * clock/ckinit.c: Do not just set the IMR, OR the enable bit in.
221
2222000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
223
224        * startup/linkcmds: Added lines so DWARF debug information
225        would be available.  Otherwise gdb complains that the offsets
226        for the debug info are incorrect and doesn't load the files.
227
2282000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
231        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
232        compile.am
233
2342000-08-10      Joel Sherrill <joel@OARcorp.com>
235
236        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.