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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [powerpc/] [eth_comm/] [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-20      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-09      Joel Sherrill 
20
 
21
        * startup/linkcmds: In support of gcc 3.1, added one of more
22
        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
23
        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
24
        and direction of segments to memory regions may also have been
25
        addressed.  This was a sweep across all BSPs.
26
 
27
2002-04-18      Ralf Corsepius 
28
 
29
        * irq/irq.c: Reflect changed to .
30
        * irq/irq_asm.S: Ditto.
31
        * vectors/vectors.S: Ditto.
32
        * vectors/vectors_init.c: Include .
33
 
34
2002-04-16      Ralf Corsepius 
35
 
36
        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
37
        * startup/bspstart.c: include , ,
38
        
39
 
40
2002-04-06      Ralf Corsepius 
41
 
42
        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
43
 
44
2001-04-08      Joel Sherrill 
45
 
46
        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
47
 
48
2002-03-27      Ralf Corsepius 
49
 
50
        * configure.ac:
51
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
52
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
53
        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
54
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
55
        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
56
        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
57
        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
58
        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
59
        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
60
        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
61
        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
62
        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
63
        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
64
 
65
2002-01-03      Ralf Corsepius 
66
 
67
        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
68
 
69
2001-12-04      Ralf Corsepius 
70
 
71
        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
72
 
73
2001-12-04      Ralf Corsepius 
74
 
75
        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
76
 
77
2001-11-30      Ralf Corsepius 
78
 
79
        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
80
 
81
2001-11-15      Ralf Corsepius 
82
 
83
        * Makefile.am: Add @exceptions@ to SUBDIRS.
84
        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
85
        RTEMS_PPC_EXCEPTIONS([new]).
86
        * include/Makefile.am: Convert PREINSTALL_FILES to
87
        TMPINSTALL_FILES, include force-preinstall.am.
88
        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
89
        * wrapup/Makefile.am: Apply @exceptions@.
90
 
91
2001-10-29      Joel Sherrill 
92
 
93
        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
94
        * startup/linkcmds: Fix definition of .init and .fini sections so this
95
        BSP will properly link with new __USE_INIT_FINI__ support.
96
 
97
2001-10-25      Joel Sherrill 
98
 
99
        * startup/linkcmds: Added _init and _fini.
100
 
101
2001-10-23      Ralf Corsepius 
102
 
103
        * vectors/Makefile.am: Remove bogus VPATH.
104
 
105
2001-10-12      Joel Sherrill 
106
 
107
        * clock/p_clock.c: Fixed typo.
108
 
109
2001-10-11      Ralf Corsepius 
110
 
111
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
112
        * configure.in: Remove.
113
        * configure.ac: New file, generated from configure.in by autoupdate.
114
 
115
2001-09-27      Ralf Corsepius 
116
 
117
        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
118
        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
119
        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
120
 
121
2001-08-31  Eric Valette 
122
 
123
        * network/network.c: Fix to account for return value when
124
        installing interrupts handler.
125
 
126
2001-05-26      Ralf Corsepius 
127
 
128
        * configure.in: Add bspopts.h.
129
        * include/.cvsignore: Add bspopts.h*, stamp-h*.
130
        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
131
        * vectors/Makefile.am: Ditto.
132
        * include/bsp.h: Include bspopts.h.
133
 
134
2001-05-10      Ralf Corsepius  
135
 
136
        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
137
 
138
2001-04-20      Eric Valette 
139
 
140
        * include/bsp.h: Added include of 
141
        * vectors/vectors.h: Corrected typos.
142
 
143
2001-04-11      Eric Valette 
144
 
145
        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
146
        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
147
        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
148
        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
149
        vectors/vectors.S, vectors/vectors.h,
150
        vectors/vectors_init.c: New file.
151
        * Switch the eth_comm BSP to use the "new exception processing model."
152
 
153
2001-04-11      Eric Valette 
154
 
155
        * Makefile.am, configure.in, console/console.c,
156
        include/Makefile.am, include/bsp.h, network/network.c,
157
        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
158
        wrapup/Makefile.am: Switch the eth_comm BSP to use the
159
        "new exception processing model."
160
 
161
2000-11-09      Ralf Corsepius 
162
 
163
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
164
 
165
2000-11-02      Ralf Corsepius 
166
 
167
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
168
 
169
2000-11-01      Joel Sherrill 
170
 
171
        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
172
        libcsupport.h moved from libc to lib/include/rtems and
173
        now must be referenced as .   Header file order
174
        was cleaned up while doing this.
175
        Also removed obsolete references to STACK_CHECKER_ON.
176
 
177
2000-10-27      Ralf Corsepius 
178
 
179
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
180
        Switch to GNU canonicalization.
181
 
182
2000-10-20      Joel Sherrill 
183
 
184
        * console/console.c: Add mbx8xx_console_get_configuration() which
185
        returns either nvram configuration or a static equivalent.
186
 
187
2000-09-29      Charles-Antoine Gauthier 
188
 
189
        * startup/linkcmds: Added lines so DWARF debug information
190
        would be available.  Otherwise gdb complains that the offsets
191
        for the debug info are incorrect and doesn't load the files.
192
 
193
2000-09-04      Ralf Corsepius 
194
 
195
        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
196
        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
197
        compile.am
198
 
199
2000-08-10      Joel Sherrill 
200
 
201
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

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