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

4.104.114.84.95
Last change on this file since e77a00a5 was e77a00a5, checked in by Joel Sherrill <joel.sherrill@…>, on 04/08/02 at 18:28:17

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

  • configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
  • Property mode set to 100644
File size: 5.3 KB
Line 
12002-04-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Add BSPOPTS_*(DISPATCH_HANDLER_STAT).
4
52001-04-08      Joel Sherrill <joel@OARcorp.com>
6
7        * startup/linkcmds: Per PR170, PR171, and PR172 add .eh_frame
8 
92002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac:
12        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
13        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
14        * canbus/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * irq/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * vectors/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
25
262002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
29
302001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
33
342001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
35
36        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
37
382001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
39
40        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
41
422001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
43
44        * Makefile.am: Add @exceptions@ to SUBDIRS.
45        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
46        RTEMS_PPC_EXCEPTIONS([new]).
47        * include/Makefile.am: Convert PREINSTALL_FILES to
48        TMPINSTALL_FILES, include force-preinstall.am.
49        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
50        * wrapup/Makefile.am: Apply @exceptions@.
51
522001-10-29      Joel Sherrill <joel@OARcorp.com>
53
54        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
55        * startup/linkcmds: Fix definition of .init and .fini sections so this
56        BSP will properly link with new __USE_INIT_FINI__ support.
57
582001-10-25      Joel Sherrill <joel@OARcorp.com>
59
60        * startup/linkcmds: Added _init and _fini.
61
622001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * vectors/Makefile.am: Remove bogus VPATH.
65
662001-10-12      Joel Sherrill <joel@OARcorp.com>
67
68        * clock/p_clock.c: Fixed typo.
69
702001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
73        * configure.in: Remove.
74        * configure.ac: New file, generated from configure.in by autoupdate.
75
762001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
77
78        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
79        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
80        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
81
822001-08-31  Eric Valette <valette@crf.canon.fr>
83
84        * network/network.c: Fix to account for return value when
85        installing interrupts handler.
86
872001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
88
89        * configure.in: Add bspopts.h.
90        * include/.cvsignore: Add bspopts.h*, stamp-h*.
91        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
92        * vectors/Makefile.am: Ditto.
93        * include/bsp.h: Include bspopts.h.
94
952001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
96
97        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
98
992001-04-20      Eric Valette <valette@crf.canon.fr>
100
101        * include/bsp.h: Added include of <bsp/vectors.h>
102        * vectors/vectors.h: Corrected typos.
103
1042001-04-11      Eric Valette <valette@crf.canon.fr>
105
106        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
107        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
108        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
109        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
110        vectors/vectors.S, vectors/vectors.h,
111        vectors/vectors_init.c: New file.
112        * Switch the eth_comm BSP to use the "new exception processing model."
113
1142001-04-11      Eric Valette <valette@crf.canon.fr>
115
116        * Makefile.am, configure.in, console/console.c,
117        include/Makefile.am, include/bsp.h, network/network.c,
118        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
119        wrapup/Makefile.am: Switch the eth_comm BSP to use the
120        "new exception processing model."
121
1222000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
123
124        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
125
1262000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
127
128        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
129
1302000-11-01      Joel Sherrill <joel@OARcorp.com>
131
132        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
133        libcsupport.h moved from libc to lib/include/rtems and
134        now must be referenced as <rtems/XXX.h>.   Header file order
135        was cleaned up while doing this.
136        Also removed obsolete references to STACK_CHECKER_ON.
137
1382000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
141        Switch to GNU canonicalization.
142
1432000-10-20      Joel Sherrill <joel@OARcorp.com>
144
145        * console/console.c: Add mbx8xx_console_get_configuration() which
146        returns either nvram configuration or a static equivalent.
147
1482000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
149
150        * startup/linkcmds: Added lines so DWARF debug information
151        would be available.  Otherwise gdb complains that the offsets
152        for the debug info are incorrect and doesn't load the files.
153
1542000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
157        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
158        compile.am
159
1602000-08-10      Joel Sherrill <joel@OARcorp.com>
161
162        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.