source: rtems/c/src/lib/libbsp/powerpc/eth_comm/ChangeLog @ 2eb04b2

4.104.114.84.95
Last change on this file since 2eb04b2 was 8361b50, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/11/02 at 09:06:43

2002-12-10 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 7.7 KB
Line 
12002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4
52002-11-04      Joel Sherrill <joel@OARcorp.com>
6
7        * network/network.c: Removed warnings.
8
92002-11-04      Joel Sherrill <joel@OARcorp.com>
10
11        * network/network.c: Removed warnings.
12
132002-11-01      Joel Sherrill <joel@OARcorp.com>
14
15        * canbus/canbus.c, clock/p_clock.c, console/console.c,
16        network/network.c, startup/bspstart.c: Removed warnings.
17
182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * .cvsignore: Reformat.
21        Add autom4te*cache.
22        Remove autom4te.cache.
23
242002-08-21      Joel Sherrill <joel@OARcorp.com>
25
26        * bsp_specs: Added support for -nostdlibs.
27
282002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
29
30        * canbus/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
33        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
34        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
35        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
36        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
37        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
38        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
39
402002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * start/Makefile.am: Eliminate PGM.
43        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
44
452002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
48
492002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
52        Remove $(OBJS) from all-local.
53
542002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
57
582001-05-09      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds: In support of gcc 3.1, added one of more
61        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
62        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
63        and direction of segments to memory regions may also have been
64        addressed.  This was a sweep across all BSPs.
65 
662002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * irq/irq.c: Reflect changed to <rtems/score/cpu.h>.
69        * irq/irq_asm.S: Ditto.
70        * vectors/vectors.S: Ditto.
71        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
72
732002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
76        * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
77        <rtems/bspIo.h>
78
792002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
82
832001-04-08      Joel Sherrill <joel@OARcorp.com>
84
85        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
86 
872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac:
90        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
91        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
92        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
103
1042002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
107
1082001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
111
1122001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
115
1162001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
119
1202001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * Makefile.am: Add @exceptions@ to SUBDIRS.
123        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
124        RTEMS_PPC_EXCEPTIONS([new]).
125        * include/Makefile.am: Convert PREINSTALL_FILES to
126        TMPINSTALL_FILES, include force-preinstall.am.
127        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
128        * wrapup/Makefile.am: Apply @exceptions@.
129
1302001-10-29      Joel Sherrill <joel@OARcorp.com>
131
132        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
133        * startup/linkcmds: Fix definition of .init and .fini sections so this
134        BSP will properly link with new __USE_INIT_FINI__ support.
135
1362001-10-25      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds: Added _init and _fini.
139
1402001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * vectors/Makefile.am: Remove bogus VPATH.
143
1442001-10-12      Joel Sherrill <joel@OARcorp.com>
145
146        * clock/p_clock.c: Fixed typo.
147
1482001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
151        * configure.in: Remove.
152        * configure.ac: New file, generated from configure.in by autoupdate.
153
1542001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
157        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
158        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
159
1602001-08-31  Eric Valette <valette@crf.canon.fr>
161
162        * network/network.c: Fix to account for return value when
163        installing interrupts handler.
164
1652001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * configure.in: Add bspopts.h.
168        * include/.cvsignore: Add bspopts.h*, stamp-h*.
169        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
170        * vectors/Makefile.am: Ditto.
171        * include/bsp.h: Include bspopts.h.
172
1732001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
174
175        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
176
1772001-04-20      Eric Valette <valette@crf.canon.fr>
178
179        * include/bsp.h: Added include of <bsp/vectors.h>
180        * vectors/vectors.h: Corrected typos.
181
1822001-04-11      Eric Valette <valette@crf.canon.fr>
183
184        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
185        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
186        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
187        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
188        vectors/vectors.S, vectors/vectors.h,
189        vectors/vectors_init.c: New file.
190        * Switch the eth_comm BSP to use the "new exception processing model."
191
1922001-04-11      Eric Valette <valette@crf.canon.fr>
193
194        * Makefile.am, configure.in, console/console.c,
195        include/Makefile.am, include/bsp.h, network/network.c,
196        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
197        wrapup/Makefile.am: Switch the eth_comm BSP to use the
198        "new exception processing model."
199
2002000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
203
2042000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
207
2082000-11-01      Joel Sherrill <joel@OARcorp.com>
209
210        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
211        libcsupport.h moved from libc to lib/include/rtems and
212        now must be referenced as <rtems/XXX.h>.   Header file order
213        was cleaned up while doing this.
214        Also removed obsolete references to STACK_CHECKER_ON.
215
2162000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
219        Switch to GNU canonicalization.
220
2212000-10-20      Joel Sherrill <joel@OARcorp.com>
222
223        * console/console.c: Add mbx8xx_console_get_configuration() which
224        returns either nvram configuration or a static equivalent.
225
2262000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
227
228        * startup/linkcmds: Added lines so DWARF debug information
229        would be available.  Otherwise gdb complains that the offsets
230        for the debug info are incorrect and doesn't load the files.
231
2322000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
235        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
236        compile.am
237
2382000-08-10      Joel Sherrill <joel@OARcorp.com>
239
240        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.