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

Last change on this file since fc6c1b8 was fc6c1b8, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/03 at 13:54:03

2003-12-19 Joel Sherrill <joel@…>

PR 545/bsps

  • startup/setvec.c: Removed.
  • Property mode set to 100644
File size: 9.7 KB
Line 
12003-12-19      Joel Sherrill <joel@OARcorp.com>
2
3        PR 545/bsps
4        * startup/setvec.c: Removed.
5
62003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        PR 541/bsps
9        * startup/linkcmds: Remove SEARCH_DIR.
10
112003-10-22      Joel Sherrill <joel@OARcorp.com>
12
13        PR 510/bsps
14        * irq/irq.h: Add extern C wrapper.
15
162003-09-04      Joel Sherrill <joel@OARcorp.com>
17
18        * canbus/canbus.c, clock/p_clock.c, include/bsp.h, include/canbus.h,
19        include/coverhd.h, irq/irq.c, irq/irq.h, irq/irq_asm.S,
20        irq/irq_init.c, startup/bspstart.c, startup/mmutlbtab.c,
21        startup/setvec.c, vectors/vectors.h, vectors/vectors_init.c: URL for
22        license changed.
23
242003-08-22      Joel Sherrill <joel@OARcorp.com>
25
26        PR 445/bsps
27        * bsp_specs: Hand edited to duplicate change Ralf applied to the CVS
28        trunk.
29
302003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
33
342003-07-18      Till Straumann <strauman@slac.stanford.edu>
35
36        PR 288/rtems
37        * irq/irq_asm.S, startup/bspstart.c: _ISR_Nest_level is now properly
38        maintained.
39
402003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
41
42        * configure.ac: Remove AC_CONFIG_AUX_DIR.
43
442003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
47
482003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
49
50        * configure.ac: AC_PREREQ(2.57).
51
522003-01-20      Joel Sherrill <joel@OARcorp.com>
53
54        * startup/linkcmds*: Add FreeBSD sysctl() sections.
55
562002-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * canbus/Makefile.am: Don't include @RTEMS_BSP@.cfg.
59        * clock/Makefile.am: Don't include @RTEMS_BSP@.cfg.
60        * console/Makefile.am: Don't include @RTEMS_BSP@.cfg.
61        * irq/Makefile.am: Don't include @RTEMS_BSP@.cfg.
62        Remove SORDID_HACK. Eliminate *_O_FILES.
63        * network/Makefile.am: Don't include @RTEMS_BSP@.cfg.
64        * start/Makefile.am: Don't include @RTEMS_BSP@.cfg.
65        * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
66        * vectors/Makefile.am: Don't include @RTEMS_BSP@.cfg.
67
682002-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * start/Makefile.am: Use install-data-local to install startfile.
71
722002-12-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg.
75
762002-11-04      Joel Sherrill <joel@OARcorp.com>
77
78        * network/network.c: Removed warnings.
79
802002-11-04      Joel Sherrill <joel@OARcorp.com>
81
82        * network/network.c: Removed warnings.
83
842002-11-01      Joel Sherrill <joel@OARcorp.com>
85
86        * canbus/canbus.c, clock/p_clock.c, console/console.c,
87        network/network.c, startup/bspstart.c: Removed warnings.
88
892002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * .cvsignore: Reformat.
92        Add autom4te*cache.
93        Remove autom4te.cache.
94
952002-08-21      Joel Sherrill <joel@OARcorp.com>
96
97        * bsp_specs: Added support for -nostdlibs.
98
992002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
100
101        * canbus/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * clock/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * console/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * irq/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * network/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * start/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * vectors/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
110
1112002-07-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * start/Makefile.am: Eliminate PGM.
114        Add bsplib_DATA = $(PROJECT_RELEASE)/lib/start$(LIB_VARIANT).o.
115
1162002-07-20      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * startup/Makefile.am: Add bsplib_DATA = linkcmds.
119
1202002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
123        Remove $(OBJS) from all-local.
124
1252002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
128
1292001-05-09      Joel Sherrill <joel@OARcorp.com>
130
131        * startup/linkcmds: In support of gcc 3.1, added one of more
132        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
133        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
134        and direction of segments to memory regions may also have been
135        addressed.  This was a sweep across all BSPs.
136 
1372002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
138
139        * irq/irq.c: Reflect changed to <rtems/score/cpu.h>.
140        * irq/irq_asm.S: Ditto.
141        * vectors/vectors.S: Ditto.
142        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
143
1442002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
147        * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
148        <rtems/bspIo.h>
149
1502002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
153
1542001-04-08      Joel Sherrill <joel@OARcorp.com>
155
156        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
157 
1582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac:
161        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
162        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
163        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
174
1752002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
178
1792001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
182
1832001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
186
1872001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
190
1912001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: Add @exceptions@ to SUBDIRS.
194        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
195        RTEMS_PPC_EXCEPTIONS([new]).
196        * include/Makefile.am: Convert PREINSTALL_FILES to
197        TMPINSTALL_FILES, include force-preinstall.am.
198        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
199        * wrapup/Makefile.am: Apply @exceptions@.
200
2012001-10-29      Joel Sherrill <joel@OARcorp.com>
202
203        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
204        * startup/linkcmds: Fix definition of .init and .fini sections so this
205        BSP will properly link with new __USE_INIT_FINI__ support.
206
2072001-10-25      Joel Sherrill <joel@OARcorp.com>
208
209        * startup/linkcmds: Added _init and _fini.
210
2112001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * vectors/Makefile.am: Remove bogus VPATH.
214
2152001-10-12      Joel Sherrill <joel@OARcorp.com>
216
217        * clock/p_clock.c: Fixed typo.
218
2192001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
222        * configure.in: Remove.
223        * configure.ac: New file, generated from configure.in by autoupdate.
224
2252001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
226
227        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
228        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
229        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
230
2312001-08-31  Eric Valette <valette@crf.canon.fr>
232
233        * network/network.c: Fix to account for return value when
234        installing interrupts handler.
235
2362001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
237
238        * configure.in: Add bspopts.h.
239        * include/.cvsignore: Add bspopts.h*, stamp-h*.
240        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
241        * vectors/Makefile.am: Ditto.
242        * include/bsp.h: Include bspopts.h.
243
2442001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
245
246        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
247
2482001-04-20      Eric Valette <valette@crf.canon.fr>
249
250        * include/bsp.h: Added include of <bsp/vectors.h>
251        * vectors/vectors.h: Corrected typos.
252
2532001-04-11      Eric Valette <valette@crf.canon.fr>
254
255        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
256        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
257        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
258        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
259        vectors/vectors.S, vectors/vectors.h,
260        vectors/vectors_init.c: New file.
261        * Switch the eth_comm BSP to use the "new exception processing model."
262
2632001-04-11      Eric Valette <valette@crf.canon.fr>
264
265        * Makefile.am, configure.in, console/console.c,
266        include/Makefile.am, include/bsp.h, network/network.c,
267        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
268        wrapup/Makefile.am: Switch the eth_comm BSP to use the
269        "new exception processing model."
270
2712000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
274
2752000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
278
2792000-11-01      Joel Sherrill <joel@OARcorp.com>
280
281        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
282        libcsupport.h moved from libc to lib/include/rtems and
283        now must be referenced as <rtems/XXX.h>.   Header file order
284        was cleaned up while doing this.
285        Also removed obsolete references to STACK_CHECKER_ON.
286
2872000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
290        Switch to GNU canonicalization.
291
2922000-10-20      Joel Sherrill <joel@OARcorp.com>
293
294        * console/console.c: Add mbx8xx_console_get_configuration() which
295        returns either nvram configuration or a static equivalent.
296
2972000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
298
299        * startup/linkcmds: Added lines so DWARF debug information
300        would be available.  Otherwise gdb complains that the offsets
301        for the debug info are incorrect and doesn't load the files.
302
3032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
306        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
307        compile.am
308
3092000-08-10      Joel Sherrill <joel@OARcorp.com>
310
311        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.