source: rtems/c/src/lib/libbsp/m68k/mvme167/ChangeLog @ bd6ec28

4.104.114.84.95
Last change on this file since bd6ec28 was bd6ec28, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/20/03 at 13:36:43

2003-08-20 Ralf Corsepius <corsepiu@…>

  • configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg
  • Property mode set to 100644
File size: 8.2 KB
Line 
12003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
4        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
5
62003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * Makefile.am: Reflect having moved aclocal/.
9
102003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * Makefile.am: Reflect having moved automake/.
13        * clock/Makefile.am: Reflect having moved automake/.
14        * console/Makefile.am: Reflect having moved automake/.
15        * fatal/Makefile.am: Reflect having moved automake/.
16        * include/Makefile.am: Reflect having moved automake/.
17        * network/Makefile.am: Reflect having moved automake/.
18        * start/Makefile.am: Reflect having moved automake/.
19        * startup/Makefile.am: Reflect having moved automake/.
20        * timer/Makefile.am: Reflect having moved automake/.
21        * wrapup/Makefile.am: Reflect having moved automake/.
22
232003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        PR 452/bsps
26        * startup/Makefile.am: Remove USE_INIT_FINI.
27
282003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
31
322003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        PR 445/bsps
35        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
36        Remove cpp, old_cpp (now unused).
37
382003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Remove AC_CONFIG_AUX_DIR.
41
422003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
45
462003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * configure.ac: AC_PREREQ(2.57).
49
502003-01-20      Joel Sherrill <joel@OARcorp.com>
51
52        * startup/linkcmds*: Add FreeBSD sysctl() sections.
53
542002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
57        * console/Makefile.am: Eliminate C_O_FILES.
58        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
63
642002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * start/Makefile.am: Use install-data-local to install startfile.
67
682002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
71
722002-11-04      Joel Sherrill <joel@OARcorp.com>
73
74        * console/console.c: Removed warnings.
75
762002-11-01      Joel Sherrill <joel@OARcorp.com>
77
78        * network/network.c, startup/bspclean.c: Removed warnings.
79
802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * .cvsignore: Reformat.
83        Add autom4te*cache.
84        Remove autom4te.cache.
85
862002-08-21      Joel Sherrill <joel@OARcorp.com>
87
88        * bsp_specs: Added support for -nostdlibs.
89
902002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
93        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
94        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
95        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
96        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
97        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
98        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
100
1012002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * start/Makefile.am: Eliminate PGM.
104        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
105
1062002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
109
1102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
111
112        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
113        Remove $(OBJS) from all-local.
114
1152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
118
1192001-05-28      Joel Sherrill <joel@OARcorp.com>
120
121        * Per PR31, moved mvme16x_hw.h to shared/mvme.
122        * include/Makefile.am: Modified to reflect movement.
123
1242001-05-09      Joel Sherrill <joel@OARcorp.com>
125
126        * startup/linkcmds: In support of gcc 3.1, added one of more
127        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
128        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
129        and direction of segments to memory regions may also have been
130        addressed.  This was a sweep across all BSPs.
131 
1322002-05-01      Eric Norum <eric.norum@usask.ca>
133
134        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
135        startup/page_table.c: Per PR200 fix multi-line inline assembly
136        to satisfy gcc 3.1 and newer.
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        * fatal/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        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
153
1542002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
157
1582001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
161        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
162        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
163        Add AC_DEFINE_UNQUOTED([mvme167]).
164
1652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
168
1692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
172        * configure.in: Remove.
173        * configure.ac: New file, generated from configure.in by autoupdate.
174
1752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * include/Makefile.am: Use 'CLEANFILES ='.
178        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
179
1802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.in: Add bspopts.h.
183        * include/.cvsignore: Add bspopts.h*, stamp-h*.
184        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
185        * include/bsp.h: Include bspopts.h.
186
1872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
188
189        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
190
1912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
194
1952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
198
1992000-11-01      Joel Sherrill <joel@OARcorp.com>
200
201        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
202        and libcsupport.h moved from libc to lib/include/rtems and
203        now must be referenced as <rtems/XXX.h>.   Header file order
204        was cleaned up while doing this.
205
2062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
209        Switch to GNU canonicalization.
210
2112000-09-12      Joel Sherrill <joel@OARcorp.com>
212
213        * network/network.c (uti596_attach): Adjust cpp directives
214        and conditional braces so all cases compile.
215
2162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
219        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
220        wrapup/Makefile.am, network/Makefile.am: Include compile.am
221
2222000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
223
224        * console.c(_BSP_output_char): Output CR after LF for printk.
225
2262000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
227
228        * README: Updated
229        * console/console.c: Fix polled input.
230        Add support for shared printk.
231        Add support for more flexible polled I/O with and without termios.
232        I/O mode and console is selectable either from NVRAM or from
233        mvme167.cfg.  Clean up comments.
234
2352000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
236
237        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
238        * include/bsp.h: Reorganize NVRAM parameters.
239        Add support for shared printk.
240        * times: These are the times for the MVME167, not the MBX860-002.
241
2422000-08-11  John Cotton  <john.cotton@nrc.ca>
243
244        * network/network.c: Fix NVRAM configuration parameter
245        handling from previous revision.
246        Check J1-4,  restructure NVRAM parameter handling.
247
2482000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
249
250        * network/network.c: Cleanup of network driver to reduce warnings.
251        Addition of second parameter to uti596_attach.
252
2532000-08-10      Joel Sherrill <joel@OARcorp.com>
254
255        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.