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

4.104.114.84.95
Last change on this file since c0c6168 was c0c6168, checked in by Joel Sherrill <joel.sherrill@…>, on 01/20/03 at 20:33:17

2003-01-20 Duane Gustavus <duane@…>

  • console/sci.c, include/mrm332.h, startup/linkcmds, startup/linkcmds_ROM: Various updates to make this run properly from ROM.
  • Property mode set to 100644
File size: 6.0 KB
RevLine 
[c0c6168]12003-01-20      Duane Gustavus <duane@unt.edu>
2
3        * console/sci.c, include/mrm332.h, startup/linkcmds,
4        startup/linkcmds_ROM: Various updates to make this run properly
5        from ROM.
6
[c89c490]72002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * spurious/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
13        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
14        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
15
[59a01a6e]162002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * start/Makefile.am: Use install-data-local to install startfile.
19
[b5a2912f]202002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
23
[0b6d74d0]242002-11-04      Joel Sherrill <joel@OARcorp.com>
25
26        * console/sci.c, spurious/spinit.c: Removed warnings.
27
[8730f45]282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * .cvsignore: Reformat.
31        Add autom4te*cache.
32        Remove autom4te.cache.
33
[bca73c8]342002-09-08      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: ACLOCAL_AMFLAGS = -I ../../../../../../aclocal.
37
[0308c805]382002-08-21      Joel Sherrill <joel@OARcorp.com>
39
40        * wrapup/Makefile.am: PR217 required that the idle task be moved to
41        libcpu so it could be more acutely aware of the CPU model.  This
42        file was modified to pick up the idle task from there.
43
[a2ae30c2]442002-08-21      Joel Sherrill <joel@OARcorp.com>
45
46        * bsp_specs: Added support for -nostdlibs.
47
[4c01fce]482002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * spurious/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
57
[75adbe5f]582002-08-05      Joel Sherrill <joel@OARcorp.com>
59
60        * Per PR260 eliminate use of make-target-options.  This impacted
61        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
62        SuperCore and required that the m68k optimized memcpy be moved
63        to libcpu.
64        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
65
[496686a]662002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * start/Makefile.am: Eliminate PGM.
69        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
70
[0a2fd145]712002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * startup/Makefile.am: Add bsplib_DATA = linkcmds linkcmds_ROM.
74
[445c0a0]752002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
78        Remove $(OBJS) from all-local.
79
[80defac]802002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
83
[85c92574]842001-05-09      Joel Sherrill <joel@OARcorp.com>
85
86        * startup/linkcmds: In support of gcc 3.1, added one of more
87        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
88        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
89        and direction of segments to memory regions may also have been
90        addressed.  This was a sweep across all BSPs.
91 
[bd5c21c5]922002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * configure.ac:
95        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
96        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
97        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * spurious/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
104        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
105        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
106
[274fa77]1072002-02-28      Mike Panetta <ahuitzot@mindspring.com>
108
109        * console/sci.c, console/sci.h,
110        console/console.c: Added new SCI driver.
111        * start/start.c: Removed file.
112        * start/start.S: New file, the asm portion of the updated start code.
113        * start/configure.am: Added start.S, removed start.c
114        * 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.
115        * startup/configure.am: Added start_c.c to C_FILES.
116        * include/bsp.h: Added include <rtems/bspIo.h>
117
[9e1ae79]1182001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
119
120        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
121
[df25c998]1222001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
125        * configure.in: Remove.
126        * configure.ac: New file, generated from configure.in by autoupdate.
127
[cf282090]1282001-09-27      Joel Sherrill <joel@OARcorp.com>
129
130        * include/bsp.h: Renamed delay() to rtems_bsp_delay().
131
[c1767be0]1322001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
135
[c4d92216]1362001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.in: Add bspopts.h.
139        * include/.cvsignore: Add bspopts.h*, stamp-h*.
140        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
141        * include/bsp.h: Include bspopts.h.
142
[c33a702]1432001-05-25      Joel Sherrill <joel@OARcorp.com>
144
145        * clock/Makefile.am, console/Makefile.am, spurious/Makefile.am,
146        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
147        wrapup/Makefile.am: Modified to include compile.am.
148        * startup/bspstart.c: Removed include of <libcsupport.h>
149
[332484b5]1502000-05-25      Matt Cross <profesor@gweep.net>
151
152        * New MRM332 BSP for the Mini RoboMind board based
153        on the 68332 microcontroller designed and build by Mark
154        Castelluccio.  For details on the MRM see http://www.robominds.com.
155        * .cvsignore, ChangeLog Makefile.am, README, bsp_specs,
156        clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, configure.in,
157        console/.cvsignore, console/Makefile.am, console/console.c,
158        include/.cvsignore, include/Makefile.am, include/bsp.h,
159        include/mrm332.h, misc/dotests, misc/gdbinit68, misc/interr.c,
160        spurious/.cvsignore, spurious/Makefile.am, spurious/spinit.c,
161        start/.cvsignore, start/Makefile.am, start/start.c, startup/.cvsignore,
162        startup/Makefile.am, startup/bspclean.c, startup/bspstart.c,
163        startup/except_vect_332_ROM.S, startup/linkcmds, startup/linkcmds_ROM,
164        timer/.cvsignore, timer/Makefile.am, timer/timer.c, times,
165        wrapup/.cvsignore, wrapup/Makefile.am: Initial files.
166
Note: See TracBrowser for help on using the repository browser.