source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ 3aa441c9

4.104.114.84.95
Last change on this file since 3aa441c9 was 6f21328, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/01 at 13:15:55

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

  • configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
  • Property mode set to 100644
File size: 3.2 KB
Line 
12001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
2
3        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
4
52001-04-20      Eric Valette <valette@crf.canon.fr>
6
7        * include/bsp.h: Added include of <bsp/vectors.h>
8        * vectors/vectors.h: Corrected typos.
9
102001-04-11      Eric Valette <valette@crf.canon.fr>
11
12        * network/network.c: Fix unnecessary double assignment.
13
142001-03-30      Eric Valette <valette@crf.canon.fr>
15
16        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
17        include/8xx_immap.h, include/commproc.h, include/mbx.h,
18        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
19        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
20        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
21        vectors/vectors_init.c: New files.
22        * Makefile.am, configure.in, console/console.c,
23        include/Makefile.am, network/network.c, startup/Makefile.am,
24        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
25        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
26        The modifications to this BSP reflect the conversion of the
27        mpc8xx CPU to the "new exception processing model."
28
292000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
32
332000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
36
372000-11-01      Joel Sherrill <joel@OARcorp.com>
38
39        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
40        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
41        now must be referenced as <rtems/XXX.h>.   Header file order
42        was cleaned up while doing this.
43        Also removed obsolete references to STACK_CHECKER_ON.
44
452000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
48        Switch to GNU canonicalization.
49
502000-10-20      Joel Sherrill <joel@OARcorp.com>
51
52        * console/console.c: Add mbx8xx_console_get_configuration() which
53        returns either nvram configuration or a static equivalent.
54
552000-10-18      Joel Sherrill <joel@OARcorp.com>
56
57        * console/console.c: Added BSP dependent routine
58        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
59        console-generic code.  This avoids libcpu use of bsp.h.
60
612000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
64        wrapup/Makefile.am: Include compile.am
65
662000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
69
702000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
71
72        * README:
73        * console/console.c:
74        * include/bsp.h:
75        * network/network.c:
76        * startup/bspstart.c:
77        Add support for configuration parameters in NVRAM
78
792000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
80
81        * console/console.c: Fix polled input.
82
832000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
84
85        * README: Updated.
86        * console/console.c: Addition of support for shared printk and
87        no termios.
88        * include/bsp.h: Addition of second parameter to
89        rtems_enet_driver_attach. Removed prototypes for printk and
90        BSP_output_string.
91        * network/network.c(rtems_enet_driver_attach): Addition of second
92        parameter to function.
93
942000-08-10      Joel Sherrill <joel@OARcorp.com>
95
96        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.