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

4.104.114.84.95
Last change on this file since 0eef948f was 0eef948f, checked in by Joel Sherrill <joel.sherrill@…>, on 06/08/01 at 13:29:13

2000-06-08 Eric Valette <valette@…>

  • console/console.c, include/commproc.h, startup/start.S: The printk/printf did not work when loaded by EPPCBUG. They did work when loaded with the BDM debugger. I suspected EPPBUG made some nasty things like patching Communication processor microcode... Anyway, the attached patch: 1) Enables to have printk nearly immediately after boot, 2) Make printf work automagically (I do not know why except I make a different initialization for printk that should be overwritten by console init later ?)

I let the default to be using EPPCBUG embedded firmware to boot and
using this printk early enabler code (LOADED_BY_EPPCBUG and
EARLY_CONSOLE) are on.

  • Property mode set to 100644
File size: 3.9 KB
Line 
12000-06-08      Eric Valette <valette@crf.canon.fr>
2
3        * console/console.c, include/commproc.h, startup/start.S:
4        The printk/printf did not work when loaded by EPPCBUG. They did
5        work when loaded with the BDM debugger.  I suspected EPPBUG
6        made some nasty things like patching Communication processor
7        microcode...  Anyway, the attached patch:
8          1) Enables to have printk nearly immediately after boot,
9          2) Make printf work automagically (I do not know why except I make a
10        different initialization for printk that should be overwritten by
11        console init later ?)
12
13        I let the default to be using EPPCBUG embedded firmware to boot and
14        using this printk early enabler code (LOADED_BY_EPPCBUG and
15        EARLY_CONSOLE) are on.
16
172001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
18
19        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
20
212001-04-20      Eric Valette <valette@crf.canon.fr>
22
23        * include/bsp.h: Added include of <bsp/vectors.h>
24        * vectors/vectors.h: Corrected typos.
25
262001-04-11      Eric Valette <valette@crf.canon.fr>
27
28        * network/network.c: Fix unnecessary double assignment.
29
302001-03-30      Eric Valette <valette@crf.canon.fr>
31
32        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
33        include/8xx_immap.h, include/commproc.h, include/mbx.h,
34        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
35        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
36        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
37        vectors/vectors_init.c: New files.
38        * Makefile.am, configure.in, console/console.c,
39        include/Makefile.am, network/network.c, startup/Makefile.am,
40        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
41        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
42        The modifications to this BSP reflect the conversion of the
43        mpc8xx CPU to the "new exception processing model."
44
452000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
46
47        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
48
492000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
50
51        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
52
532000-11-01      Joel Sherrill <joel@OARcorp.com>
54
55        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
56        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
57        now must be referenced as <rtems/XXX.h>.   Header file order
58        was cleaned up while doing this.
59        Also removed obsolete references to STACK_CHECKER_ON.
60
612000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
64        Switch to GNU canonicalization.
65
662000-10-20      Joel Sherrill <joel@OARcorp.com>
67
68        * console/console.c: Add mbx8xx_console_get_configuration() which
69        returns either nvram configuration or a static equivalent.
70
712000-10-18      Joel Sherrill <joel@OARcorp.com>
72
73        * console/console.c: Added BSP dependent routine
74        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
75        console-generic code.  This avoids libcpu use of bsp.h.
76
772000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
78
79        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
80        wrapup/Makefile.am: Include compile.am
81
822000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
83
84        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
85
862000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
87
88        * README:
89        * console/console.c:
90        * include/bsp.h:
91        * network/network.c:
92        * startup/bspstart.c:
93        Add support for configuration parameters in NVRAM
94
952000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
96
97        * console/console.c: Fix polled input.
98
992000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
100
101        * README: Updated.
102        * console/console.c: Addition of support for shared printk and
103        no termios.
104        * include/bsp.h: Addition of second parameter to
105        rtems_enet_driver_attach. Removed prototypes for printk and
106        BSP_output_string.
107        * network/network.c(rtems_enet_driver_attach): Addition of second
108        parameter to function.
109
1102000-08-10      Joel Sherrill <joel@OARcorp.com>
111
112        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.