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

4.104.114.84.95
Last change on this file since 7b110d2 was 7b110d2, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/17/02 at 10:53:28

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

  • canbus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • irq/Makefile.am: Don't include @RTEMS_BSP@.cfg. Remove SORDID_HACK. Eliminate *_O_FILES.
  • network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
  • Property mode set to 100644
File size: 8.3 KB
Line 
12002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * canbus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
4        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
5        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
6        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
7        Remove SORDID_HACK. Eliminate *_O_FILES.
8        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
9        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
10        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
11        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
12
132002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * start/Makefile.am: Use install-data-local to install startfile.
16
172002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
20
212002-11-04      Joel Sherrill <joel@OARcorp.com>
22
23        * network/network.c: Removed warnings.
24
252002-11-04      Joel Sherrill <joel@OARcorp.com>
26
27        * network/network.c: Removed warnings.
28
292002-11-01      Joel Sherrill <joel@OARcorp.com>
30
31        * canbus/canbus.c, clock/p_clock.c, console/console.c,
32        network/network.c, startup/bspstart.c: Removed warnings.
33
342002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * .cvsignore: Reformat.
37        Add autom4te*cache.
38        Remove autom4te.cache.
39
402002-08-21      Joel Sherrill <joel@OARcorp.com>
41
42        * bsp_specs: Added support for -nostdlibs.
43
442002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * canbus/Makefile.am: Use .$(OBJEXT) instead of .o.
47        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
48        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
49        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
50        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
51        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
52        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
55
562002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * start/Makefile.am: Eliminate PGM.
59        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
60
612002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
64
652002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
68        Remove $(OBJS) from all-local.
69
702002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
73
742001-05-09      Joel Sherrill <joel@OARcorp.com>
75
76        * startup/linkcmds: In support of gcc 3.1, added one of more
77        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
78        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
79        and direction of segments to memory regions may also have been
80        addressed.  This was a sweep across all BSPs.
81 
822002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * irq/irq.c: Reflect changed to <rtems/score/cpu.h>.
85        * irq/irq_asm.S: Ditto.
86        * vectors/vectors.S: Ditto.
87        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
88
892002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
92        * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
93        <rtems/bspIo.h>
94
952002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
96
97        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
98
992001-04-08      Joel Sherrill <joel@OARcorp.com>
100
101        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
102 
1032002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
104
105        * configure.ac:
106        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
107        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
108        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
119
1202002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
123
1242001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
127
1282001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
131
1322001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
135
1362001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * Makefile.am: Add @exceptions@ to SUBDIRS.
139        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
140        RTEMS_PPC_EXCEPTIONS([new]).
141        * include/Makefile.am: Convert PREINSTALL_FILES to
142        TMPINSTALL_FILES, include force-preinstall.am.
143        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
144        * wrapup/Makefile.am: Apply @exceptions@.
145
1462001-10-29      Joel Sherrill <joel@OARcorp.com>
147
148        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
149        * startup/linkcmds: Fix definition of .init and .fini sections so this
150        BSP will properly link with new __USE_INIT_FINI__ support.
151
1522001-10-25      Joel Sherrill <joel@OARcorp.com>
153
154        * startup/linkcmds: Added _init and _fini.
155
1562001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * vectors/Makefile.am: Remove bogus VPATH.
159
1602001-10-12      Joel Sherrill <joel@OARcorp.com>
161
162        * clock/p_clock.c: Fixed typo.
163
1642001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
167        * configure.in: Remove.
168        * configure.ac: New file, generated from configure.in by autoupdate.
169
1702001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
173        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
174        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
175
1762001-08-31  Eric Valette <valette@crf.canon.fr>
177
178        * network/network.c: Fix to account for return value when
179        installing interrupts handler.
180
1812001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
182
183        * configure.in: Add bspopts.h.
184        * include/.cvsignore: Add bspopts.h*, stamp-h*.
185        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
186        * vectors/Makefile.am: Ditto.
187        * include/bsp.h: Include bspopts.h.
188
1892001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
190
191        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
192
1932001-04-20      Eric Valette <valette@crf.canon.fr>
194
195        * include/bsp.h: Added include of <bsp/vectors.h>
196        * vectors/vectors.h: Corrected typos.
197
1982001-04-11      Eric Valette <valette@crf.canon.fr>
199
200        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
201        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
202        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
203        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
204        vectors/vectors.S, vectors/vectors.h,
205        vectors/vectors_init.c: New file.
206        * Switch the eth_comm BSP to use the "new exception processing model."
207
2082001-04-11      Eric Valette <valette@crf.canon.fr>
209
210        * Makefile.am, configure.in, console/console.c,
211        include/Makefile.am, include/bsp.h, network/network.c,
212        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
213        wrapup/Makefile.am: Switch the eth_comm BSP to use the
214        "new exception processing model."
215
2162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
217
218        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
219
2202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
223
2242000-11-01      Joel Sherrill <joel@OARcorp.com>
225
226        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
227        libcsupport.h moved from libc to lib/include/rtems and
228        now must be referenced as <rtems/XXX.h>.   Header file order
229        was cleaned up while doing this.
230        Also removed obsolete references to STACK_CHECKER_ON.
231
2322000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
235        Switch to GNU canonicalization.
236
2372000-10-20      Joel Sherrill <joel@OARcorp.com>
238
239        * console/console.c: Add mbx8xx_console_get_configuration() which
240        returns either nvram configuration or a static equivalent.
241
2422000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
243
244        * startup/linkcmds: Added lines so DWARF debug information
245        would be available.  Otherwise gdb complains that the offsets
246        for the debug info are incorrect and doesn't load the files.
247
2482000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
251        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
252        compile.am
253
2542000-08-10      Joel Sherrill <joel@OARcorp.com>
255
256        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.