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

4.104.114.84.95
Last change on this file since 152c523 was 152c523, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/01/04 at 10:10:49

2004-04-01 Ralf Corsepius <ralf_corsepius@…>

  • irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
  • vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
  • include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
  • include/bsp.h: Include <rtems/console.h> instead of <console.h>.
  • Property mode set to 100644
File size: 15.3 KB
Line 
12004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
2
3        * irq/irq_asm.S: Include <rtems/asm.h> instead of <asm.h>.
4        * vectors/vectors.S: Include <rtems/asm.h> instead of <asm.h>.
5        * include/bsp.h: Include <rtems/clockdrv.h> instead of <clockdrv.h>.
6        * include/bsp.h: Include <rtems/console.h> instead of <console.h>.
7
82004-03-31      Ralf Corsepius <ralf_corsepius@rtems.org>
9
10        * include/bsp.h, include/canbus.h, include/info.h,
11        network/network.c, startup/bspstart.c: Convert to using c99 fixed
12        size types.
13
142004-02-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
15
16        * Makefile.am: Reflect changes to bsp.am.
17        Preinstall dist_project_lib*.
18
192004-02-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Reflect changes to bsp.am.
22
232004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
26
272004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Convert to automake-building rules.
30
312004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * Makefile.am: Merge-in canbus/Makefile.am, clock/Makefile.am,
34        console/Makefile.am, irq/Makefile.am, network/Makefile.am,
35        startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
36        * canbus/Makefile.am, clock/Makefile.am, console/Makefile.am,
37        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
38        vectors/Makefile.am: Remove.
39        * configure.ac: Reflect changes above.
40
412004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * Makefile.am: Merge-in start/Makefile.am.
44        * start/Makefile.am: Remove.
45        * configure.ac: Reflect changes above.
46
472004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * wrapup/Makefile.am: Reflect changes to
50        ../support/*exception_processing/*.
51
522004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
55        Add RTEMS_PROG_CCAS.
56
572004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
58
59        * Makefile.am: Add PREINSTALL_DIRS.
60        * irq/Makefile.am: Add PREINSTALL_DIRS.
61        * vectors/Makefile.am: Add PREINSTALL_DIRS.
62        * wrapup/Makefile.am: Reflect changes to libcpu.
63
642004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
67        Add PRE/TMPINSTALL_FILES to CLEANFILES.
68        * irq/Makefile.am: Ditto.
69        * start/Makefile.am: Ditto.
70        * startup/Makefile.am: Ditto.
71        * vectors/Makefile.am: Ditto.
72
732004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * wrapup/Makefile.am: Eliminate $(LIB).
76        Use noinst_DATA to trigger building libbsp.a.
77
782003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * canbus/Makefile.am: Eliminate VPATH.
81        * clock/Makefile.am: Eliminate VPATH.
82        * console/Makefile.am: Eliminate VPATH.
83        * irq/Makefile.am: Eliminate VPATH.
84        * network/Makefile.am: Eliminate VPATH.
85        * startup/Makefile.am: Eliminate VPATH.
86
872003-12-19      Joel Sherrill <joel@OARcorp.com>
88
89        PR 545/bsps
90        * startup/setvec.c: Removed.
91
922003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * startup/linkcmds: Remove SEARCH_DIR.
95
962003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
99        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
100
1012003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
104        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
105        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
106        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
107        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
108
1092003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
112
1132003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * start/Makefile.am: Misc cleanups and fixes.
116        * startup/Makefile.am: Misc cleanups and fixes.
117        * wrapup/Makefile.am: Misc cleanups and fixes.
118
1192003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * Makefile.am: Add preinstallation dirstamp support.
122        * canbus/Makefile.am: Cosmetics.
123        * clock/Makefile.am: Cosmetics.
124        * console/Makefile.am: Cosmetics.
125        * irq/Makefile.am:  Add preinstallation dirstamp support.
126        * network/Makefile.am: Cosmetics.
127        * startup/Makefile.am: Cosmetics.
128        * vectors/Makefile.am: Add preinstallation dirstamp support.
129        * wrapup/Makefile.am: Cosmetics.
130
1312003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132
133        * canbus/Makefile.am: Remove all-local: $(ARCH).
134        * clock/Makefile.am: Remove all-local: $(ARCH).
135        * console/Makefile.am: Remove all-local: $(ARCH).
136        * irq/Makefile.am: Remove all-local: $(ARCH).
137        * network/Makefile.am: Remove all-local: $(ARCH).
138        * start/Makefile.am: Remove all-local: $(ARCH).
139        * startup/Makefile.am: Remove all-local: $(ARCH).
140        * vectors/Makefile.am: Remove all-local: $(ARCH).
141        * wrapup/Makefile.am: Remove all-local: $(ARCH).
142
1432003-10-22      Joel Sherrill <joel@OARcorp.com>
144
145        PR 510/bsps
146        * irq/irq.h: Add extern C wrapper.
147
1482003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Merge-in include/Makefile.am.
151        Reflect changes to bsp.am.
152        * include/Makefile.am: Remove.
153        * configure.ac: Reflect changes above.
154
1552003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * bsp_specs: Remove *lib:.
158
1592003-09-04      Joel Sherrill <joel@OARcorp.com>
160
161        * canbus/canbus.c, clock/p_clock.c, include/bsp.h, include/canbus.h,
162        include/coverhd.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
163        irq/irq_init.c, startup/bspstart.c, startup/mmutlbtab.c,
164        startup/setvec.c, vectors/vectors.h, vectors/vectors_init.c: URL for
165        license changed.
166
1672003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Reflect having moved aclocal/.
170
1712003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * Makefile.am: Reflect having moved automake/.
174        * canbus/Makefile.am: Reflect having moved automake/.
175        * clock/Makefile.am: Reflect having moved automake/.
176        * console/Makefile.am: Reflect having moved automake/.
177        * include/Makefile.am: Reflect having moved automake/.
178        * irq/Makefile.am: Reflect having moved automake/.
179        * network/Makefile.am: Reflect having moved automake/.
180        * start/Makefile.am: Reflect having moved automake/.
181        * startup/Makefile.am: Reflect having moved automake/.
182        * vectors/Makefile.am: Reflect having moved automake/.
183        * wrapup/Makefile.am: Reflect having moved automake/.
184
1852003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
188
1892003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        PR 445/bsps
192        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
193        Remove cpp, old_cpp (now unused).
194
1952003-07-18      Till Straumann <strauman@slac.stanford.edu>
196
197        PR 288/rtems
198        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
199        maintained.
200
2012003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
202
203        * configure.ac: Remove AC_CONFIG_AUX_DIR.
204
2052003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
208
2092003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * configure.ac: AC_PREREQ(2.57).
212
2132003-01-20      Joel Sherrill <joel@OARcorp.com>
214
215        * startup/linkcmds*: Add FreeBSD sysctl() sections.
216
2172002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * canbus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
220        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
221        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
222        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
223        Remove SORDID_HACK. Eliminate *_O_FILES.
224        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
225        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
226        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
227        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
228
2292002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
230
231        * start/Makefile.am: Use install-data-local to install startfile.
232
2332002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
236
2372002-11-04      Joel Sherrill <joel@OARcorp.com>
238
239        * network/network.c: Removed warnings.
240
2412002-11-04      Joel Sherrill <joel@OARcorp.com>
242
243        * network/network.c: Removed warnings.
244
2452002-11-01      Joel Sherrill <joel@OARcorp.com>
246
247        * canbus/canbus.c, clock/p_clock.c, console/console.c,
248        network/network.c, startup/bspstart.c: Removed warnings.
249
2502002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * .cvsignore: Reformat.
253        Add autom4te*cache.
254        Remove autom4te.cache.
255
2562002-08-21      Joel Sherrill <joel@OARcorp.com>
257
258        * bsp_specs: Added support for -nostdlibs.
259
2602002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
261
262        * canbus/Makefile.am: Use .$(OBJEXT) instead of .o.
263        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
264        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
265        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
266        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
267        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
268        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
269        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
271
2722002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
273
274        * start/Makefile.am: Eliminate PGM.
275        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
276
2772002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
280
2812002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
284        Remove $(OBJS) from all-local.
285
2862002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
289
2902001-05-09      Joel Sherrill <joel@OARcorp.com>
291
292        * startup/linkcmds: In support of gcc 3.1, added one of more
293        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
294        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
295        and direction of segments to memory regions may also have been
296        addressed.  This was a sweep across all BSPs.
297 
2982002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * irq/irq.c: Reflect changed to <rtems/score/cpu.h>.
301        * irq/irq_asm.S: Ditto.
302        * vectors/vectors.S: Ditto.
303        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
304
3052002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
306
307        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
308        * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
309        <rtems/bspIo.h>
310
3112002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
314
3152001-04-08      Joel Sherrill <joel@OARcorp.com>
316
317        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
318 
3192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
320
321        * configure.ac:
322        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
323        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
324        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
325        * Makefile.am: Remove AUTOMAKE_OPTIONS.
326        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
327        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
328        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
329        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
330        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
331        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
332        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
333        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
334        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
335
3362002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
337
338        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
339
3402001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
343
3442001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
345
346        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
347
3482001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
351
3522001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Add @exceptions@ to SUBDIRS.
355        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
356        RTEMS_PPC_EXCEPTIONS([new]).
357        * include/Makefile.am: Convert PREINSTALL_FILES to
358        TMPINSTALL_FILES, include force-preinstall.am.
359        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
360        * wrapup/Makefile.am: Apply @exceptions@.
361
3622001-10-29      Joel Sherrill <joel@OARcorp.com>
363
364        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
365        * startup/linkcmds: Fix definition of .init and .fini sections so this
366        BSP will properly link with new __USE_INIT_FINI__ support.
367
3682001-10-25      Joel Sherrill <joel@OARcorp.com>
369
370        * startup/linkcmds: Added _init and _fini.
371
3722001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
373
374        * vectors/Makefile.am: Remove bogus VPATH.
375
3762001-10-12      Joel Sherrill <joel@OARcorp.com>
377
378        * clock/p_clock.c: Fixed typo.
379
3802001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
381
382        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
383        * configure.in: Remove.
384        * configure.ac: New file, generated from configure.in by autoupdate.
385
3862001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
389        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
390        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
391
3922001-08-31  Eric Valette <valette@crf.canon.fr>
393
394        * network/network.c: Fix to account for return value when
395        installing interrupts handler.
396
3972001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * configure.in: Add bspopts.h.
400        * include/.cvsignore: Add bspopts.h*, stamp-h*.
401        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
402        * vectors/Makefile.am: Ditto.
403        * include/bsp.h: Include bspopts.h.
404
4052001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
406
407        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
408
4092001-04-20      Eric Valette <valette@crf.canon.fr>
410
411        * include/bsp.h: Added include of <bsp/vectors.h>
412        * vectors/vectors.h: Corrected typos.
413
4142001-04-11      Eric Valette <valette@crf.canon.fr>
415
416        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
417        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
418        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
419        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
420        vectors/vectors.S, vectors/vectors.h,
421        vectors/vectors_init.c: New file.
422        * Switch the eth_comm BSP to use the "new exception processing model."
423
4242001-04-11      Eric Valette <valette@crf.canon.fr>
425
426        * Makefile.am, configure.in, console/console.c,
427        include/Makefile.am, include/bsp.h, network/network.c,
428        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
429        wrapup/Makefile.am: Switch the eth_comm BSP to use the
430        "new exception processing model."
431
4322000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
433
434        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
435
4362000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
439
4402000-11-01      Joel Sherrill <joel@OARcorp.com>
441
442        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
443        libcsupport.h moved from libc to lib/include/rtems and
444        now must be referenced as <rtems/XXX.h>.   Header file order
445        was cleaned up while doing this.
446        Also removed obsolete references to STACK_CHECKER_ON.
447
4482000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
449
450        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
451        Switch to GNU canonicalization.
452
4532000-10-20      Joel Sherrill <joel@OARcorp.com>
454
455        * console/console.c: Add mbx8xx_console_get_configuration() which
456        returns either nvram configuration or a static equivalent.
457
4582000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
459
460        * startup/linkcmds: Added lines so DWARF debug information
461        would be available.  Otherwise gdb complains that the offsets
462        for the debug info are incorrect and doesn't load the files.
463
4642000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
465
466        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
467        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
468        compile.am
469
4702000-08-10      Joel Sherrill <joel@OARcorp.com>
471
472        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.