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

4.104.114.84.95
Last change on this file since 182712f7 was 182712f7, checked in by Joel Sherrill <joel.sherrill@…>, on 10/12/01 at 21:07:01

2001-10-12 Joel Sherrill <joel@…>

  • clock/p_clock.c, include/bsp.h, include/coverhd.h, startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c, startup/start.S: Fixed typo.
  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[182712f7]12001-10-12      Joel Sherrill <joel@OARcorp.com>
2
3        * clock/p_clock.c, include/bsp.h, include/coverhd.h,
4        startup/bspstart.c, startup/bspstart.c.nocache, startup/setvec.c,
5        startup/start.S: Fixed typo.
6
[df25c998]72001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
10        * configure.in: Remove.
11        * configure.ac: New file, generated from configure.in by autoupdate.
12
[25bc7ee8]132001-09-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * include/Makefile.am: Use 'PREINSTALL_FILES ='.
16        * irq/Makefile.am: Use 'PREINSTALL_FILES ='.
17        * vectors/Makefile.am: Use 'PREINSTALL_FILES ='.
18
[73aef37f]192001-08-31  Eric Valette <valette@crf.canon.fr>
20
21        * network/network.c: Fix to account for return value when
22        installing interrupts handler.
23
[d4f9cef5]242001-06-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
25
26        * configure.in: Add bspopts.h.
27        * include/.cvsignore: Add bspopts.h*, stamp-h*.
28        * include/Makefile.am: Use *_HEADERS instead of *H_FILES.
29        * include/bsp.h: Include bspopts.h.
30
[0eef948f]312000-06-08      Eric Valette <valette@crf.canon.fr>
32
33        * console/console.c, include/commproc.h, startup/start.S:
34        The printk/printf did not work when loaded by EPPCBUG. They did
35        work when loaded with the BDM debugger.  I suspected EPPBUG
36        made some nasty things like patching Communication processor
37        microcode...  Anyway, the attached patch:
38          1) Enables to have printk nearly immediately after boot,
39          2) Make printf work automagically (I do not know why except I make a
40        different initialization for printk that should be overwritten by
41        console init later ?)
42
43        I let the default to be using EPPCBUG embedded firmware to boot and
44        using this printk early enabler code (LOADED_BY_EPPCBUG and
45        EARLY_CONSOLE) are on.
46
[6f21328]472001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
48
49        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
50
[52dace9]512001-04-20      Eric Valette <valette@crf.canon.fr>
52
53        * include/bsp.h: Added include of <bsp/vectors.h>
54        * vectors/vectors.h: Corrected typos.
55
[49ec556]562001-04-11      Eric Valette <valette@crf.canon.fr>
57
58        * network/network.c: Fix unnecessary double assignment.
59
[35bb69b]602001-03-30      Eric Valette <valette@crf.canon.fr>
61
62        * clock/.cvsignore, clock/Makefile.am, clock/p_clock.c,
63        include/8xx_immap.h, include/commproc.h, include/mbx.h,
64        irq/.cvsignore, irq/Makefile.am, irq/irq.c, irq/irq.h,
65        irq/irq_asm.S, irq/irq_init.c, vectors/.cvsignore,
66        vectors/Makefile.am, vectors/vectors.S, vectors/vectors.h,
67        vectors/vectors_init.c: New files.
68        * Makefile.am, configure.in, console/console.c,
69        include/Makefile.am, network/network.c, startup/Makefile.am,
70        startup/bspstart.c, startup/imbx8xx.c, startup/linkcmds,
71        startup/mmutlbtab.c, startup/start.S, wrapup/Makefile.am:
72        The modifications to this BSP reflect the conversion of the
73        mpc8xx CPU to the "new exception processing model."
74
[feead226]752000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
78
[a314d3b4]792000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
82
[fd152eb2]832000-11-01      Joel Sherrill <joel@OARcorp.com>
84
85        * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h,
86        libio.h, and libcsupport.h moved from libc to lib/include/rtems and
87        now must be referenced as <rtems/XXX.h>.   Header file order
88        was cleaned up while doing this.
89        Also removed obsolete references to STACK_CHECKER_ON.
90
[e83378d]912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
92
93        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
94        Switch to GNU canonicalization.
95
[6a041407]962000-10-20      Joel Sherrill <joel@OARcorp.com>
97
98        * console/console.c: Add mbx8xx_console_get_configuration() which
99        returns either nvram configuration or a static equivalent.
100
[1fc2292d]1012000-10-18      Joel Sherrill <joel@OARcorp.com>
102
103        * console/console.c: Added BSP dependent routine
104        mbx8xx_console_use_maximum_buffer_size() required by mbx8xx
105        console-generic code.  This avoids libcpu use of bsp.h.
106
[761feae]1072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
108
109        * console/Makefile.am, network/Makefile.am, startup/Makefile.am,
110        wrapup/Makefile.am: Include compile.am
111
[c7b98723]1122000-08-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.in: Add RTEMS_PROG_CC_FOR_TARGET, RTEMS_CANONICAL_TOOLS
115
[00ff4cd]1162000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
117
118        * README:
119        * console/console.c:
120        * include/bsp.h:
121        * network/network.c:
122        * startup/bspstart.c:
123        Add support for configuration parameters in NVRAM
124
[e7de167c]1252000-08-11  Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
126
127        * console/console.c: Fix polled input.
128
[59d4d513]1292000-08-10      Charles-Antoine Gauthier  <charles.gauthier@nrc.ca>
130
131        * README: Updated.
132        * console/console.c: Addition of support for shared printk and
133        no termios.
134        * include/bsp.h: Addition of second parameter to
135        rtems_enet_driver_attach. Removed prototypes for printk and
136        BSP_output_string.
137        * network/network.c(rtems_enet_driver_attach): Addition of second
138        parameter to function.
139
[e94ad1fe]1402000-08-10      Joel Sherrill <joel@OARcorp.com>
141
142        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.