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

4.104.114.84.95
Last change on this file since 162cc99 was 162cc99, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 06:59:42

2002-08-11 Ralf Corsepius <corsepiu@…>

  • canbus/Makefile.am: Use .$(OBJEXT) instead of .o.
    • clock/Makefile.am: Use .$(OBJEXT) instead of .o.
    • console/Makefile.am: Use .$(OBJEXT) instead of .o.
    • irq/Makefile.am: Use .$(OBJEXT) instead of .o.
    • network/Makefile.am: Use .$(OBJEXT) instead of .o.
    • start/Makefile.am: Use .$(OBJEXT) instead of .o.
    • startup/Makefile.am: Use .$(OBJEXT) instead of .o.
    • vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
    • wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 7.1 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * canbus/Makefile.am: Use .$(OBJEXT) instead of .o.
4        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
5        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
6        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
7        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
8        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
9        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
12
132002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * start/Makefile.am: Eliminate PGM.
16        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
17
182002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
21
222002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
25        Remove $(OBJS) from all-local.
26
272002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
30
312001-05-09      Joel Sherrill <joel@OARcorp.com>
32
33        * startup/linkcmds: In support of gcc 3.1, added one of more
34        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
35        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
36        and direction of segments to memory regions may also have been
37        addressed.  This was a sweep across all BSPs.
38 
392002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * irq/irq.c: Reflect changed to <rtems/score/cpu.h>.
42        * irq/irq_asm.S: Ditto.
43        * vectors/vectors.S: Ditto.
44        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
45
462002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
49        * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
50        <rtems/bspIo.h>
51
522002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
53
54        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
55
562001-04-08      Joel Sherrill <joel@OARcorp.com>
57
58        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
59 
602002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac:
63        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
64        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
65        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
73        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
74        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
75        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
76
772002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
80
812001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
84
852001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
88
892001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
92
932001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Add @exceptions@ to SUBDIRS.
96        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
97        RTEMS_PPC_EXCEPTIONS([new]).
98        * include/Makefile.am: Convert PREINSTALL_FILES to
99        TMPINSTALL_FILES, include force-preinstall.am.
100        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
101        * wrapup/Makefile.am: Apply @exceptions@.
102
1032001-10-29      Joel Sherrill <joel@OARcorp.com>
104
105        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
106        * startup/linkcmds: Fix definition of .init and .fini sections so this
107        BSP will properly link with new __USE_INIT_FINI__ support.
108
1092001-10-25      Joel Sherrill <joel@OARcorp.com>
110
111        * startup/linkcmds: Added _init and _fini.
112
1132001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * vectors/Makefile.am: Remove bogus VPATH.
116
1172001-10-12      Joel Sherrill <joel@OARcorp.com>
118
119        * clock/p_clock.c: Fixed typo.
120
1212001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
122
123        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
124        * configure.in: Remove.
125        * configure.ac: New file, generated from configure.in by autoupdate.
126
1272001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
128
129        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
130        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
131        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
132
1332001-08-31  Eric Valette <valette@crf.canon.fr>
134
135        * network/network.c: Fix to account for return value when
136        installing interrupts handler.
137
1382001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * configure.in: Add bspopts.h.
141        * include/.cvsignore: Add bspopts.h*, stamp-h*.
142        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
143        * vectors/Makefile.am: Ditto.
144        * include/bsp.h: Include bspopts.h.
145
1462001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
147
148        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
149
1502001-04-20      Eric Valette <valette@crf.canon.fr>
151
152        * include/bsp.h: Added include of <bsp/vectors.h>
153        * vectors/vectors.h: Corrected typos.
154
1552001-04-11      Eric Valette <valette@crf.canon.fr>
156
157        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
158        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
159        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
160        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
161        vectors/vectors.S, vectors/vectors.h,
162        vectors/vectors_init.c: New file.
163        * Switch the eth_comm BSP to use the "new exception processing model."
164
1652001-04-11      Eric Valette <valette@crf.canon.fr>
166
167        * Makefile.am, configure.in, console/console.c,
168        include/Makefile.am, include/bsp.h, network/network.c,
169        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
170        wrapup/Makefile.am: Switch the eth_comm BSP to use the
171        "new exception processing model."
172
1732000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
176
1772000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
178
179        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
180
1812000-11-01      Joel Sherrill <joel@OARcorp.com>
182
183        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
184        libcsupport.h moved from libc to lib/include/rtems and
185        now must be referenced as <rtems/XXX.h>.   Header file order
186        was cleaned up while doing this.
187        Also removed obsolete references to STACK_CHECKER_ON.
188
1892000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
192        Switch to GNU canonicalization.
193
1942000-10-20      Joel Sherrill <joel@OARcorp.com>
195
196        * console/console.c: Add mbx8xx_console_get_configuration() which
197        returns either nvram configuration or a static equivalent.
198
1992000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
200
201        * startup/linkcmds: Added lines so DWARF debug information
202        would be available.  Otherwise gdb complains that the offsets
203        for the debug info are incorrect and doesn't load the files.
204
2052000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
208        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
209        compile.am
210
2112000-08-10      Joel Sherrill <joel@OARcorp.com>
212
213        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.