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

4.104.114.84.95
Last change on this file since 4385f2df was 4385f2df, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/02 at 17:40:51

2002-01-03 Ralf Corsepius <corsepiu@…>

  • console/console.c: Include rtems/bspIo.h instead of bspIo.h.
  • Property mode set to 100644
File size: 4.4 KB
RevLine 
[4385f2df]12002-01-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * console/console.c: Include rtems/bspIo.h instead of bspIo.h.
4
[d1d7545b]52001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
8
[a62f2a2]92001-12-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: Remove RTEMS_ENABLE_NETWORKING.
12
[9e1ae79]132001-11-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * configure.ac: Introduce RTEMS_BSP_CONFIGURE.
16
[73d6cdc]172001-11-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
18
19        * Makefile.am: Add @exceptions@ to SUBDIRS.
20        * configure.ac: Add RTEMS_BSPOPTS_*(UARTS_IO_MODE),
21        RTEMS_PPC_EXCEPTIONS([new]).
22        * include/Makefile.am: Convert PREINSTALL_FILES to
23        TMPINSTALL_FILES, include force-preinstall.am.
24        * irq/Makefile.am: remove irq.h from EXTRA_DIST.
25        * wrapup/Makefile.am: Apply @exceptions@.
26
[5c2b904]272001-10-29      Joel Sherrill <joel@OARcorp.com>
28
29        * include/bsp.h: Modify Install_tm27_vector() so this BSP will link tm27.
30        * startup/linkcmds: Fix definition of .init and .fini sections so this
31        BSP will properly link with new __USE_INIT_FINI__ support.
32
[ac9253e]332001-10-25      Joel Sherrill <joel@OARcorp.com>
34
35        * startup/linkcmds: Added _init and _fini.
36
[2ed1563]372001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
38
39        * vectors/Makefile.am: Remove bogus VPATH.
40
[88ee071]412001-10-12      Joel Sherrill <joel@OARcorp.com>
42
43        * clock/p_clock.c: Fixed typo.
44
[df25c998]452001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
48        * configure.in: Remove.
49        * configure.ac: New file, generated from configure.in by autoupdate.
50
[25bc7ee8]512001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
52
53        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
54        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
55        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
56
[73aef37f]572001-08-31  Eric Valette <valette@crf.canon.fr>
58
59        * network/network.c: Fix to account for return value when
60        installing interrupts handler.
61
[4906d72f]622001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.in: Add bspopts.h.
65        * include/.cvsignore: Add bspopts.h*, stamp-h*.
66        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
67        * vectors/Makefile.am: Ditto.
68        * include/bsp.h: Include bspopts.h.
69
[6f21328]702001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
71
72        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
73
[52dace9]742001-04-20      Eric Valette <valette@crf.canon.fr>
75
76        * include/bsp.h: Added include of <bsp/vectors.h>
77        * vectors/vectors.h: Corrected typos.
78
[4055e6f8]792001-04-11      Eric Valette <valette@crf.canon.fr>
80
81        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
82        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
83        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
84        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
85        vectors/vectors.S, vectors/vectors.h,
86        vectors/vectors_init.c: New file.
87        * Switch the eth_comm BSP to use the "new exception processing model."
88
[090de1ad]892001-04-11      Eric Valette <valette@crf.canon.fr>
90
91        * Makefile.am, configure.in, console/console.c,
92        include/Makefile.am, include/bsp.h, network/network.c,
93        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
94        wrapup/Makefile.am: Switch the eth_comm BSP to use the
95        "new exception processing model."
96
[feead226]972000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
100
[a314d3b4]1012000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
104
[12c074d8]1052000-11-01      Joel Sherrill <joel@OARcorp.com>
106
107        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
108        libcsupport.h moved from libc to lib/include/rtems and
109        now must be referenced as <rtems/XXX.h>.   Header file order
110        was cleaned up while doing this.
111        Also removed obsolete references to STACK_CHECKER_ON.
112
[e83378d]1132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
116        Switch to GNU canonicalization.
117
[6a041407]1182000-10-20      Joel Sherrill <joel@OARcorp.com>
119
120        * console/console.c: Add mbx8xx_console_get_configuration() which
121        returns either nvram configuration or a static equivalent.
122
[4cb5d29]1232000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
124
125        * startup/linkcmds: Added lines so DWARF debug information
126        would be available.  Otherwise gdb complains that the offsets
127        for the debug info are incorrect and doesn't load the files.
128
[c8abef6]1292000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
130
131        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
132        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
133        compile.am
134
[e94ad1fe]1352000-08-10      Joel Sherrill <joel@OARcorp.com>
136
137        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.