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

4.104.114.84.95
Last change on this file since 445c0a0 was 445c0a0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/04/02 at 08:56:18

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

  • wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local.
  • Property mode set to 100644
File size: 6.3 KB
Line 
12002-07-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES.
4        Remove $(OBJS) from all-local.
5
62002-06-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * wrapup/Makefile.am: Remove preinstallation of libbsp.a,
9
102001-05-09      Joel Sherrill <joel@OARcorp.com>
11
12        * startup/linkcmds: In support of gcc 3.1, added one of more
13        of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*,
14        .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*.  Spacing corrections
15        and direction of segments to memory regions may also have been
16        addressed.  This was a sweep across all BSPs.
17 
182002-04-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * irq/irq.c: Reflect changed to <rtems/score/cpu.h>.
21        * irq/irq_asm.S: Ditto.
22        * vectors/vectors.S: Ditto.
23        * vectors/vectors_init.c: Include <rtems/bspIo.h>.
24
252002-04-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * irq/irq.c: Define loopCounter iff DISPATCH_HANDLER_STAT is set.
28        * startup/bspstart.c: include <bsp/irq.h>, <libcpu/cpuIdent.h>,
29        <rtems/bspIo.h>
30
312002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
32
33        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
34
352001-04-08      Joel Sherrill <joel@OARcorp.com>
36
37        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
38 
392002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
40
41        * configure.ac:
42        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
43        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
44        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
55
562002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
57
58        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
59
602001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
61
62        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
63
642001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
65
66        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
67
682001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
69
70        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
71
722001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
73
74        * Makefile.am: Add @exceptions@ to SUBDIRS.
75        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
76        RTEMS_PPC_EXCEPTIONS([new]).
77        * include/Makefile.am: Convert PREINSTALL_FILES to
78        TMPINSTALL_FILES, include force-preinstall.am.
79        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
80        * wrapup/Makefile.am: Apply @exceptions@.
81
822001-10-29      Joel Sherrill <joel@OARcorp.com>
83
84        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
85        * startup/linkcmds: Fix definition of .init and .fini sections so this
86        BSP will properly link with new __USE_INIT_FINI__ support.
87
882001-10-25      Joel Sherrill <joel@OARcorp.com>
89
90        * startup/linkcmds: Added _init and _fini.
91
922001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
93
94        * vectors/Makefile.am: Remove bogus VPATH.
95
962001-10-12      Joel Sherrill <joel@OARcorp.com>
97
98        * clock/p_clock.c: Fixed typo.
99
1002001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
101
102        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
103        * configure.in: Remove.
104        * configure.ac: New file, generated from configure.in by autoupdate.
105
1062001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
109        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
110        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
111
1122001-08-31  Eric Valette <valette@crf.canon.fr>
113
114        * network/network.c: Fix to account for return value when
115        installing interrupts handler.
116
1172001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
118
119        * configure.in: Add bspopts.h.
120        * include/.cvsignore: Add bspopts.h*, stamp-h*.
121        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
122        * vectors/Makefile.am: Ditto.
123        * include/bsp.h: Include bspopts.h.
124
1252001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
126
127        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
128
1292001-04-20      Eric Valette <valette@crf.canon.fr>
130
131        * include/bsp.h: Added include of <bsp/vectors.h>
132        * vectors/vectors.h: Corrected typos.
133
1342001-04-11      Eric Valette <valette@crf.canon.fr>
135
136        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
137        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
138        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
139        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
140        vectors/vectors.S, vectors/vectors.h,
141        vectors/vectors_init.c: New file.
142        * Switch the eth_comm BSP to use the "new exception processing model."
143
1442001-04-11      Eric Valette <valette@crf.canon.fr>
145
146        * Makefile.am, configure.in, console/console.c,
147        include/Makefile.am, include/bsp.h, network/network.c,
148        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
149        wrapup/Makefile.am: Switch the eth_comm BSP to use the
150        "new exception processing model."
151
1522000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
155
1562000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
159
1602000-11-01      Joel Sherrill <joel@OARcorp.com>
161
162        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
163        libcsupport.h moved from libc to lib/include/rtems and
164        now must be referenced as <rtems/XXX.h>.   Header file order
165        was cleaned up while doing this.
166        Also removed obsolete references to STACK_CHECKER_ON.
167
1682000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
169
170        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
171        Switch to GNU canonicalization.
172
1732000-10-20      Joel Sherrill <joel@OARcorp.com>
174
175        * console/console.c: Add mbx8xx_console_get_configuration() which
176        returns either nvram configuration or a static equivalent.
177
1782000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
179
180        * startup/linkcmds: Added lines so DWARF debug information
181        would be available.  Otherwise gdb complains that the offsets
182        for the debug info are incorrect and doesn't load the files.
183
1842000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
187        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
188        compile.am
189
1902000-08-10      Joel Sherrill <joel@OARcorp.com>
191
192        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.