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

4.104.114.84.95
Last change on this file since 25bc7ee8 was 25bc7ee8, checked in by Joel Sherrill <joel.sherrill@…>, on 09/27/01 at 19:39:33

2001-09-27 Ralf Corsepius <corsepiu@…>

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