source: rtems/c/src/lib/libbsp/m68k/gen68340/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.1 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/Modif_cpu_asm.S, console/console.c,
15        console/m340uart.c, include/bsp.h, include/m340timer.h,
16        include/m340uart.h, start/start.S, start/startfor340only.S,
17        startup/bspclean.c, startup/bspstart.c, startup/dumpanic.c,
18        timer/timer.c: URL for license changed.
19
202003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * Makefile.am: Reflect having moved aclocal/.
23
242003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Reflect having moved automake/.
27        * clock/Makefile.am: Reflect having moved automake/.
28        * console/Makefile.am: Reflect having moved automake/.
29        * include/Makefile.am: Reflect having moved automake/.
30        * start/Makefile.am: Reflect having moved automake/.
31        * startup/Makefile.am: Reflect having moved automake/.
32        * timer/Makefile.am: Reflect having moved automake/.
33        * wrapup/Makefile.am: Reflect having moved automake/.
34
352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        PR 452/bsps
38        * startup/Makefile.am: Remove USE_INIT_FINI.
39
402003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
43
442003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        PR 445/bsps
47        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
48        Remove cpp, old_cpp (now unused).
49
502003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * configure.ac: Remove AC_CONFIG_AUX_DIR.
53
542003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
57
582003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: AC_PREREQ(2.57).
61
622003-01-20      Joel Sherrill <joel@OARcorp.com>
63
64        * startup/linkcmds*: Add FreeBSD sysctl() sections.
65
662002-12-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
69        * console/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-11-04      Joel Sherrill <joel@OARcorp.com>
83
84        * console/console.c, console/m340uart.c: Removed warnings.
85
862002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * .cvsignore: Reformat.
89        Add autom4te*cache.
90        Remove autom4te.cache.
91
922002-08-21      Joel Sherrill <joel@OARcorp.com>
93
94        * wrapup/Makefile.am: PR217 required that the idle task be moved to
95        libcpu so it could be more acutely aware of the CPU model.  This
96        file was modified to pick up the idle task from there.
97
982002-08-21      Joel Sherrill <joel@OARcorp.com>
99
100        * bsp_specs: Added support for -nostdlibs.
101
1022002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
110
1112002-08-05      Joel Sherrill <joel@OARcorp.com>
112
113        * Per PR260 eliminate use of make-target-options.  This impacted
114        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
115        SuperCore and required that the m68k optimized memcpy be moved
116        to libcpu.
117        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
118
1192002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * start/Makefile.am: Eliminate PGM.
122        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
123
1242002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
127
1282002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
131        Remove $(OBJS) from all-local.
132
1332002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
136
1372001-05-09      Joel Sherrill <joel@OARcorp.com>
138
139        * startup/linkcmds: In support of gcc 3.1, added one of more
140        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
141        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
142        and direction of segments to memory regions may also have been
143        addressed.  This was a sweep across all BSPs.
144 
1452002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * configure.ac:
148        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
149        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
150        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
158
1592001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
162
1632001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
166        * configure.in: Remove.
167        * configure.ac: New file, generated from configure.in by autoupdate.
168
1692001-09-27      Joel Sherrill <joel@OARcorp.com>
170
171        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
172
1732001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
176
1772001-06-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * include/Makefile.am: Fix typo in include_HEADERS.
180
1812001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.in: Add bspopts.h.
184        * include/.cvsignore: Add bspopts.h*, stamp-h*.
185        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
186        * include/bsp.h: Include bspopts.h.
187
1882001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
189
190        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
191
1922000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
195
1962000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
199
2002000-11-01      Joel Sherrill <joel@OARcorp.com>
201
202        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
203        and libcsupport.h moved from libc to lib/include/rtems and
204        now must be referenced as <rtems/XXX.h>.   Header file order
205        was cleaned up while doing this.
206
2072000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
210        Switch to GNU canonicalization.
211
2122000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
213
214        * startup/linkcmds: Added lines so DWARF debug information
215        would be available.  Otherwise gdb complains that the offsets
216        for the debug info are incorrect and doesn't load the files.
217
2182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * clock/Makefile.am, console/Makefile.am, start/Makefile.am,
221        startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Include
222        compile.am
223
2242000-08-10      Joel Sherrill <joel@OARcorp.com>
225
226        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.