source: rtems/c/src/lib/libbsp/m68k/gen68360/ChangeLog @ 7bf622e7

4.104.114.84.95
Last change on this file since 7bf622e7 was 7bf622e7, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 07:33:25

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • network/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 8.6 KB
Line 
12003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Add preinstallation dirstamp support.
4        * clock/Makefile.am: Cosmetics.
5        * console/Makefile.am: Cosmetics.
6        * network/Makefile.am: Cosmetics.
7        * startup/Makefile.am: Cosmetics.
8        * timer/Makefile.am: Cosmetics.
9        * wrapup/Makefile.am: Cosmetics.
10
112003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * clock/Makefile.am: Remove all-local: $(ARCH).
14        * console/Makefile.am: Remove all-local: $(ARCH).
15        * network/Makefile.am: Remove all-local: $(ARCH).
16        * start/Makefile.am: Remove all-local: $(ARCH).
17        * startup/Makefile.am: Remove all-local: $(ARCH).
18        * timer/Makefile.am: Remove all-local: $(ARCH).
19        * wrapup/Makefile.am: Remove all-local: $(ARCH).
20
212003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
22
23        * Makefile.am: Merge-in include/Makefile.am.
24        Reflect changes to bsp.am.
25        * include/Makefile.am: Remove.
26        * configure.ac: Reflect changes above.
27
282003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * bsp_specs: Remove *lib:.
31
322003-09-04      Joel Sherrill <joel@OARcorp.com>
33
34        * console/console.c, console/consolereserveresources.c, include/bsp.h,
35        start/start.S, startup/bspclean.c, startup/bspstart.c, timer/timer.c:
36        URL for license changed.
37
382003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * Makefile.am: Reflect having moved aclocal/.
41
422003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Reflect having moved automake/.
45        * clock/Makefile.am: Reflect having moved automake/.
46        * console/Makefile.am: Reflect having moved automake/.
47        * include/Makefile.am: Reflect having moved automake/.
48        * network/Makefile.am: Reflect having moved automake/.
49        * start/Makefile.am: Reflect having moved automake/.
50        * startup/Makefile.am: Reflect having moved automake/.
51        * timer/Makefile.am: Reflect having moved automake/.
52        * wrapup/Makefile.am: Reflect having moved automake/.
53
542003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        PR 452/bsps
57        * startup/Makefile.am: Remove USE_INIT_FINI.
58
592003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
62
632003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        PR 445/bsps
66        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
67        Remove cpp, old_cpp (now unused).
68
692003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove AC_CONFIG_AUX_DIR.
72
732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
76
772003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * configure.ac: AC_PREREQ(2.57).
80
812003-01-20      Joel Sherrill <joel@OARcorp.com>
82
83        * startup/linkcmds*: Add FreeBSD sysctl() sections.
84
852002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
90        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
92        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93
942002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * start/Makefile.am: Use install-data-local to install startfile.
97
982002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
101
1022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * .cvsignore: Reformat.
105        Add autom4te*cache.
106        Remove autom4te.cache.
107
1082002-08-21      Joel Sherrill <joel@OARcorp.com>
109
110        * wrapup/Makefile.am: PR217 required that the idle task be moved to
111        libcpu so it could be more acutely aware of the CPU model.  This
112        file was modified to pick up the idle task from there.
113
1142002-08-21      Joel Sherrill <joel@OARcorp.com>
115
116        * bsp_specs: Added support for -nostdlibs.
117
1182002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
125        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
126        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
127
1282002-08-05      Joel Sherrill <joel@OARcorp.com>
129
130        * Per PR260 eliminate use of make-target-options.  This impacted
131        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
132        SuperCore and required that the m68k optimized memcpy be moved
133        to libcpu.
134        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
135
1362002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * start/Makefile.am: Eliminate PGM.
139        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
140
1412002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds.prom
144        linkcmds.bootp.
145
1462002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
149        Remove $(OBJS) from all-local.
150
1512002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
154
1552002-06-25      Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
156
157        * startup/Makefile.am: Compile the m68k gdb stub and glue.
158
1592002-05-14      Eric Norum <eric.norum@usask.ca>
160
161        * startup/linkcmds.bootp, startup/linkcmds.prom: Per PR192 add
162        sections needed by gcc 3.1.  linkcmds had already been fixed on
163        a gcc 3.1 clean up sweep.
164
1652001-05-09      Joel Sherrill <joel@OARcorp.com>
166
167        * startup/linkcmds: In support of gcc 3.1, added one of more
168        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
169        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
170        and direction of segments to memory regions may also have been
171        addressed.  This was a sweep across all BSPs.
172 
1732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.ac:
176        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
177        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
178        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
187
1882001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
189
190        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
191
1922001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
195        * configure.in: Remove.
196        * configure.ac: New file, generated from configure.in by autoupdate.
197
1982001-09-27      Joel Sherrill <joel@OARcorp.com>
199
200        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
201
2022001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
205
2062001-09-14      Eric Norum <eric.norum@usask.ca>
207
208        * startup/init68360.c: Modifications to make gcc 3.x happy.
209
2102001-09-19      Eric Norum <eric.norum@usask.ca>
211
212        * README: Bring it more in line with reality.
213
2142001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.in: Add bspopts.h.
217        * include/.cvsignore: Add bspopts.h*, stamp-h*.
218        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
219        * include/bsp.h: Include bspopts.h.
220
2212001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
222
223        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
224
2252001-01-12      Eric Norum <eric.norum@usask.ca>
226
227        * README, clock/Makefile.am, clock/ckinit.c, clock/clock.c:
228        Clock driver updated to use shell driver mechanism.
229        * clock/ckinit.c: Removed.
230        * clock/clock.c: New file.
231
2322000-12-19      Joel Sherrill <joel@OARcorp.com>
233
234        * Makefile.am: Removed unneeded blank line.
235
2362000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
239
2402000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
243
2442000-11-01      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
247        and libcsupport.h moved from libc to lib/include/rtems and
248        now must be referenced as <rtems/XXX.h>.   Header file order
249        was cleaned up while doing this.
250
2512000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
254        Switch to GNU canonicalization.
255
2562000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
257
258        * startup/linkcmds: Added lines so DWARF debug information
259        would be available.  Otherwise gdb complains that the offsets
260        for the debug info are incorrect and doesn't load the files.
261
2622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * clock/Makefile.am, console/Makefile.am, network/Makefile.am,
265        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
266        wrapup/Makefile.am: Include compile.am
267
2682000-08-10      Joel Sherrill <joel@OARcorp.com>
269
270        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.