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

4.104.114.84.95
Last change on this file since 496686a was 496686a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 04:05:17

2002-07-21 Ralf Corsepius <corsepiu@…>

  • start/Makefile.am: Eliminate PGM. Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
  • Property mode set to 100644
File size: 5.1 KB
Line 
12002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * start/Makefile.am: Eliminate PGM.
4        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
5
62002-07-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
9
102002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
11
12        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
13        Remove $(OBJS) from all-local.
14
152002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
18
192001-05-28      Joel Sherrill <joel@OARcorp.com>
20
21        * Per PR31, moved mvme16x_hw.h to shared/mvme.
22        * include/Makefile.am: Modified to reflect movement.
23
242001-05-09      Joel Sherrill <joel@OARcorp.com>
25
26        * startup/linkcmds: In support of gcc 3.1, added one of more
27        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
28        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
29        and direction of segments to memory regions may also have been
30        addressed.  This was a sweep across all BSPs.
31 
322002-05-01      Eric Norum <eric.norum@usask.ca>
33
34        * console/console.c, fatal/bspfatal.c, startup/bspclean.c,
35        startup/page_table.c: Per PR200 fix multi-line inline assembly
36        to satisfy gcc 3.1 and newer.
37
382002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac:
41        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
42        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
43        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * fatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
53
542002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
57
582001-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.ac: Add RTEMS_BPSOPTS_*(CD2401_INT_LEVEL).
61        Add RTEMS_BPSOPTS_*(CD2401_IO_MODE).
62        Add RTEMS_BPSOPTS_*(CD2401_USE_TERMIOS).
63        Add AC_DEFINE_UNQUOTED([mvme167]).
64
652001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
68
692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
72        * configure.in: Remove.
73        * configure.ac: New file, generated from configure.in by autoupdate.
74
752001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * include/Makefile.am: Use 'CLEANFILES ='.
78        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
79
802001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.in: Add bspopts.h.
83        * include/.cvsignore: Add bspopts.h*, stamp-h*.
84        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
85        * include/bsp.h: Include bspopts.h.
86
872001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
88
89        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
90
912000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
94
952000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
98
992000-11-01      Joel Sherrill <joel@OARcorp.com>
100
101        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h,
102        and libcsupport.h moved from libc to lib/include/rtems and
103        now must be referenced as <rtems/XXX.h>.   Header file order
104        was cleaned up while doing this.
105
1062000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
109        Switch to GNU canonicalization.
110
1112000-09-12      Joel Sherrill <joel@OARcorp.com>
112
113        * network/network.c (uti596_attach): Adjust cpp directives
114        and conditional braces so all cases compile.
115
1162000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * clock/Makefile.am, console/Makefile.am, fatal/Makefile.am,
119        start/Makefile.am, startup/Makefile.am, timer/Makefile.am,
120        wrapup/Makefile.am, network/Makefile.am: Include compile.am
121
1222000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
123
124        * console.c(_BSP_output_char): Output CR after LF for printk.
125
1262000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
127
128        * README: Updated
129        * console/console.c: Fix polled input.
130        Add support for shared printk.
131        Add support for more flexible polled I/O with and without termios.
132        I/O mode and console is selectable either from NVRAM or from
133        mvme167.cfg.  Clean up comments.
134
1352000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
136
137        * startup/page_table.c (page_table_init): Reorganize NVRAM parameters.
138        * include/bsp.h: Reorganize NVRAM parameters.
139        Add support for shared printk.
140        * times: These are the times for the MVME167, not the MBX860-002.
141
1422000-08-11  John Cotton  <john.cotton@nrc.ca>
143
144        * network/network.c: Fix NVRAM configuration parameter
145        handling from previous revision.
146        Check J1-4,  restructure NVRAM parameter handling.
147
1482000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
149
150        * network/network.c: Cleanup of network driver to reduce warnings.
151        Addition of second parameter to uti596_attach.
152
1532000-08-10      Joel Sherrill <joel@OARcorp.com>
154
155        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.