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

4.104.114.84.95
Last change on this file since b7afdf13 was b9288fb1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/21/02 at 04:23:04

2002-07-21 Ralf Corsepius <corsepiu@…>

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