source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ 64efd55b

4.104.114.84.95
Last change on this file since 64efd55b was df25c998, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:36:23

2001-10-11 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Add autom4te.cache for autoconf > 2.52.
  • configure.in: Remove.
  • configure.ac: New file, generated from configure.in by autoupdate.
  • Property mode set to 100644
File size: 4.7 KB
Line 
12001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
4        * configure.in: Remove.
5        * configure.ac: New file, generated from configure.in by autoupdate.
6
72001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
10        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
11        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
12
132001-08-31  Eric Valette <valette@crf.canon.fr>
14
15        * network/network.c: Fix to account for return value when
16        installing interrupts handler.
17
182001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
19
20        * configure.in: Add bspopts.h.
21        * include/.cvsignore: Add bspopts.h*, stamp-h*.
22        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
23        * include/bsp.h: Include bspopts.h.
24
252000-06-08      Eric Valette <valette@crf.canon.fr>
26
27        * console/console.c, include/commproc.h, startup/start.S:
28        The printk/printf did not work when loaded by EPPCBUG. They did
29        work when loaded with the BDM debugger.  I suspected EPPBUG
30        made some nasty things like patching Communication processor
31        microcode...  Anyway, the attached patch:
32          1) Enables to have printk nearly immediately after boot,
33          2) Make printf work automagically (I do not know why except I make a
34        different initialization for printk that should be overwritten by
35        console init later ?)
36
37        I let the default to be using EPPCBUG embedded firmware to boot and
38        using this printk early enabler code (LOADED_BY_EPPCBUG and
39        EARLY_CONSOLE) are on.
40
412001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
42
43        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
44
452001-04-20      Eric Valette <valette@crf.canon.fr>
46
47        * include/bsp.h: Added include of <bsp/vectors.h>
48        * vectors/vectors.h: Corrected typos.
49
502001-04-11      Eric Valette <valette@crf.canon.fr>
51
52        * network/network.c: Fix unnecessary double assignment.
53
542001-03-30      Eric Valette <valette@crf.canon.fr>
55
56        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
57        include/8xx_immap.h, include/commproc.h, include/mbx.h,
58        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
59        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
60        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
61        vectors/vectors_init.c: New files.
62        * Makefile.am, configure.in, console/console.c,
63        include/Makefile.am, network/network.c, startup/Makefile.am,
64        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
65        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
66        The modifications to this BSP reflect the conversion of the
67        mpc8xx CPU to the "new exception processing model."
68
692000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
72
732000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
76
772000-11-01      Joel Sherrill <joel@OARcorp.com>
78
79        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
80        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
81        now must be referenced as <rtems/XXX.h>.   Header file order
82        was cleaned up while doing this.
83        Also removed obsolete references to STACK_CHECKER_ON.
84
852000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
88        Switch to GNU canonicalization.
89
902000-10-20      Joel Sherrill <joel@OARcorp.com>
91
92        * console/console.c: Add mbx8xx_console_get_configuration() which
93        returns either nvram configuration or a static equivalent.
94
952000-10-18      Joel Sherrill <joel@OARcorp.com>
96
97        * console/console.c: Added BSP dependent routine
98        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
99        console-generic code.  This avoids libcpu use of bsp.h.
100
1012000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
104        wrapup/Makefile.am: Include compile.am
105
1062000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
107
108        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
109
1102000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
111
112        * README:
113        * console/console.c:
114        * include/bsp.h:
115        * network/network.c:
116        * startup/bspstart.c:
117        Add support for configuration parameters in NVRAM
118
1192000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
120
121        * console/console.c: Fix polled input.
122
1232000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
124
125        * README: Updated.
126        * console/console.c: Addition of support for shared printk and
127        no termios.
128        * include/bsp.h: Addition of second parameter to
129        rtems_enet_driver_attach. Removed prototypes for printk and
130        BSP_output_string.
131        * network/network.c(rtems_enet_driver_attach): Addition of second
132        parameter to function.
133
1342000-08-10      Joel Sherrill <joel@OARcorp.com>
135
136        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.