OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [m68k/] [mvme167/] [ChangeLog] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-07-21      Ralf Corsepius 
2
 
3
        * start/Makefile.am: Eliminate PGM.
4
        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
5
 
6
2002-07-19      Ralf Corsepius 
7
 
8
        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
9
 
10
2002-07-04      Ralf Corsepius 
11
 
12
        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
13
        Remove $(OBJS) from all-local.
14
 
15
2002-06-29      Ralf Corsepius 
16
 
17
        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
18
 
19
2001-05-28      Joel Sherrill 
20
 
21
        * Per PR31, moved mvme16x_hw.h to shared/mvme.
22
        * include/Makefile.am: Modified to reflect movement.
23
 
24
2001-05-09      Joel Sherrill 
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
 
32
2002-05-01      Eric Norum 
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
 
38
2002-03-27      Ralf Corsepius 
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
 
54
2002-01-03      Ralf Corsepius 
55
 
56
        * include/bsp.h: Include rtems/bspIo.h instead of bspIo.h.
57
 
58
2001-12-09      Ralf Corsepius 
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
 
65
2001-11-30      Ralf Corsepius 
66
 
67
        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
68
 
69
2001-10-11      Ralf Corsepius 
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
 
75
2001-09-27      Ralf Corsepius 
76
 
77
        * include/Makefile.am: Use 'CLEANFILES ='.
78
        * include/Makefile.am: Use 'TMPINSTALL_FILES ='.
79
 
80
2001-05-26      Ralf Corsepius 
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
 
87
2001-05-10      Ralf Corsepius  
88
 
89
        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
90
 
91
2000-11-09      Ralf Corsepius 
92
 
93
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
94
 
95
2000-11-02      Ralf Corsepius 
96
 
97
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
98
 
99
2000-11-01      Joel Sherrill 
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 .   Header file order
104
        was cleaned up while doing this.
105
 
106
2000-10-27      Ralf Corsepius 
107
 
108
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
109
        Switch to GNU canonicalization.
110
 
111
2000-09-12      Joel Sherrill 
112
 
113
        * network/network.c (uti596_attach): Adjust cpp directives
114
        and conditional braces so all cases compile.
115
 
116
2000-09-04      Ralf Corsepius 
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
 
122
2000-08-11  Charles-Antoine Gauthier  
123
 
124
        * console.c(_BSP_output_char): Output CR after LF for printk.
125
 
126
2000-08-11  Charles-Antoine Gauthier  
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
 
135
2000-08-11  Charles-Antoine Gauthier  
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
 
142
2000-08-11  John Cotton  
143
 
144
        * network/network.c: Fix NVRAM configuration parameter
145
        handling from previous revision.
146
        Check J1-4,  restructure NVRAM parameter handling.
147
 
148
2000-08-11  Charles-Antoine Gauthier  
149
 
150
        * network/network.c: Cleanup of network driver to reduce warnings.
151
        Addition of second parameter to uti596_attach.
152
 
153
2000-08-10      Joel Sherrill 
154
 
155
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.