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

4.104.114.84.95
Last change on this file since d4ee0ce was d4ee0ce, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 07:34:16

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 7.8 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        * startup/Makefile.am: Cosmetics.
7        * timer/Makefile.am: Cosmetics.
8        * wrapup/Makefile.am: Cosmetics.
9
102003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * clock/Makefile.am: Remove all-local: $(ARCH).
13        * console/Makefile.am: Remove all-local: $(ARCH).
14        * start/Makefile.am: Remove all-local: $(ARCH).
15        * startup/Makefile.am: Remove all-local: $(ARCH).
16        * timer/Makefile.am: Remove all-local: $(ARCH).
17        * wrapup/Makefile.am: Remove all-local: $(ARCH).
18
192003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Merge-in include/Makefile.am.
22        Reflect changes to bsp.am.
23        * include/Makefile.am: Remove.
24        * configure.ac: Reflect changes above.
25
262003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * bsp_specs: Remove *lib:.
29
302003-09-04      Joel Sherrill <joel@OARcorp.com>
31
32        * clock/ckinit.c, console/Modif_cpu_asm.S, console/console.c,
33        console/m340uart.c, include/bsp.h, include/m340timer.h,
34        include/m340uart.h, start/start.S, start/startfor340only.S,
35        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
36        timer/timer.c: 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        * start/Makefile.am: Reflect having moved automake/.
49        * startup/Makefile.am: Reflect having moved automake/.
50        * timer/Makefile.am: Reflect having moved automake/.
51        * wrapup/Makefile.am: Reflect having moved automake/.
52
532003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
54
55        PR 452/bsps
56        * startup/Makefile.am: Remove USE_INIT_FINI.
57
582003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
61
622003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        PR 445/bsps
65        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
66        Remove cpp, old_cpp (now unused).
67
682003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Remove AC_CONFIG_AUX_DIR.
71
722003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
75
762003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: AC_PREREQ(2.57).
79
802003-01-20      Joel Sherrill <joel@OARcorp.com>
81
82        * startup/linkcmds*: Add FreeBSD sysctl() sections.
83
842002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
87        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
90        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91
922002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * start/Makefile.am: Use install-data-local to install startfile.
95
962002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
99
1002002-11-04      Joel Sherrill <joel@OARcorp.com>
101
102        * console/console.c, console/m340uart.c: Removed warnings.
103
1042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * .cvsignore: Reformat.
107        Add autom4te*cache.
108        Remove autom4te.cache.
109
1102002-08-21      Joel Sherrill <joel@OARcorp.com>
111
112        * wrapup/Makefile.am: PR217 required that the idle task be moved to
113        libcpu so it could be more acutely aware of the CPU model.  This
114        file was modified to pick up the idle task from there.
115
1162002-08-21      Joel Sherrill <joel@OARcorp.com>
117
118        * bsp_specs: Added support for -nostdlibs.
119
1202002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
125        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
126        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
127        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
128
1292002-08-05      Joel Sherrill <joel@OARcorp.com>
130
131        * Per PR260 eliminate use of make-target-options.  This impacted
132        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
133        SuperCore and required that the m68k optimized memcpy be moved
134        to libcpu.
135        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
136
1372002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * start/Makefile.am: Eliminate PGM.
140        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
141
1422002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
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
1552001-05-09      Joel Sherrill <joel@OARcorp.com>
156
157        * startup/linkcmds: In support of gcc 3.1, added one of more
158        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
159        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
160        and direction of segments to memory regions may also have been
161        addressed.  This was a sweep across all BSPs.
162 
1632002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac:
166        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
167        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
168        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
176
1772001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
180
1812001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
184        * configure.in: Remove.
185        * configure.ac: New file, generated from configure.in by autoupdate.
186
1872001-09-27      Joel Sherrill <joel@OARcorp.com>
188
189        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
190
1912001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
194
1952001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * include/Makefile.am: Fix typo in include_HEADERS.
198
1992001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.in: Add bspopts.h.
202        * include/.cvsignore: Add bspopts.h*, stamp-h*.
203        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
204        * include/bsp.h: Include bspopts.h.
205
2062001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
207
208        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
209
2102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
213
2142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
217
2182000-11-01      Joel Sherrill <joel@OARcorp.com>
219
220        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
221        and libcsupport.h moved from libc to lib/include/rtems and
222        now must be referenced as <rtems/XXX.h>.   Header file order
223        was cleaned up while doing this.
224
2252000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
228        Switch to GNU canonicalization.
229
2302000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
231
232        * startup/linkcmds: Added lines so DWARF debug information
233        would be available.  Otherwise gdb complains that the offsets
234        for the debug info are incorrect and doesn't load the files.
235
2362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
239        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
240        compile.am
241
2422000-08-10      Joel Sherrill <joel@OARcorp.com>
243
244        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.