source: rtems/c/src/lib/libbsp/m68k/mvme162/ChangeLog @ 75fcb394

4.104.114.84.95
Last change on this file since 75fcb394 was 75fcb394, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 20:13:52

Correcting to include PR numbers.

  • Property mode set to 100644
File size: 7.3 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        PR 452/bsps
4        * startup/Makefile.am: Remove USE_INIT_FINI.
5
62003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
9
102003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        PR 445/bsps
13        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
14        Remove cpp, old_cpp (now unused).
15
162003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * configure.ac: Remove AC_CONFIG_AUX_DIR.
19
202003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
23
242003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.ac: AC_PREREQ(2.57).
27
282003-01-20      Joel Sherrill <joel@OARcorp.com>
29
30        * startup/linkcmds*: Add FreeBSD sysctl() sections.
31
322002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
35        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
36        * consolex/Makefile.am: Don't include @RTEMS_BSP@.cfg.
37        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
38        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
39        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
40        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
41        * tod/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
44
45        * start/Makefile.am: Use install-data-local to install startfile.
46
472002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
50
512002-11-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * configure.ac: Remove RTEMS_OUTPUT_BUILD_SUBDIRS. Cosmetical
54        changes.
55
562002-11-01      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/page_table.c: Removed warnings.
59
60
612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * .cvsignore: Reformat.
64        Add autom4te*cache.
65        Remove autom4te.cache.
66
672002-08-21      Joel Sherrill <joel@OARcorp.com>
68
69        * wrapup/Makefile.am: PR217 required that the idle task be moved to
70        libcpu so it could be more acutely aware of the CPU model.  This
71        file was modified to pick up the idle task from there.
72
732002-08-21      Joel Sherrill <joel@OARcorp.com>
74
75        * bsp_specs: Added support for -nostdlibs.
76
772002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
80        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
81        * consolex/Makefile.am: Use .$(OBJEXT) instead of .o.
82        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
83        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
84        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
85        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
86        * tod/Makefile.am: Use .$(OBJEXT) instead of .o.
87        * tools/Makefile.am: Use .$(OBJEXT) instead of .o.
88        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
89
902002-08-05      Joel Sherrill <joel@OARcorp.com>
91
92        * Per PR260 eliminate use of make-target-options.  This impacted
93        RTEMS allowing a distinction between the CPU32 and CPU32+ in the
94        SuperCore and required that the m68k optimized memcpy be moved
95        to libcpu.
96        * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
97
982002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * start/Makefile.am: Eliminate PGM.
101        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
102
1032002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
106
1072002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
110        Remove $(OBJS) from all-local.
111
1122002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
115
1162001-05-28      Joel Sherrill <joel@OARcorp.com>
117
118        * ChangeLog: Corrected spacing.
119
1202001-05-28      Joel Sherrill <joel@OARcorp.com>
121
122        * Per PR31, moved mvme16x_hw.h to shared/mvme.
123        * include/Makefile.am: Modified to reflect movement.
124        * include/mvme16x_hw.h: Moved to shared/mvme.
125
1262001-05-09      Joel Sherrill <joel@OARcorp.com>
127
128        * startup/linkcmds: In support of gcc 3.1, added one of more
129        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
130        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
131        and direction of segments to memory regions may also have been
132        addressed.  This was a sweep across all BSPs.
133 
1342002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
135
136        * include/mvme16x_hw.h: Include <bsp.h> instead of targopts.h.
137
1382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.ac:
141        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
142        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
143        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * consolex/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
154
1552001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
158
1592001-10-29      Joel Sherrill <joel@OARcorp.com>
160
161        * startup/linkcmds: Remove explicit force of output format.
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      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
172
1732001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * configure.in: Add bspopts.h.
176        * include/.cvsignore: Add bspopts.h*, stamp-h*.
177        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
178        * consolex/Makefile.am: Ditto.
179        * include/bsp.h: Include bspopts.h.
180
1812001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
182
183        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
184
1852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
188
1892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
192
1932000-11-01      Joel Sherrill <joel@OARcorp.com>
194
195        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
196        and libcsupport.h moved from libc to lib/include/rtems and
197        now must be referenced as <rtems/XXX.h>.   Header file order
198        was cleaned up while doing this.
199
2002000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
203        Switch to GNU canonicalization.
204
2052000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
206
207        * startup/linkcmds: Added lines so DWARF debug information
208        would be available.  Otherwise gdb complains that the offsets
209        for the debug info are incorrect and doesn't load the files.
210
2112000-09-14      Joel Sherrill <joel@OARcorp.com>
212
213        * include/mvme16x_hw.h: Include rtems/score/targopts.h so we
214        can check which BSP this is being used with.
215
2162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * clock/Makefile.am, console/Makefile.am, consolex/Makefile.am,
219        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
220        tod/Makefile.am, wrapup/Makefile.am, network/Makefile.am: Include
221        compile.am
222
2232000-08-25  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
224
225        * include/mvme16x_hw.h: Added NVRAM_CONFIGURE macro in
226        a manner that should work for 162, 162lx, and 167.
227
2282000-08-10      Joel Sherrill <joel@OARcorp.com>
229
230        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.