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

4.104.114.84.95
Last change on this file since 2098cef was ac9253e, checked in by Joel Sherrill <joel.sherrill@…>, on 10/25/01 at 22:05:52

2001-10-25 Joel Sherrill <joel@…>

  • startup/linkcmds: Added _init and _fini.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12001-10-25      Joel Sherrill <joel@OARcorp.com>
2
3        * startup/linkcmds: Added _init and _fini.
4
52001-10-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * vectors/Makefile.am: Remove bogus VPATH.
8
92001-10-12      Joel Sherrill <joel@OARcorp.com>
10
11        * clock/p_clock.c: Fixed typo.
12
132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
16        * configure.in: Remove.
17        * configure.ac: New file, generated from configure.in by autoupdate.
18
192001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
22        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
23        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
24
252001-08-31  Eric Valette <valette@crf.canon.fr>
26
27        * network/network.c: Fix to account for return value when
28        installing interrupts handler.
29
302001-05-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.in: Add bspopts.h.
33        * include/.cvsignore: Add bspopts.h*, stamp-h*.
34        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
35        * vectors/Makefile.am: Ditto.
36        * include/bsp.h: Include bspopts.h.
37
382001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
39
40        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
41
422001-04-20      Eric Valette <valette@crf.canon.fr>
43
44        * include/bsp.h: Added include of <bsp/vectors.h>
45        * vectors/vectors.h: Corrected typos.
46
472001-04-11      Eric Valette <valette@crf.canon.fr>
48
49        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
50        include/8xx_immap.h, include/commproc.h, irq/.cvsignore,
51        irq/Makefile.am, irq/irq.c, irq/irq.h, irq/irq_asm.S,
52        irq/irq_init.c, vectors/.cvsignore, vectors/Makefile.am,
53        vectors/vectors.S, vectors/vectors.h,
54        vectors/vectors_init.c: New file.
55        * Switch the eth_comm BSP to use the "new exception processing model."
56
572001-04-11      Eric Valette <valette@crf.canon.fr>
58
59        * Makefile.am, configure.in, console/console.c,
60        include/Makefile.am, include/bsp.h, network/network.c,
61        startup/Makefile.am, startup/bspstart.c, startup/linkcmds,
62        wrapup/Makefile.am: Switch the eth_comm BSP to use the
63        "new exception processing model."
64
652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
66
67        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
68
692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
72
732000-11-01      Joel Sherrill <joel@OARcorp.com>
74
75        * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and
76        libcsupport.h moved from libc to lib/include/rtems and
77        now must be referenced as <rtems/XXX.h>.   Header file order
78        was cleaned up while doing this.
79        Also removed obsolete references to STACK_CHECKER_ON.
80
812000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
82
83        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
84        Switch to GNU canonicalization.
85
862000-10-20      Joel Sherrill <joel@OARcorp.com>
87
88        * console/console.c: Add mbx8xx_console_get_configuration() which
89        returns either nvram configuration or a static equivalent.
90
912000-09-29      Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
92
93        * startup/linkcmds: Added lines so DWARF debug information
94        would be available.  Otherwise gdb complains that the offsets
95        for the debug info are incorrect and doesn't load the files.
96
972000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * canbus/Makefile.am, console/Makefile.am, network/Makefile.am,
100        start/Makefile.am, startup/Makefile.am, wrapup/Makefile.am: Include
101        compile.am
102
1032000-08-10      Joel Sherrill <joel@OARcorp.com>
104
105        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.