source: rtems/c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog @ 49ec556

4.104.114.84.95
Last change on this file since 49ec556 was 49ec556, checked in by Joel Sherrill <joel.sherrill@…>, on 04/16/01 at 20:21:01

2001-04-11 Eric Valette <valette@…>

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