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

4.104.114.84.95
Last change on this file since 84b68f5f was 84b68f5f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/30/04 at 13:09:40

2004-01-30 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Reflect changes to ../support/*exception_processing/*.
  • Property mode set to 100644
File size: 13.7 KB
RevLine 
[84b68f5f]12004-01-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Reflect changes to
4        ../support/*exception_processing/*.
5
[f3c5a0ec]62004-01-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Add nostdinc to AUTOMAKE_OPTIONS.
9        Add RTEMS_PROG_CCAS.
10
[283dd510]112004-01-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * Makefile.am: Add PREINSTALL_DIRS.
14        * irq/Makefile.am: Add PREINSTALL_DIRS.
15        * vectors/Makefile.am: Add PREINSTALL_DIRS.
16        * wrapup/Makefile.am: Reflect changes to libcpu.
17
[a4d7c555]182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
21        Add PRE/TMPINSTALL_FILES to CLEANFILES.
22        * irq/Makefile.am: Ditto.
23        * start/Makefile.am: Ditto.
24        * startup/Makefile.am: Ditto.
25        * vectors/Makefile.am: Ditto.
26
[6411947]272004-01-05      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Eliminate $(LIB).
30        Use noinst_DATA to trigger building libbsp.a.
31
[006a432a]322003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
33
34        * canbus/Makefile.am: Eliminate VPATH.
35        * clock/Makefile.am: Eliminate VPATH.
36        * console/Makefile.am: Eliminate VPATH.
37        * irq/Makefile.am: Eliminate VPATH.
38        * network/Makefile.am: Eliminate VPATH.
39        * startup/Makefile.am: Eliminate VPATH.
40
[9a91427]412003-12-19      Joel Sherrill <joel@OARcorp.com>
42
43        PR 545/bsps
44        * startup/setvec.c: Removed.
45
[ce0f13ef]462003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * startup/linkcmds: Remove SEARCH_DIR.
49
[b35414a]502003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
53        * startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
54
[e97bfded]552003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
56
57        * Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
58        * irq/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
59        * start/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
60        * startup/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
61        * vectors/Makefile.am: Use mkdir_p. Remove dirs from PRE/TMPINSTALL_FILES.
62
[810720b6]632003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
64
65        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
66
[2a64a035]672003-12-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
68
69        * start/Makefile.am: Misc cleanups and fixes.
70        * startup/Makefile.am: Misc cleanups and fixes.
71        * wrapup/Makefile.am: Misc cleanups and fixes.
72
[9eb807e6]732003-12-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Add preinstallation dirstamp support.
76        * canbus/Makefile.am: Cosmetics.
77        * clock/Makefile.am: Cosmetics.
78        * console/Makefile.am: Cosmetics.
79        * irq/Makefile.am:  Add preinstallation dirstamp support.
80        * network/Makefile.am: Cosmetics.
81        * startup/Makefile.am: Cosmetics.
82        * vectors/Makefile.am: Add preinstallation dirstamp support.
83        * wrapup/Makefile.am: Cosmetics.
84
[6d871a5f]852003-12-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * canbus/Makefile.am: Remove all-local: $(ARCH).
88        * clock/Makefile.am: Remove all-local: $(ARCH).
89        * console/Makefile.am: Remove all-local: $(ARCH).
90        * irq/Makefile.am: Remove all-local: $(ARCH).
91        * network/Makefile.am: Remove all-local: $(ARCH).
92        * start/Makefile.am: Remove all-local: $(ARCH).
93        * startup/Makefile.am: Remove all-local: $(ARCH).
94        * vectors/Makefile.am: Remove all-local: $(ARCH).
95        * wrapup/Makefile.am: Remove all-local: $(ARCH).
96
[ae1f243]972003-10-22      Joel Sherrill <joel@OARcorp.com>
98
99        PR 510/bsps
100        * irq/irq.h: Add extern C wrapper.
101
[a692823e]1022003-09-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
103
104        * Makefile.am: Merge-in include/Makefile.am.
105        Reflect changes to bsp.am.
106        * include/Makefile.am: Remove.
107        * configure.ac: Reflect changes above.
108
[e05490a8]1092003-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * bsp_specs: Remove *lib:.
112
[f4e789b5]1132003-09-04      Joel Sherrill <joel@OARcorp.com>
114
115        * canbus/canbus.c, clock/p_clock.c, include/bsp.h, include/canbus.h,
116        include/coverhd.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
117        irq/irq_init.c, startup/bspstart.c, startup/mmutlbtab.c,
118        startup/setvec.c, vectors/vectors.h, vectors/vectors_init.c: URL for
119        license changed.
120
[fe8bc62f]1212003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * Makefile.am: Reflect having moved aclocal/.
124
[635d918]1252003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
[c483a4e]127        * Makefile.am: Reflect having moved automake/.
128        * canbus/Makefile.am: Reflect having moved automake/.
129        * clock/Makefile.am: Reflect having moved automake/.
130        * console/Makefile.am: Reflect having moved automake/.
131        * include/Makefile.am: Reflect having moved automake/.
132        * irq/Makefile.am: Reflect having moved automake/.
133        * network/Makefile.am: Reflect having moved automake/.
134        * start/Makefile.am: Reflect having moved automake/.
135        * startup/Makefile.am: Reflect having moved automake/.
136        * vectors/Makefile.am: Reflect having moved automake/.
137        * wrapup/Makefile.am: Reflect having moved automake/.
[635d918]138
[7dcc3fe]1392003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
142
[d266acd2]1432003-08-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
[75fcb394]145        PR 445/bsps
[d266acd2]146        * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp.
147        Remove cpp, old_cpp (now unused).
148
[ae20a3e2]1492003-07-18      Till Straumann <strauman@slac.stanford.edu>
150
151        PR 288/rtems
152        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
153        maintained.
154
[afaa498d]1552003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
156
157        * configure.ac: Remove AC_CONFIG_AUX_DIR.
158
[ccd81b60]1592003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
160
161        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
162
[9b5c258]1632003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * configure.ac: AC_PREREQ(2.57).
166
[1d36d2af]1672003-01-20      Joel Sherrill <joel@OARcorp.com>
168
169        * startup/linkcmds*: Add FreeBSD sysctl() sections.
170
[7b110d2]1712002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
172
173        * canbus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
174        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
175        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
176        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
177        Remove SORDID_HACK. Eliminate *_O_FILES.
178        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
179        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
180        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
181        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
182
[59a01a6e]1832002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * start/Makefile.am: Use install-data-local to install startfile.
186
[8361b50]1872002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
190
[4486b18]1912002-11-04      Joel Sherrill <joel@OARcorp.com>
192
193        * network/network.c: Removed warnings.
194
[52471f60]1952002-11-04      Joel Sherrill <joel@OARcorp.com>
196
197        * network/network.c: Removed warnings.
198
[bbb71a15]1992002-11-01      Joel Sherrill <joel@OARcorp.com>
200
201        * canbus/canbus.c, clock/p_clock.c, console/console.c,
202        network/network.c, startup/bspstart.c: Removed warnings.
203
[8730f45]2042002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
205
206        * .cvsignore: Reformat.
207        Add autom4te*cache.
208        Remove autom4te.cache.
209
[a2ae30c2]2102002-08-21      Joel Sherrill <joel@OARcorp.com>
211
212        * bsp_specs: Added support for -nostdlibs.
213
[162cc99]2142002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * canbus/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
223        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
224        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
225
[b9288fb1]2262002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * start/Makefile.am: Eliminate PGM.
229        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
230
[f1feebb]2312002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
234
[445c0a0]2352002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
238        Remove $(OBJS) from all-local.
239
[80defac]2402002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
243
[85c92574]2442001-05-09      Joel Sherrill <joel@OARcorp.com>
245
246        * startup/linkcmds: In support of gcc 3.1, added one of more
247        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
248        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
249        and direction of segments to memory regions may also have been
250        addressed.  This was a sweep across all BSPs.
251 
[600e77a]2522002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * irq/irq.c: Reflect changed to <rtems/score/cpu.h>.
255        * irq/irq_asm.S: Ditto.
256        * vectors/vectors.S: Ditto.
257        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
258
[1d8d3b2]2592002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
262        * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
263        <rtems/bspIo.h>
264
[e77a00a5]2652002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
266
267        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
268
[238f450]2692001-04-08      Joel Sherrill <joel@OARcorp.com>
270
271        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
272 
[a616459]2732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac:
276        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
277        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
278        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
279        * Makefile.am: Remove AUTOMAKE_OPTIONS.
280        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
281        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
282        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
283        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
284        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
285        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
286        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
287        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
288        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
289
[4385f2df]2902002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
293
[d1d7545b]2942001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
297
[a62f2a2]2982001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
301
[9e1ae79]3022001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
305
[73d6cdc]3062001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * Makefile.am: Add @exceptions@ to SUBDIRS.
309        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
310        RTEMS_PPC_EXCEPTIONS([new]).
311        * include/Makefile.am: Convert PREINSTALL_FILES to
312        TMPINSTALL_FILES, include force-preinstall.am.
313        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
314        * wrapup/Makefile.am: Apply @exceptions@.
315
[5c2b904]3162001-10-29      Joel Sherrill <joel@OARcorp.com>
317
318        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
319        * startup/linkcmds: Fix definition of .init and .fini sections so this
320        BSP will properly link with new __USE_INIT_FINI__ support.
321
[ac9253e]3222001-10-25      Joel Sherrill <joel@OARcorp.com>
323
324        * startup/linkcmds: Added _init and _fini.
325
[2ed1563]3262001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * vectors/Makefile.am: Remove bogus VPATH.
329
[88ee071]3302001-10-12      Joel Sherrill <joel@OARcorp.com>
331
332        * clock/p_clock.c: Fixed typo.
333
[df25c998]3342001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
335
336        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
337        * configure.in: Remove.
338        * configure.ac: New file, generated from configure.in by autoupdate.
339
[25bc7ee8]3402001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
341
342        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
343        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
344        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
345
[73aef37f]3462001-08-31  Eric Valette <valette@crf.canon.fr>
347
348        * network/network.c: Fix to account for return value when
349        installing interrupts handler.
350
[4906d72f]3512001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
352
353        * configure.in: Add bspopts.h.
354        * include/.cvsignore: Add bspopts.h*, stamp-h*.
355        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
356        * vectors/Makefile.am: Ditto.
357        * include/bsp.h: Include bspopts.h.
358
[6f21328]3592001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
360
361        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
362
[52dace9]3632001-04-20      Eric Valette <valette@crf.canon.fr>
364
365        * include/bsp.h: Added include of <bsp/vectors.h>
366        * vectors/vectors.h: Corrected typos.
367
[4055e6f8]3682001-04-11      Eric Valette <valette@crf.canon.fr>
369
370        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
371        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
372        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
373        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
374        vectors/vectors.S, vectors/vectors.h,
375        vectors/vectors_init.c: New file.
376        * Switch the eth_comm BSP to use the "new exception processing model."
377
[090de1ad]3782001-04-11      Eric Valette <valette@crf.canon.fr>
379
380        * Makefile.am, configure.in, console/console.c,
381        include/Makefile.am, include/bsp.h, network/network.c,
382        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
383        wrapup/Makefile.am: Switch the eth_comm BSP to use the
384        "new exception processing model."
385
[feead226]3862000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
389
[a314d3b4]3902000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
391
392        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
393
[12c074d8]3942000-11-01      Joel Sherrill <joel@OARcorp.com>
395
396        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
397        libcsupport.h moved from libc to lib/include/rtems and
398        now must be referenced as <rtems/XXX.h>.   Header file order
399        was cleaned up while doing this.
400        Also removed obsolete references to STACK_CHECKER_ON.
401
[e83378d]4022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
405        Switch to GNU canonicalization.
406
[6a041407]4072000-10-20      Joel Sherrill <joel@OARcorp.com>
408
409        * console/console.c: Add mbx8xx_console_get_configuration() which
410        returns either nvram configuration or a static equivalent.
411
[4cb5d29]4122000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
413
414        * startup/linkcmds: Added lines so DWARF debug information
415        would be available.  Otherwise gdb complains that the offsets
416        for the debug info are incorrect and doesn't load the files.
417
[c8abef6]4182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
419
420        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
421        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
422        compile.am
423
[e94ad1fe]4242000-08-10      Joel Sherrill <joel@OARcorp.com>
425
426        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.