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

4.104.114.84.95
Last change on this file since 006a432a was 006a432a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/22/03 at 16:09:19

2003-12-22 Ralf Corsepius <corsepiu@…>

  • canbus/Makefile.am: Eliminate VPATH.
  • clock/Makefile.am: Eliminate VPATH.
  • console/Makefile.am: Eliminate VPATH.
  • irq/Makefile.am: Eliminate VPATH.
  • network/Makefile.am: Eliminate VPATH.
  • startup/Makefile.am: Eliminate VPATH.
  • Property mode set to 100644
File size: 12.8 KB
Line 
12003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * canbus/Makefile.am: Eliminate VPATH.
4        * clock/Makefile.am: Eliminate VPATH.
5        * console/Makefile.am: Eliminate VPATH.
6        * irq/Makefile.am: Eliminate VPATH.
7        * network/Makefile.am: Eliminate VPATH.
8        * startup/Makefile.am: Eliminate VPATH.
9
102003-12-19      Joel Sherrill <joel@OARcorp.com>
11
12        PR 545/bsps
13        * startup/setvec.c: Removed.
14
152003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * startup/linkcmds: Remove SEARCH_DIR.
18
192003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
22        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
23
242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
27        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
28        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
29        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
30        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
31
322003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
35
362003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * start/Makefile.am: Misc cleanups and fixes.
39        * startup/Makefile.am: Misc cleanups and fixes.
40        * wrapup/Makefile.am: Misc cleanups and fixes.
41
422003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Add preinstallation dirstamp support.
45        * canbus/Makefile.am: Cosmetics.
46        * clock/Makefile.am: Cosmetics.
47        * console/Makefile.am: Cosmetics.
48        * irq/Makefile.am:  Add preinstallation dirstamp support.
49        * network/Makefile.am: Cosmetics.
50        * startup/Makefile.am: Cosmetics.
51        * vectors/Makefile.am: Add preinstallation dirstamp support.
52        * wrapup/Makefile.am: Cosmetics.
53
542003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * canbus/Makefile.am: Remove all-local: $(ARCH).
57        * clock/Makefile.am: Remove all-local: $(ARCH).
58        * console/Makefile.am: Remove all-local: $(ARCH).
59        * irq/Makefile.am: Remove all-local: $(ARCH).
60        * network/Makefile.am: Remove all-local: $(ARCH).
61        * start/Makefile.am: Remove all-local: $(ARCH).
62        * startup/Makefile.am: Remove all-local: $(ARCH).
63        * vectors/Makefile.am: Remove all-local: $(ARCH).
64        * wrapup/Makefile.am: Remove all-local: $(ARCH).
65
662003-10-22      Joel Sherrill <joel@OARcorp.com>
67
68        PR 510/bsps
69        * irq/irq.h: Add extern C wrapper.
70
712003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * Makefile.am: Merge-in include/Makefile.am.
74        Reflect changes to bsp.am.
75        * include/Makefile.am: Remove.
76        * configure.ac: Reflect changes above.
77
782003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * bsp_specs: Remove *lib:.
81
822003-09-04      Joel Sherrill <joel@OARcorp.com>
83
84        * canbus/canbus.c, clock/p_clock.c, include/bsp.h, include/canbus.h,
85        include/coverhd.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
86        irq/irq_init.c, startup/bspstart.c, startup/mmutlbtab.c,
87        startup/setvec.c, vectors/vectors.h, vectors/vectors_init.c: URL for
88        license changed.
89
902003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * Makefile.am: Reflect having moved aclocal/.
93
942003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Reflect having moved automake/.
97        * canbus/Makefile.am: Reflect having moved automake/.
98        * clock/Makefile.am: Reflect having moved automake/.
99        * console/Makefile.am: Reflect having moved automake/.
100        * include/Makefile.am: Reflect having moved automake/.
101        * irq/Makefile.am: Reflect having moved automake/.
102        * network/Makefile.am: Reflect having moved automake/.
103        * start/Makefile.am: Reflect having moved automake/.
104        * startup/Makefile.am: Reflect having moved automake/.
105        * vectors/Makefile.am: Reflect having moved automake/.
106        * wrapup/Makefile.am: Reflect having moved automake/.
107
1082003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
109
110        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
111
1122003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        PR 445/bsps
115        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
116        Remove cpp, old_cpp (now unused).
117
1182003-07-18      Till Straumann <strauman@slac.stanford.edu>
119
120        PR 288/rtems
121        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
122        maintained.
123
1242003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * configure.ac: Remove AC_CONFIG_AUX_DIR.
127
1282003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
129
130        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
131
1322003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
133
134        * configure.ac: AC_PREREQ(2.57).
135
1362003-01-20      Joel Sherrill <joel@OARcorp.com>
137
138        * startup/linkcmds*: Add FreeBSD sysctl() sections.
139
1402002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * canbus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
143        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
144        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
145        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
146        Remove SORDID_HACK. Eliminate *_O_FILES.
147        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
148        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
149        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
150        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
151
1522002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * start/Makefile.am: Use install-data-local to install startfile.
155
1562002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
159
1602002-11-04      Joel Sherrill <joel@OARcorp.com>
161
162        * network/network.c: Removed warnings.
163
1642002-11-04      Joel Sherrill <joel@OARcorp.com>
165
166        * network/network.c: Removed warnings.
167
1682002-11-01      Joel Sherrill <joel@OARcorp.com>
169
170        * canbus/canbus.c, clock/p_clock.c, console/console.c,
171        network/network.c, startup/bspstart.c: Removed warnings.
172
1732002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * .cvsignore: Reformat.
176        Add autom4te*cache.
177        Remove autom4te.cache.
178
1792002-08-21      Joel Sherrill <joel@OARcorp.com>
180
181        * bsp_specs: Added support for -nostdlibs.
182
1832002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * canbus/Makefile.am: Use .$(OBJEXT) instead of .o.
186        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
187        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
188        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
189        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
190        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
191        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
192        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
193        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
194
1952002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * start/Makefile.am: Eliminate PGM.
198        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
199
2002002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
201
202        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
203
2042002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
207        Remove $(OBJS) from all-local.
208
2092002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
212
2132001-05-09      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds: In support of gcc 3.1, added one of more
216        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
217        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
218        and direction of segments to memory regions may also have been
219        addressed.  This was a sweep across all BSPs.
220 
2212002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * irq/irq.c: Reflect changed to <rtems/score/cpu.h>.
224        * irq/irq_asm.S: Ditto.
225        * vectors/vectors.S: Ditto.
226        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
227
2282002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
231        * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
232        <rtems/bspIo.h>
233
2342002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
237
2382001-04-08      Joel Sherrill <joel@OARcorp.com>
239
240        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
241 
2422002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * configure.ac:
245        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
246        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
247        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
256        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
257        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
258
2592002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
262
2632001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
266
2672001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
270
2712001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
274
2752001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Add @exceptions@ to SUBDIRS.
278        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
279        RTEMS_PPC_EXCEPTIONS([new]).
280        * include/Makefile.am: Convert PREINSTALL_FILES to
281        TMPINSTALL_FILES, include force-preinstall.am.
282        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
283        * wrapup/Makefile.am: Apply @exceptions@.
284
2852001-10-29      Joel Sherrill <joel@OARcorp.com>
286
287        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
288        * startup/linkcmds: Fix definition of .init and .fini sections so this
289        BSP will properly link with new __USE_INIT_FINI__ support.
290
2912001-10-25      Joel Sherrill <joel@OARcorp.com>
292
293        * startup/linkcmds: Added _init and _fini.
294
2952001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * vectors/Makefile.am: Remove bogus VPATH.
298
2992001-10-12      Joel Sherrill <joel@OARcorp.com>
300
301        * clock/p_clock.c: Fixed typo.
302
3032001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
306        * configure.in: Remove.
307        * configure.ac: New file, generated from configure.in by autoupdate.
308
3092001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
312        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
313        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
314
3152001-08-31  Eric Valette <valette@crf.canon.fr>
316
317        * network/network.c: Fix to account for return value when
318        installing interrupts handler.
319
3202001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * configure.in: Add bspopts.h.
323        * include/.cvsignore: Add bspopts.h*, stamp-h*.
324        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
325        * vectors/Makefile.am: Ditto.
326        * include/bsp.h: Include bspopts.h.
327
3282001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
329
330        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
331
3322001-04-20      Eric Valette <valette@crf.canon.fr>
333
334        * include/bsp.h: Added include of <bsp/vectors.h>
335        * vectors/vectors.h: Corrected typos.
336
3372001-04-11      Eric Valette <valette@crf.canon.fr>
338
339        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
340        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
341        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
342        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
343        vectors/vectors.S, vectors/vectors.h,
344        vectors/vectors_init.c: New file.
345        * Switch the eth_comm BSP to use the "new exception processing model."
346
3472001-04-11      Eric Valette <valette@crf.canon.fr>
348
349        * Makefile.am, configure.in, console/console.c,
350        include/Makefile.am, include/bsp.h, network/network.c,
351        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
352        wrapup/Makefile.am: Switch the eth_comm BSP to use the
353        "new exception processing model."
354
3552000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
358
3592000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
362
3632000-11-01      Joel Sherrill <joel@OARcorp.com>
364
365        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
366        libcsupport.h moved from libc to lib/include/rtems and
367        now must be referenced as <rtems/XXX.h>.   Header file order
368        was cleaned up while doing this.
369        Also removed obsolete references to STACK_CHECKER_ON.
370
3712000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
372
373        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
374        Switch to GNU canonicalization.
375
3762000-10-20      Joel Sherrill <joel@OARcorp.com>
377
378        * console/console.c: Add mbx8xx_console_get_configuration() which
379        returns either nvram configuration or a static equivalent.
380
3812000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
382
383        * startup/linkcmds: Added lines so DWARF debug information
384        would be available.  Otherwise gdb complains that the offsets
385        for the debug info are incorrect and doesn't load the files.
386
3872000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
390        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
391        compile.am
392
3932000-08-10      Joel Sherrill <joel@OARcorp.com>
394
395        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.