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

4.104.114.84.95
Last change on this file since 1298624d was 1298624d, checked in by Joel Sherrill <joel.sherrill@…>, on 11/04/02 at 14:27:03

2002-11-04 Joel Sherrill <joel@…>

  • console/console.c: Removed warnings.
  • Property mode set to 100644
File size: 6.0 KB
Line 
12002-11-04      Joel Sherrill <joel@OARcorp.com>
2
3        * console/console.c: Removed warnings.
4
52002-11-01      Joel Sherrill <joel@OARcorp.com>
6
7        * network/network.c, startup/bspclean.c: Removed warnings.
8
92002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Reformat.
12        Add autom4te*cache.
13        Remove autom4te.cache.
14
152002-08-21      Joel Sherrill <joel@OARcorp.com>
16
17        * bsp_specs: Added support for -nostdlibs.
18
192002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * fatal/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
29
302002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * start/Makefile.am: Eliminate PGM.
33        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
34
352002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
38
392002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
42        Remove $(OBJS) from all-local.
43
442002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
47
482001-05-28      Joel Sherrill <joel@OARcorp.com>
49
50        * Per PR31, moved mvme16x_hw.h to shared/mvme.
51        * include/Makefile.am: Modified to reflect movement.
52
532001-05-09      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/linkcmds: In support of gcc 3.1, added one of more
56        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
57        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
58        and direction of segments to memory regions may also have been
59        addressed.  This was a sweep across all BSPs.
60 
612002-05-01      Eric Norum <eric.norum@usask.ca>
62
63        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
64        startup/page_table.c: Per PR200 fix multi-line inline assembly
65        to satisfy gcc 3.1 and newer.
66
672002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * configure.ac:
70        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
71        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
72        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
76        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
77        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
78        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
82
832002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
86
872001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
90        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
91        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
92        Add AC_DEFINE_UNQUOTED([mvme167]).
93
942001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
97
982001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
101        * configure.in: Remove.
102        * configure.ac: New file, generated from configure.in by autoupdate.
103
1042001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * include/Makefile.am: Use 'CLEANFILES ='.
107        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
108
1092001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.in: Add bspopts.h.
112        * include/.cvsignore: Add bspopts.h*, stamp-h*.
113        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
114        * include/bsp.h: Include bspopts.h.
115
1162001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
117
118        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
119
1202000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
123
1242000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
127
1282000-11-01      Joel Sherrill <joel@OARcorp.com>
129
130        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
131        and libcsupport.h moved from libc to lib/include/rtems and
132        now must be referenced as <rtems/XXX.h>.   Header file order
133        was cleaned up while doing this.
134
1352000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
138        Switch to GNU canonicalization.
139
1402000-09-12      Joel Sherrill <joel@OARcorp.com>
141
142        * network/network.c (uti596_attach): Adjust cpp directives
143        and conditional braces so all cases compile.
144
1452000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
148        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
149        wrapup/Makefile.am, network/Makefile.am: Include compile.am
150
1512000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
152
153        * console.c(_BSP_output_char): Output CR after LF for printk.
154
1552000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
156
157        * README: Updated
158        * console/console.c: Fix polled input.
159        Add support for shared printk.
160        Add support for more flexible polled I/O with and without termios.
161        I/O mode and console is selectable either from NVRAM or from
162        mvme167.cfg.  Clean up comments.
163
1642000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
165
166        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
167        * include/bsp.h: Reorganize NVRAM parameters.
168        Add support for shared printk.
169        * times: These are the times for the MVME167, not the MBX860-002.
170
1712000-08-11  John Cotton  <john.cotton@nrc.ca>
172
173        * network/network.c: Fix NVRAM configuration parameter
174        handling from previous revision.
175        Check J1-4,  restructure NVRAM parameter handling.
176
1772000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
178
179        * network/network.c: Cleanup of network driver to reduce warnings.
180        Addition of second parameter to uti596_attach.
181
1822000-08-10      Joel Sherrill <joel@OARcorp.com>
183
184        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.