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

4.104.114.84.95
Last change on this file since c24d7c84 was c24d7c84, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/12/04 at 09:08:05

2004-02-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
  • Property mode set to 100644
File size: 14.5 KB
Line 
12004-02-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * Makefile.am: Use CPPASCOMPILE instead of CCASCOMPILE.
4
52004-02-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * wrapup/Makefile.am: Convert to automake-building rules.
8
92004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Merge-in canbus/Makefile.am, clock/Makefile.am,
12        console/Makefile.am, irq/Makefile.am, network/Makefile.am,
13        startup/Makefile.am, vectors/Makefile.am. Use automake compilation rules.
14        * canbus/Makefile.am, clock/Makefile.am, console/Makefile.am,
15        irq/Makefile.am, network/Makefile.am, startup/Makefile.am,
16        vectors/Makefile.am: Remove.
17        * configure.ac: Reflect changes above.
18
192004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * Makefile.am: Merge-in start/Makefile.am.
22        * start/Makefile.am: Remove.
23        * configure.ac: Reflect changes above.
24
252004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * wrapup/Makefile.am: Reflect changes to
28        ../support/*exception_processing/*.
29
302004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
33        Add RTEMS_PROG_CCAS.
34
352004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * Makefile.am: Add PREINSTALL_DIRS.
38        * irq/Makefile.am: Add PREINSTALL_DIRS.
39        * vectors/Makefile.am: Add PREINSTALL_DIRS.
40        * wrapup/Makefile.am: Reflect changes to libcpu.
41
422004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
45        Add PRE/TMPINSTALL_FILES to CLEANFILES.
46        * irq/Makefile.am: Ditto.
47        * start/Makefile.am: Ditto.
48        * startup/Makefile.am: Ditto.
49        * vectors/Makefile.am: Ditto.
50
512004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * wrapup/Makefile.am: Eliminate $(LIB).
54        Use noinst_DATA to trigger building libbsp.a.
55
562003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * canbus/Makefile.am: Eliminate VPATH.
59        * clock/Makefile.am: Eliminate VPATH.
60        * console/Makefile.am: Eliminate VPATH.
61        * irq/Makefile.am: Eliminate VPATH.
62        * network/Makefile.am: Eliminate VPATH.
63        * startup/Makefile.am: Eliminate VPATH.
64
652003-12-19      Joel Sherrill <joel@OARcorp.com>
66
67        PR 545/bsps
68        * startup/setvec.c: Removed.
69
702003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * startup/linkcmds: Remove SEARCH_DIR.
73
742003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
75
76        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
77        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
78
792003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
82        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
83        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
84        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
85        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
86
872003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
90
912003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * start/Makefile.am: Misc cleanups and fixes.
94        * startup/Makefile.am: Misc cleanups and fixes.
95        * wrapup/Makefile.am: Misc cleanups and fixes.
96
972003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Add preinstallation dirstamp support.
100        * canbus/Makefile.am: Cosmetics.
101        * clock/Makefile.am: Cosmetics.
102        * console/Makefile.am: Cosmetics.
103        * irq/Makefile.am:  Add preinstallation dirstamp support.
104        * network/Makefile.am: Cosmetics.
105        * startup/Makefile.am: Cosmetics.
106        * vectors/Makefile.am: Add preinstallation dirstamp support.
107        * wrapup/Makefile.am: Cosmetics.
108
1092003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * canbus/Makefile.am: Remove all-local: $(ARCH).
112        * clock/Makefile.am: Remove all-local: $(ARCH).
113        * console/Makefile.am: Remove all-local: $(ARCH).
114        * irq/Makefile.am: Remove all-local: $(ARCH).
115        * network/Makefile.am: Remove all-local: $(ARCH).
116        * start/Makefile.am: Remove all-local: $(ARCH).
117        * startup/Makefile.am: Remove all-local: $(ARCH).
118        * vectors/Makefile.am: Remove all-local: $(ARCH).
119        * wrapup/Makefile.am: Remove all-local: $(ARCH).
120
1212003-10-22      Joel Sherrill <joel@OARcorp.com>
122
123        PR 510/bsps
124        * irq/irq.h: Add extern C wrapper.
125
1262003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Merge-in include/Makefile.am.
129        Reflect changes to bsp.am.
130        * include/Makefile.am: Remove.
131        * configure.ac: Reflect changes above.
132
1332003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
134
135        * bsp_specs: Remove *lib:.
136
1372003-09-04      Joel Sherrill <joel@OARcorp.com>
138
139        * canbus/canbus.c, clock/p_clock.c, include/bsp.h, include/canbus.h,
140        include/coverhd.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
141        irq/irq_init.c, startup/bspstart.c, startup/mmutlbtab.c,
142        startup/setvec.c, vectors/vectors.h, vectors/vectors_init.c: URL for
143        license changed.
144
1452003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
146
147        * Makefile.am: Reflect having moved aclocal/.
148
1492003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * Makefile.am: Reflect having moved automake/.
152        * canbus/Makefile.am: Reflect having moved automake/.
153        * clock/Makefile.am: Reflect having moved automake/.
154        * console/Makefile.am: Reflect having moved automake/.
155        * include/Makefile.am: Reflect having moved automake/.
156        * irq/Makefile.am: Reflect having moved automake/.
157        * network/Makefile.am: Reflect having moved automake/.
158        * start/Makefile.am: Reflect having moved automake/.
159        * startup/Makefile.am: Reflect having moved automake/.
160        * vectors/Makefile.am: Reflect having moved automake/.
161        * wrapup/Makefile.am: Reflect having moved automake/.
162
1632003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
166
1672003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        PR 445/bsps
170        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
171        Remove cpp, old_cpp (now unused).
172
1732003-07-18      Till Straumann <strauman@slac.stanford.edu>
174
175        PR 288/rtems
176        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
177        maintained.
178
1792003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Remove AC_CONFIG_AUX_DIR.
182
1832003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
186
1872003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: AC_PREREQ(2.57).
190
1912003-01-20      Joel Sherrill <joel@OARcorp.com>
192
193        * startup/linkcmds*: Add FreeBSD sysctl() sections.
194
1952002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * canbus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
198        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
199        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
200        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
201        Remove SORDID_HACK. Eliminate *_O_FILES.
202        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
203        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
204        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
205        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
206
2072002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * start/Makefile.am: Use install-data-local to install startfile.
210
2112002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
214
2152002-11-04      Joel Sherrill <joel@OARcorp.com>
216
217        * network/network.c: Removed warnings.
218
2192002-11-04      Joel Sherrill <joel@OARcorp.com>
220
221        * network/network.c: Removed warnings.
222
2232002-11-01      Joel Sherrill <joel@OARcorp.com>
224
225        * canbus/canbus.c, clock/p_clock.c, console/console.c,
226        network/network.c, startup/bspstart.c: Removed warnings.
227
2282002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * .cvsignore: Reformat.
231        Add autom4te*cache.
232        Remove autom4te.cache.
233
2342002-08-21      Joel Sherrill <joel@OARcorp.com>
235
236        * bsp_specs: Added support for -nostdlibs.
237
2382002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * canbus/Makefile.am: Use .$(OBJEXT) instead of .o.
241        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
242        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
243        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
244        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
245        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
246        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
247        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
248        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
249
2502002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
251
252        * start/Makefile.am: Eliminate PGM.
253        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
254
2552002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
258
2592002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
262        Remove $(OBJS) from all-local.
263
2642002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
265
266        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
267
2682001-05-09      Joel Sherrill <joel@OARcorp.com>
269
270        * startup/linkcmds: In support of gcc 3.1, added one of more
271        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
272        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
273        and direction of segments to memory regions may also have been
274        addressed.  This was a sweep across all BSPs.
275 
2762002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * irq/irq.c: Reflect changed to <rtems/score/cpu.h>.
279        * irq/irq_asm.S: Ditto.
280        * vectors/vectors.S: Ditto.
281        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
282
2832002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
286        * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
287        <rtems/bspIo.h>
288
2892002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
292
2932001-04-08      Joel Sherrill <joel@OARcorp.com>
294
295        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
296 
2972002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * configure.ac:
300        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
301        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
302        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
311        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
312        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
313
3142002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
317
3182001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
321
3222001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
325
3262001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
329
3302001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * Makefile.am: Add @exceptions@ to SUBDIRS.
333        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
334        RTEMS_PPC_EXCEPTIONS([new]).
335        * include/Makefile.am: Convert PREINSTALL_FILES to
336        TMPINSTALL_FILES, include force-preinstall.am.
337        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
338        * wrapup/Makefile.am: Apply @exceptions@.
339
3402001-10-29      Joel Sherrill <joel@OARcorp.com>
341
342        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
343        * startup/linkcmds: Fix definition of .init and .fini sections so this
344        BSP will properly link with new __USE_INIT_FINI__ support.
345
3462001-10-25      Joel Sherrill <joel@OARcorp.com>
347
348        * startup/linkcmds: Added _init and _fini.
349
3502001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
351
352        * vectors/Makefile.am: Remove bogus VPATH.
353
3542001-10-12      Joel Sherrill <joel@OARcorp.com>
355
356        * clock/p_clock.c: Fixed typo.
357
3582001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
361        * configure.in: Remove.
362        * configure.ac: New file, generated from configure.in by autoupdate.
363
3642001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
367        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
368        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
369
3702001-08-31  Eric Valette <valette@crf.canon.fr>
371
372        * network/network.c: Fix to account for return value when
373        installing interrupts handler.
374
3752001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * configure.in: Add bspopts.h.
378        * include/.cvsignore: Add bspopts.h*, stamp-h*.
379        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
380        * vectors/Makefile.am: Ditto.
381        * include/bsp.h: Include bspopts.h.
382
3832001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
384
385        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
386
3872001-04-20      Eric Valette <valette@crf.canon.fr>
388
389        * include/bsp.h: Added include of <bsp/vectors.h>
390        * vectors/vectors.h: Corrected typos.
391
3922001-04-11      Eric Valette <valette@crf.canon.fr>
393
394        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
395        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
396        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
397        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
398        vectors/vectors.S, vectors/vectors.h,
399        vectors/vectors_init.c: New file.
400        * Switch the eth_comm BSP to use the "new exception processing model."
401
4022001-04-11      Eric Valette <valette@crf.canon.fr>
403
404        * Makefile.am, configure.in, console/console.c,
405        include/Makefile.am, include/bsp.h, network/network.c,
406        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
407        wrapup/Makefile.am: Switch the eth_comm BSP to use the
408        "new exception processing model."
409
4102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
413
4142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
417
4182000-11-01      Joel Sherrill <joel@OARcorp.com>
419
420        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
421        libcsupport.h moved from libc to lib/include/rtems and
422        now must be referenced as <rtems/XXX.h>.   Header file order
423        was cleaned up while doing this.
424        Also removed obsolete references to STACK_CHECKER_ON.
425
4262000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
427
428        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
429        Switch to GNU canonicalization.
430
4312000-10-20      Joel Sherrill <joel@OARcorp.com>
432
433        * console/console.c: Add mbx8xx_console_get_configuration() which
434        returns either nvram configuration or a static equivalent.
435
4362000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
437
438        * startup/linkcmds: Added lines so DWARF debug information
439        would be available.  Otherwise gdb complains that the offsets
440        for the debug info are incorrect and doesn't load the files.
441
4422000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
443
444        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
445        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
446        compile.am
447
4482000-08-10      Joel Sherrill <joel@OARcorp.com>
449
450        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.