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

4.104.114.84.95
Last change on this file since d030746b was 59a01a6e, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/02 at 11:51:18

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

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