source: rtems/c/src/lib/libbsp/m68k/gen68360/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.9 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        * console/console.c, console/consolereserveresources.c, include/bsp.h,
15        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
16        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-21      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 linkcmds.prom
124        linkcmds.bootp.
125
1262002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
129        Remove $(OBJS) from all-local.
130
1312002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
134
1352002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
136
137        * startup/Makefile.am: Compile the m68k gdb stub and glue.
138
1392002-05-14      Eric Norum <eric.norum@usask.ca>
140
141        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
142        sections needed by gcc 3.1.  linkcmds had already been fixed on
143        a gcc 3.1 clean up sweep.
144
1452001-05-09      Joel Sherrill <joel@OARcorp.com>
146
147        * startup/linkcmds: In support of gcc 3.1, added one of more
148        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
149        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
150        and direction of segments to memory regions may also have been
151        addressed.  This was a sweep across all BSPs.
152 
1532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * configure.ac:
156        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
157        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
158        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
167
1682001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
171
1722001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
175        * configure.in: Remove.
176        * configure.ac: New file, generated from configure.in by autoupdate.
177
1782001-09-27      Joel Sherrill <joel@OARcorp.com>
179
180        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
181
1822001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
185
1862001-09-14      Eric Norum <eric.norum@usask.ca>
187
188        * startup/init68360.c: Modifications to make gcc 3.x happy.
189
1902001-09-19      Eric Norum <eric.norum@usask.ca>
191
192        * README: Bring it more in line with reality.
193
1942001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.in: Add bspopts.h.
197        * include/.cvsignore: Add bspopts.h*, stamp-h*.
198        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
199        * include/bsp.h: Include bspopts.h.
200
2012001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
202
203        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
204
2052001-01-12      Eric Norum <eric.norum@usask.ca>
206
207        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
208        Clock driver updated to use shell driver mechanism.
209        * clock/ckinit.c: Removed.
210        * clock/clock.c: New file.
211
2122000-12-19      Joel Sherrill <joel@OARcorp.com>
213
214        * Makefile.am: Removed unneeded blank line.
215
2162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
219
2202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
223
2242000-11-01      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
227        and libcsupport.h moved from libc to lib/include/rtems and
228        now must be referenced as <rtems/XXX.h>.   Header file order
229        was cleaned up while doing this.
230
2312000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
234        Switch to GNU canonicalization.
235
2362000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
237
238        * startup/linkcmds: Added lines so DWARF debug information
239        would be available.  Otherwise gdb complains that the offsets
240        for the debug info are incorrect and doesn't load the files.
241
2422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
245        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
246        wrapup/Makefile.am: Include compile.am
247
2482000-08-10      Joel Sherrill <joel@OARcorp.com>
249
250        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.