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

4.104.114.84.95
Last change on this file since a62f2a2 was a62f2a2, checked in by Joel Sherrill <joel.sherrill@…>, on 12/07/01 at 12:34:14

2001-12-04 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove RTEMS_ENABLE_NETWORKING.
  • Property mode set to 100644
File size: 4.3 KB
Line 
12001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
4
52001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
8
92001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
12
132001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Add @exceptions@ to SUBDIRS.
16        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
17        RTEMS_PPC_EXCEPTIONS([new]).
18        * include/Makefile.am: Convert PREINSTALL_FILES to
19        TMPINSTALL_FILES, include force-preinstall.am.
20        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
21        * wrapup/Makefile.am: Apply @exceptions@.
22
232001-10-29      Joel Sherrill <joel@OARcorp.com>
24
25        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
26        * startup/linkcmds: Fix definition of .init and .fini sections so this
27        BSP will properly link with new __USE_INIT_FINI__ support.
28
292001-10-25      Joel Sherrill <joel@OARcorp.com>
30
31        * startup/linkcmds: Added _init and _fini.
32
332001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * vectors/Makefile.am: Remove bogus VPATH.
36
372001-10-12      Joel Sherrill <joel@OARcorp.com>
38
39        * clock/p_clock.c: Fixed typo.
40
412001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
42
43        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
44        * configure.in: Remove.
45        * configure.ac: New file, generated from configure.in by autoupdate.
46
472001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
50        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
51        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
52
532001-08-31  Eric Valette <valette@crf.canon.fr>
54
55        * network/network.c: Fix to account for return value when
56        installing interrupts handler.
57
582001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * configure.in: Add bspopts.h.
61        * include/.cvsignore: Add bspopts.h*, stamp-h*.
62        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
63        * vectors/Makefile.am: Ditto.
64        * include/bsp.h: Include bspopts.h.
65
662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
67
68        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
69
702001-04-20      Eric Valette <valette@crf.canon.fr>
71
72        * include/bsp.h: Added include of <bsp/vectors.h>
73        * vectors/vectors.h: Corrected typos.
74
752001-04-11      Eric Valette <valette@crf.canon.fr>
76
77        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
78        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
79        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
80        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
81        vectors/vectors.S, vectors/vectors.h,
82        vectors/vectors_init.c: New file.
83        * Switch the eth_comm BSP to use the "new exception processing model."
84
852001-04-11      Eric Valette <valette@crf.canon.fr>
86
87        * Makefile.am, configure.in, console/console.c,
88        include/Makefile.am, include/bsp.h, network/network.c,
89        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
90        wrapup/Makefile.am: Switch the eth_comm BSP to use the
91        "new exception processing model."
92
932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
96
972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
100
1012000-11-01      Joel Sherrill <joel@OARcorp.com>
102
103        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
104        libcsupport.h moved from libc to lib/include/rtems and
105        now must be referenced as <rtems/XXX.h>.   Header file order
106        was cleaned up while doing this.
107        Also removed obsolete references to STACK_CHECKER_ON.
108
1092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
112        Switch to GNU canonicalization.
113
1142000-10-20      Joel Sherrill <joel@OARcorp.com>
115
116        * console/console.c: Add mbx8xx_console_get_configuration() which
117        returns either nvram configuration or a static equivalent.
118
1192000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
120
121        * startup/linkcmds: Added lines so DWARF debug information
122        would be available.  Otherwise gdb complains that the offsets
123        for the debug info are incorrect and doesn't load the files.
124
1252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
128        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
129        compile.am
130
1312000-08-10      Joel Sherrill <joel@OARcorp.com>
132
133        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.