source: rtems/c/src/lib/libbsp/m68k/mrm332/ChangeLog @ 13cc6be7

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

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

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • spurious/Makefile.am: Remove all-local: $(ARCH).
  • start/Makefile.am: Remove all-local: $(ARCH).
  • startup/Makefile.am: Remove all-local: $(ARCH).
  • timer/Makefile.am: Remove all-local: $(ARCH).
  • wrapup/Makefile.am: Remove all-local: $(ARCH).
  • Property mode set to 100644
File size: 8.4 KB
Line 
12003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * clock/Makefile.am: Remove all-local: $(ARCH).
4        * console/Makefile.am: Remove all-local: $(ARCH).
5        * spurious/Makefile.am: Remove all-local: $(ARCH).
6        * start/Makefile.am: Remove all-local: $(ARCH).
7        * startup/Makefile.am: Remove all-local: $(ARCH).
8        * timer/Makefile.am: Remove all-local: $(ARCH).
9        * wrapup/Makefile.am: Remove all-local: $(ARCH).
10
112003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Merge-in include/Makefile.am.
14        Reflect changes to bsp.am.
15        * include/Makefile.am: Remove.
16        * configure.ac: Reflect changes above.
17
182003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * bsp_specs: Remove *lib:.
21
222003-09-15      Joel Sherrill <joel@OARcorp.com>
23
24        PR 483/bsps
25        * startup/bspstart.c, startup/start_c.c: Spurious interrupt handlers
26        cannot be installed until RTEMS has initialized the vector table.
27
282003-09-04      Joel Sherrill <joel@OARcorp.com>
29
30        * clock/ckinit.c, console/console.c, include/bsp.h, misc/interr.c,
31        spurious/spinit.c, startup/bspclean.c, startup/bspstart.c,
32        timer/timer.c: URL for license changed.
33
342003-08-20      Joel Sherrill <joel@OARcorp.com>
35
36        * console/console.c: Correct copyright statements.
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        * spurious/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      Duane Gustavus <duane@unt.edu>
82
83        * console/sci.c, include/mrm332.h, startup/linkcmds,
84        startup/linkcmds_ROM: Various updates to make this run properly
85        from ROM.
86
872002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
90        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
91        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
92        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
93        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
94        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
95
962002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: Use install-data-local to install startfile.
99
1002002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
103
1042002-11-04      Joel Sherrill <joel@OARcorp.com>
105
106        * console/sci.c, spurious/spinit.c: Removed warnings.
107
1082002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * .cvsignore: Reformat.
111        Add autom4te*cache.
112        Remove autom4te.cache.
113
1142002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
117
1182002-08-21      Joel Sherrill <joel@OARcorp.com>
119
120        * wrapup/Makefile.am: PR217 required that the idle task be moved to
121        libcpu so it could be more acutely aware of the CPU model.  This
122        file was modified to pick up the idle task from there.
123
1242002-08-21      Joel Sherrill <joel@OARcorp.com>
125
126        * bsp_specs: Added support for -nostdlibs.
127
1282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
131        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
132        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
133        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
134        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
135        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
136        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
137
1382002-08-05      Joel Sherrill <joel@OARcorp.com>
139
140        * Per PR260 eliminate use of make-target-options.  This impacted
141        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
142        SuperCore and required that the m68k optimized memcpy be moved
143        to libcpu.
144        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
145
1462002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * start/Makefile.am: Eliminate PGM.
149        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
150
1512002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
152
153        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
154
1552002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
158        Remove $(OBJS) from all-local.
159
1602002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
163
1642001-05-09      Joel Sherrill <joel@OARcorp.com>
165
166        * startup/linkcmds: In support of gcc 3.1, added one of more
167        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
168        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
169        and direction of segments to memory regions may also have been
170        addressed.  This was a sweep across all BSPs.
171 
1722002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
173
174        * configure.ac:
175        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
176        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
177        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
186
1872002-02-28      Mike Panetta <ahuitzot@mindspring.com>
188
189        * console/sci.c, console/sci.h,
190        console/console.c: Added new SCI driver.
191        * start/start.c: Removed file.
192        * start/start.S: New file, the asm portion of the updated start code.
193        * start/configure.am: Added start.S, removed start.c
194        * 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.
195        * startup/configure.am: Added start_c.c to C_FILES.
196        * include/bsp.h: Added include <rtems/bspIo.h>
197
1982001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
201
2022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
205        * configure.in: Remove.
206        * configure.ac: New file, generated from configure.in by autoupdate.
207
2082001-09-27      Joel Sherrill <joel@OARcorp.com>
209
210        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
211
2122001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
215
2162001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * configure.in: Add bspopts.h.
219        * include/.cvsignore: Add bspopts.h*, stamp-h*.
220        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
221        * include/bsp.h: Include bspopts.h.
222
2232001-05-25      Joel Sherrill <joel@OARcorp.com>
224
225        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
226        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
227        wrapup/Makefile.am: Modified to include compile.am.
228        * startup/bspstart.c: Removed include of <libcsupport.h>
229
2302000-05-25      Matt Cross <profesor@gweep.net>
231
232        * New MRM332 BSP for the Mini RoboMind board based
233        on the 68332 microcontroller designed and build by Mark
234        Castelluccio.  For details on the MRM see http://www.robominds.com.
235        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
236        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
237        console/.cvsignore, console/Makefile.am, console/console.c,
238        include/.cvsignore, include/Makefile.am, include/bsp.h,
239        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
240        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
241        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
242        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
243        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
244        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
245        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
246
Note: See TracBrowser for help on using the repository browser.