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

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

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

  • clock/Makefile.am: Remove all-local: $(ARCH).
  • console/Makefile.am: Remove all-local: $(ARCH).
  • fatal/Makefile.am: Remove all-local: $(ARCH).
  • network/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: 9.2 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        * fatal/Makefile.am: Remove all-local: $(ARCH).
6        * network/Makefile.am: Remove all-local: $(ARCH).
7        * start/Makefile.am: Remove all-local: $(ARCH).
8        * startup/Makefile.am: Remove all-local: $(ARCH).
9        * timer/Makefile.am: Remove all-local: $(ARCH).
10        * wrapup/Makefile.am: Remove all-local: $(ARCH).
11
122003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Merge-in include/Makefile.am.
15        Reflect changes to bsp.am.
16        * include/Makefile.am: Remove.
17        * configure.ac: Reflect changes above.
18
192003-09-04      Joel Sherrill <joel@OARcorp.com>
20
21        * clock/ckinit.c, console/console-recording.c, console/console.c,
22        fatal/bspfatal.c, include/bsp.h, include/coverhd.h, include/fatal.h,
23        include/page_table.h, startup/bspclean.c, startup/bspstart.c,
24        startup/linkcmds, timer/timer.c, timer/timerisr.S: URL for license
25        changed.
26
272003-08-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac: Add BSPOPTS PRINTK_MINOR and CONSOLE_MINOR.
30        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg
31        Remove BSP_CPPFLAGS.
32
332003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Reflect having moved aclocal/.
36
372003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * Makefile.am: Reflect having moved automake/.
40        * clock/Makefile.am: Reflect having moved automake/.
41        * console/Makefile.am: Reflect having moved automake/.
42        * fatal/Makefile.am: Reflect having moved automake/.
43        * include/Makefile.am: Reflect having moved automake/.
44        * network/Makefile.am: Reflect having moved automake/.
45        * start/Makefile.am: Reflect having moved automake/.
46        * startup/Makefile.am: Reflect having moved automake/.
47        * timer/Makefile.am: Reflect having moved automake/.
48        * wrapup/Makefile.am: Reflect having moved automake/.
49
502003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        PR 452/bsps
53        * startup/Makefile.am: Remove USE_INIT_FINI.
54
552003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
58
592003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
60
61        PR 445/bsps
62        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
63        Remove cpp, old_cpp (now unused).
64
652003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Remove AC_CONFIG_AUX_DIR.
68
692003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
72
732003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac: AC_PREREQ(2.57).
76
772003-01-20      Joel Sherrill <joel@OARcorp.com>
78
79        * startup/linkcmds*: Add FreeBSD sysctl() sections.
80
812002-12-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
84        * console/Makefile.am: Eliminate C_O_FILES.
85        * fatal/Makefile.am: Don't include @RTEMS_BSP@.cfg.
86        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
87        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
88        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
89        * timer/Makefile.am: Don't include @RTEMS_BSP@.cfg.
90
912002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * start/Makefile.am: Use install-data-local to install startfile.
94
952002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
98
992002-11-04      Joel Sherrill <joel@OARcorp.com>
100
101        * console/console.c: Removed warnings.
102
1032002-11-01      Joel Sherrill <joel@OARcorp.com>
104
105        * network/network.c, startup/bspclean.c: Removed warnings.
106
1072002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * .cvsignore: Reformat.
110        Add autom4te*cache.
111        Remove autom4te.cache.
112
1132002-08-21      Joel Sherrill <joel@OARcorp.com>
114
115        * bsp_specs: Added support for -nostdlibs.
116
1172002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
122        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
123        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
124        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
125        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
126        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
127
1282002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * start/Makefile.am: Eliminate PGM.
131        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
132
1332002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
136
1372002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
140        Remove $(OBJS) from all-local.
141
1422002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
145
1462001-05-28      Joel Sherrill <joel@OARcorp.com>
147
148        * Per PR31, moved mvme16x_hw.h to shared/mvme.
149        * include/Makefile.am: Modified to reflect movement.
150
1512001-05-09      Joel Sherrill <joel@OARcorp.com>
152
153        * startup/linkcmds: In support of gcc 3.1, added one of more
154        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
155        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
156        and direction of segments to memory regions may also have been
157        addressed.  This was a sweep across all BSPs.
158 
1592002-05-01      Eric Norum <eric.norum@usask.ca>
160
161        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
162        startup/page_table.c: Per PR200 fix multi-line inline assembly
163        to satisfy gcc 3.1 and newer.
164
1652002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.ac:
168        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
169        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
170        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
180
1812002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
184
1852001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
188        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
189        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
190        Add AC_DEFINE_UNQUOTED([mvme167]).
191
1922001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
195
1962001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
197
198        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
199        * configure.in: Remove.
200        * configure.ac: New file, generated from configure.in by autoupdate.
201
2022001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * include/Makefile.am: Use 'CLEANFILES ='.
205        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
206
2072001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * configure.in: Add bspopts.h.
210        * include/.cvsignore: Add bspopts.h*, stamp-h*.
211        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
212        * include/bsp.h: Include bspopts.h.
213
2142001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
215
216        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
217
2182000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
221
2222000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
225
2262000-11-01      Joel Sherrill <joel@OARcorp.com>
227
228        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
229        and libcsupport.h moved from libc to lib/include/rtems and
230        now must be referenced as <rtems/XXX.h>.   Header file order
231        was cleaned up while doing this.
232
2332000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
236        Switch to GNU canonicalization.
237
2382000-09-12      Joel Sherrill <joel@OARcorp.com>
239
240        * network/network.c (uti596_attach): Adjust cpp directives
241        and conditional braces so all cases compile.
242
2432000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
246        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
247        wrapup/Makefile.am, network/Makefile.am: Include compile.am
248
2492000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
250
251        * console.c(_BSP_output_char): Output CR after LF for printk.
252
2532000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
254
255        * README: Updated
256        * console/console.c: Fix polled input.
257        Add support for shared printk.
258        Add support for more flexible polled I/O with and without termios.
259        I/O mode and console is selectable either from NVRAM or from
260        mvme167.cfg.  Clean up comments.
261
2622000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
263
264        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
265        * include/bsp.h: Reorganize NVRAM parameters.
266        Add support for shared printk.
267        * times: These are the times for the MVME167, not the MBX860-002.
268
2692000-08-11  John Cotton  <john.cotton@nrc.ca>
270
271        * network/network.c: Fix NVRAM configuration parameter
272        handling from previous revision.
273        Check J1-4,  restructure NVRAM parameter handling.
274
2752000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
276
277        * network/network.c: Cleanup of network driver to reduce warnings.
278        Addition of second parameter to uti596_attach.
279
2802000-08-10      Joel Sherrill <joel@OARcorp.com>
281
282        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.