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

4.104.114.84.95
Last change on this file since ae20a3e2 was ae20a3e2, checked in by Joel Sherrill <joel.sherrill@…>, on 07/18/03 at 17:24:18

2003-07-18 Till Straumann <strauman@…>

PR 288/rtems

  • irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly maintained.
  • Property mode set to 100644
File size: 8.9 KB
Line 
12003-07-18      Till Straumann <strauman@slac.stanford.edu>
2
3        PR 288/rtems
4        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
5        maintained.
6
72003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Remove AC_CONFIG_AUX_DIR.
10
112003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
14
152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AC_PREREQ(2.57).
18
192003-01-20      Joel Sherrill <joel@OARcorp.com>
20
21        * startup/linkcmds*: Add FreeBSD sysctl() sections.
22
232002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
24
25        * canbus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
26        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
27        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
28        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
29        Remove SORDID_HACK. Eliminate *_O_FILES.
30        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
31        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
32        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
33        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
34
352002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
36
37        * start/Makefile.am: Use install-data-local to install startfile.
38
392002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
42
432002-11-04      Joel Sherrill <joel@OARcorp.com>
44
45        * network/network.c: Removed warnings.
46
472002-11-04      Joel Sherrill <joel@OARcorp.com>
48
49        * network/network.c: Removed warnings.
50
512002-11-01      Joel Sherrill <joel@OARcorp.com>
52
53        * canbus/canbus.c, clock/p_clock.c, console/console.c,
54        network/network.c, startup/bspstart.c: Removed warnings.
55
562002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * .cvsignore: Reformat.
59        Add autom4te*cache.
60        Remove autom4te.cache.
61
622002-08-21      Joel Sherrill <joel@OARcorp.com>
63
64        * bsp_specs: Added support for -nostdlibs.
65
662002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * canbus/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
76        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
77
782002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
79
80        * start/Makefile.am: Eliminate PGM.
81        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
82
832002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
84
85        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
86
872002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
90        Remove $(OBJS) from all-local.
91
922002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
95
962001-05-09      Joel Sherrill <joel@OARcorp.com>
97
98        * startup/linkcmds: In support of gcc 3.1, added one of more
99        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
100        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
101        and direction of segments to memory regions may also have been
102        addressed.  This was a sweep across all BSPs.
103 
1042002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
105
106        * irq/irq.c: Reflect changed to <rtems/score/cpu.h>.
107        * irq/irq_asm.S: Ditto.
108        * vectors/vectors.S: Ditto.
109        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
110
1112002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
114        * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
115        <rtems/bspIo.h>
116
1172002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
120
1212001-04-08      Joel Sherrill <joel@OARcorp.com>
122
123        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
124 
1252002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac:
128        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
129        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
130        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
141
1422002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
143
144        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
145
1462001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
149
1502001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
153
1542001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
157
1582001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * Makefile.am: Add @exceptions@ to SUBDIRS.
161        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
162        RTEMS_PPC_EXCEPTIONS([new]).
163        * include/Makefile.am: Convert PREINSTALL_FILES to
164        TMPINSTALL_FILES, include force-preinstall.am.
165        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
166        * wrapup/Makefile.am: Apply @exceptions@.
167
1682001-10-29      Joel Sherrill <joel@OARcorp.com>
169
170        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
171        * startup/linkcmds: Fix definition of .init and .fini sections so this
172        BSP will properly link with new __USE_INIT_FINI__ support.
173
1742001-10-25      Joel Sherrill <joel@OARcorp.com>
175
176        * startup/linkcmds: Added _init and _fini.
177
1782001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * vectors/Makefile.am: Remove bogus VPATH.
181
1822001-10-12      Joel Sherrill <joel@OARcorp.com>
183
184        * clock/p_clock.c: Fixed typo.
185
1862001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
187
188        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
189        * configure.in: Remove.
190        * configure.ac: New file, generated from configure.in by autoupdate.
191
1922001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
193
194        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
195        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
196        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
197
1982001-08-31  Eric Valette <valette@crf.canon.fr>
199
200        * network/network.c: Fix to account for return value when
201        installing interrupts handler.
202
2032001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.in: Add bspopts.h.
206        * include/.cvsignore: Add bspopts.h*, stamp-h*.
207        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
208        * vectors/Makefile.am: Ditto.
209        * include/bsp.h: Include bspopts.h.
210
2112001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
212
213        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
214
2152001-04-20      Eric Valette <valette@crf.canon.fr>
216
217        * include/bsp.h: Added include of <bsp/vectors.h>
218        * vectors/vectors.h: Corrected typos.
219
2202001-04-11      Eric Valette <valette@crf.canon.fr>
221
222        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
223        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
224        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
225        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
226        vectors/vectors.S, vectors/vectors.h,
227        vectors/vectors_init.c: New file.
228        * Switch the eth_comm BSP to use the "new exception processing model."
229
2302001-04-11      Eric Valette <valette@crf.canon.fr>
231
232        * Makefile.am, configure.in, console/console.c,
233        include/Makefile.am, include/bsp.h, network/network.c,
234        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
235        wrapup/Makefile.am: Switch the eth_comm BSP to use the
236        "new exception processing model."
237
2382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
241
2422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
245
2462000-11-01      Joel Sherrill <joel@OARcorp.com>
247
248        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
249        libcsupport.h moved from libc to lib/include/rtems and
250        now must be referenced as <rtems/XXX.h>.   Header file order
251        was cleaned up while doing this.
252        Also removed obsolete references to STACK_CHECKER_ON.
253
2542000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
255
256        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
257        Switch to GNU canonicalization.
258
2592000-10-20      Joel Sherrill <joel@OARcorp.com>
260
261        * console/console.c: Add mbx8xx_console_get_configuration() which
262        returns either nvram configuration or a static equivalent.
263
2642000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
265
266        * startup/linkcmds: Added lines so DWARF debug information
267        would be available.  Otherwise gdb complains that the offsets
268        for the debug info are incorrect and doesn't load the files.
269
2702000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
273        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
274        compile.am
275
2762000-08-10      Joel Sherrill <joel@OARcorp.com>
277
278        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.