source: rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog @ 914d5ea

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

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • spurious/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 8.7 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        * spurious/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        * spurious/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-15      Joel Sherrill <joel@OARcorp.com>
33
34        PR 483/bsps
35        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
36        cannot be installed until RTEMS has initialized the vector table.
37
382003-09-04      Joel Sherrill <joel@OARcorp.com>
39
40        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
41        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
42        timer/timer.c: URL for license changed.
43
442003-08-20      Joel Sherrill <joel@OARcorp.com>
45
46        * console/console.c: Correct copyright statements.
47
482003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reflect having moved aclocal/.
51
522003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * Makefile.am: Reflect having moved automake/.
55        * clock/Makefile.am: Reflect having moved automake/.
56        * console/Makefile.am: Reflect having moved automake/.
57        * include/Makefile.am: Reflect having moved automake/.
58        * spurious/Makefile.am: Reflect having moved automake/.
59        * start/Makefile.am: Reflect having moved automake/.
60        * startup/Makefile.am: Reflect having moved automake/.
61        * timer/Makefile.am: Reflect having moved automake/.
62        * wrapup/Makefile.am: Reflect having moved automake/.
63
642003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        PR 452/bsps
67        * startup/Makefile.am: Remove USE_INIT_FINI.
68
692003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
72
732003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        PR 445/bsps
76        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
77        Remove cpp, old_cpp (now unused).
78
792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Remove AC_CONFIG_AUX_DIR.
82
832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
86
872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: AC_PREREQ(2.57).
90
912003-01-20      Duane Gustavus <duane@unt.edu>
92
93        * console/sci.c, include/mrm332.h, startup/linkcmds,
94        startup/linkcmds_ROM: Various updates to make this run properly
95        from ROM.
96
972002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
100        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
101        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
102        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
103        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
104        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
105
1062002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * start/Makefile.am: Use install-data-local to install startfile.
109
1102002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
113
1142002-11-04      Joel Sherrill <joel@OARcorp.com>
115
116        * console/sci.c, spurious/spinit.c: Removed warnings.
117
1182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * .cvsignore: Reformat.
121        Add autom4te*cache.
122        Remove autom4te.cache.
123
1242002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
127
1282002-08-21      Joel Sherrill <joel@OARcorp.com>
129
130        * wrapup/Makefile.am: PR217 required that the idle task be moved to
131        libcpu so it could be more acutely aware of the CPU model.  This
132        file was modified to pick up the idle task from there.
133
1342002-08-21      Joel Sherrill <joel@OARcorp.com>
135
136        * bsp_specs: Added support for -nostdlibs.
137
1382002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
141        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
142        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
143        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
144        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
145        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
146        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
147
1482002-08-05      Joel Sherrill <joel@OARcorp.com>
149
150        * Per PR260 eliminate use of make-target-options.  This impacted
151        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
152        SuperCore and required that the m68k optimized memcpy be moved
153        to libcpu.
154        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
155
1562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * start/Makefile.am: Eliminate PGM.
159        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
160
1612002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
162
163        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
164
1652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
168        Remove $(OBJS) from all-local.
169
1702002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
173
1742001-05-09      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/linkcmds: In support of gcc 3.1, added one of more
177        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
178        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
179        and direction of segments to memory regions may also have been
180        addressed.  This was a sweep across all BSPs.
181 
1822002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * configure.ac:
185        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
186        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
187        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
190        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
191        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
192        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
193        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
194        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
195        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
196
1972002-02-28      Mike Panetta <ahuitzot@mindspring.com>
198
199        * console/sci.c, console/sci.h,
200        console/console.c: Added new SCI driver.
201        * start/start.c: Removed file.
202        * start/start.S: New file, the asm portion of the updated start code.
203        * start/configure.am: Added start.S, removed start.c
204        * startup/start_c.c: New file, the C portion of the updated start code.         Contains most of the code that was in the old start.c.
205        * startup/configure.am: Added start_c.c to C_FILES.
206        * include/bsp.h: Added include <rtems/bspIo.h>
207
2082001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
211
2122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
215        * configure.in: Remove.
216        * configure.ac: New file, generated from configure.in by autoupdate.
217
2182001-09-27      Joel Sherrill <joel@OARcorp.com>
219
220        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
221
2222001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
225
2262001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * configure.in: Add bspopts.h.
229        * include/.cvsignore: Add bspopts.h*, stamp-h*.
230        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
231        * include/bsp.h: Include bspopts.h.
232
2332001-05-25      Joel Sherrill <joel@OARcorp.com>
234
235        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
236        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
237        wrapup/Makefile.am: Modified to include compile.am.
238        * startup/bspstart.c: Removed include of <libcsupport.h>
239
2402000-05-25      Matt Cross <profesor@gweep.net>
241
242        * New MRM332 BSP for the Mini RoboMind board based
243        on the 68332 microcontroller designed and build by Mark
244        Castelluccio.  For details on the MRM see http://www.robominds.com.
245        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
246        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
247        console/.cvsignore, console/Makefile.am, console/console.c,
248        include/.cvsignore, include/Makefile.am, include/bsp.h,
249        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
250        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
251        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
252        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
253        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
254        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
255        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
256
Note: See TracBrowser for help on using the repository browser.