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

4.104.114.84.95
Last change on this file since cee4b8a was cee4b8a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/03/03 at 07:34:04

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

  • Makefile.am: Add preinstallation dirstamp support.
  • clock/Makefile.am: Cosmetics.
  • console/Makefile.am: Cosmetics.
  • fatal/Makefile.am: Cosmetics.
  • network/Makefile.am: Cosmetics.
  • startup/Makefile.am: Cosmetics.
  • timer/Makefile.am: Cosmetics.
  • wrapup/Makefile.am: Cosmetics.
  • Property mode set to 100644
File size: 9.5 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        * fatal/Makefile.am: Cosmetics.
7        * network/Makefile.am: Cosmetics.
8        * startup/Makefile.am: Cosmetics.
9        * timer/Makefile.am: Cosmetics.
10        * wrapup/Makefile.am: Cosmetics.
11
122003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * clock/Makefile.am: Remove all-local: $(ARCH).
15        * console/Makefile.am: Remove all-local: $(ARCH).
16        * fatal/Makefile.am: Remove all-local: $(ARCH).
17        * network/Makefile.am: Remove all-local: $(ARCH).
18        * start/Makefile.am: Remove all-local: $(ARCH).
19        * startup/Makefile.am: Remove all-local: $(ARCH).
20        * timer/Makefile.am: Remove all-local: $(ARCH).
21        * wrapup/Makefile.am: Remove all-local: $(ARCH).
22
232003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Merge-in include/Makefile.am.
26        Reflect changes to bsp.am.
27        * include/Makefile.am: Remove.
28        * configure.ac: Reflect changes above.
29
302003-09-04      Joel Sherrill <joel@OARcorp.com>
31
32        * clock/ckinit.c, console/console-recording.c, console/console.c,
33        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
34        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
35        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
36        changed.
37
382003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
41        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
42        Remove BSP_CPPFLAGS.
43
442003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * Makefile.am: Reflect having moved aclocal/.
47
482003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * Makefile.am: Reflect having moved automake/.
51        * clock/Makefile.am: Reflect having moved automake/.
52        * console/Makefile.am: Reflect having moved automake/.
53        * fatal/Makefile.am: Reflect having moved automake/.
54        * include/Makefile.am: Reflect having moved automake/.
55        * network/Makefile.am: Reflect having moved automake/.
56        * start/Makefile.am: Reflect having moved automake/.
57        * startup/Makefile.am: Reflect having moved automake/.
58        * timer/Makefile.am: Reflect having moved automake/.
59        * wrapup/Makefile.am: Reflect having moved automake/.
60
612003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        PR 452/bsps
64        * startup/Makefile.am: Remove USE_INIT_FINI.
65
662003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
69
702003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        PR 445/bsps
73        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
74        Remove cpp, old_cpp (now unused).
75
762003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * configure.ac: Remove AC_CONFIG_AUX_DIR.
79
802003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
83
842003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
85
86        * configure.ac: AC_PREREQ(2.57).
87
882003-01-20      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds*: Add FreeBSD sysctl() sections.
91
922002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
95        * console/Makefile.am: Eliminate C_O_FILES.
96        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
97        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
98        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
99        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
100        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
101
1022002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * start/Makefile.am: Use install-data-local to install startfile.
105
1062002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
109
1102002-11-04      Joel Sherrill <joel@OARcorp.com>
111
112        * console/console.c: Removed warnings.
113
1142002-11-01      Joel Sherrill <joel@OARcorp.com>
115
116        * network/network.c, startup/bspclean.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-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        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
133        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
134        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
135        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
136        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
137        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
138
1392002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * start/Makefile.am: Eliminate PGM.
142        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
143
1442002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
147
1482002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
151        Remove $(OBJS) from all-local.
152
1532002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
156
1572001-05-28      Joel Sherrill <joel@OARcorp.com>
158
159        * Per PR31, moved mvme16x_hw.h to shared/mvme.
160        * include/Makefile.am: Modified to reflect movement.
161
1622001-05-09      Joel Sherrill <joel@OARcorp.com>
163
164        * startup/linkcmds: In support of gcc 3.1, added one of more
165        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
166        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
167        and direction of segments to memory regions may also have been
168        addressed.  This was a sweep across all BSPs.
169 
1702002-05-01      Eric Norum <eric.norum@usask.ca>
171
172        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
173        startup/page_table.c: Per PR200 fix multi-line inline assembly
174        to satisfy gcc 3.1 and newer.
175
1762002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
177
178        * configure.ac:
179        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
180        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
181        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
190        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
191
1922002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
195
1962001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
199        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
200        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
201        Add AC_DEFINE_UNQUOTED([mvme167]).
202
2032001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
206
2072001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
210        * configure.in: Remove.
211        * configure.ac: New file, generated from configure.in by autoupdate.
212
2132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * include/Makefile.am: Use 'CLEANFILES ='.
216        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
217
2182001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * configure.in: Add bspopts.h.
221        * include/.cvsignore: Add bspopts.h*, stamp-h*.
222        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
223        * include/bsp.h: Include bspopts.h.
224
2252001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
226
227        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
228
2292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
232
2332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
236
2372000-11-01      Joel Sherrill <joel@OARcorp.com>
238
239        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
240        and libcsupport.h moved from libc to lib/include/rtems and
241        now must be referenced as <rtems/XXX.h>.   Header file order
242        was cleaned up while doing this.
243
2442000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
247        Switch to GNU canonicalization.
248
2492000-09-12      Joel Sherrill <joel@OARcorp.com>
250
251        * network/network.c (uti596_attach): Adjust cpp directives
252        and conditional braces so all cases compile.
253
2542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
257        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
258        wrapup/Makefile.am, network/Makefile.am: Include compile.am
259
2602000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
261
262        * console.c(_BSP_output_char): Output CR after LF for printk.
263
2642000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
265
266        * README: Updated
267        * console/console.c: Fix polled input.
268        Add support for shared printk.
269        Add support for more flexible polled I/O with and without termios.
270        I/O mode and console is selectable either from NVRAM or from
271        mvme167.cfg.  Clean up comments.
272
2732000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
274
275        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
276        * include/bsp.h: Reorganize NVRAM parameters.
277        Add support for shared printk.
278        * times: These are the times for the MVME167, not the MBX860-002.
279
2802000-08-11  John Cotton  <john.cotton@nrc.ca>
281
282        * network/network.c: Fix NVRAM configuration parameter
283        handling from previous revision.
284        Check J1-4,  restructure NVRAM parameter handling.
285
2862000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
287
288        * network/network.c: Cleanup of network driver to reduce warnings.
289        Addition of second parameter to uti596_attach.
290
2912000-08-10      Joel Sherrill <joel@OARcorp.com>
292
293        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.