source: rtems/c/src/lib/libbsp/m68k/gen68340/ChangeLog @ 935773b

4.104.114.84.95
Last change on this file since 935773b was 935773b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/03 at 13:30:06

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

  • start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
  • Property mode set to 100644
File size: 8.3 KB
Line 
12003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
4        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
5
62003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
9
102003-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * start/Makefile.am: Misc cleanups and fixes.
13        * startup/Makefile.am: Misc cleanups and fixes.
14        * wrapup/Makefile.am: Misc cleanups and fixes.
15
162003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Add preinstallation dirstamp support.
19        * clock/Makefile.am: Cosmetics.
20        * console/Makefile.am: Cosmetics.
21        * startup/Makefile.am: Cosmetics.
22        * timer/Makefile.am: Cosmetics.
23        * wrapup/Makefile.am: Cosmetics.
24
252003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * clock/Makefile.am: Remove all-local: $(ARCH).
28        * console/Makefile.am: Remove all-local: $(ARCH).
29        * start/Makefile.am: Remove all-local: $(ARCH).
30        * startup/Makefile.am: Remove all-local: $(ARCH).
31        * timer/Makefile.am: Remove all-local: $(ARCH).
32        * wrapup/Makefile.am: Remove all-local: $(ARCH).
33
342003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Merge-in include/Makefile.am.
37        Reflect changes to bsp.am.
38        * include/Makefile.am: Remove.
39        * configure.ac: Reflect changes above.
40
412003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * bsp_specs: Remove *lib:.
44
452003-09-04      Joel Sherrill <joel@OARcorp.com>
46
47        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
48        console/m340uart.c, include/bsp.h, include/m340timer.h,
49        include/m340uart.h, start/start.S, start/startfor340only.S,
50        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
51        timer/timer.c: URL for license changed.
52
532003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        * Makefile.am: Reflect having moved aclocal/.
56
572003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Reflect having moved automake/.
60        * clock/Makefile.am: Reflect having moved automake/.
61        * console/Makefile.am: Reflect having moved automake/.
62        * include/Makefile.am: Reflect having moved automake/.
63        * start/Makefile.am: Reflect having moved automake/.
64        * startup/Makefile.am: Reflect having moved automake/.
65        * timer/Makefile.am: Reflect having moved automake/.
66        * wrapup/Makefile.am: Reflect having moved automake/.
67
682003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        PR 452/bsps
71        * startup/Makefile.am: Remove USE_INIT_FINI.
72
732003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
76
772003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        PR 445/bsps
80        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
81        Remove cpp, old_cpp (now unused).
82
832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: Remove AC_CONFIG_AUX_DIR.
86
872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
90
912003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * configure.ac: AC_PREREQ(2.57).
94
952003-01-20      Joel Sherrill <joel@OARcorp.com>
96
97        * startup/linkcmds*: Add FreeBSD sysctl() sections.
98
992002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
103        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
104        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
105        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
106
1072002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * start/Makefile.am: Use install-data-local to install startfile.
110
1112002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
114
1152002-11-04      Joel Sherrill <joel@OARcorp.com>
116
117        * console/console.c, console/m340uart.c: Removed warnings.
118
1192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * .cvsignore: Reformat.
122        Add autom4te*cache.
123        Remove autom4te.cache.
124
1252002-08-21      Joel Sherrill <joel@OARcorp.com>
126
127        * wrapup/Makefile.am: PR217 required that the idle task be moved to
128        libcpu so it could be more acutely aware of the CPU model.  This
129        file was modified to pick up the idle task from there.
130
1312002-08-21      Joel Sherrill <joel@OARcorp.com>
132
133        * bsp_specs: Added support for -nostdlibs.
134
1352002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
138        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
139        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
140        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
141        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
142        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
143
1442002-08-05      Joel Sherrill <joel@OARcorp.com>
145
146        * Per PR260 eliminate use of make-target-options.  This impacted
147        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
148        SuperCore and required that the m68k optimized memcpy be moved
149        to libcpu.
150        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
151
1522002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/Makefile.am: Eliminate PGM.
155        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
156
1572002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
158
159        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
160
1612002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
164        Remove $(OBJS) from all-local.
165
1662002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
169
1702001-05-09      Joel Sherrill <joel@OARcorp.com>
171
172        * startup/linkcmds: In support of gcc 3.1, added one of more
173        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
174        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
175        and direction of segments to memory regions may also have been
176        addressed.  This was a sweep across all BSPs.
177 
1782002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac:
181        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
182        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
183        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
190        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
191
1922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
195
1962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
199        * configure.in: Remove.
200        * configure.ac: New file, generated from configure.in by autoupdate.
201
2022001-09-27      Joel Sherrill <joel@OARcorp.com>
203
204        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
205
2062001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
209
2102001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * include/Makefile.am: Fix typo in include_HEADERS.
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
2252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
228
2292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
232
2332000-11-01      Joel Sherrill <joel@OARcorp.com>
234
235        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
236        and libcsupport.h moved from libc to lib/include/rtems and
237        now must be referenced as <rtems/XXX.h>.   Header file order
238        was cleaned up while doing this.
239
2402000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
243        Switch to GNU canonicalization.
244
2452000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
246
247        * startup/linkcmds: Added lines so DWARF debug information
248        would be available.  Otherwise gdb complains that the offsets
249        for the debug info are incorrect and doesn't load the files.
250
2512000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
254        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
255        compile.am
256
2572000-08-10      Joel Sherrill <joel@OARcorp.com>
258
259        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.