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

4.104.114.84.95
Last change on this file since bde9bb5 was 35bb69b, checked in by Joel Sherrill <joel.sherrill@…>, on 04/06/01 at 15:52:03

2001-03-30 Eric Valette <valette@…>

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