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

4.104.114.84.95
Last change on this file since 8c93623 was 8c93623, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/31/04 at 03:23:51

2004-03-31 Ralf Corsepius <ralf_corsepius@…>

  • include/bsp.h, include/canbus.h, include/info.h, network/network.c, startup/bspstart.c: Convert to using c99 fixed size types.
  • Property mode set to 100644
File size: 14.9 KB
Line 
12004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * include/bsp.h, include/canbus.h, include/info.h,
4        network/network.c, startup/bspstart.c: Convert to using c99 fixed
5        size types.
6
72004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * Makefile.am: Reflect changes to bsp.am.
10        Preinstall dist_project_lib*.
11
122004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
13
14        * Makefile.am: Reflect changes to bsp.am.
15
162004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
17
18        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
19
202004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * wrapup/Makefile.am: Convert to automake-building rules.
23
242004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * Makefile.am: Merge-in canbus/Makefile.am, clock/Makefile.am,
27        console/Makefile.am, irq/Makefile.am, network/Makefile.am,
28        startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
29        * canbus/Makefile.am, clock/Makefile.am, console/Makefile.am,
30        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
31        vectors/Makefile.am: Remove.
32        * configure.ac: Reflect changes above.
33
342004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * Makefile.am: Merge-in start/Makefile.am.
37        * start/Makefile.am: Remove.
38        * configure.ac: Reflect changes above.
39
402004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * wrapup/Makefile.am: Reflect changes to
43        ../support/*exception_processing/*.
44
452004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
48        Add RTEMS_PROG_CCAS.
49
502004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Add PREINSTALL_DIRS.
53        * irq/Makefile.am: Add PREINSTALL_DIRS.
54        * vectors/Makefile.am: Add PREINSTALL_DIRS.
55        * wrapup/Makefile.am: Reflect changes to libcpu.
56
572004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
60        Add PRE/TMPINSTALL_FILES to CLEANFILES.
61        * irq/Makefile.am: Ditto.
62        * start/Makefile.am: Ditto.
63        * startup/Makefile.am: Ditto.
64        * vectors/Makefile.am: Ditto.
65
662004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * wrapup/Makefile.am: Eliminate $(LIB).
69        Use noinst_DATA to trigger building libbsp.a.
70
712003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * canbus/Makefile.am: Eliminate VPATH.
74        * clock/Makefile.am: Eliminate VPATH.
75        * console/Makefile.am: Eliminate VPATH.
76        * irq/Makefile.am: Eliminate VPATH.
77        * network/Makefile.am: Eliminate VPATH.
78        * startup/Makefile.am: Eliminate VPATH.
79
802003-12-19      Joel Sherrill <joel@OARcorp.com>
81
82        PR 545/bsps
83        * startup/setvec.c: Removed.
84
852003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * startup/linkcmds: Remove SEARCH_DIR.
88
892003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
92        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
93
942003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
97        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
98        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
99        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
100        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
101
1022003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
105
1062003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * start/Makefile.am: Misc cleanups and fixes.
109        * startup/Makefile.am: Misc cleanups and fixes.
110        * wrapup/Makefile.am: Misc cleanups and fixes.
111
1122003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * Makefile.am: Add preinstallation dirstamp support.
115        * canbus/Makefile.am: Cosmetics.
116        * clock/Makefile.am: Cosmetics.
117        * console/Makefile.am: Cosmetics.
118        * irq/Makefile.am:  Add preinstallation dirstamp support.
119        * network/Makefile.am: Cosmetics.
120        * startup/Makefile.am: Cosmetics.
121        * vectors/Makefile.am: Add preinstallation dirstamp support.
122        * wrapup/Makefile.am: Cosmetics.
123
1242003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * canbus/Makefile.am: Remove all-local: $(ARCH).
127        * clock/Makefile.am: Remove all-local: $(ARCH).
128        * console/Makefile.am: Remove all-local: $(ARCH).
129        * irq/Makefile.am: Remove all-local: $(ARCH).
130        * network/Makefile.am: Remove all-local: $(ARCH).
131        * start/Makefile.am: Remove all-local: $(ARCH).
132        * startup/Makefile.am: Remove all-local: $(ARCH).
133        * vectors/Makefile.am: Remove all-local: $(ARCH).
134        * wrapup/Makefile.am: Remove all-local: $(ARCH).
135
1362003-10-22      Joel Sherrill <joel@OARcorp.com>
137
138        PR 510/bsps
139        * irq/irq.h: Add extern C wrapper.
140
1412003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
142
143        * Makefile.am: Merge-in include/Makefile.am.
144        Reflect changes to bsp.am.
145        * include/Makefile.am: Remove.
146        * configure.ac: Reflect changes above.
147
1482003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * bsp_specs: Remove *lib:.
151
1522003-09-04      Joel Sherrill <joel@OARcorp.com>
153
154        * canbus/canbus.c, clock/p_clock.c, include/bsp.h, include/canbus.h,
155        include/coverhd.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
156        irq/irq_init.c, startup/bspstart.c, startup/mmutlbtab.c,
157        startup/setvec.c, vectors/vectors.h, vectors/vectors_init.c: URL for
158        license changed.
159
1602003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
161
162        * Makefile.am: Reflect having moved aclocal/.
163
1642003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
165
166        * Makefile.am: Reflect having moved automake/.
167        * canbus/Makefile.am: Reflect having moved automake/.
168        * clock/Makefile.am: Reflect having moved automake/.
169        * console/Makefile.am: Reflect having moved automake/.
170        * include/Makefile.am: Reflect having moved automake/.
171        * irq/Makefile.am: Reflect having moved automake/.
172        * network/Makefile.am: Reflect having moved automake/.
173        * start/Makefile.am: Reflect having moved automake/.
174        * startup/Makefile.am: Reflect having moved automake/.
175        * vectors/Makefile.am: Reflect having moved automake/.
176        * wrapup/Makefile.am: Reflect having moved automake/.
177
1782003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
181
1822003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        PR 445/bsps
185        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
186        Remove cpp, old_cpp (now unused).
187
1882003-07-18      Till Straumann <strauman@slac.stanford.edu>
189
190        PR 288/rtems
191        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
192        maintained.
193
1942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove AC_CONFIG_AUX_DIR.
197
1982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
201
2022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: AC_PREREQ(2.57).
205
2062003-01-20      Joel Sherrill <joel@OARcorp.com>
207
208        * startup/linkcmds*: Add FreeBSD sysctl() sections.
209
2102002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * canbus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
213        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
215        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
216        Remove SORDID_HACK. Eliminate *_O_FILES.
217        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
218        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
219        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221
2222002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * start/Makefile.am: Use install-data-local to install startfile.
225
2262002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
229
2302002-11-04      Joel Sherrill <joel@OARcorp.com>
231
232        * network/network.c: Removed warnings.
233
2342002-11-04      Joel Sherrill <joel@OARcorp.com>
235
236        * network/network.c: Removed warnings.
237
2382002-11-01      Joel Sherrill <joel@OARcorp.com>
239
240        * canbus/canbus.c, clock/p_clock.c, console/console.c,
241        network/network.c, startup/bspstart.c: Removed warnings.
242
2432002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * .cvsignore: Reformat.
246        Add autom4te*cache.
247        Remove autom4te.cache.
248
2492002-08-21      Joel Sherrill <joel@OARcorp.com>
250
251        * bsp_specs: Added support for -nostdlibs.
252
2532002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * canbus/Makefile.am: Use .$(OBJEXT) instead of .o.
256        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
257        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
258        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
259        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
260        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
261        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
262        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
264
2652002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * start/Makefile.am: Eliminate PGM.
268        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
269
2702002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
273
2742002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
275
276        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
277        Remove $(OBJS) from all-local.
278
2792002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
282
2832001-05-09      Joel Sherrill <joel@OARcorp.com>
284
285        * startup/linkcmds: In support of gcc 3.1, added one of more
286        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
287        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
288        and direction of segments to memory regions may also have been
289        addressed.  This was a sweep across all BSPs.
290 
2912002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * irq/irq.c: Reflect changed to <rtems/score/cpu.h>.
294        * irq/irq_asm.S: Ditto.
295        * vectors/vectors.S: Ditto.
296        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
297
2982002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
301        * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
302        <rtems/bspIo.h>
303
3042002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
307
3082001-04-08      Joel Sherrill <joel@OARcorp.com>
309
310        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
311 
3122002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * configure.ac:
315        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
316        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
317        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
318        * Makefile.am: Remove AUTOMAKE_OPTIONS.
319        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
320        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
321        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
322        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
323        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
324        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
328
3292002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
330
331        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
332
3332001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
336
3372001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
340
3412001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
342
343        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
344
3452001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
346
347        * Makefile.am: Add @exceptions@ to SUBDIRS.
348        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
349        RTEMS_PPC_EXCEPTIONS([new]).
350        * include/Makefile.am: Convert PREINSTALL_FILES to
351        TMPINSTALL_FILES, include force-preinstall.am.
352        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
353        * wrapup/Makefile.am: Apply @exceptions@.
354
3552001-10-29      Joel Sherrill <joel@OARcorp.com>
356
357        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
358        * startup/linkcmds: Fix definition of .init and .fini sections so this
359        BSP will properly link with new __USE_INIT_FINI__ support.
360
3612001-10-25      Joel Sherrill <joel@OARcorp.com>
362
363        * startup/linkcmds: Added _init and _fini.
364
3652001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
366
367        * vectors/Makefile.am: Remove bogus VPATH.
368
3692001-10-12      Joel Sherrill <joel@OARcorp.com>
370
371        * clock/p_clock.c: Fixed typo.
372
3732001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
374
375        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
376        * configure.in: Remove.
377        * configure.ac: New file, generated from configure.in by autoupdate.
378
3792001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
382        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
383        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
384
3852001-08-31  Eric Valette <valette@crf.canon.fr>
386
387        * network/network.c: Fix to account for return value when
388        installing interrupts handler.
389
3902001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * configure.in: Add bspopts.h.
393        * include/.cvsignore: Add bspopts.h*, stamp-h*.
394        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
395        * vectors/Makefile.am: Ditto.
396        * include/bsp.h: Include bspopts.h.
397
3982001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
399
400        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
401
4022001-04-20      Eric Valette <valette@crf.canon.fr>
403
404        * include/bsp.h: Added include of <bsp/vectors.h>
405        * vectors/vectors.h: Corrected typos.
406
4072001-04-11      Eric Valette <valette@crf.canon.fr>
408
409        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
410        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
411        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
412        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
413        vectors/vectors.S, vectors/vectors.h,
414        vectors/vectors_init.c: New file.
415        * Switch the eth_comm BSP to use the "new exception processing model."
416
4172001-04-11      Eric Valette <valette@crf.canon.fr>
418
419        * Makefile.am, configure.in, console/console.c,
420        include/Makefile.am, include/bsp.h, network/network.c,
421        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
422        wrapup/Makefile.am: Switch the eth_comm BSP to use the
423        "new exception processing model."
424
4252000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
428
4292000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
432
4332000-11-01      Joel Sherrill <joel@OARcorp.com>
434
435        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
436        libcsupport.h moved from libc to lib/include/rtems and
437        now must be referenced as <rtems/XXX.h>.   Header file order
438        was cleaned up while doing this.
439        Also removed obsolete references to STACK_CHECKER_ON.
440
4412000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
442
443        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
444        Switch to GNU canonicalization.
445
4462000-10-20      Joel Sherrill <joel@OARcorp.com>
447
448        * console/console.c: Add mbx8xx_console_get_configuration() which
449        returns either nvram configuration or a static equivalent.
450
4512000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
452
453        * startup/linkcmds: Added lines so DWARF debug information
454        would be available.  Otherwise gdb complains that the offsets
455        for the debug info are incorrect and doesn't load the files.
456
4572000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
458
459        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
460        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
461        compile.am
462
4632000-08-10      Joel Sherrill <joel@OARcorp.com>
464
465        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.